diff options
| author | Mark Otto <[email protected]> | 2011-10-08 00:16:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-08 00:16:21 -0700 |
| commit | aa3a8af2d082423e7cede05874b5a56b642ae1b7 (patch) | |
| tree | a54e002d179e38f257617a043c1355cc04a7736e /bootstrap.css | |
| parent | 7b665affd77c647111b089e4a178b09525a67863 (diff) | |
| download | bootstrap-aa3a8af2d082423e7cede05874b5a56b642ae1b7.tar.xz bootstrap-aa3a8af2d082423e7cede05874b5a56b642ae1b7.zip | |
place popovers and twipsies above modals for use there
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index 4eca09e69..819bda3f5 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Oct 8 00:14:02 PDT 2011 + * Date: Sat Oct 8 00:16:12 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -2195,7 +2195,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { visibility: visible; padding: 5px; font-size: 11px; - z-index: 1000; + z-index: 12000; filter: alpha(opacity=80); -khtml-opacity: 0.8; -moz-opacity: 0.8; @@ -2259,7 +2259,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { position: absolute; top: 0; left: 0; - z-index: 1000; + z-index: 12000; padding: 5px; display: none; } |
