fixes spinner filenames
This commit is contained in:
parent
3fc42c02b3
commit
7a11265131
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#mbCenter.mbLoading {
|
#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. */
|
/* This style is applied only during animation. */
|
||||||
/* For example, the next lines turn off shadows */
|
/* For example, the next lines turn off shadows */
|
||||||
/* improving browser performance on slow systems. */
|
/* improving browser performance on slow systems. */
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#mbCenter.mbLoading {
|
#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. */
|
/* This style is applied only during animation. */
|
||||||
/* For example, the next lines turn off shadows */
|
/* For example, the next lines turn off shadows */
|
||||||
/* improving browser performance on slow systems. */
|
/* improving browser performance on slow systems. */
|
||||||
|
|
Loading…
Reference in a new issue