From d2bd6d3bc7df1d40fc97f770d0f1c689b70a5204 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sun, 29 Mar 2015 16:27:48 +0200 Subject: [PATCH] fix hover on active buffer --- css/themes/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/themes/dark.css b/css/themes/dark.css index 447a947..4946149 100644 --- a/css/themes/dark.css +++ b/css/themes/dark.css @@ -20,12 +20,12 @@ html { color: #333; } -.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { +.nav-pills > li.active > a { background-color: #555; } /* fix for mobile firefox which ignores :hover */ -.nav-pills > li > a:active, .nav-pills > li > a:active span { +.nav-pills > li > a:active, .nav-pills > li > a:active span, .nav-pills > li.active > a:hover { background-color: #eee; color: #222; }