From c48965ea2f290c05387260f94e4123d1163c2a91 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 2 Dec 2015 22:58:38 +0100 Subject: fix nav search popup active background color --- view/theme/redbasic/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d77262b8b..d76992b2f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1722,6 +1722,13 @@ nav .dropdown-menu { border-bottom-left-radius: $radiuspx; } +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:focus, +.dropdown-menu > .active > a:hover { + color: #333; + background-color: #f5f5f5; +} + .dropdown-menu-img-sm { float: left; width: 36px; -- cgit v1.2.3