From 2f3fdbe37c00095f2770c563b70a591103213a6e Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 25 Feb 2015 01:48:42 +0200 Subject: style: dropdown-menu-heading: add padding regardless of hover --- res/client/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/client/css/style.css') 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 { -- cgit v1.3.1