mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 11:54:43 +00:00
gif loader styles
This commit is contained in:
parent
b820de1afc
commit
9a410f57fa
1 changed files with 2 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue