@syncfusion/ej2-navigations 28.2.12 → 29.1.34
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/README.md +1 -1
- 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 +96 -18
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +96 -18
- 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 +19 -26
- package/src/common/menu-base.d.ts +5 -0
- package/src/common/menu-base.js +60 -6
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +8 -1
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +3 -3
- package/src/tab/tab.js +20 -4
- package/src/treeview/treeview.js +7 -6
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
- package/styles/accordion/_bootstrap4-definition.scss +7 -5
- package/styles/accordion/bootstrap-dark.css +12 -12
- package/styles/accordion/bootstrap4.css +4 -4
- package/styles/accordion/bootstrap5-dark.css +37 -37
- package/styles/accordion/bootstrap5.css +16 -16
- package/styles/accordion/fabric.css +11 -11
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/bds-lite.css +11 -1
- package/styles/bds.css +11 -1
- package/styles/bootstrap-dark-lite.css +60 -50
- package/styles/bootstrap-dark.css +60 -50
- package/styles/bootstrap-lite.css +11 -1
- package/styles/bootstrap.css +11 -1
- package/styles/bootstrap4-lite.css +88 -78
- package/styles/bootstrap4.css +89 -79
- package/styles/bootstrap5-dark-lite.css +223 -213
- package/styles/bootstrap5-dark.css +223 -213
- package/styles/bootstrap5-lite.css +84 -74
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +18 -8
- package/styles/bootstrap5.css +84 -74
- package/styles/breadcrumb/_bigger.scss +3 -1
- package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
- package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
- package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
- package/styles/breadcrumb/_layout.scss +3 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -2
- package/styles/breadcrumb/bootstrap4.css +4 -4
- package/styles/breadcrumb/bootstrap5-dark.css +12 -12
- package/styles/breadcrumb/bootstrap5.css +3 -3
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/context-menu/_bootstrap4-definition.scss +3 -1
- package/styles/context-menu/_fusionnew-definition.scss +1 -0
- package/styles/context-menu/_theme.scss +9 -1
- package/styles/context-menu/bds.css +1 -1
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +8 -8
- package/styles/context-menu/bootstrap5.3.css +1 -1
- package/styles/context-menu/bootstrap5.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/material-dark.css +2 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material3-dark.css +2 -1
- package/styles/context-menu/material3.css +2 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/context-menu/tailwind3.css +1 -1
- package/styles/fabric-dark-lite.css +17 -7
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric-lite.css +48 -38
- package/styles/fabric.css +48 -38
- package/styles/fluent-dark-lite.css +21 -11
- package/styles/fluent-dark.css +21 -11
- package/styles/fluent-lite.css +21 -11
- package/styles/fluent.css +21 -11
- package/styles/fluent2-lite.css +11 -1
- package/styles/fluent2.css +11 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
- package/styles/h-scroll/bootstrap4.css +5 -5
- package/styles/h-scroll/bootstrap5-dark.css +6 -6
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material-lite.css +19 -9
- package/styles/material.css +19 -9
- package/styles/material3-dark-lite.css +12 -1
- package/styles/material3-dark.css +19 -2
- package/styles/material3-lite.css +12 -1
- package/styles/material3.css +19 -2
- package/styles/menu/_bootstrap4-definition.scss +4 -2
- package/styles/menu/_theme.scss +7 -6
- package/styles/menu/bootstrap4.css +13 -13
- package/styles/menu/bootstrap5-dark.css +14 -14
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +3 -2
- package/styles/pager/_bootstrap4-definition.scss +2 -1
- package/styles/pager/bootstrap-dark.css +4 -4
- package/styles/pager/bootstrap4.css +1 -1
- package/styles/pager/bootstrap5-dark.css +13 -13
- package/styles/pager/bootstrap5.css +4 -4
- package/styles/pager/fabric.css +2 -2
- package/styles/pager/material3-dark.css +7 -1
- package/styles/pager/material3.css +7 -1
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/bootstrap-dark.css +2 -2
- package/styles/stepper/bootstrap4.css +2 -2
- package/styles/stepper/bootstrap5-dark.css +20 -20
- package/styles/stepper/bootstrap5.css +2 -2
- package/styles/stepper/fabric-dark.css +2 -2
- package/styles/stepper/fabric.css +2 -2
- package/styles/stepper/fluent-dark.css +1 -1
- package/styles/stepper/fluent.css +1 -1
- package/styles/stepper/material-dark.css +2 -2
- package/styles/stepper/material.css +8 -8
- package/styles/tab/_bootstrap-dark-definition.scss +8 -6
- package/styles/tab/_bootstrap4-definition.scss +13 -11
- package/styles/tab/_bootstrap5-definition.scss +3 -1
- package/styles/tab/_bootstrap5.3-definition.scss +3 -1
- package/styles/tab/_fluent-definition.scss +4 -2
- package/styles/tab/_layout.scss +4 -0
- package/styles/tab/bds.css +5 -0
- package/styles/tab/bootstrap-dark.css +34 -29
- package/styles/tab/bootstrap.css +5 -0
- package/styles/tab/bootstrap4.css +32 -27
- package/styles/tab/bootstrap5-dark.css +48 -43
- package/styles/tab/bootstrap5.3.css +5 -0
- package/styles/tab/bootstrap5.css +27 -22
- package/styles/tab/fabric-dark.css +5 -0
- package/styles/tab/fabric.css +9 -4
- package/styles/tab/fluent-dark.css +12 -7
- package/styles/tab/fluent.css +12 -7
- package/styles/tab/fluent2.css +5 -0
- package/styles/tab/highcontrast-light.css +5 -0
- package/styles/tab/highcontrast.css +5 -0
- package/styles/tab/material-dark.css +5 -0
- package/styles/tab/material.css +5 -0
- package/styles/tab/material3-dark.css +5 -0
- package/styles/tab/material3.css +5 -0
- package/styles/tab/tailwind-dark.css +5 -0
- package/styles/tab/tailwind.css +5 -0
- package/styles/tab/tailwind3.css +5 -0
- package/styles/tailwind-dark-lite.css +15 -5
- package/styles/tailwind-dark.css +15 -5
- package/styles/tailwind-lite.css +13 -3
- package/styles/tailwind.css +13 -3
- package/styles/tailwind3-lite.css +12 -2
- package/styles/tailwind3.css +13 -2
- package/styles/toolbar/_bootstrap4-definition.scss +8 -6
- package/styles/toolbar/_material-dark-definition.scss +3 -1
- package/styles/toolbar/_material-definition.scss +3 -1
- package/styles/toolbar/bootstrap4.css +12 -12
- package/styles/toolbar/bootstrap5-dark.css +47 -47
- package/styles/toolbar/bootstrap5.css +23 -23
- package/styles/toolbar/fabric.css +9 -9
- package/styles/treeview/_bigger.scss +5 -1
- package/styles/treeview/_bootstrap4-definition.scss +6 -4
- package/styles/treeview/_bootstrap5-definition.scss +4 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
- package/styles/treeview/_fluent-definition.scss +3 -1
- package/styles/treeview/_layout.scss +6 -2
- package/styles/treeview/_tailwind-definition.scss +3 -1
- package/styles/treeview/_theme.scss +3 -1
- package/styles/treeview/bds.css +5 -0
- package/styles/treeview/bootstrap-dark.css +5 -0
- package/styles/treeview/bootstrap.css +5 -0
- package/styles/treeview/bootstrap4.css +14 -9
- package/styles/treeview/bootstrap5-dark.css +17 -12
- package/styles/treeview/bootstrap5.3.css +12 -7
- package/styles/treeview/bootstrap5.css +8 -3
- package/styles/treeview/fabric-dark.css +5 -0
- package/styles/treeview/fabric.css +12 -7
- package/styles/treeview/fluent-dark.css +7 -2
- package/styles/treeview/fluent.css +7 -2
- package/styles/treeview/fluent2.css +5 -0
- package/styles/treeview/highcontrast-light.css +5 -0
- package/styles/treeview/highcontrast.css +5 -0
- package/styles/treeview/material-dark.css +5 -0
- package/styles/treeview/material.css +5 -0
- package/styles/treeview/material3-dark.css +5 -0
- package/styles/treeview/material3.css +5 -0
- package/styles/treeview/tailwind-dark.css +7 -2
- package/styles/treeview/tailwind.css +7 -2
- package/styles/treeview/tailwind3.css +7 -1
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/fabric.css +1 -1
package/styles/fluent-dark.css
CHANGED
|
@@ -3677,7 +3677,7 @@
|
|
|
3677
3677
|
|
|
3678
3678
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3679
3679
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3680
|
-
background-color:
|
|
3680
|
+
background-color: #252423;
|
|
3681
3681
|
border: 1px solid #292827;
|
|
3682
3682
|
}
|
|
3683
3683
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4198,6 +4198,11 @@
|
|
|
4198
4198
|
height: 26px;
|
|
4199
4199
|
width: 100%;
|
|
4200
4200
|
}
|
|
4201
|
+
@media screen and (max-width: 480px) {
|
|
4202
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4203
|
+
height: 48px;
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4201
4206
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4202
4207
|
display: -webkit-inline-box;
|
|
4203
4208
|
display: -ms-inline-flexbox;
|
|
@@ -6252,8 +6257,8 @@
|
|
|
6252
6257
|
color: #1b1a19;
|
|
6253
6258
|
}
|
|
6254
6259
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6255
|
-
background:
|
|
6256
|
-
background-color:
|
|
6260
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6261
|
+
background-color: rgb(0, 91.1320754717, 161);
|
|
6257
6262
|
border-color: unset;
|
|
6258
6263
|
}
|
|
6259
6264
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
@@ -6390,7 +6395,7 @@
|
|
|
6390
6395
|
}
|
|
6391
6396
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6392
6397
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6393
|
-
background:
|
|
6398
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6394
6399
|
color: #1b1a19;
|
|
6395
6400
|
border-color: unset;
|
|
6396
6401
|
}
|
|
@@ -6452,20 +6457,20 @@
|
|
|
6452
6457
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6453
6458
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6454
6459
|
color: #1b1a19;
|
|
6455
|
-
background:
|
|
6460
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6456
6461
|
border: 1px solid #292827;
|
|
6457
6462
|
}
|
|
6458
6463
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
6459
6464
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
6460
6465
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
6461
6466
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
6462
|
-
background:
|
|
6467
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6463
6468
|
}
|
|
6464
6469
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6465
6470
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
6466
6471
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
6467
6472
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
6468
|
-
background:
|
|
6473
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6469
6474
|
border-color: #292827;
|
|
6470
6475
|
color: #1b1a19;
|
|
6471
6476
|
}
|
|
@@ -6574,7 +6579,7 @@
|
|
|
6574
6579
|
background: rgba(41, 40, 39, 0.38);
|
|
6575
6580
|
}
|
|
6576
6581
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6577
|
-
background:
|
|
6582
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6578
6583
|
border-color: unset;
|
|
6579
6584
|
}
|
|
6580
6585
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
@@ -8027,6 +8032,11 @@
|
|
|
8027
8032
|
position: absolute;
|
|
8028
8033
|
width: 100%;
|
|
8029
8034
|
}
|
|
8035
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8036
|
+
.e-treeview .e-fullrow {
|
|
8037
|
+
z-index: -1;
|
|
8038
|
+
}
|
|
8039
|
+
}
|
|
8030
8040
|
.e-treeview .e-checkbox-wrapper {
|
|
8031
8041
|
margin: 0 0 0 12px;
|
|
8032
8042
|
pointer-events: all;
|
|
@@ -8398,7 +8408,7 @@
|
|
|
8398
8408
|
border-color: #f3f2f1;
|
|
8399
8409
|
}
|
|
8400
8410
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8401
|
-
background-color:
|
|
8411
|
+
background-color: rgb(54.06875, 52.75, 51.43125);
|
|
8402
8412
|
border-color: #292827;
|
|
8403
8413
|
}
|
|
8404
8414
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -8468,7 +8478,7 @@
|
|
|
8468
8478
|
border-color: #292827;
|
|
8469
8479
|
}
|
|
8470
8480
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8471
|
-
background-color:
|
|
8481
|
+
background-color: rgb(54.06875, 52.75, 51.43125);
|
|
8472
8482
|
border-color: #292827;
|
|
8473
8483
|
}
|
|
8474
8484
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -11357,7 +11367,7 @@ ejs-sidebar {
|
|
|
11357
11367
|
}
|
|
11358
11368
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
11359
11369
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
11360
|
-
background:
|
|
11370
|
+
background: rgb(0, 96, 169.6);
|
|
11361
11371
|
}
|
|
11362
11372
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
11363
11373
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
package/styles/fluent-lite.css
CHANGED
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
|
|
3056
3056
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3057
3057
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3058
|
-
background-color:
|
|
3058
|
+
background-color: #fff;
|
|
3059
3059
|
border: 1px solid #edebe9;
|
|
3060
3060
|
}
|
|
3061
3061
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3530,6 +3530,11 @@
|
|
|
3530
3530
|
height: 26px;
|
|
3531
3531
|
width: 100%;
|
|
3532
3532
|
}
|
|
3533
|
+
@media screen and (max-width: 480px) {
|
|
3534
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3535
|
+
height: 48px;
|
|
3536
|
+
}
|
|
3537
|
+
}
|
|
3533
3538
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3534
3539
|
display: -webkit-inline-box;
|
|
3535
3540
|
display: -ms-inline-flexbox;
|
|
@@ -5584,8 +5589,8 @@
|
|
|
5584
5589
|
color: #fff;
|
|
5585
5590
|
}
|
|
5586
5591
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5587
|
-
background:
|
|
5588
|
-
background-color:
|
|
5592
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5593
|
+
background-color: rgb(0, 91.1320754717, 161);
|
|
5589
5594
|
border-color: unset;
|
|
5590
5595
|
}
|
|
5591
5596
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
@@ -5722,7 +5727,7 @@
|
|
|
5722
5727
|
}
|
|
5723
5728
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
5724
5729
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
5725
|
-
background:
|
|
5730
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5726
5731
|
color: #fff;
|
|
5727
5732
|
border-color: unset;
|
|
5728
5733
|
}
|
|
@@ -5784,20 +5789,20 @@
|
|
|
5784
5789
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
5785
5790
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
5786
5791
|
color: #fff;
|
|
5787
|
-
background:
|
|
5792
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5788
5793
|
border: 1px solid #edebe9;
|
|
5789
5794
|
}
|
|
5790
5795
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
5791
5796
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
5792
5797
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
5793
5798
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
5794
|
-
background:
|
|
5799
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5795
5800
|
}
|
|
5796
5801
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
5797
5802
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
5798
5803
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
5799
5804
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
5800
|
-
background:
|
|
5805
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5801
5806
|
border-color: #edebe9;
|
|
5802
5807
|
color: #fff;
|
|
5803
5808
|
}
|
|
@@ -5906,7 +5911,7 @@
|
|
|
5906
5911
|
background: rgba(237, 235, 233, 0.38);
|
|
5907
5912
|
}
|
|
5908
5913
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
5909
|
-
background:
|
|
5914
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5910
5915
|
border-color: unset;
|
|
5911
5916
|
}
|
|
5912
5917
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
@@ -6158,6 +6163,11 @@
|
|
|
6158
6163
|
position: absolute;
|
|
6159
6164
|
width: 100%;
|
|
6160
6165
|
}
|
|
6166
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6167
|
+
.e-treeview .e-fullrow {
|
|
6168
|
+
z-index: -1;
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6161
6171
|
.e-treeview .e-checkbox-wrapper {
|
|
6162
6172
|
margin: 0 0 0 12px;
|
|
6163
6173
|
pointer-events: all;
|
|
@@ -6529,7 +6539,7 @@
|
|
|
6529
6539
|
border-color: #201f1e;
|
|
6530
6540
|
}
|
|
6531
6541
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
6532
|
-
background-color:
|
|
6542
|
+
background-color: rgb(225.525, 222.25, 218.975);
|
|
6533
6543
|
border-color: #edebe9;
|
|
6534
6544
|
}
|
|
6535
6545
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -6599,7 +6609,7 @@
|
|
|
6599
6609
|
border-color: #edebe9;
|
|
6600
6610
|
}
|
|
6601
6611
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
6602
|
-
background-color:
|
|
6612
|
+
background-color: rgb(225.525, 222.25, 218.975);
|
|
6603
6613
|
border-color: #edebe9;
|
|
6604
6614
|
}
|
|
6605
6615
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -8809,7 +8819,7 @@ ejs-sidebar {
|
|
|
8809
8819
|
}
|
|
8810
8820
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
8811
8821
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
8812
|
-
background:
|
|
8822
|
+
background: rgb(0, 96, 169.6);
|
|
8813
8823
|
}
|
|
8814
8824
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
8815
8825
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
package/styles/fluent.css
CHANGED
|
@@ -3677,7 +3677,7 @@
|
|
|
3677
3677
|
|
|
3678
3678
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3679
3679
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3680
|
-
background-color:
|
|
3680
|
+
background-color: #fff;
|
|
3681
3681
|
border: 1px solid #edebe9;
|
|
3682
3682
|
}
|
|
3683
3683
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4198,6 +4198,11 @@
|
|
|
4198
4198
|
height: 26px;
|
|
4199
4199
|
width: 100%;
|
|
4200
4200
|
}
|
|
4201
|
+
@media screen and (max-width: 480px) {
|
|
4202
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4203
|
+
height: 48px;
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4201
4206
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4202
4207
|
display: -webkit-inline-box;
|
|
4203
4208
|
display: -ms-inline-flexbox;
|
|
@@ -6252,8 +6257,8 @@
|
|
|
6252
6257
|
color: #fff;
|
|
6253
6258
|
}
|
|
6254
6259
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6255
|
-
background:
|
|
6256
|
-
background-color:
|
|
6260
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6261
|
+
background-color: rgb(0, 91.1320754717, 161);
|
|
6257
6262
|
border-color: unset;
|
|
6258
6263
|
}
|
|
6259
6264
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
@@ -6390,7 +6395,7 @@
|
|
|
6390
6395
|
}
|
|
6391
6396
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6392
6397
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6393
|
-
background:
|
|
6398
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6394
6399
|
color: #fff;
|
|
6395
6400
|
border-color: unset;
|
|
6396
6401
|
}
|
|
@@ -6452,20 +6457,20 @@
|
|
|
6452
6457
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6453
6458
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6454
6459
|
color: #fff;
|
|
6455
|
-
background:
|
|
6460
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6456
6461
|
border: 1px solid #edebe9;
|
|
6457
6462
|
}
|
|
6458
6463
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
6459
6464
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
6460
6465
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
6461
6466
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
6462
|
-
background:
|
|
6467
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6463
6468
|
}
|
|
6464
6469
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6465
6470
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
6466
6471
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
6467
6472
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
6468
|
-
background:
|
|
6473
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6469
6474
|
border-color: #edebe9;
|
|
6470
6475
|
color: #fff;
|
|
6471
6476
|
}
|
|
@@ -6574,7 +6579,7 @@
|
|
|
6574
6579
|
background: rgba(237, 235, 233, 0.38);
|
|
6575
6580
|
}
|
|
6576
6581
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6577
|
-
background:
|
|
6582
|
+
background: rgb(0, 91.1320754717, 161);
|
|
6578
6583
|
border-color: unset;
|
|
6579
6584
|
}
|
|
6580
6585
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
@@ -8027,6 +8032,11 @@
|
|
|
8027
8032
|
position: absolute;
|
|
8028
8033
|
width: 100%;
|
|
8029
8034
|
}
|
|
8035
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8036
|
+
.e-treeview .e-fullrow {
|
|
8037
|
+
z-index: -1;
|
|
8038
|
+
}
|
|
8039
|
+
}
|
|
8030
8040
|
.e-treeview .e-checkbox-wrapper {
|
|
8031
8041
|
margin: 0 0 0 12px;
|
|
8032
8042
|
pointer-events: all;
|
|
@@ -8398,7 +8408,7 @@
|
|
|
8398
8408
|
border-color: #201f1e;
|
|
8399
8409
|
}
|
|
8400
8410
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8401
|
-
background-color:
|
|
8411
|
+
background-color: rgb(225.525, 222.25, 218.975);
|
|
8402
8412
|
border-color: #edebe9;
|
|
8403
8413
|
}
|
|
8404
8414
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -8468,7 +8478,7 @@
|
|
|
8468
8478
|
border-color: #edebe9;
|
|
8469
8479
|
}
|
|
8470
8480
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8471
|
-
background-color:
|
|
8481
|
+
background-color: rgb(225.525, 222.25, 218.975);
|
|
8472
8482
|
border-color: #edebe9;
|
|
8473
8483
|
}
|
|
8474
8484
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -11357,7 +11367,7 @@ ejs-sidebar {
|
|
|
11357
11367
|
}
|
|
11358
11368
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
11359
11369
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
11360
|
-
background:
|
|
11370
|
+
background: rgb(0, 96, 169.6);
|
|
11361
11371
|
}
|
|
11362
11372
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
11363
11373
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
|
|
3198
3198
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3199
3199
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3200
|
-
background-color:
|
|
3200
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
3201
3201
|
border: 1px solid var(--color-sf-border-light);
|
|
3202
3202
|
}
|
|
3203
3203
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3722,6 +3722,11 @@
|
|
|
3722
3722
|
height: 32px;
|
|
3723
3723
|
width: 100%;
|
|
3724
3724
|
}
|
|
3725
|
+
@media screen and (max-width: 480px) {
|
|
3726
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3727
|
+
height: 46px;
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3725
3730
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3726
3731
|
display: -webkit-inline-box;
|
|
3727
3732
|
display: -ms-inline-flexbox;
|
|
@@ -6587,6 +6592,11 @@
|
|
|
6587
6592
|
width: calc(100% - 8px);
|
|
6588
6593
|
margin-left: 4px;
|
|
6589
6594
|
}
|
|
6595
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6596
|
+
.e-treeview .e-fullrow {
|
|
6597
|
+
z-index: -1;
|
|
6598
|
+
}
|
|
6599
|
+
}
|
|
6590
6600
|
.e-treeview .e-checkbox-wrapper {
|
|
6591
6601
|
margin: 0 0 0 4px;
|
|
6592
6602
|
pointer-events: all;
|
package/styles/fluent2.css
CHANGED
|
@@ -3837,7 +3837,7 @@
|
|
|
3837
3837
|
|
|
3838
3838
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3839
3839
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3840
|
-
background-color:
|
|
3840
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
3841
3841
|
border: 1px solid var(--color-sf-border-light);
|
|
3842
3842
|
}
|
|
3843
3843
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4442,6 +4442,11 @@
|
|
|
4442
4442
|
height: 32px;
|
|
4443
4443
|
width: 100%;
|
|
4444
4444
|
}
|
|
4445
|
+
@media screen and (max-width: 480px) {
|
|
4446
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4447
|
+
height: 46px;
|
|
4448
|
+
}
|
|
4449
|
+
}
|
|
4445
4450
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4446
4451
|
display: -webkit-inline-box;
|
|
4447
4452
|
display: -ms-inline-flexbox;
|
|
@@ -8512,6 +8517,11 @@
|
|
|
8512
8517
|
width: calc(100% - 8px);
|
|
8513
8518
|
margin-left: 4px;
|
|
8514
8519
|
}
|
|
8520
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8521
|
+
.e-treeview .e-fullrow {
|
|
8522
|
+
z-index: -1;
|
|
8523
|
+
}
|
|
8524
|
+
}
|
|
8515
8525
|
.e-treeview .e-checkbox-wrapper {
|
|
8516
8526
|
margin: 0 0 0 4px;
|
|
8517
8527
|
pointer-events: all;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
/*! component's theme wise override definitions and variables */
|
|
2
4
|
$hscroll-skin: 'bootstrap4' !default;
|
|
3
5
|
$hscroll-border-type: solid !default;
|
|
@@ -32,12 +34,12 @@ $hscroll-device-arrow-size-bigger: 14px !default;
|
|
|
32
34
|
$hscroll-device-arrow-width: 52px !default;
|
|
33
35
|
|
|
34
36
|
$hscroll-default-icon-color: #333 !default;
|
|
35
|
-
$hscroll-hover-bg:
|
|
37
|
+
$hscroll-hover-bg: color.adjust($gray-600, $lightness: -7.5%) !default;
|
|
36
38
|
$hscroll-press-bg: $gray-600 !default;
|
|
37
39
|
$hscroll-default-border: #ccc !default;
|
|
38
40
|
$hscroll-focus-border: 1px $gray-600 !default;
|
|
39
41
|
$hscroll-active-border: 3px solid $gray-500 !default;
|
|
40
|
-
$hscroll-hover-border: 1px
|
|
42
|
+
$hscroll-hover-border: 1px color.adjust($gray-600, $lightness: -10%) !default;
|
|
41
43
|
$hscroll-hover-border-color: '' !default;
|
|
42
44
|
$hscroll-active-box-shadow: none !default;
|
|
43
45
|
|
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
border-right: 1px solid #ccc;
|
|
189
189
|
}
|
|
190
190
|
.e-hscroll.e-rtl .e-scroll-nav:hover {
|
|
191
|
-
background:
|
|
192
|
-
border: 1px
|
|
191
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
192
|
+
border: 1px rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
193
193
|
color: #fff;
|
|
194
194
|
}
|
|
195
195
|
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
196
|
-
background:
|
|
196
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
197
197
|
}
|
|
198
198
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
199
|
-
background:
|
|
199
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
200
200
|
color: #fff;
|
|
201
201
|
}
|
|
202
202
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
203
203
|
color: inherit;
|
|
204
204
|
}
|
|
205
205
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
206
|
-
background:
|
|
206
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
207
207
|
border: 1px #6c757d;
|
|
208
208
|
color: #fff;
|
|
209
209
|
}
|
|
@@ -172,13 +172,13 @@
|
|
|
172
172
|
color: #adb5bd;
|
|
173
173
|
}
|
|
174
174
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
175
|
-
border-color:
|
|
175
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
176
176
|
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
177
177
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
178
178
|
}
|
|
179
179
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
180
180
|
background-color: #343a40;
|
|
181
|
-
border-color:
|
|
181
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
182
182
|
border-width: 1px;
|
|
183
183
|
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
184
184
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
@@ -202,12 +202,12 @@
|
|
|
202
202
|
background: #343a40;
|
|
203
203
|
}
|
|
204
204
|
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
|
|
205
|
-
border-left: 1px solid
|
|
205
|
+
border-left: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
206
206
|
border-right: 0;
|
|
207
207
|
}
|
|
208
208
|
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
|
|
209
209
|
border-left: 0;
|
|
210
|
-
border-right: 1px solid
|
|
210
|
+
border-right: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
211
211
|
}
|
|
212
212
|
.e-hscroll.e-rtl .e-scroll-nav:hover {
|
|
213
213
|
background: #495057;
|
|
@@ -246,10 +246,10 @@
|
|
|
246
246
|
background: #343a40;
|
|
247
247
|
}
|
|
248
248
|
.e-hscroll .e-scroll-nav.e-scroll-left-nav {
|
|
249
|
-
border-right: 1px solid
|
|
249
|
+
border-right: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
250
250
|
}
|
|
251
251
|
.e-hscroll .e-scroll-nav.e-scroll-right-nav {
|
|
252
|
-
border-left: 1px solid
|
|
252
|
+
border-left: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
253
253
|
}
|
|
254
254
|
.e-hscroll .e-scroll-nav::after {
|
|
255
255
|
background-color: transparent;
|
|
@@ -3016,7 +3016,7 @@
|
|
|
3016
3016
|
|
|
3017
3017
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3018
3018
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3019
|
-
background-color:
|
|
3019
|
+
background-color: #fff;
|
|
3020
3020
|
border: 1px solid #757575;
|
|
3021
3021
|
}
|
|
3022
3022
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3485,6 +3485,11 @@
|
|
|
3485
3485
|
height: 32px;
|
|
3486
3486
|
width: 100%;
|
|
3487
3487
|
}
|
|
3488
|
+
@media screen and (max-width: 480px) {
|
|
3489
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3490
|
+
height: 50px;
|
|
3491
|
+
}
|
|
3492
|
+
}
|
|
3488
3493
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3489
3494
|
display: -webkit-inline-box;
|
|
3490
3495
|
display: -ms-inline-flexbox;
|
|
@@ -6112,6 +6117,11 @@
|
|
|
6112
6117
|
position: absolute;
|
|
6113
6118
|
width: 100%;
|
|
6114
6119
|
}
|
|
6120
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6121
|
+
.e-treeview .e-fullrow {
|
|
6122
|
+
z-index: -1;
|
|
6123
|
+
}
|
|
6124
|
+
}
|
|
6115
6125
|
.e-treeview .e-checkbox-wrapper {
|
|
6116
6126
|
margin: 0 0 0 5px;
|
|
6117
6127
|
pointer-events: all;
|
|
@@ -3638,7 +3638,7 @@
|
|
|
3638
3638
|
|
|
3639
3639
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3640
3640
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3641
|
-
background-color:
|
|
3641
|
+
background-color: #fff;
|
|
3642
3642
|
border: 1px solid #757575;
|
|
3643
3643
|
}
|
|
3644
3644
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4166,6 +4166,11 @@
|
|
|
4166
4166
|
height: 32px;
|
|
4167
4167
|
width: 100%;
|
|
4168
4168
|
}
|
|
4169
|
+
@media screen and (max-width: 480px) {
|
|
4170
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4171
|
+
height: 50px;
|
|
4172
|
+
}
|
|
4173
|
+
}
|
|
4169
4174
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4170
4175
|
display: -webkit-inline-box;
|
|
4171
4176
|
display: -ms-inline-flexbox;
|
|
@@ -7994,6 +7999,11 @@
|
|
|
7994
7999
|
position: absolute;
|
|
7995
8000
|
width: 100%;
|
|
7996
8001
|
}
|
|
8002
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8003
|
+
.e-treeview .e-fullrow {
|
|
8004
|
+
z-index: -1;
|
|
8005
|
+
}
|
|
8006
|
+
}
|
|
7997
8007
|
.e-treeview .e-checkbox-wrapper {
|
|
7998
8008
|
margin: 0 0 0 5px;
|
|
7999
8009
|
pointer-events: all;
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
|
|
3018
3018
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3019
3019
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3020
|
-
background-color:
|
|
3020
|
+
background-color: #000;
|
|
3021
3021
|
border: 1px solid #969696;
|
|
3022
3022
|
}
|
|
3023
3023
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3492,6 +3492,11 @@
|
|
|
3492
3492
|
height: 32px;
|
|
3493
3493
|
width: 100%;
|
|
3494
3494
|
}
|
|
3495
|
+
@media screen and (max-width: 480px) {
|
|
3496
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3497
|
+
height: 50px;
|
|
3498
|
+
}
|
|
3499
|
+
}
|
|
3495
3500
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3496
3501
|
display: -webkit-inline-box;
|
|
3497
3502
|
display: -ms-inline-flexbox;
|
|
@@ -6120,6 +6125,11 @@
|
|
|
6120
6125
|
position: absolute;
|
|
6121
6126
|
width: 100%;
|
|
6122
6127
|
}
|
|
6128
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6129
|
+
.e-treeview .e-fullrow {
|
|
6130
|
+
z-index: -1;
|
|
6131
|
+
}
|
|
6132
|
+
}
|
|
6123
6133
|
.e-treeview .e-checkbox-wrapper {
|
|
6124
6134
|
margin: 0 0 0 5px;
|
|
6125
6135
|
pointer-events: all;
|
package/styles/highcontrast.css
CHANGED
|
@@ -3639,7 +3639,7 @@
|
|
|
3639
3639
|
|
|
3640
3640
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3641
3641
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3642
|
-
background-color:
|
|
3642
|
+
background-color: #000;
|
|
3643
3643
|
border: 1px solid #969696;
|
|
3644
3644
|
}
|
|
3645
3645
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4173,6 +4173,11 @@
|
|
|
4173
4173
|
height: 32px;
|
|
4174
4174
|
width: 100%;
|
|
4175
4175
|
}
|
|
4176
|
+
@media screen and (max-width: 480px) {
|
|
4177
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4178
|
+
height: 50px;
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4176
4181
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4177
4182
|
display: -webkit-inline-box;
|
|
4178
4183
|
display: -ms-inline-flexbox;
|
|
@@ -8002,6 +8007,11 @@
|
|
|
8002
8007
|
position: absolute;
|
|
8003
8008
|
width: 100%;
|
|
8004
8009
|
}
|
|
8010
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8011
|
+
.e-treeview .e-fullrow {
|
|
8012
|
+
z-index: -1;
|
|
8013
|
+
}
|
|
8014
|
+
}
|
|
8005
8015
|
.e-treeview .e-checkbox-wrapper {
|
|
8006
8016
|
margin: 0 0 0 5px;
|
|
8007
8017
|
pointer-events: all;
|