Skip to content
Snippets Groups Projects
Commit 1e351bad authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fix the completely black background for IE8 when it shows an error message.

issue #1485
parent 680f3337
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,7 @@ noscript {
.waiting #errorBackground, .error #errorBackground, .delay #errorBackground {
z-index: 1001;
display: block;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
opacity: .6;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment