fixes navbar button backgrounds
This commit is contained in:
parent
5854324c1f
commit
a6c8cb7598
1 changed files with 3 additions and 1 deletions
4
Yavsc/wwwroot/css/main/bootstrap.css
vendored
4
Yavsc/wwwroot/css/main/bootstrap.css
vendored
|
|
@ -5561,10 +5561,12 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
|||
.navbar-inverse .navbar-brand:hover,
|
||||
.navbar-inverse .navbar-brand:focus {
|
||||
color: #fff;
|
||||
background-color: #0008;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text {
|
||||
color: #9d9d9d;
|
||||
background-color: #fff8;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav>li>a {
|
||||
|
|
@ -5575,7 +5577,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
|||
.navbar-inverse .navbar-nav>li>a:hover,
|
||||
.navbar-inverse .navbar-nav>li>a:focus {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
background-color: #8009;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav>.active>a,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue