mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Moving navbar inline properties to variables.less and customize.html
This commit is contained in:
@@ -724,6 +724,13 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
<input type="text" placeholder="darken(@navbar-link-color, 10%)">
|
||||
<label>@navbar-brand-hover-bg</label>
|
||||
<input type="text" placeholder="transparent">
|
||||
<h4>Toggle</h4>
|
||||
<label>@navbar-toggle-hover-bg</label>
|
||||
<input type="text" placeholder="#ddd">
|
||||
<label>@navbar-toggle-icon-bar-bg</label>
|
||||
<input type="text" placeholder="#ccc">
|
||||
<label>@navbar-toggle-border-color</label>
|
||||
<input type="text" placeholder="#ddd">
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<h3>Inverted navbar</h3>
|
||||
@@ -754,6 +761,13 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
<input type="text" placeholder="#fff">
|
||||
<label>@navbar-inverse-brand-hover-bg</label>
|
||||
<input type="text" placeholder="transparent">
|
||||
<h4>Toggle</h4>
|
||||
<label>@navbar-inverse-toggle-hover-bg</label>
|
||||
<input type="text" placeholder="#333">
|
||||
<label>@navbar-inverse-toggle-icon-bar-bg</label>
|
||||
<input type="text" placeholder="#fff">
|
||||
<label>@navbar-inverse-toggle-border-color</label>
|
||||
<input type="text" placeholder="#333">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user