From 91e44185bf593c59aa4be7841bb669fbf61cf87b Mon Sep 17 00:00:00 2001 From: doubaniux Date: Sun, 4 Oct 2020 17:17:16 +0200 Subject: [PATCH] change navbar dropdown cursor style --- common/static/css/boofilsic.css | 1 + common/static/sass/_Navbar.sass | 1 + 2 files changed, 2 insertions(+) diff --git a/common/static/css/boofilsic.css b/common/static/css/boofilsic.css index 3e290119..57a55f6d 100644 --- a/common/static/css/boofilsic.css +++ b/common/static/css/boofilsic.css @@ -599,6 +599,7 @@ select::placeholder { padding: 4px 6px; } .navbar .navbar__search-box .navbar__search-dropdown { + cursor: pointer; height: 26px; width: 80px; padding-left: 5px; diff --git a/common/static/sass/_Navbar.sass b/common/static/sass/_Navbar.sass index d547b3a0..ec13721f 100644 --- a/common/static/sass/_Navbar.sass +++ b/common/static/sass/_Navbar.sass @@ -112,6 +112,7 @@ height: $widget-height padding: 4px 6px & .navbar__search-dropdown + cursor: pointer height: $widget-height width: 80px padding-left: 5px