]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/default/src/plugin/_PullRefresh.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / default / src / plugin / _PullRefresh.scss
1 /**
2 * @class Ext.plugin.PullRefresh
3 */
4
5 .x-list-pullrefresh-arrow {
6 background: center center theme_image('default', "pullarrow.png") no-repeat;
7 background-size: 2em 3em;
8 -webkit-transition-property: -webkit-transform;
9 -webkit-transition-duration: 200ms;
10 @include rotate(0deg);
11 }
12
13 .x-android-2 .x-list-pullrefresh-arrow {
14 -webkit-transition-property: none;
15 -webkit-transition-duration: 0;
16 }
17
18 .x-list-pullrefresh-release .x-list-pullrefresh-arrow {
19 @include rotate(-180deg);
20 }
21
22 .x-list-pullrefresh-message {
23 margin-bottom: 0.1em;
24 }