diff options
| author | Mark Otto <[email protected]> | 2013-07-25 10:50:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-25 10:50:59 -0700 |
| commit | c7995cf9645f52966c142d682f1746840572875d (patch) | |
| tree | 26ecd8b94acc66eeaeb999c23b37a77b6c1e9f1f | |
| parent | 0d2d65c8f126cea4a9ca4ea00b552e4039228673 (diff) | |
| download | bootstrap-c7995cf9645f52966c142d682f1746840572875d.tar.xz bootstrap-c7995cf9645f52966c142d682f1746840572875d.zip | |
move some thing around
| -rw-r--r-- | customize.html | 10 | ||||
| -rw-r--r-- | less/variables.less | 18 |
2 files changed, 16 insertions, 12 deletions
diff --git a/customize.html b/customize.html index d2ac699b3..7bde928b8 100644 --- a/customize.html +++ b/customize.html @@ -724,7 +724,7 @@ 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> + <h4>Toggle</h4> <label>@navbar-toggle-hover-bg</label> <input type="text" placeholder="#ddd"> <label>@navbar-toggle-icon-bar-bg</label> @@ -761,7 +761,7 @@ 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> + <h4>Toggle</h4> <label>@navbar-inverse-toggle-hover-bg</label> <input type="text" placeholder="#333"> <label>@navbar-inverse-toggle-icon-bar-bg</label> @@ -771,7 +771,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge </div> </div> - + <h2 id="variables-nav">Nav</h2> <div class="row"> <div class="col-lg-6"> @@ -809,8 +809,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <input type="text" placeholder="@component-active-bg"> </div> </div> - - + + <h2 id="variables-tables">Tables</h2> <div class="row"> <div class="col-lg-6"> diff --git a/less/variables.less b/less/variables.less index cba5b1194..2d93aceed 100644 --- a/less/variables.less +++ b/less/variables.less @@ -199,8 +199,16 @@ @navbar-brand-hover-color: darken(@navbar-link-color, 10%); @navbar-brand-hover-bg: transparent; +// Navbar toggle +@navbar-toggle-hover-bg: #ddd; +@navbar-toggle-icon-bar-bg: #ccc; +@navbar-toggle-border-color: #ddd; + + // Inverted navbar -@navbar-inverse-color: @gray-light; +// +// Reset inverted navbar basics +@navbar-inverse-color: @gray-light; @navbar-inverse-bg: #222; // Inverted navbar links @@ -224,16 +232,12 @@ @navbar-inverse-search-border: @navbar-inverse-bg; @navbar-inverse-search-placeholder-color: #ccc; -// Navbar toggle -@navbar-toggle-hover-bg: #ddd; -@navbar-toggle-icon-bar-bg: #ccc; -@navbar-toggle-border-color: #ddd; - // Inverted navbar toggle @navbar-inverse-toggle-hover-bg: #333; @navbar-inverse-toggle-icon-bar-bg: #fff; @navbar-inverse-toggle-border-color: #333; + // Navs // ------------------------- @@ -259,9 +263,9 @@ // Pills @nav-pills-active-link-hover-bg: @component-active-bg; - @nav-pills-active-link-hover-color: #fff; + // Pagination // ------------------------- |
