2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

rename navbar variables, change navbar search placeholder to mixin

This commit is contained in:
Mark Otto
2012-01-18 00:24:10 -08:00
parent a920fa2993
commit f2fadf1f0a
5 changed files with 268 additions and 266 deletions
+9 -2
View File
@@ -51,6 +51,9 @@
// COMPONENT VARIABLES
// --------------------------------------------------
// Input placeholder text color
@placeHolderText: @grayLight;
// Z-index master list
// Used for a bird's eye view of components dependent on the z-axis
@zindexDropdown: 1000;
@@ -60,5 +63,9 @@
@zindexModalBackdrop: 1040;
@zindexModal: 1050;
// Input placeholder text color
@placeHolderText: @grayLight;
// Navbar
@navBarHeight: 40px;
@navbarBackground: #222;
@navbarBackgroundHighlight: #333;