@syncfusion/ej2-angular-navigations 20.3.60-ngcc → 20.4.38-ngcc

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 (112) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +2 -2
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +17 -0
  6. package/dist/ej2-angular-navigations.umd.js +3 -3
  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/tab/items.directive.d.ts +7 -0
  16. package/src/toolbar/items.directive.d.ts +7 -0
  17. package/styles/accordion/bootstrap-dark.css +202 -16
  18. package/styles/accordion/bootstrap.css +202 -16
  19. package/styles/accordion/bootstrap4.css +171 -17
  20. package/styles/accordion/bootstrap5-dark.css +202 -13
  21. package/styles/accordion/bootstrap5.css +202 -13
  22. package/styles/accordion/fabric-dark.css +209 -11
  23. package/styles/accordion/fabric.css +209 -11
  24. package/styles/accordion/fluent-dark.css +217 -5
  25. package/styles/accordion/fluent.css +217 -5
  26. package/styles/accordion/highcontrast-light.css +186 -52
  27. package/styles/accordion/highcontrast.css +186 -52
  28. package/styles/accordion/material-dark.css +210 -16
  29. package/styles/accordion/material.css +209 -15
  30. package/styles/accordion/tailwind-dark.css +199 -8
  31. package/styles/accordion/tailwind.css +199 -8
  32. package/styles/bootstrap-dark.css +999 -145
  33. package/styles/bootstrap.css +986 -132
  34. package/styles/bootstrap4.css +888 -167
  35. package/styles/bootstrap5-dark.css +949 -179
  36. package/styles/bootstrap5.css +949 -179
  37. package/styles/context-menu/bootstrap5-dark.css +0 -1
  38. package/styles/context-menu/bootstrap5.css +0 -1
  39. package/styles/context-menu/fluent-dark.css +0 -1
  40. package/styles/context-menu/fluent.css +0 -1
  41. package/styles/context-menu/tailwind-dark.css +0 -1
  42. package/styles/context-menu/tailwind.css +0 -1
  43. package/styles/fabric-dark.css +1068 -232
  44. package/styles/fabric.css +1067 -231
  45. package/styles/fluent-dark.css +1014 -123
  46. package/styles/fluent.css +1012 -121
  47. package/styles/h-scroll/bootstrap-dark.css +13 -0
  48. package/styles/h-scroll/bootstrap.css +13 -0
  49. package/styles/h-scroll/bootstrap4.css +7 -0
  50. package/styles/h-scroll/bootstrap5-dark.css +12 -0
  51. package/styles/h-scroll/bootstrap5.css +12 -0
  52. package/styles/h-scroll/fabric-dark.css +15 -2
  53. package/styles/h-scroll/fabric.css +15 -2
  54. package/styles/h-scroll/fluent-dark.css +13 -0
  55. package/styles/h-scroll/fluent.css +13 -0
  56. package/styles/h-scroll/highcontrast-light.css +8 -7
  57. package/styles/h-scroll/highcontrast.css +10 -9
  58. package/styles/h-scroll/material-dark.css +13 -2
  59. package/styles/h-scroll/material.css +13 -2
  60. package/styles/h-scroll/tailwind-dark.css +12 -0
  61. package/styles/h-scroll/tailwind.css +12 -0
  62. package/styles/highcontrast-light.css +918 -369
  63. package/styles/highcontrast.css +925 -370
  64. package/styles/material-dark.css +1184 -114
  65. package/styles/material.css +1162 -92
  66. package/styles/menu/fluent-dark.css +1 -1
  67. package/styles/menu/fluent.css +1 -1
  68. package/styles/tab/bootstrap-dark.css +587 -109
  69. package/styles/tab/bootstrap.css +574 -96
  70. package/styles/tab/bootstrap4.css +546 -114
  71. package/styles/tab/bootstrap5-dark.css +523 -134
  72. package/styles/tab/bootstrap5.css +523 -134
  73. package/styles/tab/fabric-dark.css +614 -199
  74. package/styles/tab/fabric.css +612 -197
  75. package/styles/tab/fluent-dark.css +546 -102
  76. package/styles/tab/fluent.css +546 -102
  77. package/styles/tab/highcontrast-light.css +520 -250
  78. package/styles/tab/highcontrast.css +520 -244
  79. package/styles/tab/material-dark.css +705 -54
  80. package/styles/tab/material.css +705 -54
  81. package/styles/tab/tailwind-dark.css +706 -71
  82. package/styles/tab/tailwind.css +706 -71
  83. package/styles/tailwind-dark.css +1145 -99
  84. package/styles/tailwind.css +1144 -98
  85. package/styles/toolbar/bootstrap-dark.css +196 -19
  86. package/styles/toolbar/bootstrap.css +196 -19
  87. package/styles/toolbar/bootstrap4.css +164 -36
  88. package/styles/toolbar/bootstrap5-dark.css +210 -29
  89. package/styles/toolbar/bootstrap5.css +210 -29
  90. package/styles/toolbar/fabric-dark.css +219 -9
  91. package/styles/toolbar/fabric.css +220 -10
  92. package/styles/toolbar/fluent-dark.css +233 -10
  93. package/styles/toolbar/fluent.css +233 -10
  94. package/styles/toolbar/highcontrast-light.css +199 -43
  95. package/styles/toolbar/highcontrast.css +200 -44
  96. package/styles/toolbar/material-dark.css +233 -19
  97. package/styles/toolbar/material.css +233 -19
  98. package/styles/toolbar/tailwind-dark.css +224 -15
  99. package/styles/toolbar/tailwind.css +223 -14
  100. package/styles/treeview/fluent-dark.css +2 -2
  101. package/styles/treeview/material.css +2 -2
  102. package/styles/treeview/tailwind.css +2 -2
  103. package/styles/v-scroll/bootstrap5-dark.css +2 -2
  104. package/styles/v-scroll/bootstrap5.css +2 -2
  105. package/styles/v-scroll/fabric-dark.css +2 -2
  106. package/styles/v-scroll/fabric.css +2 -2
  107. package/styles/v-scroll/fluent-dark.css +2 -2
  108. package/styles/v-scroll/fluent.css +2 -2
  109. package/styles/v-scroll/highcontrast-light.css +2 -14
  110. package/styles/v-scroll/highcontrast.css +2 -14
  111. package/styles/v-scroll/tailwind-dark.css +2 -2
  112. package/styles/v-scroll/tailwind.css +2 -2
@@ -27,10 +27,18 @@
27
27
  height: 48px;
28
28
  min-height: 48px;
29
29
  }
30
+ .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
31
+ .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
32
+ font-size: 16px;
33
+ }
30
34
  .e-bigger .e-toolbar .e-tbar-btn .e-icons,
31
35
  .e-toolbar.e-bigger .e-tbar-btn .e-icons {
32
36
  font-size: 20px;
33
37
  }
38
+ .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
39
+ .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
40
+ font-size: 18px;
41
+ }
34
42
  .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
35
43
  .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
36
44
  border-bottom: 0;
@@ -105,7 +113,10 @@
105
113
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
106
114
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
107
115
  line-height: inherit;
108
- font-size: 16px;
116
+ }
117
+ .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
118
+ .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
119
+ height: 38px;
109
120
  }
110
121
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
111
122
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
@@ -121,6 +132,7 @@
121
132
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
122
133
  min-height: 48px;
123
134
  padding: 8px 18px;
135
+ line-height: 24px;
124
136
  }
125
137
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
126
138
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
@@ -142,6 +154,10 @@
142
154
  margin-right: 12.5px;
143
155
  white-space: normal;
144
156
  }
157
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
158
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
159
+ margin: 0;
160
+ }
145
161
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
146
162
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
147
163
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
@@ -215,6 +231,19 @@
215
231
  min-height: 38px;
216
232
  min-width: 38px;
217
233
  padding: 0 8px;
234
+ line-height: 24px;
235
+ }
236
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
237
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
238
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
239
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
240
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
241
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
242
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
243
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
244
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
245
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
246
+ padding: 0 8px;
218
247
  }
219
248
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
220
249
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
@@ -241,7 +270,6 @@
241
270
  padding-left: 10px;
242
271
  padding-right: 10px;
243
272
  padding-top: 0;
244
- margin-left: -1px;
245
273
  }
246
274
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
247
275
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
@@ -263,6 +291,7 @@
263
291
  }
264
292
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
265
293
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
294
+ margin: 0;
266
295
  min-width: 49px;
267
296
  padding: 5px 6px;
268
297
  }
@@ -304,6 +333,18 @@
304
333
  min-width: 38px;
305
334
  padding: 0 8px;
306
335
  }
336
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
337
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
338
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
339
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
340
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
341
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
342
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
343
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
344
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
345
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
346
+ padding: 0 8px;
347
+ }
307
348
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
308
349
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
309
350
  line-height: 24px;
@@ -328,7 +369,6 @@
328
369
  .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
329
370
  .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
330
371
  padding-right: 10px;
331
- margin-left: 0;
332
372
  }
333
373
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
334
374
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
@@ -425,6 +465,7 @@
425
465
  white-space: normal;
426
466
  }
427
467
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
468
+ margin: 0;
428
469
  height: 100%;
429
470
  min-width: 28px;
430
471
  padding: 4px;
@@ -471,6 +512,9 @@
471
512
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
472
513
  line-height: 22px;
473
514
  }
515
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
516
+ padding: 0 4px;
517
+ }
474
518
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
475
519
  margin: 7px 4px;
476
520
  min-height: 16px;
@@ -481,9 +525,8 @@
481
525
  line-height: 16px;
482
526
  min-height: 16px;
483
527
  min-width: 12px;
484
- padding: 0;
485
- font-size: 16px;
486
528
  padding: 5px 6px;
529
+ font-size: 16px;
487
530
  }
488
531
  .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
489
532
  display: -ms-inline-flexbox;
@@ -556,6 +599,9 @@
556
599
  justify-content: flex-start;
557
600
  min-height: 38px;
558
601
  padding: 6px 12px;
602
+ border: none;
603
+ border-radius: 4px;
604
+ margin: 0;
559
605
  }
560
606
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
561
607
  margin: 0;
@@ -725,6 +771,9 @@
725
771
  margin-right: 10px;
726
772
  white-space: normal;
727
773
  }
774
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
775
+ margin: 0;
776
+ }
728
777
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
729
778
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
730
779
  display: none;
@@ -855,6 +904,13 @@
855
904
  min-width: 30px;
856
905
  padding: 0 4px;
857
906
  border-radius: 4px;
907
+ line-height: 22px;
908
+ }
909
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
910
+ padding: 0 4px;
911
+ }
912
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
913
+ outline: 0;
858
914
  }
859
915
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
860
916
  padding: 4px;
@@ -866,6 +922,7 @@
866
922
  margin: 0;
867
923
  min-width: 12px;
868
924
  width: auto;
925
+ padding-bottom: 0;
869
926
  }
870
927
  .e-toolbar .e-toolbar-items .e-toolbar-item > * {
871
928
  -ms-flex-item-align: center;
@@ -1012,28 +1069,60 @@
1012
1069
  background: #f3f4f6;
1013
1070
  box-shadow: none;
1014
1071
  color: #111827;
1072
+ border: none;
1015
1073
  }
1016
1074
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1017
1075
  color: #111827;
1018
1076
  }
1019
1077
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1020
1078
  background: #e5e7eb;
1021
- border-color: #6b7280;
1022
1079
  border-radius: 0;
1023
1080
  color: #111827;
1081
+ border-color: #6b7280;
1082
+ border-style: solid;
1083
+ border-width: 0;
1084
+ box-shadow: none;
1085
+ }
1086
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
1087
+ color: #6b7280;
1088
+ }
1089
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1090
+ color: #111827;
1024
1091
  }
1025
1092
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1026
1093
  background: #e5e7eb;
1027
- border-color: #6b7280;
1028
1094
  border-radius: 0;
1029
1095
  color: #111827;
1096
+ border-color: #6b7280;
1097
+ border-style: solid;
1098
+ border-width: 0;
1099
+ }
1100
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
1101
+ color: #6b7280;
1102
+ }
1103
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
1104
+ color: #111827;
1105
+ }
1106
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
1107
+ color: #6b7280;
1108
+ }
1109
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1110
+ color: #111827;
1030
1111
  }
1031
1112
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1032
1113
  background: #f3f4f6;
1033
- border-color: #e5e7eb;
1034
1114
  border-radius: 0;
1035
1115
  box-shadow: none;
1036
1116
  color: #111827;
1117
+ border-color: #e5e7eb;
1118
+ border-style: solid;
1119
+ border-width: 0;
1120
+ }
1121
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
1122
+ color: #6b7280;
1123
+ }
1124
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
1125
+ color: #111827;
1037
1126
  }
1038
1127
  .e-toolbar .e-tbar-btn.e-btn .e-icons {
1039
1128
  color: #6b7280;
@@ -1046,11 +1135,50 @@
1046
1135
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
1047
1136
  background: transparent;
1048
1137
  }
1049
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
1138
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
1050
1139
  background: #e5e7eb;
1140
+ box-shadow: none;
1141
+ color: #6b7280;
1142
+ border-color: #6b7280;
1143
+ border-style: solid;
1144
+ border-width: 0;
1051
1145
  }
1052
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
1146
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
1147
+ color: #6b7280;
1148
+ }
1149
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1150
+ color: #6b7280;
1151
+ }
1152
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
1153
+ background: transparent;
1154
+ box-shadow: none;
1155
+ color: #6b7280;
1156
+ border-color: #e5e7eb;
1157
+ border-style: solid;
1158
+ border-width: 0;
1159
+ }
1160
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
1161
+ color: #6b7280;
1162
+ }
1163
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
1164
+ color: #6b7280;
1165
+ }
1166
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
1053
1167
  background: #e5e7eb;
1168
+ box-shadow: none;
1169
+ color: #6b7280;
1170
+ border-color: #6b7280;
1171
+ border-style: solid;
1172
+ border-width: 0;
1173
+ }
1174
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
1175
+ color: #6b7280;
1176
+ }
1177
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1178
+ color: #6b7280;
1179
+ }
1180
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
1181
+ outline: 0;
1054
1182
  }
1055
1183
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1056
1184
  background: transparent;
@@ -1061,28 +1189,51 @@
1061
1189
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1062
1190
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1063
1191
  background: #f3f4f6;
1064
- border: 0;
1065
1192
  box-shadow: none;
1066
- border-left: 0 #e5e7eb #f3f4f6;
1193
+ border-color: #f3f4f6;
1194
+ border-style: solid;
1195
+ border-width: 0;
1196
+ }
1197
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
1198
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
1199
+ border-color: #f3f4f6;
1200
+ border-style: solid;
1201
+ border-width: 0;
1067
1202
  }
1068
1203
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
1069
1204
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
1070
1205
  color: #6b7280;
1071
1206
  }
1207
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
1208
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
1209
+ color: #6b7280;
1210
+ }
1072
1211
  .e-toolbar .e-tbar-btn {
1073
1212
  background: #f3f4f6;
1074
1213
  box-shadow: none;
1075
1214
  color: #111827;
1215
+ border: none;
1076
1216
  }
1077
1217
  .e-toolbar .e-tbar-btn:focus {
1078
1218
  background: #e5e7eb;
1079
- border-color: #6b7280;
1080
1219
  border-radius: 0;
1081
1220
  color: #6b7280;
1221
+ border-color: #6b7280;
1222
+ border-style: solid;
1223
+ border-width: 0;
1224
+ box-shadow: none;
1225
+ }
1226
+ .e-toolbar .e-tbar-btn:focus .e-icons {
1227
+ color: #6b7280;
1228
+ }
1229
+ .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
1230
+ color: #111827;
1082
1231
  }
1083
1232
  .e-toolbar .e-tbar-btn:hover {
1084
1233
  background: #e5e7eb;
1085
1234
  border-color: #6b7280;
1235
+ border-style: solid;
1236
+ border-width: 0;
1086
1237
  border-radius: 0;
1087
1238
  color: #6b7280;
1088
1239
  }
@@ -1091,6 +1242,7 @@
1091
1242
  }
1092
1243
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
1093
1244
  background: #f3f4f6;
1245
+ opacity: 0.5;
1094
1246
  }
1095
1247
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
1096
1248
  color: #6b7280;
@@ -1101,6 +1253,30 @@
1101
1253
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1102
1254
  color: #111827;
1103
1255
  }
1256
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
1257
+ color: #374151;
1258
+ }
1259
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
1260
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1261
+ }
1262
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
1263
+ color: #6b7280;
1264
+ }
1265
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1266
+ color: #111827;
1267
+ }
1268
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
1269
+ color: #6b7280;
1270
+ }
1271
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
1272
+ color: #111827;
1273
+ }
1274
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
1275
+ color: #6b7280;
1276
+ }
1277
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1278
+ color: #111827;
1279
+ }
1104
1280
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
1105
1281
  border: solid #e5e7eb;
1106
1282
  border-width: 0 1px 0 0;
@@ -1123,10 +1299,17 @@
1123
1299
  .e-toolbar .e-hor-nav::after {
1124
1300
  content: "";
1125
1301
  }
1302
+ .e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
1303
+ border-bottom-right-radius: 0;
1304
+ }
1126
1305
  .e-toolbar .e-hor-nav:active {
1127
1306
  border: 0;
1128
1307
  box-shadow: none;
1129
1308
  color: #6b7280;
1309
+ background: #f3f4f6;
1310
+ }
1311
+ .e-toolbar .e-hor-nav:active .e-icons {
1312
+ color: #6b7280;
1130
1313
  }
1131
1314
  .e-toolbar .e-hor-nav:active::after {
1132
1315
  content: "";
@@ -1136,16 +1319,42 @@
1136
1319
  border-left: 0;
1137
1320
  color: #6b7280;
1138
1321
  }
1322
+ .e-toolbar .e-hor-nav:hover .e-icons {
1323
+ color: #6b7280;
1324
+ }
1325
+ .e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
1326
+ border-color: #e5e7eb;
1327
+ border-style: solid;
1328
+ border-width: 0;
1329
+ }
1330
+ .e-toolbar .e-hor-nav:hover:active {
1331
+ background: #e5e7eb;
1332
+ border-color: #e5e7eb;
1333
+ border-style: solid;
1334
+ border-width: 0;
1335
+ }
1139
1336
  .e-toolbar .e-hor-nav:focus {
1140
1337
  background: #e5e7eb;
1141
- border-left: 0;
1338
+ color: #6b7280;
1142
1339
  border-color: #6b7280;
1340
+ border-style: solid;
1341
+ border-width: 0;
1342
+ }
1343
+ .e-toolbar .e-hor-nav:focus .e-icons {
1143
1344
  color: #6b7280;
1144
1345
  }
1145
1346
  .e-toolbar .e-tbar-btn:active {
1146
1347
  background: #f3f4f6;
1147
1348
  border-color: #e5e7eb;
1349
+ border-style: solid;
1350
+ border-width: 0;
1148
1351
  border-radius: 0;
1149
1352
  box-shadow: none;
1150
1353
  color: #6b7280;
1354
+ }
1355
+ .e-toolbar .e-tbar-btn:active .e-icons {
1356
+ color: #6b7280;
1357
+ }
1358
+ .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
1359
+ color: #111827;
1151
1360
  }
@@ -769,7 +769,7 @@
769
769
  color: #f3f2f1;
770
770
  }
771
771
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
772
- background-color: #1c1b1b;
772
+ background-color: #363533;
773
773
  border-color: #292827;
774
774
  }
775
775
  .e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
@@ -817,7 +817,7 @@
817
817
  border-color: #292827;
818
818
  }
819
819
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content {
820
- background-color: #1c1b1b;
820
+ background-color: #363533;
821
821
  border-color: #292827;
822
822
  }
823
823
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
@@ -614,10 +614,10 @@
614
614
  color: rgba(0, 0, 0, 0.54);
615
615
  }
616
616
  .e-treeview .e-list-item.e-active > .e-text-content {
617
- color: #e3165b;
617
+ color: #cc1351;
618
618
  }
619
619
  .e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
620
- color: #e3165b;
620
+ color: #cc1351;
621
621
  }
622
622
  .e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible,
623
623
  .e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
@@ -761,7 +761,7 @@
761
761
  color: #111827;
762
762
  }
763
763
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
764
- background-color: #f3f4f6;
764
+ background-color: #d6d9e0;
765
765
  border-color: #f3f4f6;
766
766
  }
767
767
  .e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
@@ -805,7 +805,7 @@
805
805
  border-color: #e5e7eb;
806
806
  }
807
807
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content {
808
- background-color: #f3f4f6;
808
+ background-color: #d6d9e0;
809
809
  border-color: #f3f4f6;
810
810
  }
811
811
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
@@ -7,11 +7,11 @@
7
7
  content: "\e734";
8
8
  }
9
9
  .e-vscroll .e-nav-up-arrow::before {
10
- content: "\e7dd";
10
+ content: "\e776";
11
11
  line-height: normal;
12
12
  }
13
13
  .e-vscroll .e-nav-down-arrow::before {
14
- content: "\e734";
14
+ content: "\e729";
15
15
  line-height: normal;
16
16
  }
17
17
 
@@ -7,11 +7,11 @@
7
7
  content: "\e734";
8
8
  }
9
9
  .e-vscroll .e-nav-up-arrow::before {
10
- content: "\e7dd";
10
+ content: "\e776";
11
11
  line-height: normal;
12
12
  }
13
13
  .e-vscroll .e-nav-down-arrow::before {
14
- content: "\e734";
14
+ content: "\e729";
15
15
  line-height: normal;
16
16
  }
17
17
 
@@ -6,11 +6,11 @@
6
6
  content: "\e84f";
7
7
  }
8
8
  .e-vscroll .e-nav-up-arrow::before {
9
- content: "\e910";
9
+ content: "\e85e";
10
10
  line-height: normal;
11
11
  }
12
12
  .e-vscroll .e-nav-down-arrow::before {
13
- content: "\e916";
13
+ content: "\e84f";
14
14
  line-height: normal;
15
15
  }
16
16
 
@@ -7,11 +7,11 @@
7
7
  content: "\e84f";
8
8
  }
9
9
  .e-vscroll .e-nav-up-arrow::before {
10
- content: "\e910";
10
+ content: "\e85e";
11
11
  line-height: normal;
12
12
  }
13
13
  .e-vscroll .e-nav-down-arrow::before {
14
- content: "\e916";
14
+ content: "\e84f";
15
15
  line-height: normal;
16
16
  }
17
17
 
@@ -7,11 +7,11 @@
7
7
  content: "\e734";
8
8
  }
9
9
  .e-vscroll .e-nav-up-arrow::before {
10
- content: "\e7dd";
10
+ content: "\e776";
11
11
  line-height: normal;
12
12
  }
13
13
  .e-vscroll .e-nav-down-arrow::before {
14
- content: "\e734";
14
+ content: "\e729";
15
15
  line-height: normal;
16
16
  }
17
17
 
@@ -7,11 +7,11 @@
7
7
  content: "\e734";
8
8
  }
9
9
  .e-vscroll .e-nav-up-arrow::before {
10
- content: "\e7dd";
10
+ content: "\e776";
11
11
  line-height: normal;
12
12
  }
13
13
  .e-vscroll .e-nav-down-arrow::before {
14
- content: "\e734";
14
+ content: "\e729";
15
15
  line-height: normal;
16
16
  }
17
17
 
@@ -6,11 +6,11 @@
6
6
  content: "\e84f";
7
7
  }
8
8
  .e-vscroll .e-nav-up-arrow::before {
9
- content: "\e910";
9
+ content: "\e85e";
10
10
  line-height: normal;
11
11
  }
12
12
  .e-vscroll .e-nav-down-arrow::before {
13
- content: "\e916";
13
+ content: "\e84f";
14
14
  line-height: normal;
15
15
  }
16
16
 
@@ -167,25 +167,16 @@
167
167
  border-color: transparent;
168
168
  color: #000;
169
169
  }
170
- .e-vscroll.e-rtl .e-scroll-nav:hover:active {
171
- background: #400074;
172
- }
173
170
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
174
171
  background: #ecf;
175
172
  border: 0;
176
173
  color: #000;
177
- border: 1px solid #000;
178
- }
179
- .e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover:active {
180
- border: 0;
181
174
  }
182
175
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
183
176
  background: #ecf;
184
177
  border: 0;
185
178
  border-color: transparent;
186
179
  color: #000;
187
- background: inherit;
188
- border: 2px solid #fff;
189
180
  }
190
181
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
191
182
  background: #400074;
@@ -193,9 +184,6 @@
193
184
  box-shadow: none;
194
185
  color: #000;
195
186
  }
196
- .e-vscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
197
- color: #fff;
198
- }
199
187
  .e-vscroll .e-scroll-nav {
200
188
  background: #fff;
201
189
  }
@@ -7,11 +7,11 @@
7
7
  content: "\e84f";
8
8
  }
9
9
  .e-vscroll .e-nav-up-arrow::before {
10
- content: "\e910";
10
+ content: "\e85e";
11
11
  line-height: normal;
12
12
  }
13
13
  .e-vscroll .e-nav-down-arrow::before {
14
- content: "\e916";
14
+ content: "\e84f";
15
15
  line-height: normal;
16
16
  }
17
17
 
@@ -168,25 +168,16 @@
168
168
  border-color: transparent;
169
169
  color: #fff;
170
170
  }
171
- .e-vscroll.e-rtl .e-scroll-nav:hover:active {
172
- background: #ffd939;
173
- }
174
171
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
175
172
  background: #685708;
176
173
  border: 0;
177
174
  color: #fff;
178
- border: 1px solid #fff;
179
- }
180
- .e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover:active {
181
- border: 0;
182
175
  }
183
176
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
184
177
  background: #685708;
185
178
  border: 0;
186
179
  border-color: transparent;
187
180
  color: #fff;
188
- background: inherit;
189
- border: 2px solid #fff;
190
181
  }
191
182
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
192
183
  background: #ffd939;
@@ -194,9 +185,6 @@
194
185
  box-shadow: none;
195
186
  color: #fff;
196
187
  }
197
- .e-vscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
198
- color: #000;
199
- }
200
188
  .e-vscroll .e-scroll-nav {
201
189
  background: #000;
202
190
  }