From c81b52766f8b50e4f2da9d1cd066efb0ae6675dc Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 26 Oct 2016 15:13:43 +0100 Subject: [PATCH] BLUE-2: updated the colours of the navbar to use a dark/light blue instead of the Bootstrap defaults --- public/themes/bootstrap3-light/theme.css | 16 +++++++++++++++- public/themes/bootstrap3/theme.css | 14 ++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/public/themes/bootstrap3-light/theme.css b/public/themes/bootstrap3-light/theme.css index 78dc393..9ba03aa 100644 --- a/public/themes/bootstrap3-light/theme.css +++ b/public/themes/bootstrap3-light/theme.css @@ -1 +1,15 @@ -@import url('../bootstrap3/theme.css'); \ No newline at end of file +@import url('../bootstrap3/theme.css'); + +.navbar-default { + background-color: #b3e6ff !important; + border-color: #66ccff !important; +} + +.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { + background-color: #66ccff; +} + +.navbar-default .navbar-brand, +.navbar-default .navbar-nav > li > a { + color: #002966 !important; +} \ No newline at end of file diff --git a/public/themes/bootstrap3/theme.css b/public/themes/bootstrap3/theme.css index 94c8842..1794572 100644 --- a/public/themes/bootstrap3/theme.css +++ b/public/themes/bootstrap3/theme.css @@ -35,6 +35,20 @@ ol.breadcrumb { margin-right: 5px; } +.navbar-inverse { + background-color: #000044 !important; + border-color: #000088 !important; +} + +.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover { + background-color: #000088; +} + +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-nav > li > a { + color: #b3d1ff !important; +} + .page-title { margin-top: 0; }