aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-09-24 23:19:33 -0700
committerJacob Thornton <[email protected]>2012-09-24 23:19:33 -0700
commit4a2443901fc507b226b49dfe3a3ee9fa35bc2156 (patch)
tree41a3f01e5598599a4245a0cd60a692e26f26f381 /less/modals.less
parentbda3d57a001a4cbaf54718a9c4b9c4dbd54bef09 (diff)
downloadbootstrap-4a2443901fc507b226b49dfe3a3ee9fa35bc2156.tar.xz
bootstrap-4a2443901fc507b226b49dfe3a3ee9fa35bc2156.zip
reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less
index 5f7b43ef6..b4862a1c2 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -5,7 +5,7 @@
// Recalculate z-index where appropriate,
// but only apply to elements within modal
-.modal-open .modal {
+.modal-open {
.dropdown-menu { z-index: @zindexDropdown + @zindexModal; }
.dropdown.open { *z-index: @zindexDropdown + @zindexModal; }
.popover { z-index: @zindexPopover + @zindexModal; }