diff options
| author | Jacob Thornton <[email protected]> | 2012-09-24 23:19:33 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-09-24 23:19:33 -0700 |
| commit | 4a2443901fc507b226b49dfe3a3ee9fa35bc2156 (patch) | |
| tree | 41a3f01e5598599a4245a0cd60a692e26f26f381 | |
| parent | bda3d57a001a4cbaf54718a9c4b9c4dbd54bef09 (diff) | |
| download | bootstrap-4a2443901fc507b226b49dfe3a3ee9fa35bc2156.tar.xz bootstrap-4a2443901fc507b226b49dfe3a3ee9fa35bc2156.zip | |
reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 | ||||
| -rw-r--r-- | less/modals.less | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4e533b252..2c92488f0 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } 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; } |
