Merge pull request #55 from Aldarone/fix40
Fix #40 : Added missing GIFs for MediaBox
This commit is contained in:
commit
699cdc8e4b
4 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,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. */
|
||||
|
|
|
@ -45,7 +45,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. */
|
||||
|
|
BIN
images/loading-dark.gif
Normal file
BIN
images/loading-dark.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
images/loading-light.gif
Normal file
BIN
images/loading-light.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in a new issue