From 89aea081825ec7b11b00833a9bec2c74900bfcb6 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sat, 8 Nov 2014 20:30:33 +0100 Subject: Highlight badge on hover --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme') 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; -- cgit v1.2.3