]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-base/sass/src/plugin/PullRefresh.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-base / sass / src / plugin / PullRefresh.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.plugin.PullRefresh\r
3 */\r
4\r
5.x-list-pullrefresh {\r
6 @include st-box;\r
7 @include st-box-orient(horizontal);\r
8 @include st-box-align(center);\r
9 @include st-box-pack(center);\r
10 @include st-box-direction(normal, row);\r
11\r
12 position: absolute;\r
13 top: -5em;\r
14 left: 0;\r
15 width: 100%;\r
16 height: 4.5em;\r
17\r
18 .x-loading-spinner {\r
19 display: none;\r
20 }\r
21}\r
22\r
23.x-list-pullrefresh-arrow {\r
24 width: 2.5em;\r
25 height: 4.5em;\r
26 background-color: #bbb;\r
27}\r
28\r
29.x-list-pullrefresh-wrap {\r
30 width: 20em;\r
31 font-size: 0.7em;\r
32}\r
33\r
34.x-list-pullrefresh-message {\r
35 font-weight: bold;\r
36 font-size: 1.3em;\r
37 text-align: center;\r
38}\r
39\r
40.x-list-pullrefresh-updated {\r
41 text-align: center;\r
42}\r
43\r
44.x-list-pullrefresh-loading {\r
45 *.x-loading-spinner {\r
46 display: block;\r
47 }\r
48\r
49 .x-list-pullrefresh-arrow {\r
50 display: none;\r
51 }\r
52}\r
53\r
54.x-android-2 .x-list-pullrefresh-loading {\r
55 *.x-loading-spinner {\r
56 display: none;\r
57 }\r
58}\r