diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 156e16687..06f24eedd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2143,6 +2143,10 @@ blockquote { border-radius: $radiuspx; } +nav .badge:hover { + background-color: #999; +} + .dropdown-menu { font-size: $body_font_size; border-radius: $radiuspx; diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index a8a7a7da7..53c68f1e0 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -47,11 +47,11 @@