@syncfusion/ej2-navigations 19.3.54 → 19.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 (256) hide show
  1. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +63 -0
  2. package/.github/PULL_REQUEST_TEMPLATE/feature.md +39 -0
  3. package/CHANGELOG.md +58 -0
  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 +525 -147
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +532 -148
  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 +11 -12
  14. package/src/accordion/accordion-model.d.ts +5 -5
  15. package/src/accordion/accordion.d.ts +5 -5
  16. package/src/accordion/accordion.js +2 -19
  17. package/src/breadcrumb/breadcrumb-model.d.ts +23 -11
  18. package/src/breadcrumb/breadcrumb.d.ts +33 -10
  19. package/src/breadcrumb/breadcrumb.js +320 -78
  20. package/src/common/menu-base.js +2 -2
  21. package/src/common/v-scroll.js +1 -1
  22. package/src/sidebar/sidebar.js +4 -4
  23. package/src/tab/tab-model.d.ts +14 -6
  24. package/src/tab/tab.d.ts +26 -15
  25. package/src/tab/tab.js +56 -27
  26. package/src/toolbar/toolbar-model.d.ts +7 -7
  27. package/src/toolbar/toolbar.d.ts +6 -6
  28. package/src/toolbar/toolbar.js +81 -13
  29. package/src/treeview/treeview-model.d.ts +10 -0
  30. package/src/treeview/treeview.d.ts +13 -0
  31. package/src/treeview/treeview.js +68 -5
  32. package/styles/accordion/_bootstrap-dark-definition.scss +4 -0
  33. package/styles/accordion/_bootstrap-definition.scss +4 -0
  34. package/styles/accordion/_bootstrap4-definition.scss +4 -0
  35. package/styles/accordion/_bootstrap5-definition.scss +39 -35
  36. package/styles/accordion/_fabric-dark-definition.scss +4 -0
  37. package/styles/accordion/_fabric-definition.scss +4 -0
  38. package/styles/accordion/_fluent-definition.scss +85 -0
  39. package/styles/accordion/_highcontrast-definition.scss +5 -1
  40. package/styles/accordion/_highcontrast-light-definition.scss +4 -0
  41. package/styles/accordion/_layout.scss +6 -14
  42. package/styles/accordion/_material-dark-definition.scss +4 -0
  43. package/styles/accordion/_material-definition.scss +4 -0
  44. package/styles/accordion/_tailwind-definition.scss +83 -79
  45. package/styles/accordion/_theme.scss +12 -11
  46. package/styles/accordion/bootstrap4.css +1 -2
  47. package/styles/accordion/bootstrap5-dark.css +11 -2
  48. package/styles/accordion/bootstrap5.css +11 -2
  49. package/styles/accordion/highcontrast-light.css +0 -4
  50. package/styles/accordion/highcontrast.css +1 -5
  51. package/styles/accordion/icons/_fluent.scss +17 -0
  52. package/styles/accordion/icons/_tailwind.scss +17 -17
  53. package/styles/bootstrap-dark.css +317 -84
  54. package/styles/bootstrap.css +316 -83
  55. package/styles/bootstrap4.css +317 -76
  56. package/styles/bootstrap5-dark.css +339 -75
  57. package/styles/bootstrap5.css +341 -77
  58. package/styles/breadcrumb/_bootstrap-dark-definition.scss +14 -0
  59. package/styles/breadcrumb/_bootstrap-definition.scss +13 -0
  60. package/styles/breadcrumb/_bootstrap4-definition.scss +13 -0
  61. package/styles/breadcrumb/_bootstrap5-definition.scss +15 -2
  62. package/styles/breadcrumb/_fabric-dark-definition.scss +13 -0
  63. package/styles/breadcrumb/_fabric-definition.scss +13 -0
  64. package/styles/breadcrumb/_fluent-definition.scss +59 -0
  65. package/styles/breadcrumb/_highcontrast-definition.scss +13 -0
  66. package/styles/breadcrumb/_highcontrast-light-definition.scss +13 -0
  67. package/styles/breadcrumb/_layout.scss +171 -22
  68. package/styles/breadcrumb/_material-dark-definition.scss +13 -0
  69. package/styles/breadcrumb/_material-definition.scss +13 -0
  70. package/styles/breadcrumb/_tailwind-dark-definition.scss +13 -0
  71. package/styles/breadcrumb/_tailwind-definition.scss +13 -0
  72. package/styles/breadcrumb/_theme.scss +27 -8
  73. package/styles/breadcrumb/bootstrap-dark.css +194 -17
  74. package/styles/breadcrumb/bootstrap.css +194 -17
  75. package/styles/breadcrumb/bootstrap4.css +194 -17
  76. package/styles/breadcrumb/bootstrap5-dark.css +198 -24
  77. package/styles/breadcrumb/bootstrap5.css +198 -24
  78. package/styles/breadcrumb/fabric-dark.css +197 -20
  79. package/styles/breadcrumb/fabric.css +197 -20
  80. package/styles/breadcrumb/highcontrast-light.css +200 -22
  81. package/styles/breadcrumb/highcontrast.css +200 -22
  82. package/styles/breadcrumb/icons/_bootstrap-dark.scss +2 -1
  83. package/styles/breadcrumb/icons/_bootstrap.scss +2 -1
  84. package/styles/breadcrumb/icons/_bootstrap4.scss +2 -1
  85. package/styles/breadcrumb/icons/_bootstrap5.scss +2 -1
  86. package/styles/breadcrumb/icons/_fabric-dark.scss +2 -1
  87. package/styles/breadcrumb/icons/_fabric.scss +2 -1
  88. package/styles/breadcrumb/icons/_fluent.scss +25 -0
  89. package/styles/breadcrumb/icons/_highcontrast-light.scss +2 -1
  90. package/styles/breadcrumb/icons/_highcontrast.scss +2 -1
  91. package/styles/breadcrumb/icons/_material-dark.scss +2 -1
  92. package/styles/breadcrumb/icons/_material.scss +2 -1
  93. package/styles/breadcrumb/icons/_tailwind-dark.scss +2 -1
  94. package/styles/breadcrumb/icons/_tailwind.scss +2 -1
  95. package/styles/breadcrumb/material-dark.css +186 -13
  96. package/styles/breadcrumb/material.css +186 -13
  97. package/styles/breadcrumb/tailwind-dark.css +195 -22
  98. package/styles/breadcrumb/tailwind.css +195 -22
  99. package/styles/context-menu/_bootstrap-dark-definition.scss +1 -1
  100. package/styles/context-menu/_bootstrap-definition.scss +1 -1
  101. package/styles/context-menu/_bootstrap4-definition.scss +1 -1
  102. package/styles/context-menu/_bootstrap5-definition.scss +5 -5
  103. package/styles/context-menu/_fluent-definition.scss +52 -0
  104. package/styles/context-menu/_material-dark-definition.scss +1 -1
  105. package/styles/context-menu/_material-definition.scss +1 -1
  106. package/styles/context-menu/_tailwind-definition.scss +1 -1
  107. package/styles/context-menu/bootstrap-dark.css +1 -1
  108. package/styles/context-menu/bootstrap.css +1 -1
  109. package/styles/context-menu/bootstrap4.css +1 -1
  110. package/styles/context-menu/bootstrap5-dark.css +5 -5
  111. package/styles/context-menu/bootstrap5.css +6 -6
  112. package/styles/context-menu/icons/_fluent.scss +32 -0
  113. package/styles/context-menu/material-dark.css +1 -1
  114. package/styles/context-menu/material.css +1 -1
  115. package/styles/context-menu/tailwind-dark.css +1 -1
  116. package/styles/context-menu/tailwind.css +1 -1
  117. package/styles/fabric-dark.css +305 -41
  118. package/styles/fabric.css +308 -44
  119. package/styles/h-scroll/_fluent-definition.scss +78 -0
  120. package/styles/h-scroll/_tailwind-definition.scss +78 -78
  121. package/styles/h-scroll/_theme.scss +1 -1
  122. package/styles/h-scroll/bootstrap-dark.css +1 -1
  123. package/styles/h-scroll/bootstrap.css +1 -1
  124. package/styles/h-scroll/bootstrap4.css +1 -1
  125. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  126. package/styles/h-scroll/bootstrap5.css +1 -1
  127. package/styles/h-scroll/fabric-dark.css +1 -1
  128. package/styles/h-scroll/fabric.css +1 -1
  129. package/styles/h-scroll/highcontrast-light.css +1 -1
  130. package/styles/h-scroll/highcontrast.css +1 -1
  131. package/styles/h-scroll/icons/_fluent.scss +49 -0
  132. package/styles/h-scroll/icons/_tailwind.scss +49 -49
  133. package/styles/h-scroll/material-dark.css +1 -1
  134. package/styles/h-scroll/material.css +1 -1
  135. package/styles/h-scroll/tailwind-dark.css +1 -1
  136. package/styles/h-scroll/tailwind.css +1 -1
  137. package/styles/highcontrast-light.css +317 -47
  138. package/styles/highcontrast.css +322 -52
  139. package/styles/material-dark.css +295 -32
  140. package/styles/material.css +296 -33
  141. package/styles/menu/_fluent-definition.scss +68 -0
  142. package/styles/menu/_layout.scss +1 -1
  143. package/styles/menu/_theme.scss +9 -0
  144. package/styles/menu/bootstrap-dark.css +1 -1
  145. package/styles/menu/bootstrap.css +1 -1
  146. package/styles/menu/bootstrap4.css +1 -1
  147. package/styles/menu/bootstrap5-dark.css +4 -4
  148. package/styles/menu/bootstrap5.css +5 -5
  149. package/styles/menu/icons/_fluent.scss +133 -0
  150. package/styles/menu/material-dark.css +1 -1
  151. package/styles/menu/material.css +1 -1
  152. package/styles/menu/tailwind-dark.css +1 -1
  153. package/styles/menu/tailwind.css +1 -1
  154. package/styles/sidebar/_bootstrap5-definition.scss +5 -5
  155. package/styles/sidebar/_fluent-definition.scss +5 -0
  156. package/styles/sidebar/_theme.scss +4 -2
  157. package/styles/sidebar/bootstrap5-dark.css +0 -1
  158. package/styles/sidebar/bootstrap5.css +0 -1
  159. package/styles/sidebar/tailwind-dark.css +0 -1
  160. package/styles/sidebar/tailwind.css +0 -1
  161. package/styles/tab/_bootstrap-dark-definition.scss +10 -1
  162. package/styles/tab/_bootstrap-definition.scss +10 -1
  163. package/styles/tab/_bootstrap4-definition.scss +9 -1
  164. package/styles/tab/_bootstrap5-definition.scss +401 -401
  165. package/styles/tab/_fabric-dark-definition.scss +10 -0
  166. package/styles/tab/_fabric-definition.scss +10 -0
  167. package/styles/tab/_fluent-definition.scss +409 -0
  168. package/styles/tab/_highcontrast-definition.scss +10 -0
  169. package/styles/tab/_highcontrast-light-definition.scss +10 -0
  170. package/styles/tab/_layout.scss +145 -0
  171. package/styles/tab/_material-dark-definition.scss +10 -0
  172. package/styles/tab/_material-definition.scss +10 -0
  173. package/styles/tab/_tailwind-definition.scss +431 -420
  174. package/styles/tab/_theme.scss +188 -113
  175. package/styles/tab/bootstrap-dark.css +43 -18
  176. package/styles/tab/bootstrap.css +42 -17
  177. package/styles/tab/bootstrap4.css +47 -28
  178. package/styles/tab/bootstrap5-dark.css +53 -30
  179. package/styles/tab/bootstrap5.css +53 -30
  180. package/styles/tab/fabric-dark.css +43 -20
  181. package/styles/tab/fabric.css +46 -23
  182. package/styles/tab/highcontrast-light.css +52 -19
  183. package/styles/tab/highcontrast.css +56 -23
  184. package/styles/tab/icons/_bootstrap-dark.scss +2 -2
  185. package/styles/tab/icons/_fabric-dark.scss +2 -2
  186. package/styles/tab/icons/_fluent.scss +140 -0
  187. package/styles/tab/icons/_tailwind.scss +140 -140
  188. package/styles/tab/material-dark.css +42 -15
  189. package/styles/tab/material.css +42 -15
  190. package/styles/tab/tailwind-dark.css +42 -17
  191. package/styles/tab/tailwind.css +42 -17
  192. package/styles/tailwind-dark.css +313 -50
  193. package/styles/tailwind.css +313 -50
  194. package/styles/toolbar/_bootstrap-dark-definition.scss +7 -1
  195. package/styles/toolbar/_bootstrap-definition.scss +7 -1
  196. package/styles/toolbar/_bootstrap4-definition.scss +8 -2
  197. package/styles/toolbar/_bootstrap5-definition.scss +104 -86
  198. package/styles/toolbar/_fabric-dark-definition.scss +7 -0
  199. package/styles/toolbar/_fabric-definition.scss +7 -0
  200. package/styles/toolbar/_fluent-definition.scss +149 -0
  201. package/styles/toolbar/_highcontrast-definition.scss +7 -0
  202. package/styles/toolbar/_highcontrast-light-definition.scss +7 -0
  203. package/styles/toolbar/_layout.scss +27 -72
  204. package/styles/toolbar/_material-dark-definition.scss +7 -1
  205. package/styles/toolbar/_material-definition.scss +7 -1
  206. package/styles/toolbar/_tailwind-definition.scss +149 -143
  207. package/styles/toolbar/_theme.scss +12 -15
  208. package/styles/toolbar/bootstrap-dark.css +17 -46
  209. package/styles/toolbar/bootstrap.css +17 -46
  210. package/styles/toolbar/bootstrap4.css +12 -26
  211. package/styles/toolbar/bootstrap5-dark.css +6 -7
  212. package/styles/toolbar/bootstrap5.css +6 -7
  213. package/styles/toolbar/fabric-dark.css +4 -0
  214. package/styles/toolbar/fabric.css +4 -0
  215. package/styles/toolbar/highcontrast-light.css +4 -1
  216. package/styles/toolbar/highcontrast.css +4 -1
  217. package/styles/toolbar/icons/_fluent.scss +16 -0
  218. package/styles/toolbar/icons/_tailwind.scss +16 -16
  219. package/styles/toolbar/material-dark.css +4 -1
  220. package/styles/toolbar/material.css +5 -2
  221. package/styles/toolbar/tailwind-dark.css +8 -6
  222. package/styles/toolbar/tailwind.css +8 -6
  223. package/styles/treeview/_bootstrap-dark-definition.scss +11 -0
  224. package/styles/treeview/_bootstrap-definition.scss +11 -0
  225. package/styles/treeview/_bootstrap4-definition.scss +11 -0
  226. package/styles/treeview/_bootstrap5-definition.scss +120 -109
  227. package/styles/treeview/_fabric-dark-definition.scss +11 -0
  228. package/styles/treeview/_fabric-definition.scss +11 -0
  229. package/styles/treeview/_fluent-definition.scss +120 -0
  230. package/styles/treeview/_highcontrast-definition.scss +11 -0
  231. package/styles/treeview/_highcontrast-light-definition.scss +11 -0
  232. package/styles/treeview/_layout.scss +116 -20
  233. package/styles/treeview/_material-dark-definition.scss +13 -0
  234. package/styles/treeview/_material-definition.scss +11 -0
  235. package/styles/treeview/_tailwind-definition.scss +12 -0
  236. package/styles/treeview/_theme.scss +5 -5
  237. package/styles/treeview/bootstrap-dark.css +60 -0
  238. package/styles/treeview/bootstrap.css +60 -0
  239. package/styles/treeview/bootstrap4.css +60 -0
  240. package/styles/treeview/bootstrap5-dark.css +61 -1
  241. package/styles/treeview/bootstrap5.css +61 -1
  242. package/styles/treeview/fabric-dark.css +60 -0
  243. package/styles/treeview/fabric.css +60 -0
  244. package/styles/treeview/highcontrast-light.css +60 -0
  245. package/styles/treeview/highcontrast.css +60 -0
  246. package/styles/treeview/icons/_bootstrap5.scss +43 -43
  247. package/styles/treeview/icons/_fluent.scss +43 -0
  248. package/styles/treeview/icons/_tailwind-dark.scss +43 -43
  249. package/styles/treeview/material-dark.css +60 -0
  250. package/styles/treeview/material.css +60 -0
  251. package/styles/treeview/tailwind-dark.css +65 -1
  252. package/styles/treeview/tailwind.css +65 -1
  253. package/styles/v-scroll/_fluent-definition.scss +49 -0
  254. package/styles/v-scroll/_tailwind-definition.scss +49 -49
  255. package/styles/v-scroll/icons/_fluent.scss +26 -0
  256. package/styles/v-scroll/icons/_tailwind.scss +26 -26
@@ -110,7 +110,6 @@
110
110
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
111
111
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
112
112
  line-height: inherit;
113
- line-height: inherit;
114
113
  }
115
114
 
116
115
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
@@ -242,23 +241,15 @@
242
241
  line-height: 34px;
243
242
  }
244
243
 
245
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
244
+ .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,
246
245
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
247
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
248
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
249
- padding: 0 6px;
250
- }
251
-
252
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
253
246
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
254
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
255
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
256
- padding: 0 6px;
257
- }
258
-
259
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
260
247
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
248
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
249
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
261
250
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
251
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
252
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
262
253
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
263
254
  padding: 0 6px;
264
255
  }
@@ -365,23 +356,15 @@
365
356
  padding: 1px 7px;
366
357
  }
367
358
 
368
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
369
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
370
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
371
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
372
- padding: 0 6px;
373
- }
374
-
375
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
359
+ .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,
376
360
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
377
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
378
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
379
- padding: 0 6px;
380
- }
381
-
382
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
361
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
383
362
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
363
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
364
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
384
365
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
366
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
367
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
385
368
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
386
369
  padding: 0 6px;
387
370
  }
@@ -587,15 +570,7 @@
587
570
  line-height: 25px;
588
571
  }
589
572
 
590
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
591
- padding: 0 1.5px;
592
- }
593
-
594
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
595
- padding: 0 1.5px;
596
- }
597
-
598
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
573
+ .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 {
599
574
  padding: 0 1.5px;
600
575
  }
601
576
 
@@ -1067,15 +1042,7 @@
1067
1042
  line-height: 27px;
1068
1043
  }
1069
1044
 
1070
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
1071
- padding: 0 1.5px;
1072
- }
1073
-
1074
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
1075
- padding: 0 1.5px;
1076
- }
1077
-
1078
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
1045
+ .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 {
1079
1046
  padding: 0 1.5px;
1080
1047
  }
1081
1048
 
@@ -1304,6 +1271,10 @@
1304
1271
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1305
1272
  }
1306
1273
 
1274
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1275
+ background: #131313;
1276
+ }
1277
+
1307
1278
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1308
1279
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1309
1280
  background: #2a2a2a;
@@ -113,7 +113,6 @@
113
113
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
114
114
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
115
115
  line-height: inherit;
116
- line-height: inherit;
117
116
  }
118
117
 
119
118
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
@@ -245,23 +244,15 @@
245
244
  line-height: 34px;
246
245
  }
247
246
 
248
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
247
+ .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,
249
248
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
250
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
251
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
252
- padding: 0 6px;
253
- }
254
-
255
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
256
249
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
257
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
258
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
259
- padding: 0 6px;
260
- }
261
-
262
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
263
250
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
251
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
252
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
264
253
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
254
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
255
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
265
256
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
266
257
  padding: 0 6px;
267
258
  }
@@ -368,23 +359,15 @@
368
359
  padding: 1px 7px;
369
360
  }
370
361
 
371
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
372
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
373
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
374
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
375
- padding: 0 6px;
376
- }
377
-
378
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
362
+ .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,
379
363
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
380
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
381
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
382
- padding: 0 6px;
383
- }
384
-
385
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
364
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
386
365
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
366
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
367
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
387
368
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
369
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
370
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
388
371
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
389
372
  padding: 0 6px;
390
373
  }
@@ -590,15 +573,7 @@
590
573
  line-height: 25px;
591
574
  }
592
575
 
593
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
594
- padding: 0 1.5px;
595
- }
596
-
597
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
598
- padding: 0 1.5px;
599
- }
600
-
601
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
576
+ .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 {
602
577
  padding: 0 1.5px;
603
578
  }
604
579
 
@@ -1070,15 +1045,7 @@
1070
1045
  line-height: 27px;
1071
1046
  }
1072
1047
 
1073
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
1074
- padding: 0 1.5px;
1075
- }
1076
-
1077
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
1078
- padding: 0 1.5px;
1079
- }
1080
-
1081
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
1048
+ .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 {
1082
1049
  padding: 0 1.5px;
1083
1050
  }
1084
1051
 
@@ -1307,6 +1274,10 @@
1307
1274
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1308
1275
  }
1309
1276
 
1277
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1278
+ background: #f8f8f8;
1279
+ }
1280
+
1310
1281
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1311
1282
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1312
1283
  background: #d4d4d4;
@@ -121,7 +121,6 @@
121
121
 
122
122
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
123
123
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
124
- line-height: 32px;
125
124
  line-height: inherit;
126
125
  }
127
126
 
@@ -253,27 +252,16 @@
253
252
  line-height: 34px;
254
253
  }
255
254
 
256
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
255
+ .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,
257
256
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
258
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
259
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
260
- padding: 0 6px;
261
- padding: 0 4.5px;
262
- }
263
-
264
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
265
257
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
266
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
267
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
268
- padding: 0 6px;
269
- padding: 0 4.5px;
270
- }
271
-
272
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
273
258
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
259
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
260
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
274
261
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
262
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
263
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
275
264
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
276
- padding: 0 6px;
277
265
  padding: 0 4.5px;
278
266
  }
279
267
 
@@ -593,15 +581,7 @@
593
581
  line-height: 26px;
594
582
  }
595
583
 
596
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
597
- padding: 0 1.5px;
598
- }
599
-
600
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
601
- padding: 0 1.5px;
602
- }
603
-
604
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
584
+ .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 {
605
585
  padding: 0 1.5px;
606
586
  }
607
587
 
@@ -1270,6 +1250,8 @@
1270
1250
  border-color: #6c757d;
1271
1251
  border-radius: 4px;
1272
1252
  color: #fff;
1253
+ border: 1px solid #6c757d;
1254
+ box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
1273
1255
  }
1274
1256
 
1275
1257
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -1318,6 +1300,10 @@
1318
1300
  background: #fff;
1319
1301
  }
1320
1302
 
1303
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1304
+ background: #f8f9fa;
1305
+ }
1306
+
1321
1307
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1322
1308
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1323
1309
  background: #6c757d;
@@ -10,6 +10,7 @@
10
10
  }
11
11
 
12
12
  /*! component's theme wise override definitions and variables */
13
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
13
14
  /*! toolbar icons */
14
15
  .e-toolbar .e-popup-down-icon::before {
15
16
  content: '\e729';
@@ -241,7 +242,7 @@
241
242
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
242
243
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
243
244
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
244
- padding: 0;
245
+ padding-bottom: 3px;
245
246
  }
246
247
 
247
248
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
@@ -695,10 +696,9 @@
695
696
  align-items: center;
696
697
  display: -ms-flexbox;
697
698
  display: flex;
698
- height: auto;
699
+ height: 38px;
699
700
  -ms-flex-pack: center;
700
701
  justify-content: center;
701
- height: 38px;
702
702
  }
703
703
 
704
704
  .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
@@ -1015,7 +1015,7 @@
1015
1015
  }
1016
1016
 
1017
1017
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1018
- padding: 0;
1018
+ padding-bottom: 5px;
1019
1019
  }
1020
1020
 
1021
1021
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
@@ -1241,7 +1241,7 @@
1241
1241
  }
1242
1242
 
1243
1243
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1244
- background: #343a40;
1244
+ background: #565e64;
1245
1245
  border-color: #444c54;
1246
1246
  border-radius: 0;
1247
1247
  box-shadow: none;
@@ -1258,10 +1258,9 @@
1258
1258
  }
1259
1259
 
1260
1260
  .e-toolbar .e-toolbar-pop {
1261
- background: #282d31;
1261
+ background: #343a40;
1262
1262
  border: 0 solid #444c54;
1263
1263
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
1264
- background: #343a40;
1265
1264
  }
1266
1265
 
1267
1266
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
@@ -10,6 +10,7 @@
10
10
  }
11
11
 
12
12
  /*! component's theme wise override definitions and variables */
13
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
13
14
  /*! toolbar icons */
14
15
  .e-toolbar .e-popup-down-icon::before {
15
16
  content: '\e729';
@@ -241,7 +242,7 @@
241
242
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
242
243
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
243
244
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
244
- padding: 0;
245
+ padding-bottom: 3px;
245
246
  }
246
247
 
247
248
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
@@ -695,10 +696,9 @@
695
696
  align-items: center;
696
697
  display: -ms-flexbox;
697
698
  display: flex;
698
- height: auto;
699
+ height: 38px;
699
700
  -ms-flex-pack: center;
700
701
  justify-content: center;
701
- height: 38px;
702
702
  }
703
703
 
704
704
  .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
@@ -1015,7 +1015,7 @@
1015
1015
  }
1016
1016
 
1017
1017
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1018
- padding: 0;
1018
+ padding-bottom: 5px;
1019
1019
  }
1020
1020
 
1021
1021
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
@@ -1241,7 +1241,7 @@
1241
1241
  }
1242
1242
 
1243
1243
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1244
- background: #e9ecef;
1244
+ background: #565e64;
1245
1245
  border-color: #dee2e6;
1246
1246
  border-radius: 0;
1247
1247
  box-shadow: none;
@@ -1258,10 +1258,9 @@
1258
1258
  }
1259
1259
 
1260
1260
  .e-toolbar .e-toolbar-pop {
1261
- background: #f8f9fa;
1261
+ background: #fff;
1262
1262
  border: 0 solid #dee2e6;
1263
1263
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
1264
- background: #fff;
1265
1264
  }
1266
1265
 
1267
1266
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
@@ -1245,6 +1245,10 @@
1245
1245
  outline: none;
1246
1246
  }
1247
1247
 
1248
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1249
+ background: #333232;
1250
+ }
1251
+
1248
1252
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1249
1253
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1250
1254
  background: #514f4f;
@@ -1246,6 +1246,10 @@
1246
1246
  outline: none;
1247
1247
  }
1248
1248
 
1249
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1250
+ background: #fff;
1251
+ }
1252
+
1249
1253
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1250
1254
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1251
1255
  background: #d1ebff;
@@ -1250,7 +1250,6 @@
1250
1250
  border-radius: 0;
1251
1251
  box-shadow: none;
1252
1252
  color: #000;
1253
- color: #000;
1254
1253
  }
1255
1254
 
1256
1255
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
@@ -1272,6 +1271,10 @@
1272
1271
  outline: none;
1273
1272
  }
1274
1273
 
1274
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1275
+ background: #fff;
1276
+ }
1277
+
1275
1278
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1276
1279
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1277
1280
  background: #400074;
@@ -1251,7 +1251,6 @@
1251
1251
  border-radius: 0;
1252
1252
  box-shadow: none;
1253
1253
  color: #000;
1254
- color: #000;
1255
1254
  }
1256
1255
 
1257
1256
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
@@ -1273,6 +1272,10 @@
1273
1272
  outline: none;
1274
1273
  }
1275
1274
 
1275
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1276
+ background: #000;
1277
+ }
1278
+
1276
1279
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1277
1280
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1278
1281
  background: #ffd939;
@@ -0,0 +1,16 @@
1
+
2
+ @include export-module('toolbar-fluent-icons') {
3
+ /*! toolbar icons */
4
+ #{&}.e-toolbar {
5
+
6
+ .e-popup-down-icon::before {
7
+ content: '\e7ae';
8
+ line-height: normal;
9
+ }
10
+
11
+ .e-popup-up-icon::before {
12
+ content: '\e7ae';
13
+ line-height: normal;
14
+ }
15
+ }
16
+ }
@@ -1,16 +1,16 @@
1
-
2
- @include export-module('toolbar-tailwind-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e706';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e752';
13
- line-height: normal;
14
- }
15
- }
16
- }
1
+
2
+ @include export-module('toolbar-tailwind-icons') {
3
+ /*! toolbar icons */
4
+ #{&}.e-toolbar {
5
+
6
+ .e-popup-down-icon::before {
7
+ content: '\e706';
8
+ line-height: normal;
9
+ }
10
+
11
+ .e-popup-up-icon::before {
12
+ content: '\e752';
13
+ line-height: normal;
14
+ }
15
+ }
16
+ }
@@ -721,7 +721,6 @@
721
721
  height: auto;
722
722
  -ms-flex-pack: center;
723
723
  justify-content: center;
724
- height: 36px;
725
724
  }
726
725
 
727
726
  .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
@@ -1273,6 +1272,10 @@
1273
1272
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
1274
1273
  }
1275
1274
 
1275
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1276
+ background: #212121;
1277
+ }
1278
+
1276
1279
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1277
1280
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1278
1281
  background: rgba(255, 255, 255, 0.1);
@@ -721,10 +721,9 @@
721
721
  align-items: center;
722
722
  display: -ms-flexbox;
723
723
  display: flex;
724
- height: auto;
724
+ height: 36px;
725
725
  -ms-flex-pack: center;
726
726
  justify-content: center;
727
- height: 36px;
728
727
  }
729
728
 
730
729
  .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
@@ -1276,6 +1275,10 @@
1276
1275
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
1277
1276
  }
1278
1277
 
1278
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1279
+ background: #fafafa;
1280
+ }
1281
+
1279
1282
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1280
1283
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1281
1284
  background: rgba(0, 0, 0, 0.12);
@@ -695,10 +695,9 @@
695
695
  align-items: center;
696
696
  display: -ms-flexbox;
697
697
  display: flex;
698
- height: auto;
698
+ height: 38px;
699
699
  -ms-flex-pack: center;
700
700
  justify-content: center;
701
- height: 38px;
702
701
  }
703
702
 
704
703
  .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
@@ -1219,14 +1218,14 @@
1219
1218
  background: #4b5563;
1220
1219
  border-color: #d1d5db;
1221
1220
  border-radius: 0;
1222
- color: #9ca3af;
1221
+ color: #fff;
1223
1222
  }
1224
1223
 
1225
1224
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1226
1225
  background: #4b5563;
1227
1226
  border-color: #d1d5db;
1228
1227
  border-radius: 0;
1229
- color: #9ca3af;
1228
+ color: #fff;
1230
1229
  }
1231
1230
 
1232
1231
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
@@ -1234,7 +1233,7 @@
1234
1233
  border-color: #4b5563;
1235
1234
  border-radius: 0;
1236
1235
  box-shadow: none;
1237
- color: #9ca3af;
1236
+ color: #fff;
1238
1237
  }
1239
1238
 
1240
1239
  .e-toolbar .e-tbar-btn.e-btn .e-icons {
@@ -1245,7 +1244,6 @@
1245
1244
  background: #374151;
1246
1245
  border: 0 solid #4b5563;
1247
1246
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
1248
- background: #374151;
1249
1247
  }
1250
1248
 
1251
1249
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
@@ -1260,6 +1258,10 @@
1260
1258
  background: #4b5563;
1261
1259
  }
1262
1260
 
1261
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1262
+ background: #374151;
1263
+ }
1264
+
1263
1265
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1264
1266
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1265
1267
  background: #374151;
@@ -695,10 +695,9 @@
695
695
  align-items: center;
696
696
  display: -ms-flexbox;
697
697
  display: flex;
698
- height: auto;
698
+ height: 38px;
699
699
  -ms-flex-pack: center;
700
700
  justify-content: center;
701
- height: 38px;
702
701
  }
703
702
 
704
703
  .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
@@ -1219,14 +1218,14 @@
1219
1218
  background: #e5e7eb;
1220
1219
  border-color: #6b7280;
1221
1220
  border-radius: 0;
1222
- color: #6b7280;
1221
+ color: #111827;
1223
1222
  }
1224
1223
 
1225
1224
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1226
1225
  background: #e5e7eb;
1227
1226
  border-color: #6b7280;
1228
1227
  border-radius: 0;
1229
- color: #6b7280;
1228
+ color: #111827;
1230
1229
  }
1231
1230
 
1232
1231
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
@@ -1234,7 +1233,7 @@
1234
1233
  border-color: #e5e7eb;
1235
1234
  border-radius: 0;
1236
1235
  box-shadow: none;
1237
- color: #6b7280;
1236
+ color: #111827;
1238
1237
  }
1239
1238
 
1240
1239
  .e-toolbar .e-tbar-btn.e-btn .e-icons {
@@ -1245,7 +1244,6 @@
1245
1244
  background: #f3f4f6;
1246
1245
  border: 0 solid #e5e7eb;
1247
1246
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
1248
- background: #fff;
1249
1247
  }
1250
1248
 
1251
1249
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
@@ -1260,6 +1258,10 @@
1260
1258
  background: #e5e7eb;
1261
1259
  }
1262
1260
 
1261
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1262
+ background: #f3f4f6;
1263
+ }
1264
+
1263
1265
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1264
1266
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1265
1267
  background: #f3f4f6;