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; }