@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.
Files changed (124) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +4 -4
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +4 -4
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +58 -0
  6. package/dist/ej2-angular-navigations.umd.js +5 -5
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  8. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  10. package/ej2-angular-navigations.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/breadcrumb/items.directive.d.ts +5 -0
  16. package/styles/accordion/bootstrap4.css +1 -2
  17. package/styles/accordion/bootstrap5-dark.css +11 -2
  18. package/styles/accordion/bootstrap5.css +11 -2
  19. package/styles/accordion/highcontrast-light.css +0 -4
  20. package/styles/accordion/highcontrast.css +1 -5
  21. package/styles/bootstrap-dark.css +319 -85
  22. package/styles/bootstrap.css +318 -84
  23. package/styles/bootstrap4.css +319 -77
  24. package/styles/bootstrap5-dark.css +341 -76
  25. package/styles/bootstrap5.css +343 -78
  26. package/styles/breadcrumb/bootstrap-dark.css +194 -17
  27. package/styles/breadcrumb/bootstrap.css +194 -17
  28. package/styles/breadcrumb/bootstrap4.css +194 -17
  29. package/styles/breadcrumb/bootstrap5-dark.css +198 -24
  30. package/styles/breadcrumb/bootstrap5.css +198 -24
  31. package/styles/breadcrumb/fabric-dark.css +197 -20
  32. package/styles/breadcrumb/fabric.css +197 -20
  33. package/styles/breadcrumb/highcontrast-light.css +200 -22
  34. package/styles/breadcrumb/highcontrast.css +200 -22
  35. package/styles/breadcrumb/material-dark.css +186 -13
  36. package/styles/breadcrumb/material.css +186 -13
  37. package/styles/breadcrumb/tailwind-dark.css +195 -22
  38. package/styles/breadcrumb/tailwind.css +195 -22
  39. package/styles/context-menu/bootstrap-dark.css +1 -1
  40. package/styles/context-menu/bootstrap.css +1 -1
  41. package/styles/context-menu/bootstrap4.css +1 -1
  42. package/styles/context-menu/bootstrap5-dark.css +5 -5
  43. package/styles/context-menu/bootstrap5.css +6 -6
  44. package/styles/context-menu/material-dark.css +1 -1
  45. package/styles/context-menu/material.css +1 -1
  46. package/styles/context-menu/tailwind-dark.css +1 -1
  47. package/styles/context-menu/tailwind.css +1 -1
  48. package/styles/fabric-dark.css +307 -42
  49. package/styles/fabric.css +310 -45
  50. package/styles/h-scroll/bootstrap-dark.css +1 -1
  51. package/styles/h-scroll/bootstrap.css +1 -1
  52. package/styles/h-scroll/bootstrap4.css +1 -1
  53. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  54. package/styles/h-scroll/bootstrap5.css +1 -1
  55. package/styles/h-scroll/fabric-dark.css +1 -1
  56. package/styles/h-scroll/fabric.css +1 -1
  57. package/styles/h-scroll/highcontrast-light.css +1 -1
  58. package/styles/h-scroll/highcontrast.css +1 -1
  59. package/styles/h-scroll/material-dark.css +1 -1
  60. package/styles/h-scroll/material.css +1 -1
  61. package/styles/h-scroll/tailwind-dark.css +1 -1
  62. package/styles/h-scroll/tailwind.css +1 -1
  63. package/styles/highcontrast-light.css +319 -48
  64. package/styles/highcontrast.css +324 -53
  65. package/styles/material-dark.css +297 -33
  66. package/styles/material.css +298 -34
  67. package/styles/menu/bootstrap-dark.css +3 -2
  68. package/styles/menu/bootstrap.css +3 -2
  69. package/styles/menu/bootstrap4.css +3 -2
  70. package/styles/menu/bootstrap5-dark.css +6 -5
  71. package/styles/menu/bootstrap5.css +7 -6
  72. package/styles/menu/fabric-dark.css +2 -1
  73. package/styles/menu/fabric.css +2 -1
  74. package/styles/menu/highcontrast-light.css +2 -1
  75. package/styles/menu/highcontrast.css +2 -1
  76. package/styles/menu/material-dark.css +3 -2
  77. package/styles/menu/material.css +3 -2
  78. package/styles/menu/tailwind-dark.css +3 -2
  79. package/styles/menu/tailwind.css +3 -2
  80. package/styles/sidebar/bootstrap5-dark.css +0 -1
  81. package/styles/sidebar/bootstrap5.css +0 -1
  82. package/styles/sidebar/tailwind-dark.css +0 -1
  83. package/styles/sidebar/tailwind.css +0 -1
  84. package/styles/tab/bootstrap-dark.css +43 -18
  85. package/styles/tab/bootstrap.css +42 -17
  86. package/styles/tab/bootstrap4.css +47 -28
  87. package/styles/tab/bootstrap5-dark.css +53 -30
  88. package/styles/tab/bootstrap5.css +53 -30
  89. package/styles/tab/fabric-dark.css +43 -20
  90. package/styles/tab/fabric.css +46 -23
  91. package/styles/tab/highcontrast-light.css +52 -19
  92. package/styles/tab/highcontrast.css +56 -23
  93. package/styles/tab/material-dark.css +42 -15
  94. package/styles/tab/material.css +42 -15
  95. package/styles/tab/tailwind-dark.css +42 -17
  96. package/styles/tab/tailwind.css +42 -17
  97. package/styles/tailwind-dark.css +315 -51
  98. package/styles/tailwind.css +315 -51
  99. package/styles/toolbar/bootstrap-dark.css +17 -46
  100. package/styles/toolbar/bootstrap.css +17 -46
  101. package/styles/toolbar/bootstrap4.css +12 -26
  102. package/styles/toolbar/bootstrap5-dark.css +6 -7
  103. package/styles/toolbar/bootstrap5.css +6 -7
  104. package/styles/toolbar/fabric-dark.css +4 -0
  105. package/styles/toolbar/fabric.css +4 -0
  106. package/styles/toolbar/highcontrast-light.css +4 -1
  107. package/styles/toolbar/highcontrast.css +4 -1
  108. package/styles/toolbar/material-dark.css +4 -1
  109. package/styles/toolbar/material.css +5 -2
  110. package/styles/toolbar/tailwind-dark.css +8 -6
  111. package/styles/toolbar/tailwind.css +8 -6
  112. package/styles/treeview/bootstrap-dark.css +60 -0
  113. package/styles/treeview/bootstrap.css +60 -0
  114. package/styles/treeview/bootstrap4.css +60 -0
  115. package/styles/treeview/bootstrap5-dark.css +61 -1
  116. package/styles/treeview/bootstrap5.css +61 -1
  117. package/styles/treeview/fabric-dark.css +60 -0
  118. package/styles/treeview/fabric.css +60 -0
  119. package/styles/treeview/highcontrast-light.css +60 -0
  120. package/styles/treeview/highcontrast.css +60 -0
  121. package/styles/treeview/material-dark.css +60 -0
  122. package/styles/treeview/material.css +60 -0
  123. package/styles/treeview/tailwind-dark.css +65 -1
  124. package/styles/treeview/tailwind.css +65 -1
@@ -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: #6c757d;
3467
3477
  }
3468
3478
 
@@ -3545,6 +3555,10 @@
3545
3555
  color: #adb5bd;
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 #fff;
3560
+ }
3561
+
3548
3562
  .e-tab .e-tab-header .e-toolbar-pop {
3549
3563
  background: #fff;
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: #495057;
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: #adb5bd;
@@ -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: #dee2e6;
3666
- border: 1px solid #dee2e6;
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: #e9ecef;
3682
- border: 1px solid #dee2e6;
3699
+ border: 0;
3683
3700
  border-radius: 4px;
3684
3701
  color: #6c757d;
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: #dee2e6;
3693
- border: 1px solid #dee2e6;
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: #dee2e6;
3703
- border: 1px solid #dee2e6;
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: 0;
3753
+ border-bottom: 1px solid #dee2e6;
3741
3754
  border-radius: 0 0 4px 4px;
3742
3755
  border-top: 1px solid #fff;
3743
3756
  border-top-color: #fff;
3744
- border-bottom: 1px solid #dee2e6;
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: #6c757d;
3872
+ }
3873
+
3858
3874
  .e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3859
3875
  color: #6c757d;
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: #fff;
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: #495057;
4048
4063
  color: #212529;
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: #e7f1ff;
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: #e7f1ff;
4099
- }
4100
-
4101
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
4102
- color: #6c757d;
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: #e7f1ff;
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: #6c757d;
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: #6c757d;
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: #6c757d;
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: #e7f1ff;
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: #dee2e6;
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: #6c757d;
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: #6c757d;
4246
4269
  }
@@ -62,7 +62,7 @@
62
62
  }
63
63
 
64
64
  .e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after {
65
- content: '\ebb8';
65
+ content: '\e85e';
66
66
  }
67
67
 
68
68
  .e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before {
@@ -70,7 +70,7 @@
70
70
  }
71
71
 
72
72
  .e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after {
73
- content: '\ebb8';
73
+ content: '\e84f';
74
74
  }
75
75
 
76
76
  .e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before {
@@ -2181,6 +2181,10 @@
2181
2181
  top: 0;
2182
2182
  }
2183
2183
 
2184
+ .e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
2185
+ display: none;
2186
+ }
2187
+
2184
2188
  .e-tab .e-tab-header.e-vertical {
2185
2189
  max-width: 150px;
2186
2190
  z-index: 1;
@@ -2448,6 +2452,11 @@
2448
2452
  min-height: 62px;
2449
2453
  }
2450
2454
 
2455
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
2456
+ .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 {
2457
+ display: none;
2458
+ }
2459
+
2451
2460
  .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
2452
2461
  height: 62px;
2453
2462
  }
@@ -3597,6 +3606,10 @@
3597
3606
  color: #6f6c6c;
3598
3607
  }
3599
3608
 
3609
+ .e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
3610
+ border: initial;
3611
+ }
3612
+
3600
3613
  .e-tab .e-tab-header .e-toolbar-pop {
3601
3614
  background: #201f1f;
3602
3615
  border: 1px solid #414040;
@@ -3636,6 +3649,11 @@
3636
3649
  border-color: #514f4f;
3637
3650
  }
3638
3651
 
3652
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
3653
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
3654
+ color: #fff;
3655
+ }
3656
+
3639
3657
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
3640
3658
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
3641
3659
  color: #6f6c6c;
@@ -3709,7 +3727,6 @@
3709
3727
  background: #414040;
3710
3728
  border: initial;
3711
3729
  border-radius: 0;
3712
- border: 1px solid #333232;
3713
3730
  }
3714
3731
 
3715
3732
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
@@ -3725,7 +3742,6 @@
3725
3742
  border: initial;
3726
3743
  border-radius: 0;
3727
3744
  color: #fff;
3728
- border: 1px solid #c8c8c8;
3729
3745
  }
3730
3746
 
3731
3747
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
@@ -3735,7 +3751,6 @@
3735
3751
  background: #414040;
3736
3752
  border: initial;
3737
3753
  border-radius: 0;
3738
- border: 1px solid #c8c8c8;
3739
3754
  }
3740
3755
 
3741
3756
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
@@ -3746,7 +3761,6 @@
3746
3761
  border: 0;
3747
3762
  border-radius: 0;
3748
3763
  box-shadow: none;
3749
- border: 1px solid #c8c8c8;
3750
3764
  }
3751
3765
 
3752
3766
  .e-tab .e-tab-header .e-hor-nav:hover,
@@ -4101,27 +4115,23 @@
4101
4115
  border-color: #282727;
4102
4116
  }
4103
4117
 
4104
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
4105
- background: inherit;
4106
- }
4107
-
4108
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
4109
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
4110
- color: #fff;
4111
- color: #fff;
4118
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
4119
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
4120
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
4121
+ color: #dadada;
4112
4122
  }
4113
4123
 
4114
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
4115
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
4116
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
4124
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
4117
4125
  color: #dadada;
4118
4126
  }
4119
4127
 
4120
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
4121
- color: #dadada;
4128
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
4129
+ background: inherit;
4122
4130
  }
4123
4131
 
4124
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
4132
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
4133
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
4134
+ color: #fff;
4125
4135
  color: #fff;
4126
4136
  }
4127
4137
 
@@ -4202,52 +4212,65 @@
4202
4212
  color: #dadada;
4203
4213
  }
4204
4214
 
4215
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
4205
4216
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
4206
4217
  color: #dadada;
4207
4218
  border: 1px solid #282727;
4208
4219
  }
4209
4220
 
4221
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
4210
4222
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
4211
4223
  background: #414040;
4212
4224
  color: #fff;
4213
4225
  }
4214
4226
 
4227
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
4215
4228
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
4216
4229
  color: #fff;
4217
4230
  border: 1px solid #c8c8c8;
4218
4231
  }
4219
4232
 
4233
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
4220
4234
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
4221
4235
  background: #414040;
4222
4236
  color: #fff;
4223
4237
  }
4224
4238
 
4239
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
4225
4240
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
4226
4241
  animation: none;
4227
4242
  }
4228
4243
 
4244
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
4245
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
4229
4246
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
4230
4247
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
4231
4248
  color: #dadada;
4232
4249
  border: 1px solid #282727;
4233
4250
  }
4234
4251
 
4252
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
4253
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
4235
4254
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
4236
4255
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
4237
4256
  background: #414040;
4238
4257
  color: #fff;
4239
4258
  }
4240
4259
 
4260
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
4261
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
4241
4262
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
4242
4263
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
4243
4264
  color: #fff;
4244
4265
  border: 1px solid #c8c8c8;
4245
4266
  }
4246
4267
 
4268
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
4247
4269
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
4248
4270
  animation: none;
4249
4271
  }
4250
4272
 
4273
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
4251
4274
  .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
4252
4275
  color: #fff;
4253
4276
  }
@@ -2186,6 +2186,10 @@
2186
2186
  top: 0;
2187
2187
  }
2188
2188
 
2189
+ .e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
2190
+ display: none;
2191
+ }
2192
+
2189
2193
  .e-tab .e-tab-header.e-vertical {
2190
2194
  max-width: 150px;
2191
2195
  z-index: 1;
@@ -2453,6 +2457,11 @@
2453
2457
  min-height: 62px;
2454
2458
  }
2455
2459
 
2460
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
2461
+ .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 {
2462
+ display: none;
2463
+ }
2464
+
2456
2465
  .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
2457
2466
  height: 62px;
2458
2467
  }
@@ -3602,6 +3611,10 @@
3602
3611
  color: #a6a6a6;
3603
3612
  }
3604
3613
 
3614
+ .e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
3615
+ border: initial;
3616
+ }
3617
+
3605
3618
  .e-tab .e-tab-header .e-toolbar-pop {
3606
3619
  background: #fff;
3607
3620
  border: 1px solid #eaeaea;
@@ -3641,6 +3654,11 @@
3641
3654
  border-color: #d1ebff;
3642
3655
  }
3643
3656
 
3657
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
3658
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
3659
+ color: #333;
3660
+ }
3661
+
3644
3662
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
3645
3663
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
3646
3664
  color: #a6a6a6;
@@ -3712,9 +3730,8 @@
3712
3730
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
3713
3731
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
3714
3732
  background: #eaeaea;
3715
- border: initial;
3716
- border-radius: 0;
3717
3733
  border: 1px solid #f4f4f4;
3734
+ border-radius: 0;
3718
3735
  }
3719
3736
 
3720
3737
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
@@ -3727,10 +3744,9 @@
3727
3744
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
3728
3745
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
3729
3746
  background: inherit;
3730
- border: initial;
3747
+ border: 1px solid #767676;
3731
3748
  border-radius: 0;
3732
3749
  color: #000;
3733
- border: 1px solid #767676;
3734
3750
  }
3735
3751
 
3736
3752
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
@@ -3738,9 +3754,8 @@
3738
3754
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
3739
3755
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
3740
3756
  background: #eaeaea;
3741
- border: initial;
3742
- border-radius: 0;
3743
3757
  border: 1px solid #767676;
3758
+ border-radius: 0;
3744
3759
  }
3745
3760
 
3746
3761
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
@@ -3748,10 +3763,9 @@
3748
3763
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
3749
3764
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
3750
3765
  background: #eaeaea;
3751
- border: 0;
3766
+ border: 1px solid #767676;
3752
3767
  border-radius: 0;
3753
3768
  box-shadow: none;
3754
- border: 1px solid #767676;
3755
3769
  }
3756
3770
 
3757
3771
  .e-tab .e-tab-header .e-hor-nav:hover,
@@ -4067,7 +4081,7 @@
4067
4081
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
4068
4082
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
4069
4083
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
4070
- color: #000;
4084
+ color: #333;
4071
4085
  }
4072
4086
 
4073
4087
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
@@ -4106,27 +4120,23 @@
4106
4120
  border-color: #f4f4f4;
4107
4121
  }
4108
4122
 
4109
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
4110
- background: inherit;
4111
- }
4112
-
4113
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
4114
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
4115
- color: #fff;
4116
- color: #000;
4123
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
4124
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
4125
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
4126
+ color: #333;
4117
4127
  }
4118
4128
 
4119
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
4120
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
4121
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
4129
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
4122
4130
  color: #333;
4123
4131
  }
4124
4132
 
4125
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
4126
- color: #333;
4133
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
4134
+ background: inherit;
4127
4135
  }
4128
4136
 
4129
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
4137
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
4138
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
4139
+ color: #fff;
4130
4140
  color: #000;
4131
4141
  }
4132
4142
 
@@ -4207,52 +4217,65 @@
4207
4217
  color: #333;
4208
4218
  }
4209
4219
 
4220
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
4210
4221
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
4211
4222
  color: #333;
4212
4223
  border: 1px solid #f4f4f4;
4213
4224
  }
4214
4225
 
4226
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
4215
4227
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
4216
4228
  background: #eaeaea;
4217
4229
  color: #000;
4218
4230
  }
4219
4231
 
4232
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
4220
4233
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
4221
4234
  color: #000;
4222
4235
  border: 1px solid #767676;
4223
4236
  }
4224
4237
 
4238
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
4225
4239
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
4226
4240
  background: #eaeaea;
4227
4241
  color: #000;
4228
4242
  }
4229
4243
 
4244
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
4230
4245
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
4231
4246
  animation: none;
4232
4247
  }
4233
4248
 
4249
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
4250
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
4234
4251
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
4235
4252
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
4236
4253
  color: #333;
4237
4254
  border: 1px solid #f4f4f4;
4238
4255
  }
4239
4256
 
4257
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
4258
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
4240
4259
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
4241
4260
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
4242
4261
  background: #eaeaea;
4243
4262
  color: #000;
4244
4263
  }
4245
4264
 
4265
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
4266
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
4246
4267
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
4247
4268
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
4248
4269
  color: #000;
4249
4270
  border: 1px solid #767676;
4250
4271
  }
4251
4272
 
4273
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
4252
4274
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
4253
4275
  animation: none;
4254
4276
  }
4255
4277
 
4278
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
4256
4279
  .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
4257
4280
  color: #000;
4258
4281
  }