From a36f29bc14c3b03a3bc4b7d9fb5e8159d3ac22f7 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Sun, 23 Aug 2015 21:39:29 -0700 Subject: [PATCH] fix hover color for button on top nav bar --- css/theme-blue.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/theme-blue.css b/css/theme-blue.css index 85b28a3..e8d195c 100644 --- a/css/theme-blue.css +++ b/css/theme-blue.css @@ -63,6 +63,10 @@ a[data-toggle="tooltip"] { border-color: #347DBE; } +.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { + background-color: #347DBE; +} + .printTitle { color: #015CAE !important; }