diff options
| author | Jacob Thornton <[email protected]> | 2011-08-28 14:06:37 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-28 14:06:37 -0700 |
| commit | 0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff (patch) | |
| tree | b4b01c26b022425515a7f1f785cc9709024f9a3e /lib | |
| parent | c26350470921f1e57636f30f992947be6b41060c (diff) | |
| download | bootstrap-0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff.tar.xz bootstrap-0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff.zip | |
change backdrop for ie
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index a34900d04..8fd41e551 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -578,7 +578,8 @@ input[type=submit].btn { // ------ .modal-backdrop { - background-color: rgba(0,0,0,.5); + background-color: #000; + .opacity(50); position: fixed; top: 0; left: 0; |
