try using tricker opacity thingy

This commit is contained in:
Jacob Thornton
2011-08-28 17:40:25 -07:00
parent d8d6e40097
commit 9059a72bf8
4 changed files with 16 additions and 10 deletions

View File

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