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 /less | |
| parent | 0d2d65c8f126cea4a9ca4ea00b552e4039228673 (diff) | |
| download | bootstrap-c7995cf9645f52966c142d682f1746840572875d.tar.xz bootstrap-c7995cf9645f52966c142d682f1746840572875d.zip | |
move some thing around
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 18 |
1 files changed, 11 insertions, 7 deletions
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 // ------------------------- |
