diff options
| author | Jacob Thornton <[email protected]> | 2011-08-28 17:42:09 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-28 17:42:09 -0700 |
| commit | ebff55443076a95f171bffc80ccdbc3bb985792e (patch) | |
| tree | 775f2b1c0c33bfe14e80ae0eb3ef7b5c37577164 /lib | |
| parent | 9059a72bf87cc7ac868d7d16333757445c28c31d (diff) | |
| download | bootstrap-ebff55443076a95f171bffc80ccdbc3bb985792e.tar.xz bootstrap-ebff55443076a95f171bffc80ccdbc3bb985792e.zip | |
remake with opacity thin
Diffstat (limited to 'lib')
| -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 4733a3837..e3d4ba106 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -581,8 +581,12 @@ input[type=submit].btn { /* 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; + opacity: .5; + &.fade { + opacity: 0; + &.in { + opacity: .5; + } } position: fixed; top: 0; |
