aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-11-08 20:30:33 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-11-08 20:30:33 +0100
commit89aea081825ec7b11b00833a9bec2c74900bfcb6 (patch)
treefdf8aa97c7bef6973eedd7ab87c72356a1c055cc /view
parent1a8fc73b57b7139f2ee9ecff1b1f9c1ae972329d (diff)
downloadvolse-hubzilla-89aea081825ec7b11b00833a9bec2c74900bfcb6.tar.gz
volse-hubzilla-89aea081825ec7b11b00833a9bec2c74900bfcb6.tar.bz2
volse-hubzilla-89aea081825ec7b11b00833a9bec2c74900bfcb6.zip
Highlight badge on hover
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index be2eb05ae..68769e976 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2141,6 +2141,10 @@ blockquote {
border-radius: $radiuspx;
}
+nav .badge:hover {
+ background-color: #999;
+}
+
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;