diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index 0d07fb10..47abe209 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -54,7 +54,7 @@ div.ui-mobile-viewport { overflow-x: hidden; } .ui-loading .ui-loader { display: block; } .ui-loader { background: #000; opacity: .16; display: none; z-index: 9999999; position: fixed; width: 32px; height: 32px; top: 50%; box-shadow: 0 1px 1px -1px #fff; margin-left: -18px; margin-top: -18px; left: 50%; padding: 7px; border:0; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; } .ui-loader h1 { font-size: 0px; width: 0; height: 0; overflow: hidden; } -.ui-loader .ui-icon { display: block; margin: 0; width: 32px; height: 32px; background-color: transparent; } +.ui-loader .ui-icon { display: block; margin: 0; width: 32px; height: 32px; background-color: #000; } /*fouc*/ .ui-mobile-rendering > * { visibility: hidden; } diff --git a/css/themes/default/images/ajax-loader.gif b/css/themes/default/images/ajax-loader.gif index 4f008cf1..31aba146 100644 Binary files a/css/themes/default/images/ajax-loader.gif and b/css/themes/default/images/ajax-loader.gif differ