Skip to content

Commit 95d9c1c

Browse files
author
scottjehl
committed
restored loading icon background color
1 parent f07e3aa commit 95d9c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ div.ui-mobile-viewport { overflow-x: hidden; }
2727
/* loading screen */
2828
.ui-loading .ui-loader { display: block; }
2929
.ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; box-shadow: 0 1px 1px -1px #fff; left: 50%; border:0; }
30-
.ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -18px; margin-top: -18px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
30+
.ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -18px; margin-top: -18px; }
3131
.ui-loader-verbose { width: 200px; opacity: .88; height: auto; margin-left: -110px; padding: 10px; }
3232
.ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
3333
.ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
34-
.ui-loader .ui-icon { display: block; margin: 0; width: 46px; height: 46px; background-color: transparent; }
34+
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 46px; height: 46px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
3535
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; }
3636
.ui-loader-textonly { padding: 15px; margin-left: -115px; }
3737
.ui-loader-textonly .ui-icon { display: none; }

0 commit comments

Comments
 (0)