diff options
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
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; |