2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Moving navbar inline properties to variables.less and customize.html

This commit is contained in:
syed
2013-07-25 11:58:25 +05:00
parent e9c83647af
commit f8d5a974bc
3 changed files with 31 additions and 7 deletions
+10
View File
@@ -224,6 +224,16 @@
@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;
// Pagination
// -------------------------