@syncfusion/ej2-angular-navigations 19.3.53 → 19.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/@syncfusion/ej2-angular-navigations.es5.js +4 -4
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +4 -4
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +57 -0
- package/dist/ej2-angular-navigations.umd.js +5 -5
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/breadcrumb/items.directive.d.ts +5 -0
- package/styles/accordion/bootstrap4.css +1 -2
- package/styles/accordion/bootstrap5-dark.css +11 -2
- package/styles/accordion/bootstrap5.css +11 -2
- package/styles/accordion/highcontrast-light.css +0 -4
- package/styles/accordion/highcontrast.css +1 -5
- package/styles/bootstrap-dark.css +317 -84
- package/styles/bootstrap.css +316 -83
- package/styles/bootstrap4.css +317 -76
- package/styles/bootstrap5-dark.css +340 -76
- package/styles/bootstrap5.css +342 -78
- package/styles/breadcrumb/bootstrap-dark.css +194 -17
- package/styles/breadcrumb/bootstrap.css +194 -17
- package/styles/breadcrumb/bootstrap4.css +194 -17
- package/styles/breadcrumb/bootstrap5-dark.css +198 -24
- package/styles/breadcrumb/bootstrap5.css +198 -24
- package/styles/breadcrumb/fabric-dark.css +197 -20
- package/styles/breadcrumb/fabric.css +197 -20
- package/styles/breadcrumb/highcontrast-light.css +200 -22
- package/styles/breadcrumb/highcontrast.css +200 -22
- package/styles/breadcrumb/material-dark.css +186 -13
- package/styles/breadcrumb/material.css +186 -13
- package/styles/breadcrumb/tailwind-dark.css +195 -22
- package/styles/breadcrumb/tailwind.css +195 -22
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/bootstrap5-dark.css +5 -5
- package/styles/context-menu/bootstrap5.css +6 -6
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +305 -41
- package/styles/fabric.css +308 -44
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +317 -47
- package/styles/highcontrast.css +322 -52
- package/styles/material-dark.css +295 -32
- package/styles/material.css +296 -33
- package/styles/menu/bootstrap-dark.css +1 -1
- package/styles/menu/bootstrap.css +1 -1
- package/styles/menu/bootstrap4.css +1 -1
- package/styles/menu/bootstrap5-dark.css +4 -4
- package/styles/menu/bootstrap5.css +5 -5
- package/styles/menu/material-dark.css +1 -1
- package/styles/menu/material.css +1 -1
- package/styles/menu/tailwind-dark.css +1 -1
- package/styles/menu/tailwind.css +1 -1
- package/styles/sidebar/bootstrap5-dark.css +0 -1
- package/styles/sidebar/bootstrap5.css +0 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/tab/bootstrap-dark.css +43 -18
- package/styles/tab/bootstrap.css +42 -17
- package/styles/tab/bootstrap4.css +47 -28
- package/styles/tab/bootstrap5-dark.css +54 -31
- package/styles/tab/bootstrap5.css +54 -31
- package/styles/tab/fabric-dark.css +43 -20
- package/styles/tab/fabric.css +46 -23
- package/styles/tab/highcontrast-light.css +52 -19
- package/styles/tab/highcontrast.css +56 -23
- package/styles/tab/material-dark.css +42 -15
- package/styles/tab/material.css +42 -15
- package/styles/tab/tailwind-dark.css +42 -17
- package/styles/tab/tailwind.css +42 -17
- package/styles/tailwind-dark.css +313 -50
- package/styles/tailwind.css +313 -50
- package/styles/toolbar/bootstrap-dark.css +17 -46
- package/styles/toolbar/bootstrap.css +17 -46
- package/styles/toolbar/bootstrap4.css +12 -26
- package/styles/toolbar/bootstrap5-dark.css +6 -7
- package/styles/toolbar/bootstrap5.css +6 -7
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/highcontrast-light.css +4 -1
- package/styles/toolbar/highcontrast.css +4 -1
- package/styles/toolbar/material-dark.css +4 -1
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +8 -6
- package/styles/toolbar/tailwind.css +8 -6
- package/styles/treeview/bootstrap-dark.css +60 -0
- package/styles/treeview/bootstrap.css +60 -0
- package/styles/treeview/bootstrap4.css +60 -0
- package/styles/treeview/bootstrap5-dark.css +61 -1
- package/styles/treeview/bootstrap5.css +61 -1
- package/styles/treeview/fabric-dark.css +60 -0
- package/styles/treeview/fabric.css +60 -0
- package/styles/treeview/highcontrast-light.css +60 -0
- package/styles/treeview/highcontrast.css +60 -0
- package/styles/treeview/material-dark.css +60 -0
- package/styles/treeview/material.css +60 -0
- package/styles/treeview/tailwind-dark.css +65 -1
- package/styles/treeview/tailwind.css +65 -1
|
@@ -2069,6 +2069,10 @@
|
|
|
2069
2069
|
top: 0;
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
2072
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2073
|
+
display: none;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2072
2076
|
.e-tab .e-tab-header.e-vertical {
|
|
2073
2077
|
max-width: 150px;
|
|
2074
2078
|
z-index: 1;
|
|
@@ -2326,6 +2330,11 @@
|
|
|
2326
2330
|
min-height: 62px;
|
|
2327
2331
|
}
|
|
2328
2332
|
|
|
2333
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2334
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2335
|
+
display: none;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2329
2338
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2330
2339
|
height: 62px;
|
|
2331
2340
|
}
|
|
@@ -3387,6 +3396,10 @@
|
|
|
3387
3396
|
color: #6b7280;
|
|
3388
3397
|
}
|
|
3389
3398
|
|
|
3399
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3400
|
+
border: initial;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3390
3403
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3391
3404
|
background: #374151;
|
|
3392
3405
|
border: 0;
|
|
@@ -3424,6 +3437,11 @@
|
|
|
3424
3437
|
background: #374151;
|
|
3425
3438
|
}
|
|
3426
3439
|
|
|
3440
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3441
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3442
|
+
color: #22d3ee;
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3427
3445
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3428
3446
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3429
3447
|
color: #6b7280;
|
|
@@ -3443,7 +3461,6 @@
|
|
|
3443
3461
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
3444
3462
|
background: #4b5563;
|
|
3445
3463
|
color: #22d3ee;
|
|
3446
|
-
background: #4b5563;
|
|
3447
3464
|
}
|
|
3448
3465
|
|
|
3449
3466
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
@@ -3580,6 +3597,10 @@
|
|
|
3580
3597
|
border-top-color: #4b5563;
|
|
3581
3598
|
}
|
|
3582
3599
|
|
|
3600
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3601
|
+
border-bottom: 0;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3583
3604
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3584
3605
|
border-width: 0 1px 0 0;
|
|
3585
3606
|
}
|
|
@@ -3845,7 +3866,7 @@
|
|
|
3845
3866
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3846
3867
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
3847
3868
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
3848
|
-
color: #
|
|
3869
|
+
color: #22d3ee;
|
|
3849
3870
|
}
|
|
3850
3871
|
|
|
3851
3872
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -3883,6 +3904,12 @@
|
|
|
3883
3904
|
background: #22d3ee;
|
|
3884
3905
|
}
|
|
3885
3906
|
|
|
3907
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3908
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3909
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3910
|
+
color: #155e75;
|
|
3911
|
+
}
|
|
3912
|
+
|
|
3886
3913
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3887
3914
|
background: inherit;
|
|
3888
3915
|
}
|
|
@@ -3892,21 +3919,6 @@
|
|
|
3892
3919
|
color: #000;
|
|
3893
3920
|
}
|
|
3894
3921
|
|
|
3895
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3896
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3897
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3898
|
-
color: #155e75;
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3902
|
-
color: #d1d5db;
|
|
3903
|
-
color: #000;
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
3907
|
-
color: #000;
|
|
3908
|
-
}
|
|
3909
|
-
|
|
3910
3922
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3911
3923
|
border: 0;
|
|
3912
3924
|
margin: 0;
|
|
@@ -3970,48 +3982,61 @@
|
|
|
3970
3982
|
color: #000;
|
|
3971
3983
|
}
|
|
3972
3984
|
|
|
3985
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3973
3986
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3974
3987
|
color: #155e75;
|
|
3975
3988
|
}
|
|
3976
3989
|
|
|
3990
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3977
3991
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3978
3992
|
background: #4b5563;
|
|
3979
3993
|
color: #d1d5db;
|
|
3980
3994
|
}
|
|
3981
3995
|
|
|
3996
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3982
3997
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3983
3998
|
color: #d1d5db;
|
|
3984
3999
|
}
|
|
3985
4000
|
|
|
4001
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3986
4002
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3987
4003
|
background: #4b5563;
|
|
3988
4004
|
color: #d1d5db;
|
|
3989
4005
|
}
|
|
3990
4006
|
|
|
4007
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3991
4008
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3992
4009
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
3993
4010
|
}
|
|
3994
4011
|
|
|
4012
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4013
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3995
4014
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3996
4015
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3997
4016
|
color: #155e75;
|
|
3998
4017
|
}
|
|
3999
4018
|
|
|
4019
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4020
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4000
4021
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4001
4022
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4002
4023
|
background: #4b5563;
|
|
4003
4024
|
color: #d1d5db;
|
|
4004
4025
|
}
|
|
4005
4026
|
|
|
4027
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4028
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4006
4029
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4007
4030
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4008
4031
|
color: #d1d5db;
|
|
4009
4032
|
}
|
|
4010
4033
|
|
|
4034
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4011
4035
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4012
4036
|
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
4013
4037
|
}
|
|
4014
4038
|
|
|
4039
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4015
4040
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4016
4041
|
color: #d1d5db;
|
|
4017
4042
|
}
|
package/styles/tab/tailwind.css
CHANGED
|
@@ -2069,6 +2069,10 @@
|
|
|
2069
2069
|
top: 0;
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
2072
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2073
|
+
display: none;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2072
2076
|
.e-tab .e-tab-header.e-vertical {
|
|
2073
2077
|
max-width: 150px;
|
|
2074
2078
|
z-index: 1;
|
|
@@ -2326,6 +2330,11 @@
|
|
|
2326
2330
|
min-height: 62px;
|
|
2327
2331
|
}
|
|
2328
2332
|
|
|
2333
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2334
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2335
|
+
display: none;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2329
2338
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2330
2339
|
height: 62px;
|
|
2331
2340
|
}
|
|
@@ -3387,6 +3396,10 @@
|
|
|
3387
3396
|
color: #9ca3af;
|
|
3388
3397
|
}
|
|
3389
3398
|
|
|
3399
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3400
|
+
border: initial;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3390
3403
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3391
3404
|
background: #fff;
|
|
3392
3405
|
border: 0;
|
|
@@ -3424,6 +3437,11 @@
|
|
|
3424
3437
|
background: #f3f4f6;
|
|
3425
3438
|
}
|
|
3426
3439
|
|
|
3440
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3441
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3442
|
+
color: #4f46e5;
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3427
3445
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3428
3446
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3429
3447
|
color: #9ca3af;
|
|
@@ -3443,7 +3461,6 @@
|
|
|
3443
3461
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
3444
3462
|
background: #e5e7eb;
|
|
3445
3463
|
color: #4f46e5;
|
|
3446
|
-
background: #e5e7eb;
|
|
3447
3464
|
}
|
|
3448
3465
|
|
|
3449
3466
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
@@ -3580,6 +3597,10 @@
|
|
|
3580
3597
|
border-top-color: #e5e7eb;
|
|
3581
3598
|
}
|
|
3582
3599
|
|
|
3600
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3601
|
+
border-bottom: 0;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3583
3604
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3584
3605
|
border-width: 0 1px 0 0;
|
|
3585
3606
|
}
|
|
@@ -3845,7 +3866,7 @@
|
|
|
3845
3866
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3846
3867
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
3847
3868
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
3848
|
-
color: #
|
|
3869
|
+
color: #4f46e5;
|
|
3849
3870
|
}
|
|
3850
3871
|
|
|
3851
3872
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -3883,6 +3904,12 @@
|
|
|
3883
3904
|
background: #4f46e5;
|
|
3884
3905
|
}
|
|
3885
3906
|
|
|
3907
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3908
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3909
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3910
|
+
color: #e0e7ff;
|
|
3911
|
+
}
|
|
3912
|
+
|
|
3886
3913
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3887
3914
|
background: inherit;
|
|
3888
3915
|
}
|
|
@@ -3892,21 +3919,6 @@
|
|
|
3892
3919
|
color: #fff;
|
|
3893
3920
|
}
|
|
3894
3921
|
|
|
3895
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3896
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3897
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3898
|
-
color: #e0e7ff;
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3902
|
-
color: #6b7280;
|
|
3903
|
-
color: #fff;
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
3907
|
-
color: #fff;
|
|
3908
|
-
}
|
|
3909
|
-
|
|
3910
3922
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3911
3923
|
border: 0;
|
|
3912
3924
|
margin: 0;
|
|
@@ -3970,48 +3982,61 @@
|
|
|
3970
3982
|
color: #fff;
|
|
3971
3983
|
}
|
|
3972
3984
|
|
|
3985
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3973
3986
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3974
3987
|
color: #e0e7ff;
|
|
3975
3988
|
}
|
|
3976
3989
|
|
|
3990
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3977
3991
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3978
3992
|
background: #e5e7eb;
|
|
3979
3993
|
color: #6b7280;
|
|
3980
3994
|
}
|
|
3981
3995
|
|
|
3996
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3982
3997
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3983
3998
|
color: #6b7280;
|
|
3984
3999
|
}
|
|
3985
4000
|
|
|
4001
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3986
4002
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3987
4003
|
background: #e5e7eb;
|
|
3988
4004
|
color: #6b7280;
|
|
3989
4005
|
}
|
|
3990
4006
|
|
|
4007
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3991
4008
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3992
4009
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
3993
4010
|
}
|
|
3994
4011
|
|
|
4012
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4013
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3995
4014
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3996
4015
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3997
4016
|
color: #e0e7ff;
|
|
3998
4017
|
}
|
|
3999
4018
|
|
|
4019
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4020
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4000
4021
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4001
4022
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4002
4023
|
background: #e5e7eb;
|
|
4003
4024
|
color: #6b7280;
|
|
4004
4025
|
}
|
|
4005
4026
|
|
|
4027
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4028
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4006
4029
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4007
4030
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4008
4031
|
color: #6b7280;
|
|
4009
4032
|
}
|
|
4010
4033
|
|
|
4034
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4011
4035
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4012
4036
|
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
4013
4037
|
}
|
|
4014
4038
|
|
|
4039
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4015
4040
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4016
4041
|
color: #6b7280;
|
|
4017
4042
|
}
|