@syncfusion/ej2-navigations 19.2.59 → 19.3.44

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 (292) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +32 -0
  3. package/README.md +15 -0
  4. package/breadcrumb.d.ts +4 -0
  5. package/breadcrumb.js +4 -0
  6. package/dist/ej2-navigations.umd.min.js +2 -2
  7. package/dist/ej2-navigations.umd.min.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es2015.js +545 -170
  9. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  10. package/dist/es6/ej2-navigations.es5.js +567 -172
  11. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  12. package/dist/global/ej2-navigations.min.js +2 -2
  13. package/dist/global/ej2-navigations.min.js.map +1 -1
  14. package/dist/global/index.d.ts +1 -1
  15. package/package.json +13 -12
  16. package/src/accordion/accordion.d.ts +2 -8
  17. package/src/accordion/accordion.js +16 -85
  18. package/src/breadcrumb/breadcrumb-model.d.ts +147 -0
  19. package/src/breadcrumb/breadcrumb.d.ts +232 -0
  20. package/src/breadcrumb/breadcrumb.js +497 -0
  21. package/src/breadcrumb/index.d.ts +5 -0
  22. package/src/breadcrumb/index.js +4 -0
  23. package/src/index.d.ts +1 -0
  24. package/src/index.js +1 -0
  25. package/src/sidebar/sidebar.js +2 -2
  26. package/src/tab/tab-model.d.ts +1 -1
  27. package/src/tab/tab.d.ts +1 -1
  28. package/src/tab/tab.js +50 -84
  29. package/src/toolbar/toolbar.js +1 -1
  30. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/accordion/_bootstrap5-definition.scss +81 -0
  32. package/styles/accordion/_fabric-dark-definition.scss +1 -0
  33. package/styles/accordion/_fabric-definition.scss +1 -0
  34. package/styles/accordion/_highcontrast-definition.scss +1 -1
  35. package/styles/accordion/_layout.scss +6 -8
  36. package/styles/accordion/_tailwind-dark-definition.scss +1 -77
  37. package/styles/accordion/_tailwind-definition.scss +79 -79
  38. package/styles/accordion/_theme.scss +57 -17
  39. package/styles/accordion/bootstrap5-dark.css +428 -0
  40. package/styles/accordion/bootstrap5-dark.scss +4 -0
  41. package/styles/accordion/bootstrap5.css +428 -0
  42. package/styles/accordion/bootstrap5.scss +4 -0
  43. package/styles/accordion/highcontrast-light.css +0 -1
  44. package/styles/accordion/highcontrast.css +0 -1
  45. package/styles/accordion/icons/_bootstrap4.scss +1 -1
  46. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  47. package/styles/accordion/icons/_bootstrap5.scss +18 -0
  48. package/styles/accordion/icons/_tailwind-dark.scss +1 -17
  49. package/styles/accordion/icons/_tailwind.scss +17 -17
  50. package/styles/accordion/material-dark.css +2 -2
  51. package/styles/accordion/tailwind-dark.css +1 -1
  52. package/styles/bootstrap-dark.css +352 -60
  53. package/styles/bootstrap-dark.scss +1 -0
  54. package/styles/bootstrap.css +349 -57
  55. package/styles/bootstrap.scss +1 -0
  56. package/styles/bootstrap4.css +351 -60
  57. package/styles/bootstrap4.scss +1 -0
  58. package/styles/bootstrap5-dark.css +9922 -0
  59. package/styles/bootstrap5-dark.scss +10 -0
  60. package/styles/bootstrap5.css +9922 -0
  61. package/styles/bootstrap5.scss +10 -0
  62. package/styles/breadcrumb/_all.scss +2 -0
  63. package/styles/breadcrumb/_bootstrap-dark-definition.scss +41 -0
  64. package/styles/breadcrumb/_bootstrap-definition.scss +41 -0
  65. package/styles/breadcrumb/_bootstrap4-definition.scss +41 -0
  66. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  67. package/styles/breadcrumb/_bootstrap5-definition.scss +46 -0
  68. package/styles/breadcrumb/_fabric-dark-definition.scss +46 -0
  69. package/styles/breadcrumb/_fabric-definition.scss +46 -0
  70. package/styles/breadcrumb/_highcontrast-definition.scss +48 -0
  71. package/styles/breadcrumb/_highcontrast-light-definition.scss +48 -0
  72. package/styles/breadcrumb/_layout.scss +291 -0
  73. package/styles/breadcrumb/_material-dark-definition.scss +37 -0
  74. package/styles/breadcrumb/_material-definition.scss +37 -0
  75. package/styles/breadcrumb/_tailwind-dark-definition.scss +47 -0
  76. package/styles/breadcrumb/_tailwind-definition.scss +47 -0
  77. package/styles/breadcrumb/_theme.scss +134 -0
  78. package/styles/breadcrumb/bootstrap-dark.css +279 -0
  79. package/styles/breadcrumb/bootstrap-dark.scss +4 -0
  80. package/styles/breadcrumb/bootstrap.css +279 -0
  81. package/styles/breadcrumb/bootstrap.scss +4 -0
  82. package/styles/breadcrumb/bootstrap4.css +279 -0
  83. package/styles/breadcrumb/bootstrap4.scss +4 -0
  84. package/styles/breadcrumb/bootstrap5-dark.css +297 -0
  85. package/styles/breadcrumb/bootstrap5-dark.scss +4 -0
  86. package/styles/breadcrumb/bootstrap5.css +297 -0
  87. package/styles/breadcrumb/bootstrap5.scss +4 -0
  88. package/styles/breadcrumb/fabric-dark.css +277 -0
  89. package/styles/breadcrumb/fabric-dark.scss +4 -0
  90. package/styles/breadcrumb/fabric.css +277 -0
  91. package/styles/breadcrumb/fabric.scss +4 -0
  92. package/styles/breadcrumb/highcontrast-light.css +285 -0
  93. package/styles/breadcrumb/highcontrast-light.scss +4 -0
  94. package/styles/breadcrumb/highcontrast.css +285 -0
  95. package/styles/breadcrumb/highcontrast.scss +4 -0
  96. package/styles/breadcrumb/icons/_bootstrap-dark.scss +13 -0
  97. package/styles/breadcrumb/icons/_bootstrap.scss +13 -0
  98. package/styles/breadcrumb/icons/_bootstrap4.scss +13 -0
  99. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  100. package/styles/breadcrumb/icons/_bootstrap5.scss +24 -0
  101. package/styles/breadcrumb/icons/_fabric-dark.scss +13 -0
  102. package/styles/breadcrumb/icons/_fabric.scss +13 -0
  103. package/styles/breadcrumb/icons/_highcontrast-light.scss +13 -0
  104. package/styles/breadcrumb/icons/_highcontrast.scss +13 -0
  105. package/styles/breadcrumb/icons/_material-dark.scss +24 -0
  106. package/styles/breadcrumb/icons/_material.scss +24 -0
  107. package/styles/breadcrumb/icons/_tailwind-dark.scss +13 -0
  108. package/styles/breadcrumb/icons/_tailwind.scss +13 -0
  109. package/styles/breadcrumb/material-dark.css +259 -0
  110. package/styles/breadcrumb/material-dark.scss +4 -0
  111. package/styles/breadcrumb/material.css +259 -0
  112. package/styles/breadcrumb/material.scss +4 -0
  113. package/styles/breadcrumb/tailwind-dark.css +280 -0
  114. package/styles/breadcrumb/tailwind-dark.scss +4 -0
  115. package/styles/breadcrumb/tailwind.css +280 -0
  116. package/styles/breadcrumb/tailwind.scss +4 -0
  117. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  118. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  119. package/styles/context-menu/_tailwind-dark-definition.scss +1 -53
  120. package/styles/context-menu/_tailwind-definition.scss +52 -51
  121. package/styles/context-menu/bootstrap5-dark.css +382 -0
  122. package/styles/context-menu/bootstrap5-dark.scss +4 -0
  123. package/styles/context-menu/bootstrap5.css +382 -0
  124. package/styles/context-menu/bootstrap5.scss +4 -0
  125. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  126. package/styles/context-menu/icons/_bootstrap5.scss +32 -0
  127. package/styles/context-menu/icons/_tailwind-dark.scss +32 -32
  128. package/styles/context-menu/icons/_tailwind.scss +32 -32
  129. package/styles/fabric-dark.css +352 -78
  130. package/styles/fabric-dark.scss +1 -0
  131. package/styles/fabric.css +346 -72
  132. package/styles/fabric.scss +1 -0
  133. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  134. package/styles/h-scroll/_bootstrap5-definition.scss +78 -0
  135. package/styles/h-scroll/_fabric-dark-definition.scss +1 -1
  136. package/styles/h-scroll/_highcontrast-definition.scss +1 -1
  137. package/styles/h-scroll/_layout.scss +1 -1
  138. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -78
  139. package/styles/h-scroll/bootstrap5-dark.css +328 -0
  140. package/styles/h-scroll/bootstrap5-dark.scss +4 -0
  141. package/styles/h-scroll/bootstrap5.css +328 -0
  142. package/styles/h-scroll/bootstrap5.scss +4 -0
  143. package/styles/h-scroll/fabric-dark.css +1 -1
  144. package/styles/h-scroll/highcontrast.css +1 -1
  145. package/styles/h-scroll/icons/_bootstrap4.scss +1 -1
  146. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  147. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  148. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -49
  149. package/styles/highcontrast-light.css +354 -73
  150. package/styles/highcontrast-light.scss +1 -0
  151. package/styles/highcontrast.css +356 -75
  152. package/styles/highcontrast.scss +1 -0
  153. package/styles/material-dark.css +360 -105
  154. package/styles/material-dark.scss +1 -0
  155. package/styles/material.css +324 -69
  156. package/styles/material.scss +1 -0
  157. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  158. package/styles/menu/_bootstrap5-definition.scss +68 -0
  159. package/styles/menu/_layout.scss +12 -2
  160. package/styles/menu/_tailwind-dark-definition.scss +1 -66
  161. package/styles/menu/_tailwind-definition.scss +66 -64
  162. package/styles/menu/_theme.scss +1 -1
  163. package/styles/menu/bootstrap-dark.css +36 -36
  164. package/styles/menu/bootstrap.css +36 -36
  165. package/styles/menu/bootstrap4.css +34 -34
  166. package/styles/menu/bootstrap5-dark.css +1251 -0
  167. package/styles/menu/bootstrap5-dark.scss +8 -0
  168. package/styles/menu/bootstrap5.css +1251 -0
  169. package/styles/menu/bootstrap5.scss +8 -0
  170. package/styles/menu/fabric-dark.css +36 -36
  171. package/styles/menu/fabric.css +36 -36
  172. package/styles/menu/highcontrast-light.css +36 -36
  173. package/styles/menu/highcontrast.css +36 -36
  174. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  175. package/styles/menu/icons/_bootstrap5.scss +133 -0
  176. package/styles/menu/icons/_tailwind-dark.scss +133 -133
  177. package/styles/menu/icons/_tailwind.scss +133 -133
  178. package/styles/menu/material-dark.css +36 -36
  179. package/styles/menu/material.css +36 -36
  180. package/styles/menu/tailwind-dark.css +36 -36
  181. package/styles/menu/tailwind.css +36 -36
  182. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  183. package/styles/sidebar/_bootstrap5-definition.scss +5 -0
  184. package/styles/sidebar/_highcontrast-definition.scss +1 -1
  185. package/styles/sidebar/_tailwind-dark-definition.scss +1 -4
  186. package/styles/sidebar/_tailwind-definition.scss +2 -1
  187. package/styles/sidebar/_theme.scss +3 -3
  188. package/styles/sidebar/bootstrap5-dark.css +155 -0
  189. package/styles/sidebar/bootstrap5-dark.scss +3 -0
  190. package/styles/sidebar/bootstrap5.css +155 -0
  191. package/styles/sidebar/bootstrap5.scss +3 -0
  192. package/styles/sidebar/highcontrast.css +1 -1
  193. package/styles/tab/_bootstrap-dark-definition.scss +2 -2
  194. package/styles/tab/_bootstrap-definition.scss +1 -1
  195. package/styles/tab/_bootstrap4-definition.scss +2 -2
  196. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  197. package/styles/tab/_bootstrap5-definition.scss +401 -0
  198. package/styles/tab/_layout.scss +45 -51
  199. package/styles/tab/_material-dark-definition.scss +0 -1
  200. package/styles/tab/_tailwind-dark-definition.scss +1 -420
  201. package/styles/tab/_tailwind-definition.scss +420 -420
  202. package/styles/tab/_theme.scss +166 -53
  203. package/styles/tab/bootstrap-dark.css +15 -14
  204. package/styles/tab/bootstrap.css +12 -11
  205. package/styles/tab/bootstrap4.css +15 -14
  206. package/styles/tab/bootstrap5-dark.css +4442 -0
  207. package/styles/tab/bootstrap5-dark.scss +5 -0
  208. package/styles/tab/bootstrap5.css +4442 -0
  209. package/styles/tab/bootstrap5.scss +5 -0
  210. package/styles/tab/fabric-dark.css +16 -15
  211. package/styles/tab/fabric.css +14 -13
  212. package/styles/tab/highcontrast-light.css +14 -13
  213. package/styles/tab/highcontrast.css +14 -13
  214. package/styles/tab/icons/_bootstrap-dark.scss +2 -2
  215. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  216. package/styles/tab/icons/_bootstrap5.scss +141 -0
  217. package/styles/tab/icons/_fabric-dark.scss +2 -2
  218. package/styles/tab/icons/_tailwind-dark.scss +1 -140
  219. package/styles/tab/icons/_tailwind.scss +140 -140
  220. package/styles/tab/material-dark.css +36 -35
  221. package/styles/tab/material.css +11 -10
  222. package/styles/tab/tailwind-dark.css +27 -39
  223. package/styles/tab/tailwind.css +22 -34
  224. package/styles/tailwind-dark.css +379 -111
  225. package/styles/tailwind-dark.scss +1 -0
  226. package/styles/tailwind.css +364 -96
  227. package/styles/tailwind.scss +1 -0
  228. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  229. package/styles/toolbar/_bootstrap5-definition.scss +143 -0
  230. package/styles/toolbar/_fabric-dark-definition.scss +1 -3
  231. package/styles/toolbar/_layout.scss +18 -9
  232. package/styles/toolbar/_material-dark-definition.scss +0 -1
  233. package/styles/toolbar/_tailwind-dark-definition.scss +1 -143
  234. package/styles/toolbar/_tailwind-definition.scss +143 -143
  235. package/styles/toolbar/_theme.scss +98 -16
  236. package/styles/toolbar/bootstrap-dark.css +13 -10
  237. package/styles/toolbar/bootstrap.css +13 -10
  238. package/styles/toolbar/bootstrap4.css +14 -12
  239. package/styles/toolbar/bootstrap5-dark.css +1409 -0
  240. package/styles/toolbar/bootstrap5-dark.scss +8 -0
  241. package/styles/toolbar/bootstrap5.css +1409 -0
  242. package/styles/toolbar/bootstrap5.scss +8 -0
  243. package/styles/toolbar/fabric-dark.css +13 -26
  244. package/styles/toolbar/fabric.css +10 -23
  245. package/styles/toolbar/highcontrast-light.css +10 -23
  246. package/styles/toolbar/highcontrast.css +10 -23
  247. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  248. package/styles/toolbar/icons/_bootstrap5.scss +17 -0
  249. package/styles/toolbar/icons/_tailwind-dark.scss +1 -16
  250. package/styles/toolbar/icons/_tailwind.scss +16 -16
  251. package/styles/toolbar/material-dark.css +11 -24
  252. package/styles/toolbar/material.css +10 -23
  253. package/styles/toolbar/tailwind-dark.css +20 -29
  254. package/styles/toolbar/tailwind.css +16 -25
  255. package/styles/treeview/_bootstrap4-definition.scss +3 -3
  256. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  257. package/styles/treeview/_bootstrap5-definition.scss +109 -0
  258. package/styles/treeview/_layout.scss +64 -17
  259. package/styles/treeview/_tailwind-dark-definition.scss +1 -110
  260. package/styles/treeview/_tailwind-definition.scss +30 -28
  261. package/styles/treeview/_theme.scss +26 -6
  262. package/styles/treeview/bootstrap-dark.css +8 -0
  263. package/styles/treeview/bootstrap.css +8 -0
  264. package/styles/treeview/bootstrap4.css +8 -0
  265. package/styles/treeview/bootstrap5-dark.css +974 -0
  266. package/styles/treeview/bootstrap5-dark.scss +6 -0
  267. package/styles/treeview/bootstrap5.css +974 -0
  268. package/styles/treeview/bootstrap5.scss +6 -0
  269. package/styles/treeview/fabric-dark.css +8 -0
  270. package/styles/treeview/fabric.css +8 -0
  271. package/styles/treeview/highcontrast-light.css +8 -0
  272. package/styles/treeview/highcontrast.css +8 -0
  273. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  274. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  275. package/styles/treeview/icons/_tailwind-dark.scss +43 -43
  276. package/styles/treeview/material-dark.css +15 -7
  277. package/styles/treeview/material.css +8 -0
  278. package/styles/treeview/tailwind-dark.css +10 -2
  279. package/styles/treeview/tailwind.css +9 -1
  280. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  281. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  282. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -49
  283. package/styles/v-scroll/bootstrap5-dark.css +247 -0
  284. package/styles/v-scroll/bootstrap5-dark.scss +4 -0
  285. package/styles/v-scroll/bootstrap5.css +247 -0
  286. package/styles/v-scroll/bootstrap5.scss +4 -0
  287. package/styles/v-scroll/icons/_bootstrap4.scss +1 -1
  288. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  289. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  290. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -26
  291. package/styles/v-scroll/material-dark.css +1 -1
  292. package/styles/v-scroll/tailwind-dark.css +4 -4
@@ -1,143 +1,143 @@
1
- $tbar-skin: 'tailwind' !default;
2
- $border-size: 0;
3
- $border-type: solid;
4
- $tbar-icons-bgr-font-size: $text-xl;
5
- $tbar-separator-bgr-mrgn: 8px 4px;
6
- $tbar-separator-vertical-bgr-mrgn: 5px 10px;
7
- $tbar-radius: 0;
8
- $tbar-separator-nrml-mrgn: 7px 3px;
9
- $tbar-pop-radius: 4px;
10
- $tbar-separator-vertical-nrml-mrgn: 3px 7px;
11
- $tbar-border-size: $border-size;
12
- $tbar-separator-border-type: $border-type;
13
- $tbar-pop-box-shadow: $shadow-lg;
14
- $tbar-hover-border-color: $icon-color;
15
- $tbar-pressed-border: $tbar-hover-border-color;
16
- $tbar-btn-bgr-line-height: 24px !default;
17
- $tbar-zero-value: 0 !default;
18
- $tbar-btn-nrml-line-height: 22px !default;
19
- $tbar-btn-weight: $font-weight-normal !default;
20
- $tbar-border-radius: 4px !default;
21
- $tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
22
- $tbar-border-nav-type: solid !default;
23
- $tbar-btn-box-shadow: none !default;
24
-
25
- $tbar-default-bg: $content-bg-color-alt2 !default;
26
- $tbar-default-font: $content-text-color !default;
27
- $tbar-active-bg: $content-bg-color-alt3 !default;
28
- $tbar-active-icon-color: $icon-color !default;
29
- $tbar-btn-family: 'Inter' !default;
30
- $tbar-press-bg: $content-bg-color-alt2 !default;
31
- $tbar-press-border-color: $border-light !default;
32
- $tbar-hover-bg: $content-bg-color-alt3 !default;
33
- $tbar-hover-font: $content-text-color-alt2 !default;
34
- $tbar-default-icon-color: $icon-color !default;
35
- $tbar-pressed-bg: $content-bg-color-alt2 !default;
36
- $tbar-pressed-font: $content-text-color-alt2 !default;
37
- $tbar-select-font: $content-text-color-alt2 !default;
38
- $tbar-default-font-overlay: $content-text-color-alt2 !default;
39
- $tbar-default-icon-overlay: $content-text-color-alt2 !default;
40
- $tbar-separator-border: $border-light !default;
41
- $tbar-default-border: $border-light !default;
42
- $tbar-hover-border-color: $icon-color !default;
43
- $tbar-focus-border-color: $tbar-hover-border-color !default;
44
- $tbar-focus-bg: $tbar-hover-bg !default;
45
- $tbar-press-font: $content-text-color-alt2 !default;
46
-
47
- $tbar-active-font-color: $tbar-press-font !default;
48
- $tbar-border-nav-type: $border-light !default;
49
- $tbar-border-nav-active-type: $border-light !default;
50
- $tbar-btn-border: none !default;
51
-
52
- $tbar-box-shadow: none !default;
53
- $tbar-border-type: $border-type !default;
54
- $tbar-separator-size: 1px !default;
55
- $tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
56
- $tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
57
- $tbar-popup-border-width: 0 0 0 $border-size !default;
58
- $tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
59
- $tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
60
- $tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
61
- $tbar-nrml-size: 38px !default;
62
- $tbar-bgr-size: 48px !default;
63
- $tbar-nrml-items-size: 38px !default;
64
- $tbar-bgr-items-size: 48px !default;
65
- $tbar-nrml-item-size: 38px !default;
66
- $tbar-item-nrml-minwidth: 28px !default;
67
- $tbar-bgr-item-size: 49px !default;
68
- $tbar-btn-font-size: $text-lg !default;
69
- $tbar-btn-txt-font-size: $text-sm !default;
70
- $tbar-popup-btn-bg-color: transparent !default;
71
-
72
- $tbar-item-bgr-padding: 5px 6px !default;
73
- $tbar-item-nrml-padding: 4px !default;
74
- $tbar-btn-nrml-padding: 0 4px !default;
75
- $tbar-btn-bgr-padding: 0 8px !default;
76
- $tbar-btn-icn-nrml-padding: 4px !default;
77
- $tbar-btn-icn-bgr-padding: 4px 6px !default;
78
- $tbar-btn-icn-right-bgr-padding: 4px 6px !default;
79
- $tbar-btn-icn-right-nrml-padding: 4px !default;
80
- $btn-txt-nrml-padding: 4px !default;
81
- $btn-txt-bgr-padding: 4px !default;
82
-
83
- $tbar-pop-bg: $flyout-bg-color;
84
- $tbar-item-pop-nrml-padding: 0 !default;
85
- $tbar-item-pop-bgr-padding: 0 !default;
86
- $tbar-pop-btn-bgr-padding: 8px 18px !default;
87
- $tbar-pop-btn-nrml-padding: 6px 12px !default;
88
- $tbar-pop-icon-bgr-padding: 3px 6px 0 0 !default;
89
- $tbar-pop-icon-nrml-padding: 3px 4px 0 0 !default;
90
- $tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
91
- $tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
92
-
93
- $tbar-nav-press-border: 0 !default;
94
- $tbar-nav-hover-border: 0 !default;
95
- $tbar-nav-focus-border: 0 !default;
96
- $tbar-nav-pressed-box-shadow: none !default;
97
- $tbar-btn-border-radius: 0 !default;
98
- $tbar-btn-pressed-box-shadow: none !default;
99
- $tbar-btn-bgr-mrgn: 0 !default;
100
- $tbar-btn-nrml-mrgn: 0 !default;
101
- $tbar-v-btn-bgr-mrgn: 0 !default;
102
- $tbar-v-btn-nrml-mrgn: 0 !default;
103
- $tbar-popup-padding: 0 !default;
104
- $tbar-btn-nrml-minheight: 30px !default;
105
- $tbar-btn-bgr-minheight: 38px !default;
106
- $tbar-btn-nrml-minwidth: 30px !default;
107
- $tbar-btn-bgr-minwidth: 38px !default;
108
- $tbar-btn-bgr-height: calc(100% - 11px) !default;
109
- $tbar-btn-nrml-height: calc(100% - 10px) !default;
110
- $tbar-separator-nrml-height: 24px !default;
111
- $tbar-separator-bgr-height: 30px !default;
112
- $tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
113
- $tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
114
- $tbar-btn-icon-nrml-width: 12px !default;
115
- $tbar-btn-icon-nrml-height: 16px !default;
116
- $tbar-btn-icon-nrml-line-height: 16px !default;
117
- $tbar-left-item-line-height: 35px !default;
118
- $tbar-right-item-line-height: 24px !default;
119
- $tbar-btn-icon-bgr-width: 13px !default;
120
- $tbar-btn-icon-bgr-height: 18px !default;
121
- $tbar-btn-icon-bgr-line-height: 18px !default;
122
- $tbar-btn-txt-line-height: inherit !default;
123
- $tbar-nav-nrml-width: 28px !default;
124
- $tbar-nav-bgr-width: 36px !default;
125
- $tbar-item-nrml-mrgn: 8px !default;
126
- $tbar-item-bgr-mrgn: 10px !default;
127
- $tbar-btn-pop-nrml-minheight: 38px !default;
128
- $tbar-btn-pop-bgr-minheight: 48px !default;
129
- $tbar-multirow-items-mrgn-bigger: 12.5px !default;
130
- $tbar-multirow-items-mrgn-small: 10px !default;
131
- $tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
132
- $tbar-multirow-item-top-btm-mrgn-small: 1px 0 !default;
133
- $tbar-multirow-item-mrgn: 0 !default;
134
- $tbar-item-bgr-padding-bigger: 1.5px 0 !default;
135
- $tbar-item-nrml-padding-small: 1px 0 !default;
136
-
137
- @mixin tbar-btn-animation {
138
- content: '';
139
- }
140
-
141
- @mixin tbar-btn-animation-after {
142
- content: '';
143
- }
1
+ $tbar-skin: 'tailwind' !default;
2
+ $border-size: 0;
3
+ $border-type: solid;
4
+ $tbar-icons-bgr-font-size: $text-xl;
5
+ $tbar-separator-bgr-mrgn: 8px 4px;
6
+ $tbar-separator-vertical-bgr-mrgn: 5px 10px;
7
+ $tbar-radius: 0;
8
+ $tbar-separator-nrml-mrgn: 7px 3px;
9
+ $tbar-pop-radius: 4px;
10
+ $tbar-separator-vertical-nrml-mrgn: 3px 7px;
11
+ $tbar-border-size: $border-size;
12
+ $tbar-separator-border-type: $border-type;
13
+ $tbar-pop-box-shadow: $shadow-lg;
14
+ $tbar-hover-border-color: $icon-color;
15
+ $tbar-pressed-border: $tbar-hover-border-color;
16
+ $tbar-btn-bgr-line-height: 24px !default;
17
+ $tbar-zero-value: 0 !default;
18
+ $tbar-btn-nrml-line-height: 22px !default;
19
+ $tbar-btn-weight: $font-weight-normal !default;
20
+ $tbar-border-radius: 4px !default;
21
+ $tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
22
+ $tbar-border-nav-type: solid !default;
23
+ $tbar-btn-box-shadow: none !default;
24
+
25
+ $tbar-default-bg: $content-bg-color-alt2 !default;
26
+ $tbar-default-font: $content-text-color !default;
27
+ $tbar-active-bg: $content-bg-color-alt3 !default;
28
+ $tbar-active-icon-color: $icon-color !default;
29
+ $tbar-btn-family: $font-family !default;
30
+ $tbar-press-bg: $content-bg-color-alt2 !default;
31
+ $tbar-press-border-color: $border-light !default;
32
+ $tbar-hover-bg: $content-bg-color-alt3 !default;
33
+ $tbar-hover-font: $content-text-color-alt2 !default;
34
+ $tbar-default-icon-color: $icon-color !default;
35
+ $tbar-pressed-bg: $content-bg-color-alt2 !default;
36
+ $tbar-pressed-font: $content-text-color-alt2 !default;
37
+ $tbar-select-font: $content-text-color-alt2 !default;
38
+ $tbar-default-font-overlay: $content-text-color-alt2 !default;
39
+ $tbar-default-icon-overlay: $content-text-color-alt2 !default;
40
+ $tbar-separator-border: $border-light !default;
41
+ $tbar-default-border: $border-light !default;
42
+ $tbar-hover-border-color: $icon-color !default;
43
+ $tbar-focus-border-color: $tbar-hover-border-color !default;
44
+ $tbar-focus-bg: $tbar-hover-bg !default;
45
+ $tbar-press-font: $content-text-color-alt2 !default;
46
+
47
+ $tbar-active-font-color: $tbar-press-font !default;
48
+ $tbar-border-nav-type: $border-light !default;
49
+ $tbar-border-nav-active-type: $border-light !default;
50
+ $tbar-btn-border: none !default;
51
+
52
+ $tbar-box-shadow: none !default;
53
+ $tbar-border-type: $border-type !default;
54
+ $tbar-separator-size: 1px !default;
55
+ $tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
56
+ $tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
57
+ $tbar-popup-border-width: 0 0 0 1px !default;
58
+ $tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
59
+ $tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
60
+ $tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
61
+ $tbar-nrml-size: 38px !default;
62
+ $tbar-bgr-size: 48px !default;
63
+ $tbar-nrml-items-size: 38px !default;
64
+ $tbar-bgr-items-size: 48px !default;
65
+ $tbar-nrml-item-size: 38px !default;
66
+ $tbar-item-nrml-minwidth: 28px !default;
67
+ $tbar-bgr-item-size: 49px !default;
68
+ $tbar-btn-font-size: $text-lg !default;
69
+ $tbar-btn-txt-font-size: $text-sm !default;
70
+ $tbar-popup-btn-bg-color: transparent !default;
71
+
72
+ $tbar-item-bgr-padding: 5px 6px !default;
73
+ $tbar-item-nrml-padding: 4px !default;
74
+ $tbar-btn-nrml-padding: 0 4px !default;
75
+ $tbar-btn-bgr-padding: 0 8px !default;
76
+ $tbar-btn-icn-nrml-padding: 4px !default;
77
+ $tbar-btn-icn-bgr-padding: 4px 6px !default;
78
+ $tbar-btn-icn-right-bgr-padding: 4px 6px !default;
79
+ $tbar-btn-icn-right-nrml-padding: 4px !default;
80
+ $btn-txt-nrml-padding: 4px !default;
81
+ $btn-txt-bgr-padding: 4px !default;
82
+
83
+ $tbar-pop-bg: $flyout-bg-color;
84
+ $tbar-item-pop-nrml-padding: 0 !default;
85
+ $tbar-item-pop-bgr-padding: 0 !default;
86
+ $tbar-pop-btn-bgr-padding: 8px 18px !default;
87
+ $tbar-pop-btn-nrml-padding: 6px 12px !default;
88
+ $tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
89
+ $tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
90
+ $tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
91
+ $tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
92
+
93
+ $tbar-nav-press-border: 0 !default;
94
+ $tbar-nav-hover-border: 0 !default;
95
+ $tbar-nav-focus-border: 0 !default;
96
+ $tbar-nav-pressed-box-shadow: none !default;
97
+ $tbar-btn-border-radius: 0 !default;
98
+ $tbar-btn-pressed-box-shadow: none !default;
99
+ $tbar-btn-bgr-mrgn: 0 !default;
100
+ $tbar-btn-nrml-mrgn: 0 !default;
101
+ $tbar-v-btn-bgr-mrgn: 0 !default;
102
+ $tbar-v-btn-nrml-mrgn: 0 !default;
103
+ $tbar-popup-padding: 0 !default;
104
+ $tbar-btn-nrml-minheight: 30px !default;
105
+ $tbar-btn-bgr-minheight: 38px !default;
106
+ $tbar-btn-nrml-minwidth: 30px !default;
107
+ $tbar-btn-bgr-minwidth: 38px !default;
108
+ $tbar-btn-bgr-height: calc(100% - 11px) !default;
109
+ $tbar-btn-nrml-height: calc(100% - 10px) !default;
110
+ $tbar-separator-nrml-height: 24px !default;
111
+ $tbar-separator-bgr-height: 30px !default;
112
+ $tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
113
+ $tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
114
+ $tbar-btn-icon-nrml-width: 12px !default;
115
+ $tbar-btn-icon-nrml-height: 16px !default;
116
+ $tbar-btn-icon-nrml-line-height: 16px !default;
117
+ $tbar-left-item-line-height: 35px !default;
118
+ $tbar-right-item-line-height: 24px !default;
119
+ $tbar-btn-icon-bgr-width: 13px !default;
120
+ $tbar-btn-icon-bgr-height: 18px !default;
121
+ $tbar-btn-icon-bgr-line-height: 18px !default;
122
+ $tbar-btn-txt-line-height: inherit !default;
123
+ $tbar-nav-nrml-width: 28px !default;
124
+ $tbar-nav-bgr-width: 36px !default;
125
+ $tbar-item-nrml-mrgn: 8px !default;
126
+ $tbar-item-bgr-mrgn: 10px !default;
127
+ $tbar-btn-pop-nrml-minheight: 38px !default;
128
+ $tbar-btn-pop-bgr-minheight: 48px !default;
129
+ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
130
+ $tbar-multirow-items-mrgn-small: 10px !default;
131
+ $tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
132
+ $tbar-multirow-item-top-btm-mrgn-small: 1px 0 !default;
133
+ $tbar-multirow-item-mrgn: 0 !default;
134
+ $tbar-item-bgr-padding-bigger: 1.5px 0 !default;
135
+ $tbar-item-nrml-padding-small: 1px 0 !default;
136
+
137
+ @mixin tbar-btn-animation {
138
+ content: '';
139
+ }
140
+
141
+ @mixin tbar-btn-animation-after {
142
+ content: '';
143
+ }
@@ -50,6 +50,10 @@
50
50
  background: $tbar-default-bg;
51
51
  box-shadow: $tbar-btn-box-shadow;
52
52
  color: $tbar-default-font;
53
+
54
+ .e-toolbar-item .e-tbar-btn-text {
55
+ color: $tbar-default-font;
56
+ }
53
57
  @if $tbar-skin == 'bootstrap' {
54
58
  margin: 1px 0;
55
59
  }
@@ -69,6 +73,13 @@
69
73
  margin: 0;
70
74
  }
71
75
 
76
+ @if $tbar-skin == 'bootstrap5' {
77
+ .e-toolbar-item .e-tbar-btn-text,
78
+ .e-icons {
79
+ color: $tbar-active-icon-color;
80
+ }
81
+ }
82
+
72
83
  @if $tbar-skin == 'highcontrast' {
73
84
  border: $tbar-dash-border;
74
85
 
@@ -111,6 +122,13 @@
111
122
  }
112
123
  }
113
124
  }
125
+
126
+ @if $tbar-skin == 'bootstrap5' {
127
+ .e-toolbar-item .e-tbar-btn-text,
128
+ .e-icons {
129
+ color: $tbar-active-icon-color;
130
+ }
131
+ }
114
132
  }
115
133
 
116
134
  &:active {
@@ -131,18 +149,23 @@
131
149
  color: $tbar-pressed-font;
132
150
  }
133
151
  }
152
+ @if $tbar-skin == 'bootstrap5' {
153
+ .e-icons {
154
+ color: $tbar-active-icon-color;
155
+ }
156
+ }
134
157
  }
135
158
 
136
159
  }
137
160
 
138
- .e-toolbar-item .e-tbar-btn-text {
139
- color: $tbar-default-font;
140
- }
141
161
  }
142
162
  }
143
163
 
144
- .e-icons {
164
+ .e-tbar-btn.e-btn .e-icons {
145
165
  color: $tbar-default-icon-color;
166
+ @if $tbar-skin == 'bootstrap5' {
167
+ padding-bottom: 4px;
168
+ }
146
169
  }
147
170
 
148
171
  .e-toolbar-pop {
@@ -150,7 +173,7 @@
150
173
  border: $tbar-border-size $tbar-border-type $tbar-default-border;
151
174
  box-shadow: $tbar-pop-box-shadow;
152
175
 
153
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'tailwind-dark' {
176
+ @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
154
177
  background: $tbar-pop-bg;
155
178
  }
156
179
 
@@ -175,20 +198,20 @@
175
198
  }
176
199
  }
177
200
 
178
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'tailwind-dark' {
201
+ @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
179
202
  .e-tbar-btn {
180
203
  background: $tbar-popup-btn-bg-color;
181
204
 
205
+ &:focus {
206
+ background: $tbar-focus-bg;
207
+ }
208
+
182
209
  &:hover {
183
210
  background: $tbar-hover-bg;
184
211
  }
185
212
  }
186
213
  }
187
214
 
188
- .e-tbar-btn-text {
189
- color: $tbar-default-font;
190
- }
191
-
192
215
  @if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' {
193
216
  .e-btn:focus {
194
217
  outline: none;
@@ -197,15 +220,24 @@
197
220
  }
198
221
  }
199
222
 
223
+ &.e-extended-toolbar .e-toolbar-pop {
224
+ @if $tbar-skin == 'bootstrap5' {
225
+ background: $tbar-default-bg;
226
+ }
227
+ }
228
+
200
229
  &.e-toolpop {
201
230
 
202
231
  .e-hor-nav.e-nav-active,
203
232
  .e-hor-nav.e-nav-active:not(.e-expended-nav) {
204
233
  background: $tbar-pressed-bg;
205
234
  border: $tbar-nav-press-border;
206
- border-left: $border-size $tbar-border-nav-active-type $tbar-pressed-bg;
207
235
  box-shadow: $tbar-nav-pressed-box-shadow;
208
236
 
237
+ @if $tbar-skin != 'bootstrap4' {
238
+ border-left: $border-size $tbar-border-nav-active-type $tbar-pressed-bg;
239
+ }
240
+
209
241
  @if $tbar-skin == 'highcontrast' {
210
242
  &:focus {
211
243
  border: $tbar-dash-border;
@@ -227,6 +259,7 @@
227
259
  background: $tbar-default-bg;
228
260
  box-shadow: $tbar-btn-box-shadow;
229
261
  color: $tbar-default-font;
262
+
230
263
  @if $tbar-skin == 'bootstrap' {
231
264
  margin: 1px 0;
232
265
  }
@@ -254,6 +287,13 @@
254
287
  background: $tbar-btn-focus-active-bg-color;
255
288
  }
256
289
  }
290
+ @if $tbar-skin == 'bootstrap5' {
291
+ .e-icons,
292
+ .e-tbar-btn-text {
293
+ color: $tbar-active-icon-color;
294
+ padding-bottom: 4px;
295
+ }
296
+ }
257
297
  }
258
298
 
259
299
  &:hover {
@@ -293,6 +333,13 @@
293
333
  }
294
334
  }
295
335
  }
336
+ @if $tbar-skin == 'bootstrap5' {
337
+ .e-icons,
338
+ .e-tbar-btn-text {
339
+ color: $tbar-active-icon-color;
340
+ padding-bottom: 4px;
341
+ }
342
+ }
296
343
  }
297
344
  }
298
345
 
@@ -321,9 +368,11 @@
321
368
  }
322
369
  }
323
370
 
324
- @if $tbar-skin != 'highcontrast' and $tbar-skin != 'bootstrap4' {
325
- .e-tbar-btn-text {
326
- color: $tbar-default-font;
371
+ @if $tbar-skin != 'bootstrap5' {
372
+ @if $tbar-skin != 'highcontrast' and $tbar-skin != 'bootstrap4' {
373
+ .e-tbar-btn-text {
374
+ color: $tbar-default-font;
375
+ }
327
376
  }
328
377
  }
329
378
 
@@ -370,6 +419,16 @@
370
419
  @include tbar-btn-animation;
371
420
  }
372
421
 
422
+ @if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
423
+ &.e-nav-active {
424
+ &:active,
425
+ &:focus,
426
+ &:hover {
427
+ border-bottom-right-radius: 0;
428
+ }
429
+ }
430
+ }
431
+
373
432
  &:active {
374
433
  border: $tbar-nav-press-border;
375
434
  box-shadow: $tbar-nav-pressed-box-shadow;
@@ -391,7 +450,6 @@
391
450
  &:hover {
392
451
  background: $tbar-hover-bg;
393
452
  border-left: $tbar-nav-hover-border;
394
- color: $tbar-hover-font;
395
453
 
396
454
  @if $tbar-skin == 'bootstrap4' {
397
455
  background: $tbar-popup-hover-bg;
@@ -401,6 +459,17 @@
401
459
  }
402
460
  }
403
461
 
462
+ @if $tbar-skin == 'bootstrap5' {
463
+ color: $tbar-active-icon-color;
464
+
465
+ .e-icons {
466
+ color: inherit;
467
+ }
468
+ }
469
+ @else {
470
+ color: $tbar-hover-font;
471
+ }
472
+
404
473
  @if $tbar-skin == 'highcontrast' {
405
474
  &:not(.e-nav-active) {
406
475
  border: 2px $tbar-border-type $tbar-nav-hover-color;
@@ -416,7 +485,6 @@
416
485
  &:focus {
417
486
  background: $tbar-hover-bg;
418
487
  border-left: $tbar-nav-focus-border;
419
- color: $tbar-pressed-font;
420
488
 
421
489
  @if $tbar-skin != 'bootstrap' {
422
490
  border-color: $tbar-pressed-border;
@@ -428,6 +496,17 @@
428
496
  }
429
497
  }
430
498
 
499
+ @if $tbar-skin == 'bootstrap5' {
500
+ color: $tbar-active-icon-color;
501
+
502
+ .e-icons {
503
+ color: inherit;
504
+ }
505
+ }
506
+ @else {
507
+ color: $tbar-pressed-font;
508
+ }
509
+
431
510
  @if $tbar-skin == 'highcontrast' {
432
511
  background: inherit;
433
512
  border: $tbar-dash-border;
@@ -439,6 +518,9 @@
439
518
 
440
519
  &:active {
441
520
  background: $tbar-press-bg;
521
+ @if $tbar-skin == 'bootstrap5' {
522
+ background: $tbar-active-bg;
523
+ }
442
524
  @if $tbar-skin == 'bootstrap' {
443
525
  border-left: 1px solid $tbar-press-border-color;
444
526
  }
@@ -690,6 +690,8 @@
690
690
  }
691
691
 
692
692
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
693
+ -ms-flex-align: center;
694
+ align-items: center;
693
695
  display: -ms-inline-flexbox;
694
696
  display: inline-flex;
695
697
  -ms-flex-pack: start;
@@ -876,6 +878,7 @@
876
878
 
877
879
  .e-toolbar .e-popup-down-icon.e-icons,
878
880
  .e-toolbar .e-popup-up-icon.e-icons {
881
+ color: #f0f0f0;
879
882
  display: table-cell;
880
883
  text-align: center;
881
884
  vertical-align: middle;
@@ -1261,6 +1264,10 @@
1261
1264
  margin: 1px 0;
1262
1265
  }
1263
1266
 
1267
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1268
+ color: #f0f0f0;
1269
+ }
1270
+
1264
1271
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1265
1272
  background: #2a2a2a;
1266
1273
  border-color: #585858;
@@ -1287,11 +1294,7 @@
1287
1294
  border-left: 1px solid #6e6e6e;
1288
1295
  }
1289
1296
 
1290
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1291
- color: #f0f0f0;
1292
- }
1293
-
1294
- .e-toolbar .e-icons {
1297
+ .e-toolbar .e-tbar-btn.e-btn .e-icons {
1295
1298
  color: #f0f0f0;
1296
1299
  }
1297
1300
 
@@ -1301,16 +1304,12 @@
1301
1304
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1302
1305
  }
1303
1306
 
1304
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
1305
- color: #f0f0f0;
1306
- }
1307
-
1308
1307
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1309
1308
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1310
1309
  background: #2a2a2a;
1311
1310
  border: 0;
1312
- border-left: 1px none #2a2a2a;
1313
1311
  box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
1312
+ border-left: 1px none #2a2a2a;
1314
1313
  }
1315
1314
 
1316
1315
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
@@ -1389,6 +1388,10 @@
1389
1388
  content: '';
1390
1389
  }
1391
1390
 
1391
+ .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 {
1392
+ border-bottom-right-radius: 0;
1393
+ }
1394
+
1392
1395
  .e-toolbar .e-hor-nav:active {
1393
1396
  border: 0;
1394
1397
  box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
@@ -693,6 +693,8 @@
693
693
  }
694
694
 
695
695
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
696
+ -ms-flex-align: center;
697
+ align-items: center;
696
698
  display: -ms-inline-flexbox;
697
699
  display: inline-flex;
698
700
  -ms-flex-pack: start;
@@ -879,6 +881,7 @@
879
881
 
880
882
  .e-toolbar .e-popup-down-icon.e-icons,
881
883
  .e-toolbar .e-popup-up-icon.e-icons {
884
+ color: #333;
882
885
  display: table-cell;
883
886
  text-align: center;
884
887
  vertical-align: middle;
@@ -1264,6 +1267,10 @@
1264
1267
  margin: 1px 0;
1265
1268
  }
1266
1269
 
1270
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1271
+ color: #333;
1272
+ }
1273
+
1267
1274
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1268
1275
  background: #e6e6e6;
1269
1276
  border-color: #8c8c8c;
@@ -1290,11 +1297,7 @@
1290
1297
  border-left: 1px solid #adadad;
1291
1298
  }
1292
1299
 
1293
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1294
- color: #333;
1295
- }
1296
-
1297
- .e-toolbar .e-icons {
1300
+ .e-toolbar .e-tbar-btn.e-btn .e-icons {
1298
1301
  color: #333;
1299
1302
  }
1300
1303
 
@@ -1304,16 +1307,12 @@
1304
1307
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1305
1308
  }
1306
1309
 
1307
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
1308
- color: #333;
1309
- }
1310
-
1311
1310
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1312
1311
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1313
1312
  background: #d4d4d4;
1314
1313
  border: 0;
1315
- border-left: 1px none #d4d4d4;
1316
1314
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1315
+ border-left: 1px none #d4d4d4;
1317
1316
  }
1318
1317
 
1319
1318
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
@@ -1392,6 +1391,10 @@
1392
1391
  content: '';
1393
1392
  }
1394
1393
 
1394
+ .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 {
1395
+ border-bottom-right-radius: 0;
1396
+ }
1397
+
1395
1398
  .e-toolbar .e-hor-nav:active {
1396
1399
  border: 0;
1397
1400
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);