From 7e81f84b29da8ba87fb4aefcc11946002ad9962c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2012 22:22:19 -0800 Subject: buttons and icons updated for improved placement and variable support for icon paths --- less/variables.less | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'less/variables.less') diff --git a/less/variables.less b/less/variables.less index f01c232e4..9f58d730e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -47,15 +47,19 @@ // Z-index master list // Used for a bird's eye view of components dependent on the z-axis // Try to avoid customizing these :) -@zindexDropdown: 1000; -@zindexPopover: 1010; -@zindexTooltip: 1020; -@zindexFixedNavbar: 1030; -@zindexModalBackdrop: 1040; -@zindexModal: 1050; +@zindexDropdown: 1000; +@zindexPopover: 1010; +@zindexTooltip: 1020; +@zindexFixedNavbar: 1030; +@zindexModalBackdrop: 1040; +@zindexModal: 1050; + +// Sprite icons path +@iconSpritePath: "../img/glyphicons-halflings.png"; +@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; // Input placeholder text color -@placeholderText: @grayLight; +@placeholderText: @grayLight; // Navbar @navbarHeight: 40px; -- cgit v1.2.3