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

Merge branch 'hotfix_929_ie8_black_screen' into dev

parents 768fd3e8 8fe47c8f
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ section > .contents {
text-align: center;
background-image: url("/i/bg.png");
z-index: -1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-transition-property: opacity;
......@@ -85,6 +86,7 @@ section > .contents {
.waiting #wait {
z-index: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}
......@@ -95,6 +97,7 @@ section > .contents {
.delay #delay {
z-index: 2;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}
......
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