commadelimited/jQuery-Mobile-Icon-Pack

Loading image not restored correctly

bertvh opened this issue · 0 comments

This is the css from jqm 1.1.0

.ui-icon-loading { background: url(images/ajax-loader.gif); background-size: 46px 46px; }

This is what the icon pack restores it to:

.ui-icon-loading { background-image: url("images/ajax-loader.png"); background-size: 35px 35px; border-radius: 20px 20px 20px 20px; height: 40px; width: 40px; }

Meaning no animated loader + not ligned up correctly