diff options
| author | Jacob Thornton <[email protected]> | 2012-09-24 23:28:38 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-09-24 23:28:38 -0700 |
| commit | 88b1e44dd61afd8f08761346555521bd216ed73a (patch) | |
| tree | b0d6a3c4acef7587b64b566581bfb6e21d3f2d61 /docs/assets/css/bootstrap.css | |
| parent | 4a2443901fc507b226b49dfe3a3ee9fa35bc2156 (diff) | |
| download | bootstrap-88b1e44dd61afd8f08761346555521bd216ed73a.tar.xz bootstrap-88b1e44dd61afd8f08761346555521bd216ed73a.zip | |
change tooltip/popover insert strategy
remove modal-open class
hopefully resolve z-index headaches
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2c92488f0..825d6b51e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4985,22 +4985,6 @@ input[type="submit"].btn.btn-mini { background-color: #fff; } -.modal-open .dropdown-menu { - z-index: 2050; -} - -.modal-open .dropdown.open { - *z-index: 2050; -} - -.modal-open .popover { - z-index: 2060; -} - -.modal-open .tooltip { - z-index: 2080; -} - .modal-backdrop { position: fixed; top: 0; |
