diff options
| author | Mark Otto <[email protected]> | 2011-07-05 14:24:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-07-05 14:24:53 -0700 |
| commit | 5a1a01869ac803b71b148f126fd66558013d3dbf (patch) | |
| tree | 8f15dac796aca9bb8fcf1dda790d166426e77410 /lib/patterns.less | |
| parent | 768fa3c8a666f98294d21d046156439eef582696 (diff) | |
| download | bootstrap-5a1a01869ac803b71b148f126fd66558013d3dbf.tar.xz bootstrap-5a1a01869ac803b71b148f126fd66558013d3dbf.zip | |
new popover ideas
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index db3080228..b79438dea 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -13,7 +13,7 @@ div.topbar { top: 0; left: 0; right: 0; - z-index: 1000; + z-index: 10000; overflow: visible; @shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); .box-shadow(@shadow); @@ -557,7 +557,7 @@ div.twipsy { visibility: visible; padding: 5px; font-size: 11px; - z-index: 100000; + z-index: 1000; .opacity(80); &.above .twipsy-arrow { #popoverArrow > .above(); } &.left .twipsy-arrow { #popoverArrow > .left(); } @@ -590,7 +590,7 @@ div.twipsy { position: absolute; top: 0; left: 0; - z-index: 10000; + z-index: 1000; display: none; } .popover-border { @@ -658,7 +658,7 @@ div.twipsy { top: 0; left: 0; display: none; - z-index: 10000; + z-index: 1000; background: none; } .popover-menu .popover-arrow { |
