aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.1.1.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-28 14:06:37 -0700
committerJacob Thornton <[email protected]>2011-08-28 14:06:37 -0700
commit0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff (patch)
treeb4b01c26b022425515a7f1f785cc9709024f9a3e /bootstrap-1.1.1.css
parentc26350470921f1e57636f30f992947be6b41060c (diff)
downloadbootstrap-0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff.tar.xz
bootstrap-0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff.zip
change backdrop for ie
Diffstat (limited to 'bootstrap-1.1.1.css')
-rw-r--r--bootstrap-1.1.1.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css
index 093a39476..62be7245c 100644
--- a/bootstrap-1.1.1.css
+++ b/bootstrap-1.1.1.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 Aug 27 18:04:39 PDT 2011
+ * Date: Sun Aug 28 14:06:25 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).
@@ -1679,7 +1679,11 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.modal-backdrop {
- background-color: rgba(0, 0, 0, 0.5);
+ background-color: #000;
+ filter: alpha(opacity=50);
+ -khtml-opacity: 0.5;
+ -moz-opacity: 0.5;
+ opacity: 0.5;
position: fixed;
top: 0;
left: 0;