@syncfusion/ej2-navigations 20.3.60 → 20.4.38
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/.eslintrc.json +16 -1
- package/CHANGELOG.md +17 -0
- package/dist/ej2-navigations.min.js +2 -2
- 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 +253 -205
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +250 -202
- 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/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +9 -5
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -27,10 +27,18 @@
|
|
|
27
27
|
height: 48px;
|
|
28
28
|
min-height: 48px;
|
|
29
29
|
}
|
|
30
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
31
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
32
|
+
font-size: 16px;
|
|
33
|
+
}
|
|
30
34
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
31
35
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
32
36
|
font-size: 20px;
|
|
33
37
|
}
|
|
38
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
39
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
40
|
+
font-size: 18px;
|
|
41
|
+
}
|
|
34
42
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
35
43
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
36
44
|
border-bottom: 0;
|
|
@@ -105,7 +113,10 @@
|
|
|
105
113
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
106
114
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
107
115
|
line-height: inherit;
|
|
108
|
-
|
|
116
|
+
}
|
|
117
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
118
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
119
|
+
height: 38px;
|
|
109
120
|
}
|
|
110
121
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
111
122
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
@@ -121,6 +132,7 @@
|
|
|
121
132
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
122
133
|
min-height: 48px;
|
|
123
134
|
padding: 8px 18px;
|
|
135
|
+
line-height: 24px;
|
|
124
136
|
}
|
|
125
137
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
126
138
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -142,6 +154,10 @@
|
|
|
142
154
|
margin-right: 12.5px;
|
|
143
155
|
white-space: normal;
|
|
144
156
|
}
|
|
157
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
158
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
159
|
+
margin: 0;
|
|
160
|
+
}
|
|
145
161
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
146
162
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
147
163
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -215,6 +231,19 @@
|
|
|
215
231
|
min-height: 38px;
|
|
216
232
|
min-width: 38px;
|
|
217
233
|
padding: 0 8px;
|
|
234
|
+
line-height: 24px;
|
|
235
|
+
}
|
|
236
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
237
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
238
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
239
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
240
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
241
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
242
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
243
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
244
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
245
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
246
|
+
padding: 0 8px;
|
|
218
247
|
}
|
|
219
248
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
220
249
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -241,7 +270,6 @@
|
|
|
241
270
|
padding-left: 10px;
|
|
242
271
|
padding-right: 10px;
|
|
243
272
|
padding-top: 0;
|
|
244
|
-
margin-left: -1px;
|
|
245
273
|
}
|
|
246
274
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
247
275
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -263,6 +291,7 @@
|
|
|
263
291
|
}
|
|
264
292
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
265
293
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
294
|
+
margin: 0;
|
|
266
295
|
min-width: 49px;
|
|
267
296
|
padding: 5px 6px;
|
|
268
297
|
}
|
|
@@ -304,6 +333,18 @@
|
|
|
304
333
|
min-width: 38px;
|
|
305
334
|
padding: 0 8px;
|
|
306
335
|
}
|
|
336
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
337
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
338
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
339
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
340
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
341
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
342
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
343
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
344
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
345
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
346
|
+
padding: 0 8px;
|
|
347
|
+
}
|
|
307
348
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
308
349
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
309
350
|
line-height: 24px;
|
|
@@ -328,7 +369,6 @@
|
|
|
328
369
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
329
370
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
330
371
|
padding-right: 10px;
|
|
331
|
-
margin-left: 0;
|
|
332
372
|
}
|
|
333
373
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
334
374
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -425,6 +465,7 @@
|
|
|
425
465
|
white-space: normal;
|
|
426
466
|
}
|
|
427
467
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
468
|
+
margin: 0;
|
|
428
469
|
height: 100%;
|
|
429
470
|
min-width: 28px;
|
|
430
471
|
padding: 4px;
|
|
@@ -471,6 +512,9 @@
|
|
|
471
512
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
472
513
|
line-height: 22px;
|
|
473
514
|
}
|
|
515
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
516
|
+
padding: 0 4px;
|
|
517
|
+
}
|
|
474
518
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
475
519
|
margin: 7px 4px;
|
|
476
520
|
min-height: 16px;
|
|
@@ -481,9 +525,8 @@
|
|
|
481
525
|
line-height: 16px;
|
|
482
526
|
min-height: 16px;
|
|
483
527
|
min-width: 12px;
|
|
484
|
-
padding: 0;
|
|
485
|
-
font-size: 16px;
|
|
486
528
|
padding: 5px 6px;
|
|
529
|
+
font-size: 16px;
|
|
487
530
|
}
|
|
488
531
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
489
532
|
display: -ms-inline-flexbox;
|
|
@@ -556,6 +599,9 @@
|
|
|
556
599
|
justify-content: flex-start;
|
|
557
600
|
min-height: 38px;
|
|
558
601
|
padding: 6px 12px;
|
|
602
|
+
border: none;
|
|
603
|
+
border-radius: 4px;
|
|
604
|
+
margin: 0;
|
|
559
605
|
}
|
|
560
606
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
561
607
|
margin: 0;
|
|
@@ -725,6 +771,9 @@
|
|
|
725
771
|
margin-right: 10px;
|
|
726
772
|
white-space: normal;
|
|
727
773
|
}
|
|
774
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
775
|
+
margin: 0;
|
|
776
|
+
}
|
|
728
777
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
729
778
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
730
779
|
display: none;
|
|
@@ -855,6 +904,13 @@
|
|
|
855
904
|
min-width: 30px;
|
|
856
905
|
padding: 0 4px;
|
|
857
906
|
border-radius: 4px;
|
|
907
|
+
line-height: 22px;
|
|
908
|
+
}
|
|
909
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
910
|
+
padding: 0 4px;
|
|
911
|
+
}
|
|
912
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
913
|
+
outline: 0;
|
|
858
914
|
}
|
|
859
915
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
860
916
|
padding: 4px;
|
|
@@ -866,6 +922,7 @@
|
|
|
866
922
|
margin: 0;
|
|
867
923
|
min-width: 12px;
|
|
868
924
|
width: auto;
|
|
925
|
+
padding-bottom: 0;
|
|
869
926
|
}
|
|
870
927
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
871
928
|
-ms-flex-item-align: center;
|
|
@@ -1012,28 +1069,60 @@
|
|
|
1012
1069
|
background: #f3f4f6;
|
|
1013
1070
|
box-shadow: none;
|
|
1014
1071
|
color: #111827;
|
|
1072
|
+
border: none;
|
|
1015
1073
|
}
|
|
1016
1074
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1017
1075
|
color: #111827;
|
|
1018
1076
|
}
|
|
1019
1077
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1020
1078
|
background: #e5e7eb;
|
|
1021
|
-
border-color: #6b7280;
|
|
1022
1079
|
border-radius: 0;
|
|
1023
1080
|
color: #111827;
|
|
1081
|
+
border-color: #6b7280;
|
|
1082
|
+
border-style: solid;
|
|
1083
|
+
border-width: 0;
|
|
1084
|
+
box-shadow: none;
|
|
1085
|
+
}
|
|
1086
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1087
|
+
color: #6b7280;
|
|
1088
|
+
}
|
|
1089
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1090
|
+
color: #111827;
|
|
1024
1091
|
}
|
|
1025
1092
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1026
1093
|
background: #e5e7eb;
|
|
1027
|
-
border-color: #6b7280;
|
|
1028
1094
|
border-radius: 0;
|
|
1029
1095
|
color: #111827;
|
|
1096
|
+
border-color: #6b7280;
|
|
1097
|
+
border-style: solid;
|
|
1098
|
+
border-width: 0;
|
|
1099
|
+
}
|
|
1100
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1101
|
+
color: #6b7280;
|
|
1102
|
+
}
|
|
1103
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1104
|
+
color: #111827;
|
|
1105
|
+
}
|
|
1106
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1107
|
+
color: #6b7280;
|
|
1108
|
+
}
|
|
1109
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1110
|
+
color: #111827;
|
|
1030
1111
|
}
|
|
1031
1112
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1032
1113
|
background: #f3f4f6;
|
|
1033
|
-
border-color: #e5e7eb;
|
|
1034
1114
|
border-radius: 0;
|
|
1035
1115
|
box-shadow: none;
|
|
1036
1116
|
color: #111827;
|
|
1117
|
+
border-color: #e5e7eb;
|
|
1118
|
+
border-style: solid;
|
|
1119
|
+
border-width: 0;
|
|
1120
|
+
}
|
|
1121
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1122
|
+
color: #6b7280;
|
|
1123
|
+
}
|
|
1124
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1125
|
+
color: #111827;
|
|
1037
1126
|
}
|
|
1038
1127
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1039
1128
|
color: #6b7280;
|
|
@@ -1046,11 +1135,50 @@
|
|
|
1046
1135
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1047
1136
|
background: transparent;
|
|
1048
1137
|
}
|
|
1049
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:
|
|
1138
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1050
1139
|
background: #e5e7eb;
|
|
1140
|
+
box-shadow: none;
|
|
1141
|
+
color: #6b7280;
|
|
1142
|
+
border-color: #6b7280;
|
|
1143
|
+
border-style: solid;
|
|
1144
|
+
border-width: 0;
|
|
1051
1145
|
}
|
|
1052
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1146
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1147
|
+
color: #6b7280;
|
|
1148
|
+
}
|
|
1149
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1150
|
+
color: #6b7280;
|
|
1151
|
+
}
|
|
1152
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1153
|
+
background: transparent;
|
|
1154
|
+
box-shadow: none;
|
|
1155
|
+
color: #6b7280;
|
|
1156
|
+
border-color: #e5e7eb;
|
|
1157
|
+
border-style: solid;
|
|
1158
|
+
border-width: 0;
|
|
1159
|
+
}
|
|
1160
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1161
|
+
color: #6b7280;
|
|
1162
|
+
}
|
|
1163
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1164
|
+
color: #6b7280;
|
|
1165
|
+
}
|
|
1166
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1053
1167
|
background: #e5e7eb;
|
|
1168
|
+
box-shadow: none;
|
|
1169
|
+
color: #6b7280;
|
|
1170
|
+
border-color: #6b7280;
|
|
1171
|
+
border-style: solid;
|
|
1172
|
+
border-width: 0;
|
|
1173
|
+
}
|
|
1174
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1175
|
+
color: #6b7280;
|
|
1176
|
+
}
|
|
1177
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1178
|
+
color: #6b7280;
|
|
1179
|
+
}
|
|
1180
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1181
|
+
outline: 0;
|
|
1054
1182
|
}
|
|
1055
1183
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1056
1184
|
background: transparent;
|
|
@@ -1061,28 +1189,51 @@
|
|
|
1061
1189
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1062
1190
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1063
1191
|
background: #f3f4f6;
|
|
1064
|
-
border: 0;
|
|
1065
1192
|
box-shadow: none;
|
|
1066
|
-
border-
|
|
1193
|
+
border-color: #f3f4f6;
|
|
1194
|
+
border-style: solid;
|
|
1195
|
+
border-width: 0;
|
|
1196
|
+
}
|
|
1197
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
1198
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
1199
|
+
border-color: #f3f4f6;
|
|
1200
|
+
border-style: solid;
|
|
1201
|
+
border-width: 0;
|
|
1067
1202
|
}
|
|
1068
1203
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1069
1204
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1070
1205
|
color: #6b7280;
|
|
1071
1206
|
}
|
|
1207
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
1208
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
1209
|
+
color: #6b7280;
|
|
1210
|
+
}
|
|
1072
1211
|
.e-toolbar .e-tbar-btn {
|
|
1073
1212
|
background: #f3f4f6;
|
|
1074
1213
|
box-shadow: none;
|
|
1075
1214
|
color: #111827;
|
|
1215
|
+
border: none;
|
|
1076
1216
|
}
|
|
1077
1217
|
.e-toolbar .e-tbar-btn:focus {
|
|
1078
1218
|
background: #e5e7eb;
|
|
1079
|
-
border-color: #6b7280;
|
|
1080
1219
|
border-radius: 0;
|
|
1081
1220
|
color: #6b7280;
|
|
1221
|
+
border-color: #6b7280;
|
|
1222
|
+
border-style: solid;
|
|
1223
|
+
border-width: 0;
|
|
1224
|
+
box-shadow: none;
|
|
1225
|
+
}
|
|
1226
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
1227
|
+
color: #6b7280;
|
|
1228
|
+
}
|
|
1229
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1230
|
+
color: #111827;
|
|
1082
1231
|
}
|
|
1083
1232
|
.e-toolbar .e-tbar-btn:hover {
|
|
1084
1233
|
background: #e5e7eb;
|
|
1085
1234
|
border-color: #6b7280;
|
|
1235
|
+
border-style: solid;
|
|
1236
|
+
border-width: 0;
|
|
1086
1237
|
border-radius: 0;
|
|
1087
1238
|
color: #6b7280;
|
|
1088
1239
|
}
|
|
@@ -1091,6 +1242,7 @@
|
|
|
1091
1242
|
}
|
|
1092
1243
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
1093
1244
|
background: #f3f4f6;
|
|
1245
|
+
opacity: 0.5;
|
|
1094
1246
|
}
|
|
1095
1247
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
1096
1248
|
color: #6b7280;
|
|
@@ -1101,6 +1253,30 @@
|
|
|
1101
1253
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1102
1254
|
color: #111827;
|
|
1103
1255
|
}
|
|
1256
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
1257
|
+
color: #374151;
|
|
1258
|
+
}
|
|
1259
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
1260
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1261
|
+
}
|
|
1262
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1263
|
+
color: #6b7280;
|
|
1264
|
+
}
|
|
1265
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1266
|
+
color: #111827;
|
|
1267
|
+
}
|
|
1268
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1269
|
+
color: #6b7280;
|
|
1270
|
+
}
|
|
1271
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1272
|
+
color: #111827;
|
|
1273
|
+
}
|
|
1274
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1275
|
+
color: #6b7280;
|
|
1276
|
+
}
|
|
1277
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1278
|
+
color: #111827;
|
|
1279
|
+
}
|
|
1104
1280
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1105
1281
|
border: solid #e5e7eb;
|
|
1106
1282
|
border-width: 0 1px 0 0;
|
|
@@ -1123,10 +1299,17 @@
|
|
|
1123
1299
|
.e-toolbar .e-hor-nav::after {
|
|
1124
1300
|
content: "";
|
|
1125
1301
|
}
|
|
1302
|
+
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
|
|
1303
|
+
border-bottom-right-radius: 0;
|
|
1304
|
+
}
|
|
1126
1305
|
.e-toolbar .e-hor-nav:active {
|
|
1127
1306
|
border: 0;
|
|
1128
1307
|
box-shadow: none;
|
|
1129
1308
|
color: #6b7280;
|
|
1309
|
+
background: #f3f4f6;
|
|
1310
|
+
}
|
|
1311
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
1312
|
+
color: #6b7280;
|
|
1130
1313
|
}
|
|
1131
1314
|
.e-toolbar .e-hor-nav:active::after {
|
|
1132
1315
|
content: "";
|
|
@@ -1136,16 +1319,42 @@
|
|
|
1136
1319
|
border-left: 0;
|
|
1137
1320
|
color: #6b7280;
|
|
1138
1321
|
}
|
|
1322
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
1323
|
+
color: #6b7280;
|
|
1324
|
+
}
|
|
1325
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
1326
|
+
border-color: #e5e7eb;
|
|
1327
|
+
border-style: solid;
|
|
1328
|
+
border-width: 0;
|
|
1329
|
+
}
|
|
1330
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
1331
|
+
background: #e5e7eb;
|
|
1332
|
+
border-color: #e5e7eb;
|
|
1333
|
+
border-style: solid;
|
|
1334
|
+
border-width: 0;
|
|
1335
|
+
}
|
|
1139
1336
|
.e-toolbar .e-hor-nav:focus {
|
|
1140
1337
|
background: #e5e7eb;
|
|
1141
|
-
|
|
1338
|
+
color: #6b7280;
|
|
1142
1339
|
border-color: #6b7280;
|
|
1340
|
+
border-style: solid;
|
|
1341
|
+
border-width: 0;
|
|
1342
|
+
}
|
|
1343
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
1143
1344
|
color: #6b7280;
|
|
1144
1345
|
}
|
|
1145
1346
|
.e-toolbar .e-tbar-btn:active {
|
|
1146
1347
|
background: #f3f4f6;
|
|
1147
1348
|
border-color: #e5e7eb;
|
|
1349
|
+
border-style: solid;
|
|
1350
|
+
border-width: 0;
|
|
1148
1351
|
border-radius: 0;
|
|
1149
1352
|
box-shadow: none;
|
|
1150
1353
|
color: #6b7280;
|
|
1354
|
+
}
|
|
1355
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
1356
|
+
color: #6b7280;
|
|
1357
|
+
}
|
|
1358
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
1359
|
+
color: #111827;
|
|
1151
1360
|
}
|
|
@@ -12,7 +12,7 @@ $treeview-text-color: rgba($grey-light-font, .87) !default;
|
|
|
12
12
|
$treeview-item-border-color: transparent !default;
|
|
13
13
|
$treeview-item-active-bg: $grey-200 !default;
|
|
14
14
|
$treeview-icon-active-color: rgba($grey-light-font, .54) !default;
|
|
15
|
-
$treeview-text-active-color: $
|
|
15
|
+
$treeview-text-active-color: $tree-node-text-color !default;
|
|
16
16
|
$treeview-item-active-border-color: $grey-200 !default;
|
|
17
17
|
$treeview-item-hover-bg: $grey-100 !default;
|
|
18
18
|
$treeview-icon-hover-color: rgba($grey-light-font, .54) !default;
|
|
@@ -10,7 +10,17 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
@mixin active-hover-theme {
|
|
13
|
-
|
|
13
|
+
@if $theme-name =='fluentui-dark' {
|
|
14
|
+
background-color: lighten($treeview-item-active-bg, 5%);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@else if $theme-name =='tailwind' {
|
|
18
|
+
background-color: darken($treeview-item-active-hover-bg, 10%);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@else {
|
|
22
|
+
background-color: $treeview-item-active-hover-bg;
|
|
23
|
+
}
|
|
14
24
|
border-color: $treeview-item-active-hover-border-color;
|
|
15
25
|
@if $skin-name == 'bootstrap' or $skin-name == 'highcontrast' {
|
|
16
26
|
-webkit-box-shadow: $treeview-border-shadow;
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
color: #f3f2f1;
|
|
770
770
|
}
|
|
771
771
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
|
|
772
|
-
background-color: #
|
|
772
|
+
background-color: #363533;
|
|
773
773
|
border-color: #292827;
|
|
774
774
|
}
|
|
775
775
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
border-color: #292827;
|
|
818
818
|
}
|
|
819
819
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content {
|
|
820
|
-
background-color: #
|
|
820
|
+
background-color: #363533;
|
|
821
821
|
border-color: #292827;
|
|
822
822
|
}
|
|
823
823
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
@@ -614,10 +614,10 @@
|
|
|
614
614
|
color: rgba(0, 0, 0, 0.54);
|
|
615
615
|
}
|
|
616
616
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
617
|
-
color: #
|
|
617
|
+
color: #cc1351;
|
|
618
618
|
}
|
|
619
619
|
.e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
|
|
620
|
-
color: #
|
|
620
|
+
color: #cc1351;
|
|
621
621
|
}
|
|
622
622
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible,
|
|
623
623
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
color: #111827;
|
|
762
762
|
}
|
|
763
763
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
|
|
764
|
-
background-color: #
|
|
764
|
+
background-color: #d6d9e0;
|
|
765
765
|
border-color: #f3f4f6;
|
|
766
766
|
}
|
|
767
767
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
border-color: #e5e7eb;
|
|
806
806
|
}
|
|
807
807
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content {
|
|
808
|
-
background-color: #
|
|
808
|
+
background-color: #d6d9e0;
|
|
809
809
|
border-color: #f3f4f6;
|
|
810
810
|
}
|
|
811
811
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/*! component's theme wise override definitions and variables */
|
|
2
2
|
$vscroll-skin: 'highcontrast' !default;
|
|
3
|
-
$vscroll-dash-border: 2px solid #fff;
|
|
4
3
|
$vscroll-nav-nrml-height: 40px !default;
|
|
5
4
|
$vscroll-hover-font: $hover-font-color !default;
|
|
6
5
|
$vscroll-active-font-color: $active-font-color !default;
|
|
@@ -55,13 +55,6 @@
|
|
|
55
55
|
border: $vscroll-hover-border;
|
|
56
56
|
border-color: $vscroll-hover-border-color;
|
|
57
57
|
color: $vscroll-hover-font;
|
|
58
|
-
|
|
59
|
-
@if $vscroll-skin == 'highcontrast' {
|
|
60
|
-
|
|
61
|
-
&:active {
|
|
62
|
-
background: $vscroll-press-bg;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
58
|
}
|
|
66
59
|
}
|
|
67
60
|
}
|
|
@@ -74,14 +67,6 @@
|
|
|
74
67
|
background: $vscroll-hover-bg;
|
|
75
68
|
border: $vscroll-hover-border;
|
|
76
69
|
color: $vscroll-hover-font;
|
|
77
|
-
|
|
78
|
-
@if $vscroll-skin == 'highcontrast' {
|
|
79
|
-
border: 1px solid $hover-border;
|
|
80
|
-
|
|
81
|
-
&:active {
|
|
82
|
-
border: 0;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
70
|
}
|
|
86
71
|
|
|
87
72
|
&:focus {
|
|
@@ -89,11 +74,6 @@
|
|
|
89
74
|
border: $vscroll-focus-border;
|
|
90
75
|
border-color: $vscroll-hover-border-color;
|
|
91
76
|
color: $vscroll-hover-font;
|
|
92
|
-
|
|
93
|
-
@if $vscroll-skin == 'highcontrast' {
|
|
94
|
-
background: inherit;
|
|
95
|
-
border: $vscroll-dash-border;
|
|
96
|
-
}
|
|
97
77
|
}
|
|
98
78
|
|
|
99
79
|
&:active {
|
|
@@ -101,12 +81,6 @@
|
|
|
101
81
|
border: $vscroll-active-border;
|
|
102
82
|
box-shadow: $vscroll-active-box-shadow;
|
|
103
83
|
color: $vscroll-active-font-color;
|
|
104
|
-
|
|
105
|
-
@if $vscroll-skin == 'highcontrast' {
|
|
106
|
-
.e-icons {
|
|
107
|
-
color: $selection-font;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
84
|
}
|
|
111
85
|
}
|
|
112
86
|
}
|