Commit df8a0edb authored by Sven Franck's avatar Sven Franck

removed a placeholder, so status can fadeout

parent da171fd4
......@@ -335,7 +335,7 @@ html body form input.secure_form {
.loader_message {
text-align: center;
}
.ui-loaderx {
.ui-loader {
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 375ms;
-moz-animation-timing-function: ease-in;
......@@ -359,7 +359,7 @@ html body form input.secure_form {
50% { opacity: 1; }
100% { opacity: 0; }
}
.ui-loaderx {
.ui-loader {
opacity: 0;
-webkit-animation-duration: 1000ms;
-webkit-animation-name: fadeout;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment