gif loader styles

This commit is contained in:
scottjehl 2011-12-29 00:46:10 +07:00
parent b820de1afc
commit 9a410f57fa

View file

@ -991,13 +991,8 @@ a.ui-link-inherit {
/* loading icon */
.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;
background: url(images/ajax-loader.gif);
background-size: 36px 36px;
}