Skip to content
Snippets Groups Projects
Commit 0cbeba6c authored by Austin King's avatar Austin King
Browse files

Merge pull request #1685 from mozilla/issue_1684_wait_screen

Fix the "communicating with server" text being placed behind the arrow when the wait screen is being hidden.
parents 603dc7f1 0f26dbda
Loading
......@@ -165,11 +165,11 @@ section > .contents {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-ms-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-property: all;
-moz-transition-property: all;
-ms-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
......
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