diff options
| author | syed <[email protected]> | 2013-07-25 11:58:25 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-25 11:58:25 +0500 |
| commit | f8d5a974bcf385a709a1c55514506427fa28e547 (patch) | |
| tree | 17ed206bbf7399bca76b27ecb942aa6061fee009 /customize.html | |
| parent | e9c83647afb90b95ab8d8e86fa33bb5c71768f2d (diff) | |
| download | bootstrap-f8d5a974bcf385a709a1c55514506427fa28e547.tar.xz bootstrap-f8d5a974bcf385a709a1c55514506427fa28e547.zip | |
Moving navbar inline properties to variables.less and customize.html
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/customize.html b/customize.html index ae8f9a11d..6140783f7 100644 --- a/customize.html +++ b/customize.html @@ -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> |
