aboutsummaryrefslogtreecommitdiff
path: root/lib/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 04:07:53 -0800
committerMark Otto <[email protected]>2012-01-07 04:07:53 -0800
commit5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159 (patch)
tree9f2497e700fab116e81542f33da26ebc6114e022 /lib/modals.less
parent8bdaf1f36451266064ec460b87a12f21a2caa65b (diff)
downloadbootstrap-5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159.tar.xz
bootstrap-5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159.zip
another quick pass at ranking all zindexes and listing them in variables for quick overview and editing later
Diffstat (limited to 'lib/modals.less')
-rw-r--r--lib/modals.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modals.less b/lib/modals.less
index 96f9a488e..8183194b7 100644
--- a/lib/modals.less
+++ b/lib/modals.less
@@ -7,7 +7,7 @@
right: 0;
bottom: 0;
left: 0;
- z-index: 10000;
+ z-index: @zindexPopover;
background-color: @black;
// Fade for backdrop
&.fade { opacity: 0; }