This commit is contained in:
Jacob Thornton 2012-09-24 23:19:33 -07:00
parent bda3d57a00
commit 4a2443901f
2 changed files with 5 additions and 5 deletions

View File

@ -4985,19 +4985,19 @@ input[type="submit"].btn.btn-mini {
background-color: #fff; background-color: #fff;
} }
.modal-open .modal .dropdown-menu { .modal-open .dropdown-menu {
z-index: 2050; z-index: 2050;
} }
.modal-open .modal .dropdown.open { .modal-open .dropdown.open {
*z-index: 2050; *z-index: 2050;
} }
.modal-open .modal .popover { .modal-open .popover {
z-index: 2060; z-index: 2060;
} }
.modal-open .modal .tooltip { .modal-open .tooltip {
z-index: 2080; z-index: 2080;
} }

View File

@ -5,7 +5,7 @@
// Recalculate z-index where appropriate, // Recalculate z-index where appropriate,
// but only apply to elements within modal // but only apply to elements within modal
.modal-open .modal { .modal-open {
.dropdown-menu { z-index: @zindexDropdown + @zindexModal; } .dropdown-menu { z-index: @zindexDropdown + @zindexModal; }
.dropdown.open { *z-index: @zindexDropdown + @zindexModal; } .dropdown.open { *z-index: @zindexDropdown + @zindexModal; }
.popover { z-index: @zindexPopover + @zindexModal; } .popover { z-index: @zindexPopover + @zindexModal; }