]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-base/sass/src/tab/Bar.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-base / sass / src / tab / Bar.scss
CommitLineData
6527f429
DM
1.#{$prefix}tab-bar {\r
2 z-index: 0;\r
3 position: relative;\r
4}\r
5\r
6.#{$prefix}tab-bar-strip {\r
7 position: absolute;\r
8 line-height: 0;\r
9 font-size: 0;\r
10 z-index: 2;\r
11\r
12 .#{$prefix}tab-bar-top > & {\r
13 bottom: 0;\r
14 }\r
15\r
16 .#{$prefix}tab-bar-bottom > &{\r
17 top: 0;\r
18 }\r
19\r
20 .#{$prefix}tab-bar-left > & {\r
21 right: 0;\r
22\r
23 @if $include-rtl {\r
24 &.#{$prefix}rtl {\r
25 right: auto;\r
26 left: 0;\r
27 }\r
28 }\r
29 }\r
30\r
31 .#{$prefix}tab-bar-right > & {\r
32 left: 0;\r
33\r
34 @if $include-rtl {\r
35 &.#{$prefix}rtl {\r
36 left: auto;\r
37 right: 0;\r
38 }\r
39 }\r
40 }\r
41}\r
42\r
43.#{$prefix}tab-bar-horizontal .#{$prefix}tab-bar-strip {\r
44 width: 100%;\r
45 left: 0;\r
46}\r
47\r
48.#{$prefix}tab-bar-vertical {\r
49 // vertical tabbars use display:table-cell so that they doen't expand to fill their\r
50 // container when rendered outside of a tabpanel. (display:table doesn't work in IE9\r
51 // because getComputedStyle doesn't return the correct border/padding info)\r
52 display: table-cell;\r
53\r
54 .#{$prefix}tab-bar-strip {\r
55 height: 100%;\r
56 top: 0;\r
57 }\r
58}\r
59\r
60.#{$prefix}tab-bar-plain {\r
61 background: transparent !important;\r
62}\r
63\r
64.#{$prefix}box-scroller-plain {\r
65 background-color: transparent !important;\r
66}