BLUE-2: updated the colours of the navbar to use a dark/light blue instead of the Bootstrap defaults
This commit is contained in:
parent
6e068b928b
commit
c81b52766f
16
public/themes/bootstrap3-light/theme.css
vendored
16
public/themes/bootstrap3-light/theme.css
vendored
@ -1 +1,15 @@
|
||||
@import url('../bootstrap3/theme.css');
|
||||
@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;
|
||||
}
|
14
public/themes/bootstrap3/theme.css
vendored
14
public/themes/bootstrap3/theme.css
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user