aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-18 17:05:37 -0700
committerMark Otto <[email protected]>2012-08-18 17:05:37 -0700
commite79eb75e0944c2852fc47e117f4e96b984e40051 (patch)
tree7254f2b631e6b17621c14de56c99b27756b54b3d
parente6e0e2ac9b0a31979531b6add3d1c8aaceb65f2e (diff)
downloadbootstrap-e79eb75e0944c2852fc47e117f4e96b984e40051.tar.xz
bootstrap-e79eb75e0944c2852fc47e117f4e96b984e40051.zip
fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it if generated from within
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/variables.less2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 82fee6dae..e550b175e 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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;
diff --git a/less/variables.less b/less/variables.less
index 42b76df45..a5c8cdd98 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -125,7 +125,7 @@
// Try to avoid customizing these :)
@zindexDropdown: 1000;
@zindexPopover: 1010;
-@zindexTooltip: 1020;
+@zindexTooltip: 1030;
@zindexFixedNavbar: 1030;
@zindexModalBackdrop: 1040;
@zindexModal: 1050;