Skip to content

Commit

Permalink
Fix export button style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed Nov 15, 2024
1 parent 58f7014 commit 1ff2c6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions projects/static/projects/css/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
.label-approved, .label-active {
background-color: #74A93C;
}

.export-btn {
color: inherit;
}
4 changes: 2 additions & 2 deletions projects/templates/projects/view_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ <h3>Project Members</h3>
<button type="submit" class="btn btn-default" name="add_user">Add user</button>
<button class="btn btn-default" name="add_bulk_users_popup">Add multiple users</button>
<button class="btn btn-danger" name="remove_bulk_users_popup">Remove multiple users</button>
<a href="/user/projects/{{ project.id }}/project-member-export" target="_blank">
<button class="btn" type="button" name="export_user_data">
<a class="export-btn" href="/user/projects/{{ project.id }}/project-member-export" target="_blank">
<button class="btn btn-default" type="button" name="export_user_data">
Export user data
</button>
</a>
Expand Down

0 comments on commit 1ff2c6b

Please sign in to comment.