diff options
| author | Mark Otto <[email protected]> | 2012-01-28 12:43:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 12:43:45 -0800 |
| commit | 698d4b414c234f74ae93384a8d83c14c15ab2cc9 (patch) | |
| tree | cc4e20b82963c0e51c2df122d24eaa9afee33aae /less | |
| parent | 2bfda031cebcde7361797dd54badeb91d4cb98cf (diff) | |
| parent | f768242759903151c9957a493c5349f931d882ef (diff) | |
| download | bootstrap-698d4b414c234f74ae93384a8d83c14c15ab2cc9.tar.xz bootstrap-698d4b414c234f74ae93384a8d83c14c15ab2cc9.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index 386aabb49..aa14675ed 100644 --- a/less/modals.less +++ b/less/modals.less @@ -1,6 +1,13 @@ // MODALS // ------ +.modal-open { + .dropdown-menu { z-index: @zindexDropdown + @zindexModal; } + .dropdown.open { *z-index: @zindexDropdown + @zindexModal; } + .popover { z-index: @zindexPopover + @zindexModal; } + .tooltip { z-index: @zindexTooltip + @zindexModal; } +} + .modal-backdrop { position: fixed; top: 0; |
