aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-12-02 22:58:38 +0100
committerMario Vavti <mario@mariovavti.com>2015-12-02 22:58:38 +0100
commitc48965ea2f290c05387260f94e4123d1163c2a91 (patch)
tree078ae382a002ea984d72099f3d2d32e6d56e6ed7 /view
parentbb995f1bb6996990da2a5a657ba3887fd5a14097 (diff)
downloadvolse-hubzilla-c48965ea2f290c05387260f94e4123d1163c2a91.tar.gz
volse-hubzilla-c48965ea2f290c05387260f94e4123d1163c2a91.tar.bz2
volse-hubzilla-c48965ea2f290c05387260f94e4123d1163c2a91.zip
fix nav search popup active background color
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css7
1 files changed, 7 insertions, 0 deletions
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;