diff options
| author | Mark Otto <[email protected]> | 2012-01-18 00:24:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-18 00:24:10 -0800 |
| commit | f2fadf1f0a3f444893fec394fd0180d03e1058a3 (patch) | |
| tree | 1c532b1104768fde4df3378dc49536d57fb67452 /lib/variables.less | |
| parent | a920fa2993fa91f3ad62e154eaa6ff7b2481f615 (diff) | |
| download | bootstrap-f2fadf1f0a3f444893fec394fd0180d03e1058a3.tar.xz bootstrap-f2fadf1f0a3f444893fec394fd0180d03e1058a3.zip | |
rename navbar variables, change navbar search placeholder to mixin
Diffstat (limited to 'lib/variables.less')
| -rw-r--r-- | lib/variables.less | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/variables.less b/lib/variables.less index 8afe00032..807a9ea0d 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -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; + + |
