diff options
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 +} |
