]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 25 Sep 2012 06:19:33 +0000 (23:19 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Tue, 25 Sep 2012 06:19:33 +0000 (23:19 -0700)
docs/assets/css/bootstrap.css
less/modals.less

index 4e533b2523f3e054b40e138f85d6c90eeae75c9a..2c92488f00b276aa2c521f6cd7abacfe11517340 100644 (file)
@@ -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;
 }
 
index 5f7b43ef6468942f82fd9c2e195ff15ebfef2ad3..b4862a1c20366904a0706caa33374cb4312e1a8b 100644 (file)
@@ -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; }