From 4a2443901fc507b226b49dfe3a3ee9fa35bc2156 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 24 Sep 2012 23:19:33 -0700 Subject: reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53 --- docs/assets/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/assets/css/bootstrap.css') 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; } -- cgit v1.2.3 From 88b1e44dd61afd8f08761346555521bd216ed73a Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 24 Sep 2012 23:28:38 -0700 Subject: change tooltip/popover insert strategy remove modal-open class hopefully resolve z-index headaches --- docs/assets/css/bootstrap.css | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs/assets/css/bootstrap.css') 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; -- cgit v1.2.3