diff --git a/customize.html b/customize.html index d2ac699b37..7bde928b8d 100644 --- a/customize.html +++ b/customize.html @@ -724,7 +724,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge -

Toggle

+

Toggle

@@ -761,7 +761,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge -

Toggle

+

Toggle

@@ -771,7 +771,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge - +

Nav

@@ -809,8 +809,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
- - + +

Tables

diff --git a/less/variables.less b/less/variables.less index cba5b1194a..2d93aceed2 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 // -------------------------