From 44c8520d4842e6036d426b7e1ef250a28c9d2fa8 Mon Sep 17 00:00:00 2001 From: Y Date: Tue, 29 Oct 2024 06:50:54 -0400 Subject: [PATCH] update button styles --- apps/static/css/readux2/login.scss | 3 +++ apps/static/css/readux2/search.scss | 6 ------ apps/templates/search_results.html | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/apps/static/css/readux2/login.scss b/apps/static/css/readux2/login.scss index b3100ac2..8d2bbdc5 100644 --- a/apps/static/css/readux2/login.scss +++ b/apps/static/css/readux2/login.scss @@ -64,4 +64,7 @@ .sign-in-btn { background-color: #1D3557; color: #F1FAEE; + &:hover { + background-color: darken(#1D3557, 10%); + } } \ No newline at end of file diff --git a/apps/static/css/readux2/search.scss b/apps/static/css/readux2/search.scss index 9ab4938c..7e34daf2 100644 --- a/apps/static/css/readux2/search.scss +++ b/apps/static/css/readux2/search.scss @@ -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; } diff --git a/apps/templates/search_results.html b/apps/templates/search_results.html index f699b007..e2b37365 100644 --- a/apps/templates/search_results.html +++ b/apps/templates/search_results.html @@ -146,7 +146,7 @@ {% endfor %}
- +