diff --git a/css/mediaboxBlack.css b/css/mediaboxBlack.css index 081e052..9213688 100644 --- a/css/mediaboxBlack.css +++ b/css/mediaboxBlack.css @@ -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. */ diff --git a/css/mediaboxWhite.css b/css/mediaboxWhite.css index ad15528..de9d439 100644 --- a/css/mediaboxWhite.css +++ b/css/mediaboxWhite.css @@ -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. */ diff --git a/images/loading-dark.gif b/images/loading-dark.gif new file mode 100644 index 0000000..53ac6b6 Binary files /dev/null and b/images/loading-dark.gif differ diff --git a/images/loading-light.gif b/images/loading-light.gif new file mode 100644 index 0000000..d8bc9e6 Binary files /dev/null and b/images/loading-light.gif differ