Skip to content

Commit

Permalink
reverting d797a5f
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Sep 25, 2012
1 parent bda3d57 commit 4a24439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4985,19 +4985,19 @@ input[type="submit"].btn.btn-mini {
background-color: #fff;
}

.modal-open .modal .dropdown-menu {
.modal-open .dropdown-menu {
z-index: 2050;
}

.modal-open .modal .dropdown.open {
.modal-open .dropdown.open {
*z-index: 2050;
}

.modal-open .modal .popover {
.modal-open .popover {
z-index: 2060;
}

.modal-open .modal .tooltip {
.modal-open .tooltip {
z-index: 2080;
}

Expand Down
2 changes: 1 addition & 1 deletion less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 4a24439

Please sign in to comment.