@syncfusion/ej2-angular-navigations 19.3.57 → 19.4.47
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 +319 -85
- package/styles/bootstrap.css +318 -84
- package/styles/bootstrap4.css +319 -77
- package/styles/bootstrap5-dark.css +341 -76
- package/styles/bootstrap5.css +343 -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 +307 -42
- package/styles/fabric.css +310 -45
- 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 +319 -48
- package/styles/highcontrast.css +324 -53
- package/styles/material-dark.css +297 -33
- package/styles/material.css +298 -34
- package/styles/menu/bootstrap-dark.css +3 -2
- package/styles/menu/bootstrap.css +3 -2
- package/styles/menu/bootstrap4.css +3 -2
- package/styles/menu/bootstrap5-dark.css +6 -5
- package/styles/menu/bootstrap5.css +7 -6
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +3 -2
- package/styles/menu/material.css +3 -2
- package/styles/menu/tailwind-dark.css +3 -2
- package/styles/menu/tailwind.css +3 -2
- 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 +315 -51
- package/styles/tailwind.css +315 -51
- 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
|
@@ -2185,6 +2185,10 @@
|
|
|
2185
2185
|
top: 0;
|
|
2186
2186
|
}
|
|
2187
2187
|
|
|
2188
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2189
|
+
display: none;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2188
2192
|
.e-tab .e-tab-header.e-vertical {
|
|
2189
2193
|
max-width: 150px;
|
|
2190
2194
|
z-index: 1;
|
|
@@ -2442,6 +2446,11 @@
|
|
|
2442
2446
|
min-height: 62px;
|
|
2443
2447
|
}
|
|
2444
2448
|
|
|
2449
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2450
|
+
.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 {
|
|
2451
|
+
display: none;
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2445
2454
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2446
2455
|
height: 62px;
|
|
2447
2456
|
}
|
|
@@ -3549,6 +3558,10 @@
|
|
|
3549
3558
|
color: #6c757d;
|
|
3550
3559
|
}
|
|
3551
3560
|
|
|
3561
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3562
|
+
border: 1px solid #fff;
|
|
3563
|
+
}
|
|
3564
|
+
|
|
3552
3565
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3553
3566
|
background: #fff;
|
|
3554
3567
|
border: 1px #000;
|
|
@@ -3593,6 +3606,11 @@
|
|
|
3593
3606
|
color: #fff;
|
|
3594
3607
|
}
|
|
3595
3608
|
|
|
3609
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3610
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3611
|
+
color: #495057;
|
|
3612
|
+
}
|
|
3613
|
+
|
|
3596
3614
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3597
3615
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3598
3616
|
color: #6c757d;
|
|
@@ -3651,7 +3669,6 @@
|
|
|
3651
3669
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
3652
3670
|
background: transparent;
|
|
3653
3671
|
border: 0;
|
|
3654
|
-
border: 3px solid transparent;
|
|
3655
3672
|
}
|
|
3656
3673
|
|
|
3657
3674
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
@@ -3667,9 +3684,8 @@
|
|
|
3667
3684
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3668
3685
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
3669
3686
|
background: #5a6268;
|
|
3670
|
-
border: 1px solid #545b62;
|
|
3671
|
-
border-radius: 4px;
|
|
3672
3687
|
border: 0;
|
|
3688
|
+
border-radius: 4px;
|
|
3673
3689
|
}
|
|
3674
3690
|
|
|
3675
3691
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -3683,10 +3699,9 @@
|
|
|
3683
3699
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
3684
3700
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
|
|
3685
3701
|
background: #6c757d;
|
|
3686
|
-
border:
|
|
3702
|
+
border: 0;
|
|
3687
3703
|
border-radius: 4px;
|
|
3688
3704
|
color: #fff;
|
|
3689
|
-
border: 0;
|
|
3690
3705
|
}
|
|
3691
3706
|
|
|
3692
3707
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
@@ -3694,9 +3709,8 @@
|
|
|
3694
3709
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3695
3710
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
|
|
3696
3711
|
background: #5a6268;
|
|
3697
|
-
border: 1px solid #545b62;
|
|
3698
|
-
border-radius: 4px;
|
|
3699
3712
|
border: 0;
|
|
3713
|
+
border-radius: 4px;
|
|
3700
3714
|
}
|
|
3701
3715
|
|
|
3702
3716
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
@@ -3704,16 +3718,14 @@
|
|
|
3704
3718
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3705
3719
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3706
3720
|
background: #5a6268;
|
|
3707
|
-
border:
|
|
3721
|
+
border: 0;
|
|
3708
3722
|
border-radius: 4px;
|
|
3709
3723
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3710
|
-
border: 0;
|
|
3711
3724
|
}
|
|
3712
3725
|
|
|
3713
3726
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3714
3727
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3715
3728
|
border: 0;
|
|
3716
|
-
border: 3px solid transparent;
|
|
3717
3729
|
}
|
|
3718
3730
|
|
|
3719
3731
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
@@ -3741,11 +3753,10 @@
|
|
|
3741
3753
|
}
|
|
3742
3754
|
|
|
3743
3755
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3744
|
-
border-bottom:
|
|
3756
|
+
border-bottom: 1px solid #ddd;
|
|
3745
3757
|
border-radius: 0 0 4px 4px;
|
|
3746
3758
|
border-top: 1px solid #fff;
|
|
3747
3759
|
border-top-color: #fff;
|
|
3748
|
-
border-bottom: 1px solid #ddd;
|
|
3749
3760
|
}
|
|
3750
3761
|
|
|
3751
3762
|
.e-tab .e-tab-header.e-vertical::before {
|
|
@@ -4032,7 +4043,7 @@
|
|
|
4032
4043
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
4033
4044
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
4034
4045
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
4035
|
-
color: #
|
|
4046
|
+
color: #0056b3;
|
|
4036
4047
|
}
|
|
4037
4048
|
|
|
4038
4049
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -4046,7 +4057,6 @@
|
|
|
4046
4057
|
|
|
4047
4058
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
4048
4059
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
4049
|
-
color: #fff;
|
|
4050
4060
|
color: #212529;
|
|
4051
4061
|
}
|
|
4052
4062
|
|
|
@@ -4079,6 +4089,16 @@
|
|
|
4079
4089
|
background: inherit;
|
|
4080
4090
|
}
|
|
4081
4091
|
|
|
4092
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
4093
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
4094
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4095
|
+
color: #007bff;
|
|
4096
|
+
}
|
|
4097
|
+
|
|
4098
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
4099
|
+
color: rgba(0, 0, 0, 0.5);
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4082
4102
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4083
4103
|
background: transparent;
|
|
4084
4104
|
}
|
|
@@ -4096,20 +4116,6 @@
|
|
|
4096
4116
|
color: rgba(0, 0, 0, 0.5);
|
|
4097
4117
|
}
|
|
4098
4118
|
|
|
4099
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
4100
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4101
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4102
|
-
color: #007bff;
|
|
4103
|
-
}
|
|
4104
|
-
|
|
4105
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4106
|
-
color: rgba(0, 0, 0, 0.5);
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
4110
|
-
color: #5a6268;
|
|
4111
|
-
}
|
|
4112
|
-
|
|
4113
4119
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
4114
4120
|
border: 0;
|
|
4115
4121
|
margin: 0;
|
|
@@ -4193,33 +4199,42 @@
|
|
|
4193
4199
|
color: #fff;
|
|
4194
4200
|
}
|
|
4195
4201
|
|
|
4202
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
4196
4203
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4197
4204
|
color: #212529;
|
|
4198
4205
|
}
|
|
4199
4206
|
|
|
4207
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
4200
4208
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
4201
4209
|
background: inherit;
|
|
4202
4210
|
color: #fff;
|
|
4203
4211
|
}
|
|
4204
4212
|
|
|
4213
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
4205
4214
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
4206
4215
|
color: #fff;
|
|
4207
4216
|
}
|
|
4208
4217
|
|
|
4218
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
4209
4219
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
4210
4220
|
background: inherit;
|
|
4211
4221
|
color: #fff;
|
|
4212
4222
|
}
|
|
4213
4223
|
|
|
4224
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
4214
4225
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
4215
4226
|
animation: none;
|
|
4216
4227
|
}
|
|
4217
4228
|
|
|
4229
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4230
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
4218
4231
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4219
4232
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4220
4233
|
color: #212529;
|
|
4221
4234
|
}
|
|
4222
4235
|
|
|
4236
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4237
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4223
4238
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4224
4239
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4225
4240
|
background: inherit;
|
|
@@ -4228,15 +4243,19 @@
|
|
|
4228
4243
|
background: #5a6268;
|
|
4229
4244
|
}
|
|
4230
4245
|
|
|
4246
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4247
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4231
4248
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4232
4249
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4233
4250
|
color: #fff;
|
|
4234
4251
|
}
|
|
4235
4252
|
|
|
4253
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4236
4254
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4237
4255
|
animation: none;
|
|
4238
4256
|
}
|
|
4239
4257
|
|
|
4258
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4240
4259
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4241
4260
|
color: #fff;
|
|
4242
4261
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
1
3
|
/*! Horizontal Tab */
|
|
2
4
|
/*! Bootstrap specific themes definition's */
|
|
3
5
|
/*! Vertical Tab */
|
|
@@ -2180,6 +2182,10 @@
|
|
|
2180
2182
|
top: 0;
|
|
2181
2183
|
}
|
|
2182
2184
|
|
|
2185
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2186
|
+
display: none;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2183
2189
|
.e-tab .e-tab-header.e-vertical {
|
|
2184
2190
|
max-width: 150px;
|
|
2185
2191
|
z-index: 1;
|
|
@@ -2437,6 +2443,11 @@
|
|
|
2437
2443
|
min-height: 62px;
|
|
2438
2444
|
}
|
|
2439
2445
|
|
|
2446
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2447
|
+
.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 {
|
|
2448
|
+
display: none;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2440
2451
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2441
2452
|
height: 62px;
|
|
2442
2453
|
}
|
|
@@ -3462,7 +3473,6 @@
|
|
|
3462
3473
|
}
|
|
3463
3474
|
|
|
3464
3475
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
3465
|
-
color: #0d6efd;
|
|
3466
3476
|
color: #adb5bd;
|
|
3467
3477
|
}
|
|
3468
3478
|
|
|
@@ -3545,6 +3555,10 @@
|
|
|
3545
3555
|
color: #6c757d;
|
|
3546
3556
|
}
|
|
3547
3557
|
|
|
3558
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3559
|
+
border: 1px solid #212529;
|
|
3560
|
+
}
|
|
3561
|
+
|
|
3548
3562
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3549
3563
|
background: #343a40;
|
|
3550
3564
|
border: 1px #000;
|
|
@@ -3589,6 +3603,11 @@
|
|
|
3589
3603
|
color: #fff;
|
|
3590
3604
|
}
|
|
3591
3605
|
|
|
3606
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3607
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3608
|
+
color: #ced4da;
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3592
3611
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3593
3612
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3594
3613
|
color: #6c757d;
|
|
@@ -3647,7 +3666,6 @@
|
|
|
3647
3666
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
3648
3667
|
background: transparent;
|
|
3649
3668
|
border: 0;
|
|
3650
|
-
border: 3px solid transparent;
|
|
3651
3669
|
}
|
|
3652
3670
|
|
|
3653
3671
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
@@ -3663,9 +3681,8 @@
|
|
|
3663
3681
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3664
3682
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
3665
3683
|
background: #495057;
|
|
3666
|
-
border: 1px solid #444c54;
|
|
3667
|
-
border-radius: 4px;
|
|
3668
3684
|
border: 0;
|
|
3685
|
+
border-radius: 4px;
|
|
3669
3686
|
}
|
|
3670
3687
|
|
|
3671
3688
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -3679,10 +3696,9 @@
|
|
|
3679
3696
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
3680
3697
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
|
|
3681
3698
|
background: #343a40;
|
|
3682
|
-
border:
|
|
3699
|
+
border: 0;
|
|
3683
3700
|
border-radius: 4px;
|
|
3684
3701
|
color: #adb5bd;
|
|
3685
|
-
border: 0;
|
|
3686
3702
|
}
|
|
3687
3703
|
|
|
3688
3704
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
@@ -3690,9 +3706,8 @@
|
|
|
3690
3706
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3691
3707
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
|
|
3692
3708
|
background: #495057;
|
|
3693
|
-
border: 1px solid #444c54;
|
|
3694
|
-
border-radius: 4px;
|
|
3695
3709
|
border: 0;
|
|
3710
|
+
border-radius: 4px;
|
|
3696
3711
|
}
|
|
3697
3712
|
|
|
3698
3713
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
@@ -3700,16 +3715,14 @@
|
|
|
3700
3715
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3701
3716
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3702
3717
|
background: #495057;
|
|
3703
|
-
border:
|
|
3718
|
+
border: 0;
|
|
3704
3719
|
border-radius: 4px;
|
|
3705
3720
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
3706
|
-
border: 0;
|
|
3707
3721
|
}
|
|
3708
3722
|
|
|
3709
3723
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3710
3724
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3711
3725
|
border: 0;
|
|
3712
|
-
border: 3px solid transparent;
|
|
3713
3726
|
}
|
|
3714
3727
|
|
|
3715
3728
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
@@ -3737,11 +3750,10 @@
|
|
|
3737
3750
|
}
|
|
3738
3751
|
|
|
3739
3752
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3740
|
-
border-bottom:
|
|
3753
|
+
border-bottom: 1px solid #444c54;
|
|
3741
3754
|
border-radius: 0 0 4px 4px;
|
|
3742
3755
|
border-top: 1px solid #212529;
|
|
3743
3756
|
border-top-color: #212529;
|
|
3744
|
-
border-bottom: 1px solid #444c54;
|
|
3745
3757
|
}
|
|
3746
3758
|
|
|
3747
3759
|
.e-tab .e-tab-header.e-vertical::before {
|
|
@@ -3855,6 +3867,10 @@
|
|
|
3855
3867
|
color: #0a58ca;
|
|
3856
3868
|
}
|
|
3857
3869
|
|
|
3870
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
3871
|
+
color: #adb5bd;
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3858
3874
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3859
3875
|
color: #adb5bd;
|
|
3860
3876
|
}
|
|
@@ -4030,7 +4046,7 @@
|
|
|
4030
4046
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
4031
4047
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
4032
4048
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
4033
|
-
color: #
|
|
4049
|
+
color: #0a58ca;
|
|
4034
4050
|
}
|
|
4035
4051
|
|
|
4036
4052
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -4044,7 +4060,6 @@
|
|
|
4044
4060
|
|
|
4045
4061
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
4046
4062
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
4047
|
-
color: #ced4da;
|
|
4048
4063
|
color: #fff;
|
|
4049
4064
|
}
|
|
4050
4065
|
|
|
@@ -4078,6 +4093,16 @@
|
|
|
4078
4093
|
background: inherit;
|
|
4079
4094
|
}
|
|
4080
4095
|
|
|
4096
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
4097
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
4098
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4099
|
+
color: #031633;
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
4103
|
+
color: #fff;
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4081
4106
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4082
4107
|
background: transparent;
|
|
4083
4108
|
}
|
|
@@ -4092,21 +4117,6 @@
|
|
|
4092
4117
|
color: #fff;
|
|
4093
4118
|
}
|
|
4094
4119
|
|
|
4095
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
4096
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4097
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4098
|
-
color: #031633;
|
|
4099
|
-
}
|
|
4100
|
-
|
|
4101
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4102
|
-
color: #adb5bd;
|
|
4103
|
-
color: #fff;
|
|
4104
|
-
}
|
|
4105
|
-
|
|
4106
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
4107
|
-
color: #fff;
|
|
4108
|
-
}
|
|
4109
|
-
|
|
4110
4120
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
4111
4121
|
border: 0;
|
|
4112
4122
|
margin: 0;
|
|
@@ -4197,33 +4207,42 @@
|
|
|
4197
4207
|
color: #fff;
|
|
4198
4208
|
}
|
|
4199
4209
|
|
|
4210
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
4200
4211
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4201
4212
|
color: #031633;
|
|
4202
4213
|
}
|
|
4203
4214
|
|
|
4215
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
4204
4216
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
4205
4217
|
background: inherit;
|
|
4206
4218
|
color: #adb5bd;
|
|
4207
4219
|
}
|
|
4208
4220
|
|
|
4221
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
4209
4222
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
4210
4223
|
color: #adb5bd;
|
|
4211
4224
|
}
|
|
4212
4225
|
|
|
4226
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
4213
4227
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
4214
4228
|
background: inherit;
|
|
4215
4229
|
color: #adb5bd;
|
|
4216
4230
|
}
|
|
4217
4231
|
|
|
4232
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
4218
4233
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
4219
4234
|
animation: none;
|
|
4220
4235
|
}
|
|
4221
4236
|
|
|
4237
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4238
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
4222
4239
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4223
4240
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4224
4241
|
color: #031633;
|
|
4225
4242
|
}
|
|
4226
4243
|
|
|
4244
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4245
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4227
4246
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4228
4247
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4229
4248
|
background: inherit;
|
|
@@ -4232,15 +4251,19 @@
|
|
|
4232
4251
|
background: #495057;
|
|
4233
4252
|
}
|
|
4234
4253
|
|
|
4254
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4255
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4235
4256
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4236
4257
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4237
4258
|
color: #adb5bd;
|
|
4238
4259
|
}
|
|
4239
4260
|
|
|
4261
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4240
4262
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4241
4263
|
animation: none;
|
|
4242
4264
|
}
|
|
4243
4265
|
|
|
4266
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4244
4267
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4245
4268
|
color: #adb5bd;
|
|
4246
4269
|
}
|