Skip to content

Commit aa3a8af

Browse files
committed
place popovers and twipsies above modals for use there
1 parent 7b665af commit aa3a8af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bootstrap.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Sat Oct 8 00:14:02 PDT 2011
9+
* Date: Sat Oct 8 00:16:12 PDT 2011
1010
*/
1111
/* Reset.less
1212
* 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 {
21952195
visibility: visible;
21962196
padding: 5px;
21972197
font-size: 11px;
2198-
z-index: 1000;
2198+
z-index: 12000;
21992199
filter: alpha(opacity=80);
22002200
-khtml-opacity: 0.8;
22012201
-moz-opacity: 0.8;
@@ -2259,7 +2259,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
22592259
position: absolute;
22602260
top: 0;
22612261
left: 0;
2262-
z-index: 1000;
2262+
z-index: 12000;
22632263
padding: 5px;
22642264
display: none;
22652265
}

bootstrap.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/patterns.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ input[type=submit].btn {
894894
visibility: visible;
895895
padding: 5px;
896896
font-size: 11px;
897-
z-index: 1000;
897+
z-index: 12000;
898898
.opacity(80);
899899
&.fade.in {
900900
.opacity(80);
@@ -927,7 +927,7 @@ input[type=submit].btn {
927927
position: absolute;
928928
top: 0;
929929
left: 0;
930-
z-index: 1000;
930+
z-index: 12000;
931931
padding: 5px;
932932
display: none;
933933
&.above .arrow { #popoverArrow > .above(); }

0 commit comments

Comments
 (0)