Skip to content

Commit d22b711

Browse files
author
scottjehl
committed
override background-size on the loading icon for retina
1 parent 58aa705 commit d22b711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/default/jquery.mobile.theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ a.ui-link-inherit { text-decoration: none !important; }
153153
.ui-icon-black-disc { background-color: #fff; background-color: rgba(255,255,255,.3); -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; }
154154

155155
/* retina */
156-
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
156+
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
157157
.ui-icon { background-image: url(images/icons-36-white.png); background-size: 558px 18px; }
158158
.ui-icon-black { background-image: url(images/icons-36-black.png); }
159159
}
@@ -196,7 +196,7 @@ a.ui-link-inherit { text-decoration: none !important; }
196196
.ui-icon-search { background-image: url(images/icon-search-black.png); }
197197

198198
/* loading icon */
199-
.ui-icon-loading { background-image: url(images/ajax-loader.png); width: 40px; height: 40px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }
199+
.ui-icon-loading { background-image: url(images/ajax-loader.png); width: 40px; height: 40px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; background-size: 35px 35px; }
200200

201201
/* btn Corner radius */
202202
.ui-btn-corner-tl { -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: 1em; border-top-left-radius: 1em; }

0 commit comments

Comments
 (0)