@syncfusion/ej2-navigations 20.1.51 → 20.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +18 -6
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +18 -6
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/carousel/carousel.js +18 -6
- package/styles/accordion/bootstrap-dark.css +6 -94
- package/styles/accordion/bootstrap.css +6 -94
- package/styles/accordion/bootstrap4.css +9 -109
- package/styles/accordion/bootstrap5-dark.css +3 -88
- package/styles/accordion/bootstrap5.css +3 -88
- package/styles/accordion/fabric-dark.css +6 -90
- package/styles/accordion/fabric.css +6 -90
- package/styles/accordion/fluent-dark.css +6 -87
- package/styles/accordion/fluent.css +6 -87
- package/styles/accordion/highcontrast-light.css +10 -116
- package/styles/accordion/highcontrast.css +10 -116
- package/styles/accordion/material-dark.css +6 -93
- package/styles/accordion/material.css +6 -93
- package/styles/accordion/tailwind-dark.css +6 -93
- package/styles/accordion/tailwind.css +6 -93
- package/styles/bootstrap-dark.css +271 -2022
- package/styles/bootstrap.css +271 -2022
- package/styles/bootstrap4.css +277 -2085
- package/styles/bootstrap5-dark.css +267 -2063
- package/styles/bootstrap5.css +267 -2063
- package/styles/breadcrumb/bootstrap-dark.css +8 -90
- package/styles/breadcrumb/bootstrap.css +8 -90
- package/styles/breadcrumb/bootstrap4.css +8 -90
- package/styles/breadcrumb/bootstrap5-dark.css +8 -94
- package/styles/breadcrumb/bootstrap5.css +8 -94
- package/styles/breadcrumb/fabric-dark.css +8 -89
- package/styles/breadcrumb/fabric.css +8 -89
- package/styles/breadcrumb/fluent-dark.css +8 -82
- package/styles/breadcrumb/fluent.css +8 -82
- package/styles/breadcrumb/highcontrast-light.css +8 -91
- package/styles/breadcrumb/highcontrast.css +8 -91
- package/styles/breadcrumb/material-dark.css +8 -85
- package/styles/breadcrumb/material.css +8 -85
- package/styles/breadcrumb/tailwind-dark.css +8 -92
- package/styles/breadcrumb/tailwind.css +8 -92
- package/styles/carousel/_layout.scss +19 -1
- package/styles/carousel/bootstrap-dark.css +24 -43
- package/styles/carousel/bootstrap.css +24 -43
- package/styles/carousel/bootstrap4.css +24 -43
- package/styles/carousel/bootstrap5-dark.css +24 -43
- package/styles/carousel/bootstrap5.css +24 -43
- package/styles/carousel/fabric-dark.css +24 -43
- package/styles/carousel/fabric.css +24 -43
- package/styles/carousel/fluent-dark.css +24 -43
- package/styles/carousel/fluent.css +24 -43
- package/styles/carousel/highcontrast-light.css +24 -43
- package/styles/carousel/highcontrast.css +24 -43
- package/styles/carousel/material-dark.css +24 -43
- package/styles/carousel/material.css +24 -43
- package/styles/carousel/tailwind-dark.css +24 -43
- package/styles/carousel/tailwind.css +24 -43
- package/styles/context-menu/bootstrap-dark.css +6 -60
- package/styles/context-menu/bootstrap.css +6 -60
- package/styles/context-menu/bootstrap4.css +6 -60
- package/styles/context-menu/bootstrap5-dark.css +6 -60
- package/styles/context-menu/bootstrap5.css +6 -60
- package/styles/context-menu/fabric-dark.css +6 -60
- package/styles/context-menu/fabric.css +6 -60
- package/styles/context-menu/fluent-dark.css +6 -60
- package/styles/context-menu/fluent.css +6 -60
- package/styles/context-menu/highcontrast-light.css +6 -60
- package/styles/context-menu/highcontrast.css +6 -60
- package/styles/context-menu/material-dark.css +6 -60
- package/styles/context-menu/material.css +6 -60
- package/styles/context-menu/tailwind-dark.css +6 -60
- package/styles/context-menu/tailwind.css +6 -60
- package/styles/fabric-dark.css +262 -2007
- package/styles/fabric.css +262 -2007
- package/styles/fluent-dark.css +262 -2018
- package/styles/fluent.css +262 -2018
- package/styles/h-scroll/bootstrap-dark.css +11 -67
- package/styles/h-scroll/bootstrap.css +11 -67
- package/styles/h-scroll/bootstrap4.css +11 -69
- package/styles/h-scroll/bootstrap5-dark.css +11 -68
- package/styles/h-scroll/bootstrap5.css +11 -68
- package/styles/h-scroll/fabric-dark.css +11 -67
- package/styles/h-scroll/fabric.css +11 -67
- package/styles/h-scroll/fluent-dark.css +11 -68
- package/styles/h-scroll/fluent.css +11 -68
- package/styles/h-scroll/highcontrast-light.css +11 -70
- package/styles/h-scroll/highcontrast.css +11 -70
- package/styles/h-scroll/material-dark.css +11 -68
- package/styles/h-scroll/material.css +11 -68
- package/styles/h-scroll/tailwind-dark.css +11 -68
- package/styles/h-scroll/tailwind.css +11 -68
- package/styles/highcontrast-light.css +267 -2079
- package/styles/highcontrast.css +267 -2082
- package/styles/material-dark.css +265 -1976
- package/styles/material.css +258 -1968
- package/styles/menu/bootstrap-dark.css +27 -201
- package/styles/menu/bootstrap.css +27 -201
- package/styles/menu/bootstrap4.css +28 -211
- package/styles/menu/bootstrap5-dark.css +27 -202
- package/styles/menu/bootstrap5.css +27 -202
- package/styles/menu/fabric-dark.css +27 -201
- package/styles/menu/fabric.css +27 -201
- package/styles/menu/fluent-dark.css +27 -204
- package/styles/menu/fluent.css +27 -204
- package/styles/menu/highcontrast-light.css +27 -201
- package/styles/menu/highcontrast.css +27 -201
- package/styles/menu/material-dark.css +27 -203
- package/styles/menu/material.css +27 -203
- package/styles/menu/tailwind-dark.css +27 -202
- package/styles/menu/tailwind.css +27 -202
- package/styles/sidebar/bootstrap-dark.css +12 -27
- package/styles/sidebar/bootstrap.css +12 -27
- package/styles/sidebar/bootstrap4.css +12 -27
- package/styles/sidebar/bootstrap5-dark.css +10 -25
- package/styles/sidebar/bootstrap5.css +10 -25
- package/styles/sidebar/fabric-dark.css +12 -27
- package/styles/sidebar/fabric.css +12 -27
- package/styles/sidebar/fluent-dark.css +10 -25
- package/styles/sidebar/fluent.css +10 -25
- package/styles/sidebar/highcontrast-light.css +12 -27
- package/styles/sidebar/highcontrast.css +12 -27
- package/styles/sidebar/material-dark.css +12 -27
- package/styles/sidebar/material.css +12 -27
- package/styles/sidebar/tailwind-dark.css +10 -25
- package/styles/sidebar/tailwind.css +10 -25
- package/styles/tab/bootstrap-dark.css +150 -963
- package/styles/tab/bootstrap.css +150 -963
- package/styles/tab/bootstrap4.css +150 -970
- package/styles/tab/bootstrap5-dark.css +150 -975
- package/styles/tab/bootstrap5.css +150 -975
- package/styles/tab/fabric-dark.css +141 -954
- package/styles/tab/fabric.css +141 -954
- package/styles/tab/fluent-dark.css +143 -949
- package/styles/tab/fluent.css +143 -949
- package/styles/tab/highcontrast-light.css +142 -980
- package/styles/tab/highcontrast.css +142 -980
- package/styles/tab/material-dark.css +144 -916
- package/styles/tab/material.css +137 -909
- package/styles/tab/tailwind-dark.css +137 -907
- package/styles/tab/tailwind.css +137 -907
- package/styles/tailwind-dark.css +256 -1988
- package/styles/tailwind.css +256 -1988
- package/styles/toolbar/bootstrap-dark.css +7 -246
- package/styles/toolbar/bootstrap.css +7 -246
- package/styles/toolbar/bootstrap4.css +8 -258
- package/styles/toolbar/bootstrap5-dark.css +7 -251
- package/styles/toolbar/bootstrap5.css +7 -251
- package/styles/toolbar/fabric-dark.css +7 -245
- package/styles/toolbar/fabric.css +7 -245
- package/styles/toolbar/fluent-dark.css +7 -244
- package/styles/toolbar/fluent.css +7 -244
- package/styles/toolbar/highcontrast-light.css +7 -257
- package/styles/toolbar/highcontrast.css +7 -257
- package/styles/toolbar/material-dark.css +7 -248
- package/styles/toolbar/material.css +7 -248
- package/styles/toolbar/tailwind-dark.css +7 -245
- package/styles/toolbar/tailwind.css +7 -245
- package/styles/treeview/bootstrap-dark.css +23 -191
- package/styles/treeview/bootstrap.css +23 -191
- package/styles/treeview/bootstrap4.css +24 -208
- package/styles/treeview/bootstrap5-dark.css +24 -217
- package/styles/treeview/bootstrap5.css +24 -217
- package/styles/treeview/fabric-dark.css +23 -191
- package/styles/treeview/fabric.css +23 -191
- package/styles/treeview/fluent-dark.css +23 -216
- package/styles/treeview/fluent.css +23 -216
- package/styles/treeview/highcontrast-light.css +23 -191
- package/styles/treeview/highcontrast.css +23 -194
- package/styles/treeview/material-dark.css +23 -192
- package/styles/treeview/material.css +23 -191
- package/styles/treeview/tailwind-dark.css +23 -213
- package/styles/treeview/tailwind.css +23 -213
- package/styles/v-scroll/bootstrap-dark.css +7 -50
- package/styles/v-scroll/bootstrap.css +7 -50
- package/styles/v-scroll/bootstrap4.css +7 -50
- package/styles/v-scroll/bootstrap5-dark.css +7 -50
- package/styles/v-scroll/bootstrap5.css +7 -50
- package/styles/v-scroll/fabric-dark.css +7 -50
- package/styles/v-scroll/fabric.css +7 -50
- package/styles/v-scroll/fluent-dark.css +7 -50
- package/styles/v-scroll/fluent.css +7 -50
- package/styles/v-scroll/highcontrast-light.css +7 -53
- package/styles/v-scroll/highcontrast.css +7 -53
- package/styles/v-scroll/material-dark.css +7 -51
- package/styles/v-scroll/material.css +7 -51
- package/styles/v-scroll/tailwind-dark.css +7 -50
- package/styles/v-scroll/tailwind.css +7 -50
|
@@ -2,31 +2,25 @@
|
|
|
2
2
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
3
|
/*! TreeView icons */
|
|
4
4
|
.e-treeview .e-list-item div.e-icons::before {
|
|
5
|
-
content:
|
|
5
|
+
content: "\e75c";
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
.e-treeview .e-sibling::before {
|
|
9
|
-
content:
|
|
8
|
+
content: "";
|
|
10
9
|
}
|
|
11
|
-
|
|
12
10
|
.e-treeview .e-popup .e-icons::before {
|
|
13
|
-
content:
|
|
11
|
+
content: "\e76a";
|
|
14
12
|
}
|
|
15
|
-
|
|
16
13
|
.e-treeview.e-drag-item .e-icons.e-drop-in::before {
|
|
17
|
-
content:
|
|
14
|
+
content: "\e768";
|
|
18
15
|
}
|
|
19
|
-
|
|
20
16
|
.e-treeview.e-drag-item .e-icons.e-drop-out::before {
|
|
21
|
-
content:
|
|
17
|
+
content: "\e839";
|
|
22
18
|
}
|
|
23
|
-
|
|
24
19
|
.e-treeview.e-drag-item .e-icons.e-drop-next::before {
|
|
25
|
-
content:
|
|
20
|
+
content: "\e736";
|
|
26
21
|
}
|
|
27
|
-
|
|
28
22
|
.e-treeview.e-drag-item .e-icons.e-no-drop::before {
|
|
29
|
-
content:
|
|
23
|
+
content: "\e839";
|
|
30
24
|
}
|
|
31
25
|
|
|
32
26
|
@keyframes rotation {
|
|
@@ -37,22 +31,18 @@
|
|
|
37
31
|
transform: rotate(359deg);
|
|
38
32
|
}
|
|
39
33
|
}
|
|
40
|
-
|
|
41
34
|
.e-bigger .e-treeview .e-ul,
|
|
42
35
|
.e-treeview.e-bigger .e-ul {
|
|
43
36
|
padding: 0 0 0 16px;
|
|
44
37
|
}
|
|
45
|
-
|
|
46
38
|
.e-bigger .e-treeview .e-list-item .e-ul,
|
|
47
39
|
.e-treeview.e-bigger .e-list-item .e-ul {
|
|
48
40
|
padding: 0 0 0 24px;
|
|
49
41
|
}
|
|
50
|
-
|
|
51
42
|
.e-bigger .e-treeview .e-list-item .e-text-content,
|
|
52
43
|
.e-treeview.e-bigger .e-list-item .e-text-content {
|
|
53
44
|
padding: 0 0 0 24px;
|
|
54
45
|
}
|
|
55
|
-
|
|
56
46
|
.e-bigger .e-treeview .e-list-item .e-list-icon,
|
|
57
47
|
.e-bigger .e-treeview .e-list-item .e-list-img,
|
|
58
48
|
.e-treeview.e-bigger .e-list-item .e-list-icon,
|
|
@@ -60,30 +50,25 @@
|
|
|
60
50
|
height: 24px;
|
|
61
51
|
width: 24px;
|
|
62
52
|
}
|
|
63
|
-
|
|
64
53
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-frame,
|
|
65
54
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-frame {
|
|
66
55
|
height: 18px;
|
|
67
56
|
line-height: 17px;
|
|
68
57
|
width: 18px;
|
|
69
58
|
}
|
|
70
|
-
|
|
71
59
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check,
|
|
72
60
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check {
|
|
73
61
|
font-size: 12px;
|
|
74
62
|
}
|
|
75
|
-
|
|
76
63
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop,
|
|
77
64
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop {
|
|
78
65
|
font-size: 12px;
|
|
79
66
|
line-height: 17px;
|
|
80
67
|
}
|
|
81
|
-
|
|
82
68
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
83
69
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
84
70
|
padding: 0 12px;
|
|
85
71
|
}
|
|
86
|
-
|
|
87
72
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
88
73
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
89
74
|
.e-treeview.e-bigger .e-icon-collapsible,
|
|
@@ -92,12 +77,10 @@
|
|
|
92
77
|
margin: 0 0 0 -24px;
|
|
93
78
|
width: 24px;
|
|
94
79
|
}
|
|
95
|
-
|
|
96
80
|
.e-bigger .e-treeview.e-drag-item .e-drop-count,
|
|
97
81
|
.e-treeview.e-bigger.e-drag-item .e-drop-count {
|
|
98
82
|
padding: 3px 5px 4px;
|
|
99
83
|
}
|
|
100
|
-
|
|
101
84
|
.e-bigger .e-treeview .e-navigable .e-text-content,
|
|
102
85
|
.e-treeview.e-bigger .e-navigable .e-text-content {
|
|
103
86
|
-ms-flex-align: center;
|
|
@@ -105,30 +88,25 @@
|
|
|
105
88
|
display: -ms-flexbox;
|
|
106
89
|
display: flex;
|
|
107
90
|
}
|
|
108
|
-
|
|
109
91
|
.e-bigger .e-treeview .e-navigable .e-list-text,
|
|
110
92
|
.e-treeview.e-bigger .e-navigable .e-list-text {
|
|
111
93
|
padding: 0;
|
|
112
94
|
width: 100%;
|
|
113
95
|
}
|
|
114
|
-
|
|
115
96
|
.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text,
|
|
116
97
|
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-text {
|
|
117
98
|
padding: 0;
|
|
118
99
|
}
|
|
119
|
-
|
|
120
100
|
.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
121
101
|
.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img,
|
|
122
102
|
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
123
103
|
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
124
104
|
margin: 0 12px 0 8px;
|
|
125
105
|
}
|
|
126
|
-
|
|
127
106
|
.e-bigger .e-treeview .e-navigable .e-anchor-wrap,
|
|
128
107
|
.e-treeview.e-bigger .e-navigable .e-anchor-wrap {
|
|
129
108
|
padding: 0 0 0 8px;
|
|
130
109
|
}
|
|
131
|
-
|
|
132
110
|
.e-bigger .e-treeview .e-navigable .e-list-icon,
|
|
133
111
|
.e-bigger .e-treeview .e-navigable .e-list-img,
|
|
134
112
|
.e-bigger .e-treeview .e-navigable .e-list-icon + .e-list-img,
|
|
@@ -137,91 +115,73 @@
|
|
|
137
115
|
.e-treeview.e-bigger .e-navigable .e-list-icon + .e-list-img {
|
|
138
116
|
margin: 0 8px 0 0;
|
|
139
117
|
}
|
|
140
|
-
|
|
141
118
|
.e-bigger .e-treeview .e-fullrow,
|
|
142
119
|
.e-treeview.e-bigger .e-fullrow {
|
|
143
120
|
height: 48px;
|
|
144
121
|
}
|
|
145
|
-
|
|
146
122
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
147
123
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
148
124
|
max-width: calc(100% - 29px);
|
|
149
125
|
}
|
|
150
|
-
|
|
151
|
-
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text,
|
|
152
|
-
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text,
|
|
126
|
+
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text, .e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text,
|
|
153
127
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text,
|
|
154
128
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text {
|
|
155
129
|
max-width: calc(100% - 65px);
|
|
156
130
|
}
|
|
157
|
-
|
|
158
131
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-img + .e-list-text,
|
|
159
132
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-img + .e-list-text {
|
|
160
133
|
max-width: calc(100% - 101px);
|
|
161
134
|
}
|
|
162
|
-
|
|
163
135
|
.e-bigger .e-treeview.e-text-wrap .e-list-icon + .e-list-text,
|
|
164
136
|
.e-bigger .e-treeview.e-text-wrap .e-list-img + .e-list-text,
|
|
165
137
|
.e-treeview.e-bigger.e-text-wrap .e-list-icon + .e-list-text,
|
|
166
138
|
.e-treeview.e-bigger.e-text-wrap .e-list-img + .e-list-text {
|
|
167
139
|
max-width: calc(100% - 35px);
|
|
168
140
|
}
|
|
169
|
-
|
|
170
141
|
.e-bigger .e-treeview.e-text-wrap .e-list-icon + .e-list-img + .e-list-text,
|
|
171
142
|
.e-treeview.e-bigger.e-text-wrap .e-list-icon + .e-list-img + .e-list-text {
|
|
172
143
|
max-width: calc(100% - 71px);
|
|
173
144
|
}
|
|
174
|
-
|
|
175
145
|
.e-bigger .e-treeview .e-list-text,
|
|
176
146
|
.e-treeview.e-bigger .e-list-text {
|
|
177
147
|
line-height: 46px;
|
|
178
148
|
min-height: 46px;
|
|
179
149
|
padding: 0 12px;
|
|
180
150
|
}
|
|
181
|
-
|
|
182
151
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
183
152
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
184
153
|
height: 40px;
|
|
185
154
|
}
|
|
186
|
-
|
|
187
155
|
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
188
156
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
189
157
|
height: 36px;
|
|
190
158
|
}
|
|
191
|
-
|
|
192
159
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
193
160
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
194
161
|
margin: 0 0 0 8px;
|
|
195
162
|
}
|
|
196
|
-
|
|
197
163
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
|
|
198
164
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-text {
|
|
199
165
|
padding: 0 12px;
|
|
200
166
|
}
|
|
201
|
-
|
|
202
|
-
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon,
|
|
203
|
-
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
|
|
167
|
+
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
|
|
204
168
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon,
|
|
205
169
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img {
|
|
206
170
|
margin: 0 0 0 12px;
|
|
207
171
|
}
|
|
208
|
-
|
|
209
172
|
.e-bigger .e-treeview .e-list-icon,
|
|
210
173
|
.e-bigger .e-treeview .e-list-img,
|
|
211
174
|
.e-treeview.e-bigger .e-list-icon,
|
|
212
175
|
.e-treeview.e-bigger .e-list-img {
|
|
213
176
|
margin: 0 0 0 12px;
|
|
214
177
|
}
|
|
215
|
-
|
|
216
178
|
.e-bigger .e-treeview .e-list-icon + .e-list-text,
|
|
217
179
|
.e-bigger .e-treeview .e-list-img + .e-list-text,
|
|
218
180
|
.e-treeview.e-bigger .e-list-icon + .e-list-text,
|
|
219
181
|
.e-treeview.e-bigger .e-list-img + .e-list-text {
|
|
220
182
|
padding: 0 12px;
|
|
221
183
|
}
|
|
222
|
-
|
|
223
|
-
.e-bigger .e-treeview .e-list-icon + .e-list-icon,
|
|
224
|
-
.e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
184
|
+
.e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
225
185
|
.e-bigger .e-treeview .e-list-img + .e-list-icon,
|
|
226
186
|
.e-bigger .e-treeview .e-list-img + .e-list-img,
|
|
227
187
|
.e-treeview.e-bigger .e-list-icon + .e-list-icon,
|
|
@@ -230,19 +190,16 @@
|
|
|
230
190
|
.e-treeview.e-bigger .e-list-img + .e-list-img {
|
|
231
191
|
margin: 0 0 0 12px;
|
|
232
192
|
}
|
|
233
|
-
|
|
234
193
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
235
194
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
236
195
|
.e-treeview.e-bigger .e-icon-collapsible::before,
|
|
237
196
|
.e-treeview.e-bigger .e-icon-expandable::before {
|
|
238
197
|
padding: 0px;
|
|
239
198
|
}
|
|
240
|
-
|
|
241
199
|
.e-bigger .e-treeview.e-drag-item .e-text-content,
|
|
242
200
|
.e-treeview.e-bigger.e-drag-item .e-text-content {
|
|
243
201
|
padding-left: 12px;
|
|
244
202
|
}
|
|
245
|
-
|
|
246
203
|
.e-bigger .e-treeview.e-drag-item .e-icon-collapsible,
|
|
247
204
|
.e-bigger .e-treeview.e-drag-item .e-icon-expandable,
|
|
248
205
|
.e-treeview.e-bigger.e-drag-item .e-icon-collapsible,
|
|
@@ -250,48 +207,40 @@
|
|
|
250
207
|
font-size: 24px;
|
|
251
208
|
margin: -6px 0px 5px -9px;
|
|
252
209
|
}
|
|
253
|
-
|
|
254
210
|
.e-bigger .e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
255
211
|
.e-bigger .e-treeview.e-drag-item .e-icon-expandable::before,
|
|
256
212
|
.e-treeview.e-bigger.e-drag-item .e-icon-collapsible::before,
|
|
257
213
|
.e-treeview.e-bigger.e-drag-item .e-icon-expandable::before {
|
|
258
214
|
padding: 6px;
|
|
259
215
|
}
|
|
260
|
-
|
|
261
216
|
.e-bigger .e-treeview.e-rtl .e-ul,
|
|
262
217
|
.e-treeview.e-bigger.e-rtl .e-ul {
|
|
263
218
|
padding: 0 16px 0 0;
|
|
264
219
|
}
|
|
265
|
-
|
|
266
220
|
.e-bigger .e-treeview.e-rtl .e-list-item .e-ul,
|
|
267
221
|
.e-treeview.e-bigger.e-rtl .e-list-item .e-ul {
|
|
268
222
|
padding: 0 24px 0 0;
|
|
269
223
|
}
|
|
270
|
-
|
|
271
224
|
.e-bigger .e-treeview.e-rtl .e-list-item .e-text-content,
|
|
272
225
|
.e-treeview.e-bigger.e-rtl .e-list-item .e-text-content {
|
|
273
226
|
padding: 0 24px 0 0;
|
|
274
227
|
}
|
|
275
|
-
|
|
276
228
|
.e-bigger .e-treeview.e-rtl .e-icon-collapsible,
|
|
277
229
|
.e-bigger .e-treeview.e-rtl .e-icon-expandable,
|
|
278
230
|
.e-treeview.e-bigger.e-rtl .e-icon-collapsible,
|
|
279
231
|
.e-treeview.e-bigger.e-rtl .e-icon-expandable {
|
|
280
232
|
margin: 0 -24px 0 0;
|
|
281
233
|
}
|
|
282
|
-
|
|
283
234
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
284
235
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img,
|
|
285
236
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
286
237
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
287
238
|
margin: 0 6px 0 10px;
|
|
288
239
|
}
|
|
289
|
-
|
|
290
240
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-anchor-wrap,
|
|
291
241
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-anchor-wrap {
|
|
292
242
|
padding: 0 8px 0 0;
|
|
293
243
|
}
|
|
294
|
-
|
|
295
244
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
296
245
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-img,
|
|
297
246
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img,
|
|
@@ -300,28 +249,22 @@
|
|
|
300
249
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
301
250
|
margin: 0 0 0 8px;
|
|
302
251
|
}
|
|
303
|
-
|
|
304
252
|
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
|
|
305
253
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
|
|
306
254
|
margin: 0 8px 0 0;
|
|
307
255
|
}
|
|
308
|
-
|
|
309
|
-
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
310
|
-
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img,
|
|
256
|
+
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img,
|
|
311
257
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
312
258
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img {
|
|
313
259
|
margin: 0 12px 0 0;
|
|
314
260
|
}
|
|
315
|
-
|
|
316
261
|
.e-bigger .e-treeview.e-rtl .e-list-icon,
|
|
317
262
|
.e-bigger .e-treeview.e-rtl .e-list-img,
|
|
318
263
|
.e-treeview.e-bigger.e-rtl .e-list-icon,
|
|
319
264
|
.e-treeview.e-bigger.e-rtl .e-list-img {
|
|
320
265
|
margin: 0 12px 0 0;
|
|
321
266
|
}
|
|
322
|
-
|
|
323
|
-
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon,
|
|
324
|
-
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
267
|
+
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
325
268
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
326
269
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img,
|
|
327
270
|
.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon,
|
|
@@ -337,117 +280,91 @@
|
|
|
337
280
|
position: relative;
|
|
338
281
|
white-space: nowrap;
|
|
339
282
|
}
|
|
340
|
-
|
|
341
283
|
.e-treeview > .e-ul {
|
|
342
284
|
-webkit-overflow-scrolling: touch;
|
|
343
285
|
overflow: auto;
|
|
344
286
|
}
|
|
345
|
-
|
|
346
287
|
.e-treeview.e-text-wrap .e-list-text {
|
|
347
288
|
white-space: normal;
|
|
348
289
|
word-break: break-word;
|
|
349
290
|
}
|
|
350
|
-
|
|
351
291
|
.e-treeview.e-text-wrap.e-ie-wrap .e-list-text {
|
|
352
292
|
word-break: break-all;
|
|
353
293
|
}
|
|
354
|
-
|
|
355
294
|
.e-treeview.e-text-wrap .e-editing .e-list-text,
|
|
356
295
|
.e-treeview.e-text-wrap .e-editing .e-list-text .e-input-group {
|
|
357
296
|
max-width: calc(100% - 2px);
|
|
358
297
|
}
|
|
359
|
-
|
|
360
298
|
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
361
299
|
max-width: calc(100% - 23px);
|
|
362
300
|
}
|
|
363
|
-
|
|
364
|
-
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text,
|
|
365
|
-
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text {
|
|
301
|
+
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text, .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text {
|
|
366
302
|
max-width: calc(100% - 56px);
|
|
367
303
|
}
|
|
368
|
-
|
|
369
304
|
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-img + .e-list-text {
|
|
370
305
|
max-width: calc(100% - 84px);
|
|
371
306
|
}
|
|
372
|
-
|
|
373
307
|
.e-treeview.e-text-wrap .e-list-icon + .e-list-text,
|
|
374
308
|
.e-treeview.e-text-wrap .e-list-img + .e-list-text {
|
|
375
309
|
max-width: calc(100% - 32px);
|
|
376
310
|
}
|
|
377
|
-
|
|
378
311
|
.e-treeview.e-text-wrap .e-list-icon + .e-list-img + .e-list-text {
|
|
379
312
|
max-width: calc(100% - 60px);
|
|
380
313
|
}
|
|
381
|
-
|
|
382
314
|
.e-treeview .e-ul {
|
|
383
315
|
margin: 0;
|
|
384
316
|
padding: 0 0 0 12px;
|
|
385
317
|
}
|
|
386
|
-
|
|
387
318
|
.e-treeview li.e-node-collapsed .e-list-item .e-fullrow {
|
|
388
319
|
display: none;
|
|
389
320
|
}
|
|
390
|
-
|
|
391
321
|
.e-treeview .e-display-none {
|
|
392
322
|
display: none;
|
|
393
323
|
}
|
|
394
|
-
|
|
395
324
|
.e-treeview .e-list-item.e-active {
|
|
396
325
|
font-weight: 600;
|
|
397
326
|
}
|
|
398
|
-
|
|
399
327
|
.e-treeview .e-list-item div.e-icons.interaction {
|
|
400
|
-
-webkit-transition: -webkit-transform .3s ease-in-out;
|
|
328
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
401
329
|
border-radius: 15px;
|
|
402
|
-
transition: transform .3s ease-in-out;
|
|
330
|
+
transition: transform 0.3s ease-in-out;
|
|
403
331
|
}
|
|
404
|
-
|
|
405
332
|
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
406
333
|
transform: rotate(90deg);
|
|
407
334
|
}
|
|
408
|
-
|
|
409
335
|
.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next {
|
|
410
336
|
transform: rotate(180deg);
|
|
411
337
|
}
|
|
412
|
-
|
|
413
338
|
.e-treeview.e-rtl div.e-icons {
|
|
414
339
|
transform: rotate(180deg);
|
|
415
340
|
}
|
|
416
|
-
|
|
417
341
|
.e-treeview .e-list-item {
|
|
418
342
|
list-style: none;
|
|
419
343
|
}
|
|
420
|
-
|
|
421
344
|
.e-treeview .e-list-item .e-ul {
|
|
422
345
|
margin: 2px 0 -2px;
|
|
423
346
|
padding: 0 0 0 20px;
|
|
424
347
|
}
|
|
425
|
-
|
|
426
348
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
427
349
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
428
350
|
-ms-touch-action: none;
|
|
429
351
|
filter: alpha(opacity=50);
|
|
430
|
-
opacity: .5;
|
|
352
|
+
opacity: 0.5;
|
|
431
353
|
pointer-events: none;
|
|
432
354
|
touch-action: none;
|
|
433
355
|
}
|
|
434
|
-
|
|
435
356
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
436
357
|
content: none;
|
|
437
358
|
}
|
|
438
|
-
|
|
439
359
|
.e-treeview .e-icons .e-spinner-pane {
|
|
440
360
|
position: relative;
|
|
441
361
|
}
|
|
442
|
-
|
|
443
362
|
.e-treeview .e-icons .e-treeview-spinner {
|
|
444
363
|
position: absolute;
|
|
445
364
|
}
|
|
446
|
-
|
|
447
365
|
.e-treeview .e-icons-spinner {
|
|
448
366
|
position: relative;
|
|
449
367
|
}
|
|
450
|
-
|
|
451
368
|
.e-treeview .e-text-content {
|
|
452
369
|
-ms-user-select: none;
|
|
453
370
|
-webkit-user-select: none;
|
|
@@ -457,7 +374,6 @@
|
|
|
457
374
|
margin: 0;
|
|
458
375
|
padding: 0 0 0 20px;
|
|
459
376
|
}
|
|
460
|
-
|
|
461
377
|
.e-treeview .e-fullrow {
|
|
462
378
|
-ms-user-select: none;
|
|
463
379
|
-webkit-user-select: none;
|
|
@@ -471,22 +387,17 @@
|
|
|
471
387
|
position: absolute;
|
|
472
388
|
width: 100%;
|
|
473
389
|
}
|
|
474
|
-
|
|
475
390
|
.e-treeview .e-checkbox-wrapper {
|
|
476
391
|
margin: 0 0 0 6px;
|
|
477
392
|
pointer-events: all;
|
|
478
393
|
position: relative;
|
|
479
394
|
}
|
|
480
|
-
|
|
481
|
-
.e-treeview .e-checkbox-wrapper + .e-list-icon,
|
|
482
|
-
.e-treeview .e-checkbox-wrapper + .e-list-img {
|
|
395
|
+
.e-treeview .e-checkbox-wrapper + .e-list-icon, .e-treeview .e-checkbox-wrapper + .e-list-img {
|
|
483
396
|
margin: 0 0 0 8px;
|
|
484
397
|
}
|
|
485
|
-
|
|
486
398
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
487
399
|
padding: 0 8px;
|
|
488
400
|
}
|
|
489
|
-
|
|
490
401
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
491
402
|
bottom: -7px;
|
|
492
403
|
height: 32px;
|
|
@@ -495,7 +406,6 @@
|
|
|
495
406
|
top: -7px;
|
|
496
407
|
width: 32px;
|
|
497
408
|
}
|
|
498
|
-
|
|
499
409
|
.e-treeview .e-list-text {
|
|
500
410
|
box-sizing: border-box;
|
|
501
411
|
display: inline-block;
|
|
@@ -506,18 +416,15 @@
|
|
|
506
416
|
text-decoration: none;
|
|
507
417
|
vertical-align: middle;
|
|
508
418
|
}
|
|
509
|
-
|
|
510
419
|
.e-treeview .e-list-text .e-input-group {
|
|
511
420
|
height: 30px;
|
|
512
421
|
margin-bottom: 3px;
|
|
513
422
|
min-width: 150px;
|
|
514
423
|
vertical-align: bottom;
|
|
515
424
|
}
|
|
516
|
-
|
|
517
425
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
518
426
|
height: 28px;
|
|
519
427
|
}
|
|
520
|
-
|
|
521
428
|
.e-treeview .e-list-icon,
|
|
522
429
|
.e-treeview .e-list-img {
|
|
523
430
|
display: inline-block;
|
|
@@ -526,19 +433,15 @@
|
|
|
526
433
|
vertical-align: middle;
|
|
527
434
|
width: 20px;
|
|
528
435
|
}
|
|
529
|
-
|
|
530
|
-
.e-treeview .e-list-icon + .e-list-icon,
|
|
531
|
-
.e-treeview .e-list-icon + .e-list-img,
|
|
436
|
+
.e-treeview .e-list-icon + .e-list-icon, .e-treeview .e-list-icon + .e-list-img,
|
|
532
437
|
.e-treeview .e-list-img + .e-list-icon,
|
|
533
438
|
.e-treeview .e-list-img + .e-list-img {
|
|
534
439
|
margin: 0 0 0 8px;
|
|
535
440
|
}
|
|
536
|
-
|
|
537
441
|
.e-treeview .e-list-icon + .e-list-text,
|
|
538
442
|
.e-treeview .e-list-img + .e-list-text {
|
|
539
443
|
padding: 0 8px;
|
|
540
444
|
}
|
|
541
|
-
|
|
542
445
|
.e-treeview .e-icon-collapsible,
|
|
543
446
|
.e-treeview .e-icon-expandable {
|
|
544
447
|
display: inline-block;
|
|
@@ -547,27 +450,22 @@
|
|
|
547
450
|
vertical-align: middle;
|
|
548
451
|
width: 20px;
|
|
549
452
|
}
|
|
550
|
-
|
|
551
453
|
.e-treeview .e-icon-collapsible::before,
|
|
552
454
|
.e-treeview .e-icon-expandable::before {
|
|
553
455
|
display: inline-block;
|
|
554
456
|
padding: 0px;
|
|
555
457
|
}
|
|
556
|
-
|
|
557
458
|
.e-treeview .e-load {
|
|
558
|
-
animation: rotation .5s infinite linear;
|
|
459
|
+
animation: rotation 0.5s infinite linear;
|
|
559
460
|
}
|
|
560
|
-
|
|
561
461
|
.e-treeview .e-sibling {
|
|
562
462
|
width: 144px;
|
|
563
463
|
position: absolute;
|
|
564
464
|
z-index: 2;
|
|
565
465
|
}
|
|
566
|
-
|
|
567
466
|
.e-treeview .e-text-content + .e-sibling {
|
|
568
467
|
margin-top: -2px;
|
|
569
468
|
}
|
|
570
|
-
|
|
571
469
|
.e-treeview .e-sibling::before {
|
|
572
470
|
left: 0;
|
|
573
471
|
height: 2px;
|
|
@@ -575,7 +473,6 @@
|
|
|
575
473
|
position: absolute;
|
|
576
474
|
z-index: 2;
|
|
577
475
|
}
|
|
578
|
-
|
|
579
476
|
.e-treeview .e-popup {
|
|
580
477
|
-ms-user-select: none;
|
|
581
478
|
-webkit-user-select: none;
|
|
@@ -584,7 +481,6 @@
|
|
|
584
481
|
position: absolute;
|
|
585
482
|
z-index: 99999;
|
|
586
483
|
}
|
|
587
|
-
|
|
588
484
|
.e-treeview .e-popup .e-content {
|
|
589
485
|
border-radius: 4px;
|
|
590
486
|
border-style: solid;
|
|
@@ -592,7 +488,6 @@
|
|
|
592
488
|
font-size: 14px;
|
|
593
489
|
padding: 4px;
|
|
594
490
|
}
|
|
595
|
-
|
|
596
491
|
.e-treeview .e-popup .e-icons {
|
|
597
492
|
border: 1px solid transparent;
|
|
598
493
|
cursor: pointer;
|
|
@@ -602,88 +497,72 @@
|
|
|
602
497
|
padding: 4px;
|
|
603
498
|
width: 26px;
|
|
604
499
|
}
|
|
605
|
-
|
|
606
500
|
.e-treeview .e-popup .e-downtail::before,
|
|
607
501
|
.e-treeview .e-popup .e-downtail::after {
|
|
608
502
|
border: 10px solid transparent;
|
|
609
|
-
content:
|
|
503
|
+
content: "";
|
|
610
504
|
height: 0;
|
|
611
505
|
left: 8px;
|
|
612
506
|
position: absolute;
|
|
613
507
|
width: 0;
|
|
614
508
|
}
|
|
615
|
-
|
|
616
509
|
.e-treeview .e-popup .e-downtail::after {
|
|
617
510
|
bottom: -18px;
|
|
618
511
|
}
|
|
619
|
-
|
|
620
512
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
621
513
|
pointer-events: none;
|
|
622
514
|
position: relative;
|
|
623
515
|
}
|
|
624
|
-
|
|
625
516
|
.e-treeview.e-fullrow-wrap .e-icon-collapsible,
|
|
626
517
|
.e-treeview.e-fullrow-wrap .e-icon-expandable,
|
|
627
518
|
.e-treeview.e-fullrow-wrap .e-input,
|
|
628
519
|
.e-treeview.e-fullrow-wrap .e-list-url {
|
|
629
520
|
pointer-events: auto;
|
|
630
521
|
}
|
|
631
|
-
|
|
632
522
|
.e-treeview .e-navigable .e-text-content {
|
|
633
523
|
-ms-flex-align: center;
|
|
634
524
|
align-items: center;
|
|
635
525
|
display: -ms-flexbox;
|
|
636
526
|
display: flex;
|
|
637
527
|
}
|
|
638
|
-
|
|
639
528
|
.e-treeview .e-navigable .e-list-url {
|
|
640
529
|
padding: 0;
|
|
641
530
|
width: 100%;
|
|
642
531
|
}
|
|
643
|
-
|
|
644
532
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
|
|
645
533
|
padding: 0 0 0 8px;
|
|
646
534
|
}
|
|
647
|
-
|
|
648
535
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
649
536
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
650
537
|
margin: 0 10px 0 2px;
|
|
651
538
|
}
|
|
652
|
-
|
|
653
539
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
654
540
|
margin: 0 8px 0 0;
|
|
655
541
|
}
|
|
656
|
-
|
|
657
542
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
658
543
|
padding: 0 0 0 6px;
|
|
659
544
|
}
|
|
660
|
-
|
|
661
545
|
.e-treeview .e-navigable .e-list-icon,
|
|
662
546
|
.e-treeview .e-navigable .e-list-img {
|
|
663
547
|
margin: 0 8px 0 0;
|
|
664
548
|
}
|
|
665
|
-
|
|
666
549
|
.e-treeview.e-drag-item {
|
|
667
550
|
overflow: visible;
|
|
668
551
|
z-index: 10000;
|
|
669
552
|
}
|
|
670
|
-
|
|
671
553
|
.e-treeview.e-drag-item .e-text-content {
|
|
672
554
|
float: left;
|
|
673
555
|
}
|
|
674
|
-
|
|
675
556
|
.e-treeview.e-drag-item .e-icon-collapsible,
|
|
676
557
|
.e-treeview.e-drag-item .e-icon-expandable {
|
|
677
558
|
margin: 0 8px 10px -20px;
|
|
678
559
|
}
|
|
679
|
-
|
|
680
560
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
681
561
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
682
562
|
font-size: 20px;
|
|
683
563
|
padding: 6px;
|
|
684
564
|
padding-right: 4px;
|
|
685
565
|
}
|
|
686
|
-
|
|
687
566
|
.e-treeview.e-drag-item .e-drop-count {
|
|
688
567
|
border: 1px solid;
|
|
689
568
|
border-radius: 15px;
|
|
@@ -697,90 +576,69 @@
|
|
|
697
576
|
text-align: center;
|
|
698
577
|
top: -10px;
|
|
699
578
|
}
|
|
700
|
-
|
|
701
579
|
.e-treeview.e-dragging .e-text-content,
|
|
702
580
|
.e-treeview.e-dragging .e-fullrow {
|
|
703
581
|
cursor: default;
|
|
704
582
|
}
|
|
705
|
-
|
|
706
583
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
|
|
707
584
|
padding: 0 8px 0 0;
|
|
708
585
|
}
|
|
709
|
-
|
|
710
586
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
711
587
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
712
588
|
margin: 0 2px 0 10px;
|
|
713
589
|
}
|
|
714
|
-
|
|
715
590
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
716
591
|
margin: 0 0 0 8px;
|
|
717
592
|
}
|
|
718
|
-
|
|
719
593
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
720
594
|
padding: 0 6px 0 0;
|
|
721
595
|
}
|
|
722
|
-
|
|
723
596
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
724
597
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
725
598
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
726
599
|
margin: 0 0 0 8px;
|
|
727
600
|
}
|
|
728
|
-
|
|
729
601
|
.e-treeview.e-rtl .e-ul {
|
|
730
602
|
padding: 0 12px 0 0;
|
|
731
603
|
}
|
|
732
|
-
|
|
733
604
|
.e-treeview.e-rtl .e-list-item .e-ul {
|
|
734
605
|
padding: 0 20px 0 0;
|
|
735
606
|
}
|
|
736
|
-
|
|
737
607
|
.e-treeview.e-rtl .e-text-content {
|
|
738
608
|
padding: 0 20px 0 0;
|
|
739
609
|
}
|
|
740
|
-
|
|
741
610
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
742
611
|
margin: 0 6px 0 0;
|
|
743
612
|
}
|
|
744
|
-
|
|
745
|
-
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
746
|
-
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img {
|
|
613
|
+
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img {
|
|
747
614
|
margin: 0 8px 0 0;
|
|
748
615
|
}
|
|
749
|
-
|
|
750
616
|
.e-treeview.e-rtl .e-list-icon,
|
|
751
617
|
.e-treeview.e-rtl .e-list-img {
|
|
752
618
|
margin: 0 8px 0 0;
|
|
753
619
|
}
|
|
754
|
-
|
|
755
|
-
.e-treeview.e-rtl .e-list-icon + .e-list-icon,
|
|
756
|
-
.e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
620
|
+
.e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
757
621
|
.e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
758
622
|
.e-treeview.e-rtl .e-list-img + .e-list-img {
|
|
759
623
|
margin: 0 8px 0 0;
|
|
760
624
|
}
|
|
761
|
-
|
|
762
625
|
.e-treeview.e-rtl .e-icon-collapsible,
|
|
763
626
|
.e-treeview.e-rtl .e-icon-expandable {
|
|
764
627
|
margin: 0 -20px 0 0;
|
|
765
628
|
}
|
|
766
|
-
|
|
767
629
|
.e-treeview.e-rtl .e-sibling::before {
|
|
768
630
|
right: 0;
|
|
769
631
|
}
|
|
770
|
-
|
|
771
632
|
.e-treeview.e-rtl.e-drag-item .e-text-content {
|
|
772
633
|
float: right;
|
|
773
634
|
}
|
|
774
|
-
|
|
775
635
|
.e-treeview.e-rtl.e-drag-item .e-icon-collapsible,
|
|
776
636
|
.e-treeview.e-rtl.e-drag-item .e-icon-expandable {
|
|
777
637
|
margin: 10px -13px -1px 0;
|
|
778
638
|
}
|
|
779
|
-
|
|
780
639
|
.e-treeview.e-rtl.e-drag-item .e-drop-count {
|
|
781
640
|
margin-right: -12px;
|
|
782
641
|
}
|
|
783
|
-
|
|
784
642
|
.e-treeview.e-disabled .e-fullrow,
|
|
785
643
|
.e-treeview.e-disabled .e-icons,
|
|
786
644
|
.e-treeview.e-disabled .e-text-content,
|
|
@@ -788,12 +646,10 @@
|
|
|
788
646
|
.e-treeview.e-disabled .e-list-icon {
|
|
789
647
|
cursor: auto;
|
|
790
648
|
}
|
|
791
|
-
|
|
792
649
|
.e-treeview.e-disabled .e-list-url {
|
|
793
650
|
cursor: default;
|
|
794
651
|
pointer-events: none;
|
|
795
652
|
}
|
|
796
|
-
|
|
797
653
|
.e-treeview.e-interaction.e-fullrow-wrap .e-text-content {
|
|
798
654
|
pointer-events: auto;
|
|
799
655
|
}
|
|
@@ -802,222 +658,176 @@
|
|
|
802
658
|
.e-treeview.e-bigger .e-list-text {
|
|
803
659
|
font-size: 16px;
|
|
804
660
|
}
|
|
805
|
-
|
|
806
661
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
807
662
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
808
663
|
.e-treeview.e-bigger .e-icon-collapsible::before,
|
|
809
664
|
.e-treeview.e-bigger .e-icon-expandable::before {
|
|
810
665
|
font-size: 24px;
|
|
811
666
|
}
|
|
812
|
-
|
|
813
667
|
.e-treeview {
|
|
814
668
|
-webkit-tap-highlight-color: transparent;
|
|
815
669
|
}
|
|
816
|
-
|
|
817
670
|
.e-treeview .e-text-content,
|
|
818
671
|
.e-treeview .e-fullrow {
|
|
819
672
|
border-color: transparent;
|
|
820
673
|
}
|
|
821
|
-
|
|
822
674
|
.e-treeview .e-list-text {
|
|
823
675
|
color: #fff;
|
|
824
676
|
font-size: 14px;
|
|
825
677
|
}
|
|
826
|
-
|
|
827
678
|
.e-treeview .e-list-icon,
|
|
828
679
|
.e-treeview .e-list-img {
|
|
829
680
|
font-size: 20px;
|
|
830
681
|
}
|
|
831
|
-
|
|
832
682
|
.e-treeview .e-icon-collapsible,
|
|
833
683
|
.e-treeview .e-icon-expandable {
|
|
834
684
|
color: #d1d5db;
|
|
835
685
|
}
|
|
836
|
-
|
|
837
686
|
.e-treeview .e-icon-collapsible::before,
|
|
838
687
|
.e-treeview .e-icon-expandable::before {
|
|
839
688
|
font-size: 20px;
|
|
840
689
|
}
|
|
841
|
-
|
|
842
690
|
.e-treeview .e-list-item.e-active,
|
|
843
691
|
.e-treeview .e-list-item.e-hover {
|
|
844
692
|
background: transparent;
|
|
845
693
|
}
|
|
846
|
-
|
|
847
694
|
.e-treeview .e-list-item.e-hover > .e-text-content {
|
|
848
695
|
color: #fff;
|
|
849
696
|
}
|
|
850
|
-
|
|
851
697
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text {
|
|
852
698
|
color: #fff;
|
|
853
699
|
}
|
|
854
|
-
|
|
855
700
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
856
701
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable {
|
|
857
702
|
color: #f3f4f6;
|
|
858
703
|
}
|
|
859
|
-
|
|
860
704
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
861
705
|
color: #fff;
|
|
862
706
|
}
|
|
863
|
-
|
|
864
707
|
.e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
|
|
865
708
|
color: #fff;
|
|
866
709
|
}
|
|
867
|
-
|
|
868
710
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible,
|
|
869
711
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
870
712
|
color: #fff;
|
|
871
713
|
}
|
|
872
|
-
|
|
873
714
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content {
|
|
874
715
|
color: #fff;
|
|
875
716
|
}
|
|
876
|
-
|
|
877
717
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text {
|
|
878
718
|
color: #fff;
|
|
879
719
|
}
|
|
880
|
-
|
|
881
720
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
882
721
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable {
|
|
883
722
|
color: #f3f4f6;
|
|
884
723
|
}
|
|
885
|
-
|
|
886
724
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
887
725
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content {
|
|
888
726
|
color: #fff;
|
|
889
727
|
}
|
|
890
|
-
|
|
891
728
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
892
729
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text {
|
|
893
730
|
color: #fff;
|
|
894
731
|
}
|
|
895
|
-
|
|
896
732
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
897
733
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
898
734
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
899
735
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable {
|
|
900
736
|
color: #d1d5db;
|
|
901
737
|
}
|
|
902
|
-
|
|
903
738
|
.e-treeview .e-list-item.e-hover > .e-fullrow {
|
|
904
739
|
background-color: #4b5563;
|
|
905
740
|
border-color: #4b5563;
|
|
906
741
|
}
|
|
907
|
-
|
|
908
742
|
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
909
743
|
background-color: #6b7280;
|
|
910
744
|
border-color: #6b7280;
|
|
911
745
|
}
|
|
912
|
-
|
|
913
746
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
914
747
|
background-color: transparent;
|
|
915
748
|
border-color: transparent;
|
|
916
749
|
}
|
|
917
|
-
|
|
918
750
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content {
|
|
919
751
|
color: #fff;
|
|
920
752
|
}
|
|
921
|
-
|
|
922
753
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
923
754
|
color: #fff;
|
|
924
755
|
}
|
|
925
|
-
|
|
926
756
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
|
|
927
757
|
background-color: #4b5563;
|
|
928
758
|
border-color: #4b5563;
|
|
929
759
|
}
|
|
930
|
-
|
|
931
760
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
932
761
|
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow {
|
|
933
762
|
background-color: transparent;
|
|
934
763
|
border-color: transparent;
|
|
935
764
|
}
|
|
936
|
-
|
|
937
765
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
938
766
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
939
767
|
color: #6b7280;
|
|
940
768
|
}
|
|
941
|
-
|
|
942
769
|
.e-treeview .e-list-item.e-disable > .e-text-content > .e-icon-collapsible,
|
|
943
770
|
.e-treeview .e-list-item.e-disable > .e-text-content > .e-icon-expandable {
|
|
944
771
|
color: #6b7280;
|
|
945
772
|
}
|
|
946
|
-
|
|
947
773
|
.e-treeview .e-sibling {
|
|
948
774
|
border-top: 2px solid #22d3ee;
|
|
949
775
|
}
|
|
950
|
-
|
|
951
776
|
.e-treeview .e-sibling::before {
|
|
952
777
|
background: #22d3ee;
|
|
953
778
|
}
|
|
954
|
-
|
|
955
779
|
.e-treeview .e-popup .e-content {
|
|
956
780
|
background-color: #4b5563;
|
|
957
781
|
border-color: #4b5563;
|
|
958
782
|
}
|
|
959
|
-
|
|
960
783
|
.e-treeview .e-popup.e-select .e-icons {
|
|
961
784
|
border-color: #4b5563;
|
|
962
785
|
}
|
|
963
|
-
|
|
964
786
|
.e-treeview .e-popup .e-downtail::before {
|
|
965
787
|
border-top-color: #4b5563;
|
|
966
788
|
}
|
|
967
|
-
|
|
968
789
|
.e-treeview .e-popup .e-downtail::after {
|
|
969
790
|
border-top-color: #4b5563;
|
|
970
791
|
}
|
|
971
|
-
|
|
972
792
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content {
|
|
973
793
|
background-color: #4b5563;
|
|
974
794
|
border-color: #4b5563;
|
|
975
795
|
}
|
|
976
|
-
|
|
977
796
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
978
797
|
background-color: #6b7280;
|
|
979
798
|
border-color: #6b7280;
|
|
980
799
|
}
|
|
981
|
-
|
|
982
800
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content {
|
|
983
801
|
background-color: #4b5563;
|
|
984
802
|
border-color: #4b5563;
|
|
985
803
|
}
|
|
986
|
-
|
|
987
804
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
988
805
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content {
|
|
989
806
|
background-color: transparent;
|
|
990
807
|
border-color: transparent;
|
|
991
808
|
}
|
|
992
|
-
|
|
993
809
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
994
810
|
border-color: transparent;
|
|
995
811
|
}
|
|
996
|
-
|
|
997
812
|
.e-treeview.e-drag-item {
|
|
998
813
|
background-color: #4b5563;
|
|
999
814
|
font-family: "Inter";
|
|
1000
815
|
}
|
|
1001
|
-
|
|
1002
816
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
1003
817
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
1004
818
|
font-size: 20px;
|
|
1005
819
|
}
|
|
1006
|
-
|
|
1007
820
|
.e-treeview.e-drag-item .e-list-text {
|
|
1008
821
|
color: #d1d5db;
|
|
1009
822
|
}
|
|
1010
|
-
|
|
1011
823
|
.e-treeview.e-drag-item .e-icons {
|
|
1012
824
|
color: #d1d5db;
|
|
1013
825
|
}
|
|
1014
|
-
|
|
1015
826
|
.e-treeview.e-drag-item .e-drop-count {
|
|
1016
827
|
background-color: #22d3ee;
|
|
1017
828
|
border-color: #000;
|
|
1018
829
|
color: #000;
|
|
1019
830
|
}
|
|
1020
|
-
|
|
1021
831
|
.e-treeview.e-drag-item.e-rtl .e-sibling {
|
|
1022
832
|
border: 1px solid #22d3ee;
|
|
1023
|
-
}
|
|
833
|
+
}
|