diff options
| author | Jacob Thornton <[email protected]> | 2011-08-28 16:23:57 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-28 16:23:57 -0700 |
| commit | 1a5f8205ff2f87c8f6277afa0a6616599390b7b1 (patch) | |
| tree | 8dfc372acdabdba54f6660f59e1a0f28c96a2d54 /lib/patterns.less | |
| parent | 0b1d2cc03cddff8ef9e5385bc0d77d4d22d2d7ff (diff) | |
| download | bootstrap-1a5f8205ff2f87c8f6277afa0a6616599390b7b1.tar.xz bootstrap-1a5f8205ff2f87c8f6277afa0a6616599390b7b1.zip | |
alpha for ie
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 8fd41e551..57bd02621 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -578,8 +578,8 @@ input[type=submit].btn { // ------ .modal-backdrop { - background-color: #000; - .opacity(50); + background-color: rgba(0,0,0,.5); + filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000')"; position: fixed; top: 0; left: 0; |
