aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-04 22:22:19 -0800
committerMark Otto <[email protected]>2012-02-04 22:22:19 -0800
commit7e81f84b29da8ba87fb4aefcc11946002ad9962c (patch)
tree130579102ad3b46e6617c1427d99530af7444a95 /less/variables.less
parent81d1f3b96ea5c78d2e570c07c4c419a32a9b212c (diff)
downloadbootstrap-7e81f84b29da8ba87fb4aefcc11946002ad9962c.tar.xz
bootstrap-7e81f84b29da8ba87fb4aefcc11946002ad9962c.zip
buttons and icons updated for improved placement and variable support for icon paths
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less18
1 files changed, 11 insertions, 7 deletions
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;