From 79111ed6ca8c09cb016cdb7ef185649c43a5ec3b Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 26 Oct 2016 15:18:35 +0100 Subject: [PATCH] BLUE-2: re-introduced rollover colour change in navbar links --- public/themes/bootstrap3-light/theme.css | 5 +++++ public/themes/bootstrap3/theme.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/public/themes/bootstrap3-light/theme.css b/public/themes/bootstrap3-light/theme.css index 9ba03aa..3c68a85 100644 --- a/public/themes/bootstrap3-light/theme.css +++ b/public/themes/bootstrap3-light/theme.css @@ -12,4 +12,9 @@ .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a { color: #002966 !important; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-nav > li > a:hover { + color: #00c !important; } \ No newline at end of file diff --git a/public/themes/bootstrap3/theme.css b/public/themes/bootstrap3/theme.css index 1794572..3d0dce2 100644 --- a/public/themes/bootstrap3/theme.css +++ b/public/themes/bootstrap3/theme.css @@ -49,6 +49,11 @@ ol.breadcrumb { color: #b3d1ff !important; } +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-nav > li > a:hover { + color: #fff !important; +} + .page-title { margin-top: 0; }