]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it if...
authorMark Otto <markotto@twitter.com>
Sun, 19 Aug 2012 00:05:37 +0000 (17:05 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 19 Aug 2012 00:05:37 +0000 (17:05 -0700)
docs/assets/css/bootstrap.css
less/variables.less

index 82fee6daeb651aab5e6db9b40df1b716b56ee1d6..e550b175ec472ec2f48d8ada2c9c75f57ff94516 100644 (file)
@@ -4710,7 +4710,7 @@ input[type="submit"].btn.btn-mini {
 }
 
 .modal-open .tooltip {
-  z-index: 2070;
+  z-index: 2080;
 }
 
 .modal-backdrop {
@@ -4829,7 +4829,7 @@ input[type="submit"].btn.btn-mini {
 
 .tooltip {
   position: absolute;
-  z-index: 1020;
+  z-index: 1030;
   display: block;
   padding: 5px;
   font-size: 11px;
index 42b76df45ebda8acc67a5f40d968d8e201198169..a5c8cdd9893841e9dba79ac432d3f76669e881a5 100644 (file)
 // Try to avoid customizing these :)
 @zindexDropdown:          1000;
 @zindexPopover:           1010;
-@zindexTooltip:           1020;
+@zindexTooltip:           1030;
 @zindexFixedNavbar:       1030;
 @zindexModalBackdrop:     1040;
 @zindexModal:             1050;