remake with opacity thin

This commit is contained in:
Jacob Thornton
2011-08-28 17:42:09 -07:00
parent 9059a72bf8
commit ebff554430
3 changed files with 12 additions and 4 deletions

View File

@@ -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;