Skip to content

Commit

Permalink
update button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yl5682 committed Oct 29, 2024
1 parent 4d73523 commit 44c8520
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions apps/static/css/readux2/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@
.sign-in-btn {
background-color: #1D3557;
color: #F1FAEE;
&:hover {
background-color: darken(#1D3557, 10%);
}
}
6 changes: 0 additions & 6 deletions apps/static/css/readux2/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,6 @@ ol#search-results dl {
background-color: #1D3557 !important;
}

#reset-filters {
&:hover {
background-color: darken(#EFEFEF, 10%);
}
}

.uk-search-default .uk-search-input:focus, .uk-input:focus, .uk-select:focus, .uk-textarea:focus {
border-color: #1D3557;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/search_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
{% endfor %}

<fieldset uk-margin class="uk-align-center uk-text-center">
<button id="reset-filters" type="button" class="uk-button uk-button-small">Reset</button>
<button id="reset-filters" type="button" class="uk-button uk-button-default uk-button-small">Reset</button>
<button class="uk-button uk-button-primary uk-button-small" type="submit">Apply</button>
</fieldset>
</div>
Expand Down

0 comments on commit 44c8520

Please sign in to comment.