mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
fixes #5873: @navbarInverseBrandColor not used
This commit is contained in:
parent
54486de88c
commit
c8856eeff3
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -4678,6 +4678,10 @@ input[type="submit"].btn.btn-mini {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-inverse .brand {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-inverse .navbar-text {
|
.navbar-inverse .navbar-text {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
@ -394,6 +394,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand {
|
||||||
|
color: @navbarInverseBrandColor;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-text {
|
.navbar-text {
|
||||||
color: @navbarInverseText;
|
color: @navbarInverseText;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user