diff --git a/css/mediaboxBlack.css b/css/mediaboxBlack.css index e4e7fde..95963cd 100644 --- a/css/mediaboxBlack.css +++ b/css/mediaboxBlack.css @@ -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. */ diff --git a/css/mediaboxWhite.css b/css/mediaboxWhite.css index 7a62a90..3d9f2d4 100644 --- a/css/mediaboxWhite.css +++ b/css/mediaboxWhite.css @@ -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. */