diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-08-23 14:01:37 +0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-09-06 13:12:26 -0300 |
commit | cfe6c5fab3b55b67d3249bd6f2cd8629c5e017fa (patch) | |
tree | ba1fdf29820b16c6d551f3920312124b0f4af9e4 | |
parent | c9af58c7dfbb7dc86539fa102c04576aa973f02a (diff) | |
download | pfsense-cfe6c5fab3b55b67d3249bd6f2cd8629c5e017fa.zip pfsense-cfe6c5fab3b55b67d3249bd6f2cd8629c5e017fa.tar.gz |
[theme] Compact-RED: make drop-down menus not too "compact"
and improve hovered element visibility
(cherry picked from commit b8916dccad084ffaa4b402c535f4047fb7a51f3c)
-rw-r--r-- | src/usr/local/www/css/Compact-RED.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/local/www/css/Compact-RED.css b/src/usr/local/www/css/Compact-RED.css index bdc56c5..7901a14 100644 --- a/src/usr/local/www/css/Compact-RED.css +++ b/src/usr/local/www/css/Compact-RED.css @@ -116,6 +116,11 @@ body { .dropdown-menu>li>a { padding: 0px 20px; + line-height: 26px; +} + +.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { + background-color: rgb(224, 224, 224); } .navbar-right>li>a { |