aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-02 10:15:05 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-02 10:15:05 +0100
commit17082cda3c1600354cb3b9a40dc49182c706d103 (patch)
tree37956eede5ecd88ff9b408afa73a69080c7bd422 /view
parent7ffa98118f01ed14fdd175cf45ad45e8639ab0af (diff)
downloadvolse-hubzilla-17082cda3c1600354cb3b9a40dc49182c706d103.tar.gz
volse-hubzilla-17082cda3c1600354cb3b9a40dc49182c706d103.tar.bz2
volse-hubzilla-17082cda3c1600354cb3b9a40dc49182c706d103.zip
remove badge hover effect
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b694def2d..8a4ab99af 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1747,10 +1747,6 @@ blockquote {
border-radius: $radiuspx;
}
-nav .badge:hover {
- background-color: #999;
-}
-
nav .badge.home-update,
nav .badge.notify-update,
nav .badge.intro-update,
@@ -1758,13 +1754,6 @@ nav .badge.mail-update {
background-color:#C9302C;
}
-nav .badge.home-update:hover,
-nav .badge.notify-update:hover,
-nav .badge.intro-update:hover,
-nav .badge.mail-update:hover {
- background-color:#D9534F;
-}
-
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;