@syncfusion/ej2-navigations 20.3.60 → 20.4.40

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 (226) hide show
  1. package/.eslintrc.json +16 -1
  2. package/CHANGELOG.md +26 -0
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +263 -212
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +260 -209
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +12 -12
  14. package/src/accordion/accordion.js +20 -19
  15. package/src/appbar/appbar-model.d.ts +15 -15
  16. package/src/appbar/appbar.d.ts +15 -15
  17. package/src/appbar/appbar.js +3 -3
  18. package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
  19. package/src/breadcrumb/breadcrumb.js +10 -5
  20. package/src/carousel/carousel.js +10 -10
  21. package/src/common/menu-base.js +19 -12
  22. package/src/menu/menu.js +2 -2
  23. package/src/sidebar/sidebar.d.ts +1 -0
  24. package/src/sidebar/sidebar.js +6 -2
  25. package/src/tab/tab-model.d.ts +9 -0
  26. package/src/tab/tab.d.ts +9 -0
  27. package/src/tab/tab.js +28 -18
  28. package/src/toolbar/toolbar-model.d.ts +9 -0
  29. package/src/toolbar/toolbar.d.ts +11 -0
  30. package/src/toolbar/toolbar.js +132 -123
  31. package/src/treeview/treeview-model.d.ts +133 -45
  32. package/src/treeview/treeview.d.ts +135 -48
  33. package/src/treeview/treeview.js +30 -14
  34. package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
  35. package/styles/accordion/_bootstrap-definition.scss +100 -0
  36. package/styles/accordion/_bootstrap4-definition.scss +95 -1
  37. package/styles/accordion/_bootstrap5-definition.scss +99 -3
  38. package/styles/accordion/_fabric-dark-definition.scss +100 -0
  39. package/styles/accordion/_fabric-definition.scss +100 -0
  40. package/styles/accordion/_fluent-definition.scss +98 -2
  41. package/styles/accordion/_fusionnew-definition.scss +99 -3
  42. package/styles/accordion/_highcontrast-definition.scss +98 -3
  43. package/styles/accordion/_highcontrast-light-definition.scss +98 -3
  44. package/styles/accordion/_layout.scss +25 -91
  45. package/styles/accordion/_material-dark-definition.scss +100 -0
  46. package/styles/accordion/_material-definition.scss +100 -0
  47. package/styles/accordion/_material3-definition.scss +99 -3
  48. package/styles/accordion/_tailwind-definition.scss +99 -2
  49. package/styles/accordion/_theme.scss +184 -345
  50. package/styles/accordion/bootstrap-dark.css +202 -16
  51. package/styles/accordion/bootstrap.css +202 -16
  52. package/styles/accordion/bootstrap4.css +171 -17
  53. package/styles/accordion/bootstrap5-dark.css +202 -13
  54. package/styles/accordion/bootstrap5.css +202 -13
  55. package/styles/accordion/fabric-dark.css +209 -11
  56. package/styles/accordion/fabric.css +209 -11
  57. package/styles/accordion/fluent-dark.css +217 -5
  58. package/styles/accordion/fluent.css +217 -5
  59. package/styles/accordion/highcontrast-light.css +186 -52
  60. package/styles/accordion/highcontrast.css +186 -52
  61. package/styles/accordion/material-dark.css +210 -16
  62. package/styles/accordion/material.css +209 -15
  63. package/styles/accordion/tailwind-dark.css +199 -8
  64. package/styles/accordion/tailwind.css +199 -8
  65. package/styles/bootstrap-dark.css +999 -145
  66. package/styles/bootstrap.css +986 -132
  67. package/styles/bootstrap4.css +888 -167
  68. package/styles/bootstrap5-dark.css +949 -179
  69. package/styles/bootstrap5.css +949 -179
  70. package/styles/context-menu/_layout.scss +0 -3
  71. package/styles/context-menu/bootstrap5-dark.css +0 -1
  72. package/styles/context-menu/bootstrap5.css +0 -1
  73. package/styles/context-menu/fluent-dark.css +0 -1
  74. package/styles/context-menu/fluent.css +0 -1
  75. package/styles/context-menu/tailwind-dark.css +0 -1
  76. package/styles/context-menu/tailwind.css +0 -1
  77. package/styles/fabric-dark.css +1068 -232
  78. package/styles/fabric.css +1067 -231
  79. package/styles/fluent-dark.css +1014 -123
  80. package/styles/fluent.css +1012 -121
  81. package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
  82. package/styles/h-scroll/_bootstrap-definition.scss +8 -0
  83. package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
  84. package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
  85. package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
  86. package/styles/h-scroll/_fabric-definition.scss +8 -0
  87. package/styles/h-scroll/_fluent-definition.scss +8 -0
  88. package/styles/h-scroll/_fusionnew-definition.scss +8 -0
  89. package/styles/h-scroll/_highcontrast-definition.scss +6 -1
  90. package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
  91. package/styles/h-scroll/_layout.scss +1 -4
  92. package/styles/h-scroll/_material-dark-definition.scss +8 -0
  93. package/styles/h-scroll/_material-definition.scss +8 -0
  94. package/styles/h-scroll/_material3-definition.scss +8 -0
  95. package/styles/h-scroll/_tailwind-definition.scss +8 -0
  96. package/styles/h-scroll/_theme.scss +12 -40
  97. package/styles/h-scroll/bootstrap-dark.css +13 -0
  98. package/styles/h-scroll/bootstrap.css +13 -0
  99. package/styles/h-scroll/bootstrap4.css +7 -0
  100. package/styles/h-scroll/bootstrap5-dark.css +12 -0
  101. package/styles/h-scroll/bootstrap5.css +12 -0
  102. package/styles/h-scroll/fabric-dark.css +15 -2
  103. package/styles/h-scroll/fabric.css +15 -2
  104. package/styles/h-scroll/fluent-dark.css +13 -0
  105. package/styles/h-scroll/fluent.css +13 -0
  106. package/styles/h-scroll/highcontrast-light.css +8 -7
  107. package/styles/h-scroll/highcontrast.css +10 -9
  108. package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
  109. package/styles/h-scroll/icons/_fabric.scss +2 -2
  110. package/styles/h-scroll/icons/_highcontrast.scss +2 -2
  111. package/styles/h-scroll/material-dark.css +13 -2
  112. package/styles/h-scroll/material.css +13 -2
  113. package/styles/h-scroll/tailwind-dark.css +12 -0
  114. package/styles/h-scroll/tailwind.css +12 -0
  115. package/styles/highcontrast-light.css +918 -369
  116. package/styles/highcontrast.css +925 -370
  117. package/styles/material-dark.css +1184 -114
  118. package/styles/material.css +1162 -92
  119. package/styles/menu/_theme.scss +1 -1
  120. package/styles/menu/fluent-dark.css +1 -1
  121. package/styles/menu/fluent.css +1 -1
  122. package/styles/tab/_bootstrap-dark-definition.scss +271 -15
  123. package/styles/tab/_bootstrap-definition.scss +266 -9
  124. package/styles/tab/_bootstrap4-definition.scss +266 -9
  125. package/styles/tab/_bootstrap5-definition.scss +270 -13
  126. package/styles/tab/_fabric-dark-definition.scss +270 -13
  127. package/styles/tab/_fabric-definition.scss +270 -13
  128. package/styles/tab/_fluent-definition.scss +269 -12
  129. package/styles/tab/_fusionnew-definition.scss +268 -11
  130. package/styles/tab/_highcontrast-definition.scss +271 -14
  131. package/styles/tab/_highcontrast-light-definition.scss +271 -14
  132. package/styles/tab/_layout.scss +295 -988
  133. package/styles/tab/_material-dark-definition.scss +266 -9
  134. package/styles/tab/_material-definition.scss +266 -9
  135. package/styles/tab/_material3-definition.scss +268 -11
  136. package/styles/tab/_tailwind-definition.scss +267 -10
  137. package/styles/tab/_theme.scss +305 -843
  138. package/styles/tab/bootstrap-dark.css +587 -109
  139. package/styles/tab/bootstrap.css +574 -96
  140. package/styles/tab/bootstrap4.css +546 -114
  141. package/styles/tab/bootstrap5-dark.css +523 -134
  142. package/styles/tab/bootstrap5.css +523 -134
  143. package/styles/tab/fabric-dark.css +614 -199
  144. package/styles/tab/fabric.css +612 -197
  145. package/styles/tab/fluent-dark.css +546 -102
  146. package/styles/tab/fluent.css +546 -102
  147. package/styles/tab/highcontrast-light.css +520 -250
  148. package/styles/tab/highcontrast.css +520 -244
  149. package/styles/tab/icons/_bootstrap-dark.scss +0 -33
  150. package/styles/tab/icons/_bootstrap.scss +0 -33
  151. package/styles/tab/icons/_bootstrap4.scss +0 -26
  152. package/styles/tab/icons/_bootstrap5.scss +0 -37
  153. package/styles/tab/icons/_fabric-dark.scss +0 -33
  154. package/styles/tab/icons/_fabric.scss +0 -33
  155. package/styles/tab/icons/_fluent.scss +0 -33
  156. package/styles/tab/icons/_fusionnew.scss +0 -37
  157. package/styles/tab/icons/_highcontrast-light.scss +0 -37
  158. package/styles/tab/icons/_highcontrast.scss +0 -26
  159. package/styles/tab/icons/_material-dark.scss +0 -37
  160. package/styles/tab/icons/_material.scss +0 -37
  161. package/styles/tab/icons/_material3.scss +0 -37
  162. package/styles/tab/icons/_tailwind.scss +0 -37
  163. package/styles/tab/material-dark.css +705 -54
  164. package/styles/tab/material.css +705 -54
  165. package/styles/tab/tailwind-dark.css +706 -71
  166. package/styles/tab/tailwind.css +706 -71
  167. package/styles/tailwind-dark.css +1145 -99
  168. package/styles/tailwind.css +1144 -98
  169. package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
  170. package/styles/toolbar/_bootstrap-definition.scss +93 -0
  171. package/styles/toolbar/_bootstrap4-definition.scss +94 -1
  172. package/styles/toolbar/_bootstrap5-definition.scss +94 -8
  173. package/styles/toolbar/_fabric-dark-definition.scss +92 -3
  174. package/styles/toolbar/_fabric-definition.scss +92 -3
  175. package/styles/toolbar/_fluent-definition.scss +96 -8
  176. package/styles/toolbar/_fusionnew-definition.scss +94 -8
  177. package/styles/toolbar/_highcontrast-definition.scss +93 -4
  178. package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
  179. package/styles/toolbar/_layout.scss +48 -177
  180. package/styles/toolbar/_material-dark-definition.scss +93 -0
  181. package/styles/toolbar/_material-definition.scss +93 -0
  182. package/styles/toolbar/_material3-definition.scss +94 -8
  183. package/styles/toolbar/_tailwind-definition.scss +94 -6
  184. package/styles/toolbar/_theme.scss +169 -278
  185. package/styles/toolbar/bootstrap-dark.css +196 -19
  186. package/styles/toolbar/bootstrap.css +196 -19
  187. package/styles/toolbar/bootstrap4.css +164 -36
  188. package/styles/toolbar/bootstrap5-dark.css +210 -29
  189. package/styles/toolbar/bootstrap5.css +210 -29
  190. package/styles/toolbar/fabric-dark.css +219 -9
  191. package/styles/toolbar/fabric.css +220 -10
  192. package/styles/toolbar/fluent-dark.css +233 -10
  193. package/styles/toolbar/fluent.css +233 -10
  194. package/styles/toolbar/highcontrast-light.css +199 -43
  195. package/styles/toolbar/highcontrast.css +200 -44
  196. package/styles/toolbar/material-dark.css +233 -19
  197. package/styles/toolbar/material.css +233 -19
  198. package/styles/toolbar/tailwind-dark.css +224 -15
  199. package/styles/toolbar/tailwind.css +223 -14
  200. package/styles/treeview/_material-definition.scss +1 -1
  201. package/styles/treeview/_theme.scss +11 -1
  202. package/styles/treeview/fluent-dark.css +2 -2
  203. package/styles/treeview/material.css +2 -2
  204. package/styles/treeview/tailwind.css +2 -2
  205. package/styles/v-scroll/_highcontrast-definition.scss +0 -1
  206. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
  207. package/styles/v-scroll/_theme.scss +0 -26
  208. package/styles/v-scroll/bootstrap5-dark.css +2 -2
  209. package/styles/v-scroll/bootstrap5.css +2 -2
  210. package/styles/v-scroll/fabric-dark.css +2 -2
  211. package/styles/v-scroll/fabric.css +2 -2
  212. package/styles/v-scroll/fluent-dark.css +2 -2
  213. package/styles/v-scroll/fluent.css +2 -2
  214. package/styles/v-scroll/highcontrast-light.css +2 -14
  215. package/styles/v-scroll/highcontrast.css +2 -14
  216. package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
  217. package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
  218. package/styles/v-scroll/icons/_fabric.scss +2 -2
  219. package/styles/v-scroll/icons/_fluent.scss +2 -2
  220. package/styles/v-scroll/icons/_fusionnew.scss +2 -2
  221. package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
  222. package/styles/v-scroll/icons/_highcontrast.scss +2 -2
  223. package/styles/v-scroll/icons/_material3.scss +2 -2
  224. package/styles/v-scroll/icons/_tailwind.scss +2 -2
  225. package/styles/v-scroll/tailwind-dark.css +2 -2
  226. package/styles/v-scroll/tailwind.css +2 -2
@@ -15,10 +15,18 @@
15
15
  height: 50px;
16
16
  min-height: 50px;
17
17
  }
18
+ .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
19
+ .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
20
+ font-size: 14px;
21
+ }
18
22
  .e-bigger .e-toolbar .e-tbar-btn .e-icons,
19
23
  .e-toolbar.e-bigger .e-tbar-btn .e-icons {
20
24
  font-size: 14px;
21
25
  }
26
+ .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
27
+ .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
28
+ font-size: 16px;
29
+ }
22
30
  .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
23
31
  .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
24
32
  border-bottom: 0;
@@ -94,6 +102,10 @@
94
102
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
95
103
  line-height: inherit;
96
104
  }
105
+ .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
106
+ .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
107
+ height: auto;
108
+ }
97
109
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
98
110
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
99
111
  min-width: 48px;
@@ -102,11 +114,13 @@
102
114
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
103
115
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
104
116
  min-width: 25px;
117
+ font-size: 16px;
105
118
  }
106
119
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
107
120
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
108
121
  min-height: 45px;
109
122
  padding: 0 4px;
123
+ line-height: 35px;
110
124
  }
111
125
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
112
126
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
@@ -116,6 +130,7 @@
116
130
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
117
131
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
118
132
  padding: 0 12.5px;
133
+ font-size: 14px;
119
134
  }
120
135
  .e-bigger .e-toolbar .e-toolbar-items,
121
136
  .e-toolbar.e-bigger .e-toolbar-items {
@@ -204,6 +219,19 @@
204
219
  min-height: 50px;
205
220
  min-width: 50px;
206
221
  padding: 0;
222
+ line-height: 35px;
223
+ }
224
+ .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,
225
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
226
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
227
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
228
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
229
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
230
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
231
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
232
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
233
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
234
+ padding: 0;
207
235
  }
208
236
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
209
237
  .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,
@@ -230,7 +258,6 @@
230
258
  padding-left: 3px;
231
259
  padding-right: 3px;
232
260
  padding-top: 0;
233
- margin-left: -1px;
234
261
  }
235
262
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
236
263
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
@@ -294,6 +321,18 @@
294
321
  min-width: 50px;
295
322
  padding: 0;
296
323
  }
324
+ .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,
325
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
326
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
327
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
328
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
329
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
330
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
331
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
332
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
333
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
334
+ padding: 0;
335
+ }
297
336
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
298
337
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
299
338
  line-height: 35px;
@@ -318,7 +357,6 @@
318
357
  .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
319
358
  .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
320
359
  padding-right: 3px;
321
- margin-left: 0;
322
360
  }
323
361
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
324
362
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
@@ -462,6 +500,9 @@
462
500
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
463
501
  line-height: 25px;
464
502
  }
503
+ .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 {
504
+ padding: 0;
505
+ }
465
506
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
466
507
  margin: 7.5px 3px;
467
508
  min-height: 25px;
@@ -473,6 +514,7 @@
473
514
  min-height: 25px;
474
515
  min-width: 20px;
475
516
  padding: 0;
517
+ font-size: 14px;
476
518
  }
477
519
  .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
478
520
  display: -ms-inline-flexbox;
@@ -545,6 +587,9 @@
545
587
  justify-content: flex-start;
546
588
  min-height: 36px;
547
589
  padding: 0 4px;
590
+ border: none;
591
+ border-radius: 0;
592
+ margin: 0;
548
593
  }
549
594
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
550
595
  margin: 0;
@@ -692,6 +737,7 @@
692
737
  text-align: center;
693
738
  vertical-align: middle;
694
739
  width: 100%;
740
+ font-size: 14px;
695
741
  }
696
742
  .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
697
743
  line-height: 25px;
@@ -845,6 +891,11 @@
845
891
  min-height: 40px;
846
892
  min-width: 40px;
847
893
  padding: 0;
894
+ border-radius: 0;
895
+ line-height: 25px;
896
+ }
897
+ .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 {
898
+ padding: 0;
848
899
  }
849
900
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
850
901
  outline: none;
@@ -859,6 +910,7 @@
859
910
  margin: 0;
860
911
  min-width: 20px;
861
912
  width: auto;
913
+ padding-bottom: 0;
862
914
  }
863
915
  .e-toolbar .e-toolbar-items .e-toolbar-item > * {
864
916
  -ms-flex-item-align: center;
@@ -1005,28 +1057,60 @@
1005
1057
  background: #333232;
1006
1058
  box-shadow: none;
1007
1059
  color: #dadada;
1060
+ border: none;
1008
1061
  }
1009
1062
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1010
1063
  color: #dadada;
1011
1064
  }
1012
1065
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1013
1066
  background: #414040;
1014
- border-color: #414040;
1015
1067
  border-radius: 0;
1016
1068
  color: #dadada;
1069
+ border-color: #414040;
1070
+ border-style: solid;
1071
+ border-width: 0;
1072
+ box-shadow: none;
1073
+ }
1074
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
1075
+ color: #dadada;
1076
+ }
1077
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1078
+ color: #dadada;
1017
1079
  }
1018
1080
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1019
1081
  background: #414040;
1020
- border-color: #414040;
1021
1082
  border-radius: 0;
1022
1083
  color: #dadada;
1084
+ border-color: #414040;
1085
+ border-style: solid;
1086
+ border-width: 0;
1087
+ }
1088
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
1089
+ color: #dadada;
1090
+ }
1091
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
1092
+ color: #000;
1093
+ }
1094
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
1095
+ color: #dadada;
1096
+ }
1097
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1098
+ color: #dadada;
1023
1099
  }
1024
1100
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1025
1101
  background: #514f4f;
1026
- border-color: #514f4f;
1027
1102
  border-radius: 0;
1028
1103
  box-shadow: none;
1029
1104
  color: #000;
1105
+ border-color: #514f4f;
1106
+ border-style: solid;
1107
+ border-width: 0;
1108
+ }
1109
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
1110
+ color: #dadada;
1111
+ }
1112
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
1113
+ color: #000;
1030
1114
  }
1031
1115
  .e-toolbar .e-tbar-btn.e-btn .e-icons {
1032
1116
  color: #dadada;
@@ -1036,6 +1120,51 @@
1036
1120
  border: 1px solid #414040;
1037
1121
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
1038
1122
  }
1123
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
1124
+ background: #333232;
1125
+ }
1126
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
1127
+ background: #414040;
1128
+ box-shadow: none;
1129
+ color: #dadada;
1130
+ border-color: #414040;
1131
+ border-style: solid;
1132
+ border-width: 0;
1133
+ }
1134
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
1135
+ color: #dadada;
1136
+ }
1137
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1138
+ color: #dadada;
1139
+ }
1140
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
1141
+ background: #514f4f;
1142
+ box-shadow: none;
1143
+ color: #000;
1144
+ border-color: #514f4f;
1145
+ border-style: solid;
1146
+ border-width: 0;
1147
+ }
1148
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
1149
+ color: #dadada;
1150
+ }
1151
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
1152
+ color: #000;
1153
+ }
1154
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
1155
+ background: #414040;
1156
+ box-shadow: none;
1157
+ color: #dadada;
1158
+ border-color: #414040;
1159
+ border-style: solid;
1160
+ border-width: 0;
1161
+ }
1162
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
1163
+ color: #dadada;
1164
+ }
1165
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1166
+ color: #dadada;
1167
+ }
1039
1168
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
1040
1169
  outline: none;
1041
1170
  }
@@ -1048,28 +1177,51 @@
1048
1177
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1049
1178
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1050
1179
  background: #514f4f;
1051
- border: 0;
1052
1180
  box-shadow: none;
1053
- border-left: 1px solid #514f4f;
1181
+ border-color: #514f4f;
1182
+ border-style: solid;
1183
+ border-width: 0 0 0 1px;
1184
+ }
1185
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
1186
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
1187
+ border-color: #514f4f;
1188
+ border-style: solid;
1189
+ border-width: 0 0 0 1px;
1054
1190
  }
1055
1191
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
1056
1192
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
1057
1193
  color: #fff;
1058
1194
  }
1195
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
1196
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
1197
+ color: #fff;
1198
+ }
1059
1199
  .e-toolbar .e-tbar-btn {
1060
1200
  background: #333232;
1061
1201
  box-shadow: none;
1062
1202
  color: #dadada;
1203
+ border: none;
1063
1204
  }
1064
1205
  .e-toolbar .e-tbar-btn:focus {
1065
1206
  background: #414040;
1066
- border-color: #414040;
1067
1207
  border-radius: 0;
1068
1208
  color: #dadada;
1209
+ border-color: #414040;
1210
+ border-style: solid;
1211
+ border-width: 0;
1212
+ box-shadow: none;
1213
+ }
1214
+ .e-toolbar .e-tbar-btn:focus .e-icons {
1215
+ color: #dadada;
1216
+ }
1217
+ .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
1218
+ color: #dadada;
1069
1219
  }
1070
1220
  .e-toolbar .e-tbar-btn:hover {
1071
1221
  background: #414040;
1072
1222
  border-color: #414040;
1223
+ border-style: solid;
1224
+ border-width: 0;
1073
1225
  border-radius: 0;
1074
1226
  color: #dadada;
1075
1227
  }
@@ -1078,6 +1230,7 @@
1078
1230
  }
1079
1231
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
1080
1232
  background: #333232;
1233
+ opacity: 0.5;
1081
1234
  }
1082
1235
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
1083
1236
  color: rgba(218, 218, 218, 0.4);
@@ -1088,6 +1241,30 @@
1088
1241
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1089
1242
  color: #dadada;
1090
1243
  }
1244
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
1245
+ color: #fff;
1246
+ }
1247
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
1248
+ box-shadow: none;
1249
+ }
1250
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
1251
+ color: #dadada;
1252
+ }
1253
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1254
+ color: #dadada;
1255
+ }
1256
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
1257
+ color: #dadada;
1258
+ }
1259
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
1260
+ color: #dadada;
1261
+ }
1262
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
1263
+ color: #dadada;
1264
+ }
1265
+ .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1266
+ color: #dadada;
1267
+ }
1091
1268
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
1092
1269
  border: solid #514f4f;
1093
1270
  border-width: 0 1px 0 0;
@@ -1110,10 +1287,17 @@
1110
1287
  .e-toolbar .e-hor-nav::after {
1111
1288
  content: "";
1112
1289
  }
1290
+ .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 {
1291
+ border-bottom-right-radius: 4px;
1292
+ }
1113
1293
  .e-toolbar .e-hor-nav:active {
1114
1294
  border: 0;
1115
1295
  box-shadow: none;
1116
1296
  color: #dadada;
1297
+ background: #333232;
1298
+ }
1299
+ .e-toolbar .e-hor-nav:active .e-icons {
1300
+ color: #dadada;
1117
1301
  }
1118
1302
  .e-toolbar .e-hor-nav:active::after {
1119
1303
  content: "";
@@ -1123,16 +1307,42 @@
1123
1307
  border-left: 0;
1124
1308
  color: #dadada;
1125
1309
  }
1310
+ .e-toolbar .e-hor-nav:hover .e-icons {
1311
+ color: #dadada;
1312
+ }
1313
+ .e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
1314
+ border-color: #414040;
1315
+ border-style: solid;
1316
+ border-width: 0;
1317
+ }
1318
+ .e-toolbar .e-hor-nav:hover:active {
1319
+ background: #414040;
1320
+ border-color: #414040;
1321
+ border-style: solid;
1322
+ border-width: 0;
1323
+ }
1126
1324
  .e-toolbar .e-hor-nav:focus {
1127
1325
  background: #414040;
1128
- border-left: 0;
1326
+ color: #dadada;
1129
1327
  border-color: #414040;
1328
+ border-style: solid;
1329
+ border-width: 0;
1330
+ }
1331
+ .e-toolbar .e-hor-nav:focus .e-icons {
1130
1332
  color: #dadada;
1131
1333
  }
1132
1334
  .e-toolbar .e-tbar-btn:active {
1133
1335
  background: #514f4f;
1134
1336
  border-color: #514f4f;
1337
+ border-style: solid;
1338
+ border-width: 0;
1135
1339
  border-radius: 0;
1136
1340
  box-shadow: none;
1137
1341
  color: #000;
1342
+ }
1343
+ .e-toolbar .e-tbar-btn:active .e-icons {
1344
+ color: #dadada;
1345
+ }
1346
+ .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
1347
+ color: #dadada;
1138
1348
  }