]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/var/list/TreeItem.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / var / list / TreeItem.scss
CommitLineData
6527f429
DM
1\r
2\r
3$treelist-background-color: dynamic($grid-body-background-color);\r
4\r
5$treelist-color: dynamic($grid-row-cell-color);\r
6\r
7$treelist-left-padding: dynamic(left($tree-cell-inner-padding));\r
8$treelist-right-padding: dynamic(right($tree-cell-inner-padding));\r
9\r
10$treelist-padding: 0 $treelist-right-padding 0 $treelist-left-padding;\r
11\r
12//--------------------------------------------------------------------------\r
13\r
14$treelist-item-line-height: dynamic($grid-row-height);\r
15\r
16// $treelist-item-color inherits $treelist-color\r
17\r
18//--------------------------------------------------------------------------\r
19// The main item element\r
20\r
21// $treelist-item-text-color inherits $treelist-color\r
22\r
23$treelist-item-text-icon-gap: dynamic($tree-icon-spacing);\r
24\r
25$treelist-item-text-over-color: dynamic($grid-row-cell-over-color);\r
26\r
27$treelist-item-text-font-size: dynamic($grid-row-cell-font-size);\r
28\r
29$treelist-item-text-overflow: dynamic($grid-cell-inner-text-overflow);\r
30\r
31//--------------------------------------------------------------------------\r
32// The expander arrow.\r
33\r
34$treelist-item-expander-color: dynamic($tree-arrow-glyph-color);\r
35\r
36// $treelist-item-expander-over-color inherits $treelist-item-expander-color\r
37\r
38$treelist-item-expander-glyph: dynamic($tree-arrow-glyph);\r
39$treelist-item-expander-expanded-glyph: dynamic($tree-arrow-expanded-glyph);\r
40\r
41$treelist-item-expander-width: dynamic($tree-elbow-width);\r
42\r
43//--------------------------------------------------------------------------\r
44// The optional tree node icon\r
45\r
46$treelist-item-icon-color: dynamic($tree-glyph-color);\r
47\r
48$treelist-item-icon-width: dynamic($tree-icon-width);\r
49\r
50$treelist-item-icon-font-size: dynamic($tree-glyph-font-size);\r
51\r
52\r
53//--------------------------------------------------------------------------\r
54\r
55/* No classic equivalents for the indicator element\r
56 $treelist-row-indicator-selected-color: dynamic($grid-row-cell-focus-border-color);\r
57\r
58 $treelist-row-indicator-selected-over-color: dynamic($grid-row-cell-focus-border-color);\r
59\r
60 $treelist-row-indicator-over-color: dynamic($grid-row-cell-focus-border-color);\r
61\r
62 $treelist-row-indicator-width: dynamic(5px);\r
63*/\r
64\r
65$treelist-row-selected-background-color: dynamic($grid-row-cell-selected-background-color);\r
66\r
67$treelist-row-selected-over-background-color: dynamic($grid-row-cell-selected-background-color);\r
68\r
69$treelist-row-over-background-color: dynamic($grid-row-cell-over-background-color);\r