diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-25 01:48:42 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-25 01:48:42 +0200 |
| commit | 2f3fdbe37c00095f2770c563b70a591103213a6e (patch) | |
| tree | b9c3a08d65a990e94e17b16996eaeae1429b5c0f /res/client/css/partials | |
| parent | 682438f9c25af0714e3985985eeccc04592e1fff (diff) | |
style: dropdown-menu-heading: add padding regardless of hover
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/dropdown-menu.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss index cb741385..504fd6a6 100644 --- a/res/client/css/partials/dropdown-menu.scss +++ b/res/client/css/partials/dropdown-menu.scss @@ -21,13 +21,13 @@ } .dropdown-menu-heading { - font-family: $bold-font-family; background-color: lightgrey; border-bottom: 1px solid $mid-light-grey; + font-family: $bold-font-family; + padding: 6px 0px 6px 18px; } .dropdown-menu-heading:hover { - padding: 6px 0px 6px 18px; cursor: default; } @@ -37,4 +37,4 @@ right: 220px; top: -5px; width: 200px; -}
\ No newline at end of file +} |
