]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-base/sass/src/dataview/IndexBar.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-base / sass / src / dataview / IndexBar.scss
CommitLineData
6527f429
DM
1.x-indexbar-wrapper {\r
2 @include st-box-pack(end, important);\r
3 pointer-events: none;\r
4}\r
5\r
6.x-indexbar {\r
7 pointer-events: auto;\r
8 z-index: 2;\r
9 min-height: 0 !important;\r
10 height: auto !important;\r
11\r
12 @include st-box-flex(0, auto, important);\r
13\r
14 > div {\r
15 font-size: 0.6em;\r
16 text-align: center;\r
17 line-height: 1.1em;\r
18 font-weight: bold;\r
19 display: block;\r
20 }\r
21}\r
22\r
23.x-indexbar-vertical {\r
24 width: 15px;\r
25 @include st-box-orient(vertical);\r
26 margin-right: 15px;\r
27}\r
28\r
29.x-indexbar-horizontal {\r
30 height: 15px;\r
31 @include st-box-orient(horizontal);\r
32}\r
33\r
34.x-phone.x-landscape .x-indexbar {\r
35 > div {\r
36 font-size: 0.38em;\r
37 line-height: 1em;\r
38 }\r
39}\r
40\r
41.x-indexbar-pressed {\r
42 background-color: #ccc;\r
43}\r