Fixes #7721: change @navbar-text to @navbar-color, along with inverse options

This commit is contained in:
Mark Otto 2013-05-03 15:29:32 -07:00
parent a6f7f96a93
commit ee0789ff8f
3 changed files with 4 additions and 4 deletions

View File

@ -297,7 +297,7 @@ title: Customize and download
<input type="text" placeholder="@grayDarker">
<label>@navbar-background-highlight</label>
<input type="text" placeholder="@grayDark">
<label>@navbar-text</label>
<label>@navbar-color</label>
<input type="text" placeholder="@grayLight">
<label>@navbar-brand-color</label>
<input type="text" placeholder="@navbar-link-color">

View File

@ -196,7 +196,7 @@
}
.navbar-text {
color: @navbar-inverse-text;
color: @navbar-inverse-color;
}
.navbar-nav {

View File

@ -166,7 +166,7 @@
// Basics of a navbar
@navbar-height: 50px;
@navbar-text: #777;
@navbar-color: #777;
@navbar-bg: #eee;
// Navbar links
@ -184,7 +184,7 @@
@navbar-brand-hover-bg: transparent;
// Inverted navbar
@navbar-inverse-text: @gray-light;
@navbar-inverse-color: @gray-light;
@navbar-inverse-bg: #222;
// Inverted navbar links