@syncfusion/ej2-angular-navigations 19.3.56 → 19.4.41
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 +58 -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 +339 -75
- package/styles/bootstrap5.css +341 -77
- 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 +53 -30
- package/styles/tab/bootstrap5.css +53 -30
- 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
|
@@ -2066,6 +2066,10 @@
|
|
|
2066
2066
|
top: 0;
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2070
|
+
display: none;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2069
2073
|
.e-tab .e-tab-header.e-vertical {
|
|
2070
2074
|
max-width: 150px;
|
|
2071
2075
|
z-index: 1;
|
|
@@ -2323,6 +2327,11 @@
|
|
|
2323
2327
|
min-height: 62px;
|
|
2324
2328
|
}
|
|
2325
2329
|
|
|
2330
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2331
|
+
.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 {
|
|
2332
|
+
display: none;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2326
2335
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2327
2336
|
height: 62px;
|
|
2328
2337
|
}
|
|
@@ -3381,6 +3390,10 @@
|
|
|
3381
3390
|
color: rgba(255, 255, 255, 0.3);
|
|
3382
3391
|
}
|
|
3383
3392
|
|
|
3393
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3394
|
+
border: initial;
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3384
3397
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3385
3398
|
background: #424242;
|
|
3386
3399
|
border: 0;
|
|
@@ -3418,6 +3431,11 @@
|
|
|
3418
3431
|
background: rgba(255, 255, 255, 0.18);
|
|
3419
3432
|
}
|
|
3420
3433
|
|
|
3434
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3435
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3436
|
+
color: #00b0ff;
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3421
3439
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3422
3440
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3423
3441
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -3821,7 +3839,7 @@
|
|
|
3821
3839
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3822
3840
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
3823
3841
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
3824
|
-
color: #
|
|
3842
|
+
color: #fff;
|
|
3825
3843
|
}
|
|
3826
3844
|
|
|
3827
3845
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -3858,6 +3876,16 @@
|
|
|
3858
3876
|
background: #3f51b5;
|
|
3859
3877
|
}
|
|
3860
3878
|
|
|
3879
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3880
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3881
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3882
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3886
|
+
color: rgba(255, 255, 255, 0.54);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3861
3889
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3862
3890
|
background: inherit;
|
|
3863
3891
|
}
|
|
@@ -3871,20 +3899,6 @@
|
|
|
3871
3899
|
color: #fff;
|
|
3872
3900
|
}
|
|
3873
3901
|
|
|
3874
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3875
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3876
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3877
|
-
color: rgba(255, 255, 255, 0.7);
|
|
3878
|
-
}
|
|
3879
|
-
|
|
3880
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3881
|
-
color: rgba(255, 255, 255, 0.54);
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
3885
|
-
color: #00b0ff;
|
|
3886
|
-
}
|
|
3887
|
-
|
|
3888
3902
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3889
3903
|
border: 0;
|
|
3890
3904
|
margin: 0;
|
|
@@ -3952,48 +3966,61 @@
|
|
|
3952
3966
|
color: white;
|
|
3953
3967
|
}
|
|
3954
3968
|
|
|
3969
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3955
3970
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3956
3971
|
color: rgba(255, 255, 255, 0.7);
|
|
3957
3972
|
}
|
|
3958
3973
|
|
|
3974
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3959
3975
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3960
3976
|
background: inherit;
|
|
3961
3977
|
color: yellow;
|
|
3962
3978
|
}
|
|
3963
3979
|
|
|
3980
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3964
3981
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3965
3982
|
color: yellow;
|
|
3966
3983
|
}
|
|
3967
3984
|
|
|
3985
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3968
3986
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3969
3987
|
background: inherit;
|
|
3970
3988
|
color: yellow;
|
|
3971
3989
|
}
|
|
3972
3990
|
|
|
3991
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3973
3992
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3974
3993
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
3975
3994
|
}
|
|
3976
3995
|
|
|
3996
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3997
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3977
3998
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3978
3999
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3979
4000
|
color: rgba(255, 255, 255, 0.7);
|
|
3980
4001
|
}
|
|
3981
4002
|
|
|
4003
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4004
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3982
4005
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3983
4006
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3984
4007
|
background: inherit;
|
|
3985
4008
|
color: yellow;
|
|
3986
4009
|
}
|
|
3987
4010
|
|
|
4011
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4012
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
3988
4013
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3989
4014
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3990
4015
|
color: yellow;
|
|
3991
4016
|
}
|
|
3992
4017
|
|
|
4018
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3993
4019
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
3994
4020
|
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
3995
4021
|
}
|
|
3996
4022
|
|
|
4023
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
3997
4024
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3998
4025
|
color: yellow;
|
|
3999
4026
|
}
|
package/styles/tab/material.css
CHANGED
|
@@ -2072,6 +2072,10 @@
|
|
|
2072
2072
|
top: 0;
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2076
|
+
display: none;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2075
2079
|
.e-tab .e-tab-header.e-vertical {
|
|
2076
2080
|
max-width: 150px;
|
|
2077
2081
|
z-index: 1;
|
|
@@ -2329,6 +2333,11 @@
|
|
|
2329
2333
|
min-height: 62px;
|
|
2330
2334
|
}
|
|
2331
2335
|
|
|
2336
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2337
|
+
.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 {
|
|
2338
|
+
display: none;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2332
2341
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2333
2342
|
height: 62px;
|
|
2334
2343
|
}
|
|
@@ -3387,6 +3396,10 @@
|
|
|
3387
3396
|
color: rgba(0, 0, 0, 0.38);
|
|
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: #eee;
|
|
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: #e3165b;
|
|
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: rgba(0, 0, 0, 0.38);
|
|
@@ -3827,7 +3845,7 @@
|
|
|
3827
3845
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3828
3846
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
3829
3847
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
3830
|
-
color:
|
|
3848
|
+
color: rgba(0, 0, 0, 0.87);
|
|
3831
3849
|
}
|
|
3832
3850
|
|
|
3833
3851
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -3864,6 +3882,16 @@
|
|
|
3864
3882
|
background: #3f51b5;
|
|
3865
3883
|
}
|
|
3866
3884
|
|
|
3885
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3886
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3887
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3888
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3889
|
+
}
|
|
3890
|
+
|
|
3891
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3892
|
+
color: rgba(255, 255, 255, 0.54);
|
|
3893
|
+
}
|
|
3894
|
+
|
|
3867
3895
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3868
3896
|
background: inherit;
|
|
3869
3897
|
}
|
|
@@ -3877,20 +3905,6 @@
|
|
|
3877
3905
|
color: #fff;
|
|
3878
3906
|
}
|
|
3879
3907
|
|
|
3880
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3881
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3882
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3883
|
-
color: rgba(255, 255, 255, 0.7);
|
|
3884
|
-
}
|
|
3885
|
-
|
|
3886
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3887
|
-
color: rgba(255, 255, 255, 0.54);
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
3891
|
-
color: #e3165b;
|
|
3892
|
-
}
|
|
3893
|
-
|
|
3894
3908
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3895
3909
|
border: 0;
|
|
3896
3910
|
margin: 0;
|
|
@@ -3958,48 +3972,61 @@
|
|
|
3958
3972
|
color: white;
|
|
3959
3973
|
}
|
|
3960
3974
|
|
|
3975
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3961
3976
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3962
3977
|
color: rgba(255, 255, 255, 0.7);
|
|
3963
3978
|
}
|
|
3964
3979
|
|
|
3980
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3965
3981
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3966
3982
|
background: inherit;
|
|
3967
3983
|
color: #fff;
|
|
3968
3984
|
}
|
|
3969
3985
|
|
|
3986
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3970
3987
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3971
3988
|
color: #fff;
|
|
3972
3989
|
}
|
|
3973
3990
|
|
|
3991
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3974
3992
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3975
3993
|
background: inherit;
|
|
3976
3994
|
color: #fff;
|
|
3977
3995
|
}
|
|
3978
3996
|
|
|
3997
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3979
3998
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3980
3999
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
3981
4000
|
}
|
|
3982
4001
|
|
|
4002
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4003
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3983
4004
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3984
4005
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3985
4006
|
color: rgba(255, 255, 255, 0.7);
|
|
3986
4007
|
}
|
|
3987
4008
|
|
|
4009
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4010
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3988
4011
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3989
4012
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3990
4013
|
background: inherit;
|
|
3991
4014
|
color: #fff;
|
|
3992
4015
|
}
|
|
3993
4016
|
|
|
4017
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4018
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
3994
4019
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3995
4020
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3996
4021
|
color: #fff;
|
|
3997
4022
|
}
|
|
3998
4023
|
|
|
4024
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3999
4025
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4000
4026
|
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
4001
4027
|
}
|
|
4002
4028
|
|
|
4029
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4003
4030
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4004
4031
|
color: #fff;
|
|
4005
4032
|
}
|
|
@@ -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
|
}
|