From 4a2443901fc507b226b49dfe3a3ee9fa35bc2156 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 24 Sep 2012 23:19:33 -0700 Subject: [PATCH] reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53 --- docs/assets/css/bootstrap.css | 8 ++++---- 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 4e533b2523..2c92488f00 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 5f7b43ef64..b4862a1c20 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; }