fixes spinner filenames

This commit is contained in:
Jan Niggemann 2015-02-23 16:39:33 +01:00
parent 3fc42c02b3
commit 7a11265131
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
}
#mbCenter.mbLoading {
background: #000 url(../images/loading2.gif) no-repeat center;
background: #000 url(../images/loading-dark.gif) no-repeat center;
/* This style is applied only during animation. */
/* For example, the next lines turn off shadows */
/* improving browser performance on slow systems. */

View File

@ -52,7 +52,7 @@
}
#mbCenter.mbLoading {
background: #fff url(../images/WhiteLoading.gif) no-repeat center;
background: #fff url(../images/loading-light.gif) no-repeat center;
/* This style is applied only during animation. */
/* For example, the next lines turn off shadows */
/* improving browser performance on slow systems. */