Skip to content

Commit

Permalink
ListManager Reset button appropriately styled
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Feb 14, 2019
1 parent 02e8083 commit 3c358dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/stylesheets/data-browser-style-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ select, button {

#listManagerResetButton {
margin-right: 5px;
background-color: #6c757d;
}

.smaller {
Expand Down
1 change: 1 addition & 0 deletions src/scss/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,5 @@ select, button {

#listManagerResetButton {
margin-right: 5px;
background-color: #6c757d
}
2 changes: 1 addition & 1 deletion views/includes/navbar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ nav#mainNav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top
h4.modal-title List Manager
#listManagerModalButtons
button.btn.btn-success(type='button' id="listManagerSaveButton", disabled="true") Apply
button.btn.btn-success(type='button' id="listManagerResetButton", disabled="true") Reset
button.btn(type='button' id="listManagerResetButton", disabled="true") Reset
button.btn.btn-danger(type='button' data-dismiss='modal') Close
.modal-body
ul#savedLists.list-group
Expand Down

0 comments on commit 3c358dd

Please sign in to comment.