summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-25 01:48:42 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-25 01:48:42 +0200
commit2f3fdbe37c00095f2770c563b70a591103213a6e (patch)
treeb9c3a08d65a990e94e17b16996eaeae1429b5c0f /res/client/css/style.css
parent682438f9c25af0714e3985985eeccc04592e1fff (diff)
style: dropdown-menu-heading: add padding regardless of hover
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 24c6c18c..19db43ce 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -645,12 +645,12 @@ p {
box-sizing: border-box; }
.dropdown-menu-heading {
- font-family: "Source_Bold", sans-serif;
background-color: lightgrey;
- border-bottom: 1px solid #d4d4d9; }
+ border-bottom: 1px solid #d4d4d9;
+ font-family: "Source_Bold", sans-serif;
+ padding: 6px 0px 6px 18px; }
.dropdown-menu-heading:hover {
- padding: 6px 0px 6px 18px;
cursor: default; }
#menu__type-filter {