mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-15 01:18:03 -05:00
reverting d797a5fbd7
This commit is contained in:
8
docs/assets/css/bootstrap.css
vendored
8
docs/assets/css/bootstrap.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user