diff options
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index b64b1d312..4733a3837 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -578,8 +578,12 @@ input[type=submit].btn { // ------ .modal-backdrop { - background-color: rgba(0,0,0,.5); - filter: e(%("progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=%d,endColorstr=%d)", '#aa000000', '#aa000000')); +/* background-color: rgba(0,0,0,.5); + filter: e(%("progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=%d,endColorstr=%d)", '#aa000000', '#aa000000'));*/ + background-color:#000; + &.fade.in { + opacity: .5; + } position: fixed; top: 0; left: 0; |
