diff --git a/static/css/style-search.css b/static/css/style-search.css index c8c8507..ad3df4f 100644 --- a/static/css/style-search.css +++ b/static/css/style-search.css @@ -227,8 +227,17 @@ body.menu-open { margin-top: 5px; font-size: 14px; color: var(--font-fg); + cursor: pointer; } +.icon-button:hover button, +.icon-button:hover p { + color: var(--blue); + font-weight: normal; + transform: none; +} + + /* Menu Button */ .settings-icon-link-search { position: fixed; diff --git a/templates/search.html b/templates/search.html index 66f6db8..08c9db7 100755 --- a/templates/search.html +++ b/templates/search.html @@ -141,35 +141,36 @@