@syncfusion/ej2-navigations 28.2.12 → 29.1.34

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 (201) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +96 -18
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +96 -18
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +19 -26
  13. package/src/common/menu-base.d.ts +5 -0
  14. package/src/common/menu-base.js +60 -6
  15. package/src/sidebar/sidebar.d.ts +1 -0
  16. package/src/sidebar/sidebar.js +8 -1
  17. package/src/tab/tab-model.d.ts +1 -1
  18. package/src/tab/tab.d.ts +3 -3
  19. package/src/tab/tab.js +20 -4
  20. package/src/treeview/treeview.js +7 -6
  21. package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
  22. package/styles/accordion/_bootstrap4-definition.scss +7 -5
  23. package/styles/accordion/bootstrap-dark.css +12 -12
  24. package/styles/accordion/bootstrap4.css +4 -4
  25. package/styles/accordion/bootstrap5-dark.css +37 -37
  26. package/styles/accordion/bootstrap5.css +16 -16
  27. package/styles/accordion/fabric.css +11 -11
  28. package/styles/accordion/tailwind-dark.css +2 -2
  29. package/styles/bds-lite.css +11 -1
  30. package/styles/bds.css +11 -1
  31. package/styles/bootstrap-dark-lite.css +60 -50
  32. package/styles/bootstrap-dark.css +60 -50
  33. package/styles/bootstrap-lite.css +11 -1
  34. package/styles/bootstrap.css +11 -1
  35. package/styles/bootstrap4-lite.css +88 -78
  36. package/styles/bootstrap4.css +89 -79
  37. package/styles/bootstrap5-dark-lite.css +223 -213
  38. package/styles/bootstrap5-dark.css +223 -213
  39. package/styles/bootstrap5-lite.css +84 -74
  40. package/styles/bootstrap5.3-lite.css +12 -8
  41. package/styles/bootstrap5.3.css +18 -8
  42. package/styles/bootstrap5.css +84 -74
  43. package/styles/breadcrumb/_bigger.scss +3 -1
  44. package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
  45. package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
  46. package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
  47. package/styles/breadcrumb/_layout.scss +3 -1
  48. package/styles/breadcrumb/bootstrap-dark.css +2 -2
  49. package/styles/breadcrumb/bootstrap4.css +4 -4
  50. package/styles/breadcrumb/bootstrap5-dark.css +12 -12
  51. package/styles/breadcrumb/bootstrap5.css +3 -3
  52. package/styles/breadcrumb/fabric-dark.css +3 -3
  53. package/styles/context-menu/_bootstrap4-definition.scss +3 -1
  54. package/styles/context-menu/_fusionnew-definition.scss +1 -0
  55. package/styles/context-menu/_theme.scss +9 -1
  56. package/styles/context-menu/bds.css +1 -1
  57. package/styles/context-menu/bootstrap-dark.css +1 -1
  58. package/styles/context-menu/bootstrap.css +1 -1
  59. package/styles/context-menu/bootstrap4.css +2 -2
  60. package/styles/context-menu/bootstrap5-dark.css +8 -8
  61. package/styles/context-menu/bootstrap5.3.css +1 -1
  62. package/styles/context-menu/bootstrap5.css +1 -1
  63. package/styles/context-menu/fabric-dark.css +1 -1
  64. package/styles/context-menu/fabric.css +1 -1
  65. package/styles/context-menu/fluent-dark.css +1 -1
  66. package/styles/context-menu/fluent.css +1 -1
  67. package/styles/context-menu/fluent2.css +1 -1
  68. package/styles/context-menu/highcontrast-light.css +1 -1
  69. package/styles/context-menu/highcontrast.css +1 -1
  70. package/styles/context-menu/material-dark.css +2 -1
  71. package/styles/context-menu/material.css +1 -1
  72. package/styles/context-menu/material3-dark.css +2 -1
  73. package/styles/context-menu/material3.css +2 -1
  74. package/styles/context-menu/tailwind-dark.css +1 -1
  75. package/styles/context-menu/tailwind.css +1 -1
  76. package/styles/context-menu/tailwind3.css +1 -1
  77. package/styles/fabric-dark-lite.css +17 -7
  78. package/styles/fabric-dark.css +17 -7
  79. package/styles/fabric-lite.css +48 -38
  80. package/styles/fabric.css +48 -38
  81. package/styles/fluent-dark-lite.css +21 -11
  82. package/styles/fluent-dark.css +21 -11
  83. package/styles/fluent-lite.css +21 -11
  84. package/styles/fluent.css +21 -11
  85. package/styles/fluent2-lite.css +11 -1
  86. package/styles/fluent2.css +11 -1
  87. package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
  88. package/styles/h-scroll/bootstrap4.css +5 -5
  89. package/styles/h-scroll/bootstrap5-dark.css +6 -6
  90. package/styles/h-scroll/fabric.css +1 -1
  91. package/styles/highcontrast-light-lite.css +11 -1
  92. package/styles/highcontrast-light.css +11 -1
  93. package/styles/highcontrast-lite.css +11 -1
  94. package/styles/highcontrast.css +11 -1
  95. package/styles/material-dark-lite.css +14 -3
  96. package/styles/material-dark.css +14 -3
  97. package/styles/material-lite.css +19 -9
  98. package/styles/material.css +19 -9
  99. package/styles/material3-dark-lite.css +12 -1
  100. package/styles/material3-dark.css +19 -2
  101. package/styles/material3-lite.css +12 -1
  102. package/styles/material3.css +19 -2
  103. package/styles/menu/_bootstrap4-definition.scss +4 -2
  104. package/styles/menu/_theme.scss +7 -6
  105. package/styles/menu/bootstrap4.css +13 -13
  106. package/styles/menu/bootstrap5-dark.css +14 -14
  107. package/styles/pager/_bigger.scss +3 -1
  108. package/styles/pager/_bootstrap-dark-definition.scss +3 -2
  109. package/styles/pager/_bootstrap4-definition.scss +2 -1
  110. package/styles/pager/bootstrap-dark.css +4 -4
  111. package/styles/pager/bootstrap4.css +1 -1
  112. package/styles/pager/bootstrap5-dark.css +13 -13
  113. package/styles/pager/bootstrap5.css +4 -4
  114. package/styles/pager/fabric.css +2 -2
  115. package/styles/pager/material3-dark.css +7 -1
  116. package/styles/pager/material3.css +7 -1
  117. package/styles/sidebar/bootstrap5-dark.css +1 -1
  118. package/styles/stepper/_bootstrap4-definition.scss +4 -2
  119. package/styles/stepper/_material-dark-definition.scss +4 -2
  120. package/styles/stepper/_material-definition.scss +7 -5
  121. package/styles/stepper/bootstrap-dark.css +2 -2
  122. package/styles/stepper/bootstrap4.css +2 -2
  123. package/styles/stepper/bootstrap5-dark.css +20 -20
  124. package/styles/stepper/bootstrap5.css +2 -2
  125. package/styles/stepper/fabric-dark.css +2 -2
  126. package/styles/stepper/fabric.css +2 -2
  127. package/styles/stepper/fluent-dark.css +1 -1
  128. package/styles/stepper/fluent.css +1 -1
  129. package/styles/stepper/material-dark.css +2 -2
  130. package/styles/stepper/material.css +8 -8
  131. package/styles/tab/_bootstrap-dark-definition.scss +8 -6
  132. package/styles/tab/_bootstrap4-definition.scss +13 -11
  133. package/styles/tab/_bootstrap5-definition.scss +3 -1
  134. package/styles/tab/_bootstrap5.3-definition.scss +3 -1
  135. package/styles/tab/_fluent-definition.scss +4 -2
  136. package/styles/tab/_layout.scss +4 -0
  137. package/styles/tab/bds.css +5 -0
  138. package/styles/tab/bootstrap-dark.css +34 -29
  139. package/styles/tab/bootstrap.css +5 -0
  140. package/styles/tab/bootstrap4.css +32 -27
  141. package/styles/tab/bootstrap5-dark.css +48 -43
  142. package/styles/tab/bootstrap5.3.css +5 -0
  143. package/styles/tab/bootstrap5.css +27 -22
  144. package/styles/tab/fabric-dark.css +5 -0
  145. package/styles/tab/fabric.css +9 -4
  146. package/styles/tab/fluent-dark.css +12 -7
  147. package/styles/tab/fluent.css +12 -7
  148. package/styles/tab/fluent2.css +5 -0
  149. package/styles/tab/highcontrast-light.css +5 -0
  150. package/styles/tab/highcontrast.css +5 -0
  151. package/styles/tab/material-dark.css +5 -0
  152. package/styles/tab/material.css +5 -0
  153. package/styles/tab/material3-dark.css +5 -0
  154. package/styles/tab/material3.css +5 -0
  155. package/styles/tab/tailwind-dark.css +5 -0
  156. package/styles/tab/tailwind.css +5 -0
  157. package/styles/tab/tailwind3.css +5 -0
  158. package/styles/tailwind-dark-lite.css +15 -5
  159. package/styles/tailwind-dark.css +15 -5
  160. package/styles/tailwind-lite.css +13 -3
  161. package/styles/tailwind.css +13 -3
  162. package/styles/tailwind3-lite.css +12 -2
  163. package/styles/tailwind3.css +13 -2
  164. package/styles/toolbar/_bootstrap4-definition.scss +8 -6
  165. package/styles/toolbar/_material-dark-definition.scss +3 -1
  166. package/styles/toolbar/_material-definition.scss +3 -1
  167. package/styles/toolbar/bootstrap4.css +12 -12
  168. package/styles/toolbar/bootstrap5-dark.css +47 -47
  169. package/styles/toolbar/bootstrap5.css +23 -23
  170. package/styles/toolbar/fabric.css +9 -9
  171. package/styles/treeview/_bigger.scss +5 -1
  172. package/styles/treeview/_bootstrap4-definition.scss +6 -4
  173. package/styles/treeview/_bootstrap5-definition.scss +4 -2
  174. package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
  175. package/styles/treeview/_fluent-definition.scss +3 -1
  176. package/styles/treeview/_layout.scss +6 -2
  177. package/styles/treeview/_tailwind-definition.scss +3 -1
  178. package/styles/treeview/_theme.scss +3 -1
  179. package/styles/treeview/bds.css +5 -0
  180. package/styles/treeview/bootstrap-dark.css +5 -0
  181. package/styles/treeview/bootstrap.css +5 -0
  182. package/styles/treeview/bootstrap4.css +14 -9
  183. package/styles/treeview/bootstrap5-dark.css +17 -12
  184. package/styles/treeview/bootstrap5.3.css +12 -7
  185. package/styles/treeview/bootstrap5.css +8 -3
  186. package/styles/treeview/fabric-dark.css +5 -0
  187. package/styles/treeview/fabric.css +12 -7
  188. package/styles/treeview/fluent-dark.css +7 -2
  189. package/styles/treeview/fluent.css +7 -2
  190. package/styles/treeview/fluent2.css +5 -0
  191. package/styles/treeview/highcontrast-light.css +5 -0
  192. package/styles/treeview/highcontrast.css +5 -0
  193. package/styles/treeview/material-dark.css +5 -0
  194. package/styles/treeview/material.css +5 -0
  195. package/styles/treeview/material3-dark.css +5 -0
  196. package/styles/treeview/material3.css +5 -0
  197. package/styles/treeview/tailwind-dark.css +7 -2
  198. package/styles/treeview/tailwind.css +7 -2
  199. package/styles/treeview/tailwind3.css +7 -1
  200. package/styles/v-scroll/fabric-dark.css +1 -1
  201. package/styles/v-scroll/fabric.css +1 -1
@@ -460,6 +460,11 @@
460
460
  height: 26px;
461
461
  width: 100%;
462
462
  }
463
+ @media screen and (max-width: 480px) {
464
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
465
+ height: 42px;
466
+ }
467
+ }
463
468
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
464
469
  display: -webkit-inline-box;
465
470
  display: -ms-inline-flexbox;
@@ -1916,7 +1921,7 @@
1916
1921
  }
1917
1922
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
1918
1923
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
1919
- color: #0a58ca;
1924
+ color: rgb(10.4, 88, 202.4);
1920
1925
  }
1921
1926
  .e-tab .e-tab-header .e-toolbar-item.e-active {
1922
1927
  border: 1px solid #dee2e6;
@@ -1957,7 +1962,7 @@
1957
1962
  color: #6c757d;
1958
1963
  }
1959
1964
  .e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
1960
- color: #0a58ca;
1965
+ color: rgb(10.4, 88, 202.4);
1961
1966
  }
1962
1967
  .e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
1963
1968
  color: #0d6efd;
@@ -2003,7 +2008,7 @@
2003
2008
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
2004
2009
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
2005
2010
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
2006
- color: #0a58ca;
2011
+ color: rgb(10.4, 88, 202.4);
2007
2012
  }
2008
2013
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
2009
2014
  background: #e9ecef;
@@ -2034,7 +2039,7 @@
2034
2039
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
2035
2040
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
2036
2041
  background: #dee2e6;
2037
- color: #0a58ca;
2042
+ color: rgb(10.4, 88, 202.4);
2038
2043
  border: 0;
2039
2044
  }
2040
2045
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
@@ -2056,7 +2061,7 @@
2056
2061
  .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
2057
2062
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
2058
2063
  background: #dee2e6;
2059
- color: #0a58ca;
2064
+ color: rgb(10.4, 88, 202.4);
2060
2065
  }
2061
2066
  .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
2062
2067
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
@@ -2103,7 +2108,7 @@
2103
2108
  }
2104
2109
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
2105
2110
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
2106
- color: #0a58ca;
2111
+ color: rgb(10.4, 88, 202.4);
2107
2112
  }
2108
2113
  .e-tab .e-tab-header .e-hor-nav:focus,
2109
2114
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
@@ -2245,7 +2250,7 @@
2245
2250
  background: rgba(233, 236, 239, 0.12);
2246
2251
  }
2247
2252
  .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
2248
- color: #0a58ca;
2253
+ color: rgb(10.4, 88, 202.4);
2249
2254
  }
2250
2255
  .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover {
2251
2256
  background: none;
@@ -2271,7 +2276,7 @@
2271
2276
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
2272
2277
  background: inherit;
2273
2278
  border: 0;
2274
- color: #0a58ca;
2279
+ color: rgb(10.4, 88, 202.4);
2275
2280
  }
2276
2281
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
2277
2282
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
@@ -2301,7 +2306,7 @@
2301
2306
  }
2302
2307
  .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
2303
2308
  .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
2304
- color: #0a58ca;
2309
+ color: rgb(10.4, 88, 202.4);
2305
2310
  }
2306
2311
  .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
2307
2312
  color: #6c757d;
@@ -2360,10 +2365,10 @@
2360
2365
  color: #0d6efd;
2361
2366
  }
2362
2367
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
2363
- color: #0a58ca;
2368
+ color: rgb(10.4, 88, 202.4);
2364
2369
  }
2365
2370
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
2366
- color: #0a58ca;
2371
+ color: rgb(10.4, 88, 202.4);
2367
2372
  }
2368
2373
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
2369
2374
  margin-top: 0;
@@ -2463,7 +2468,7 @@
2463
2468
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
2464
2469
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
2465
2470
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
2466
- color: #0a58ca;
2471
+ color: rgb(10.4, 88, 202.4);
2467
2472
  }
2468
2473
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2469
2474
  background: rgba(233, 236, 239, 0.8);
@@ -2505,10 +2510,10 @@
2505
2510
  }
2506
2511
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
2507
2512
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
2508
- color: #e7f1ff;
2513
+ color: rgb(230.8, 240.5, 254.8);
2509
2514
  }
2510
2515
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
2511
- color: #e7f1ff;
2516
+ color: rgb(230.8, 240.5, 254.8);
2512
2517
  }
2513
2518
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
2514
2519
  color: #fff;
@@ -2622,7 +2627,7 @@
2622
2627
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
2623
2628
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
2624
2629
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
2625
- color: #e7f1ff;
2630
+ color: rgb(230.8, 240.5, 254.8);
2626
2631
  }
2627
2632
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
2628
2633
  background: #e9ecef;
@@ -2633,13 +2638,13 @@
2633
2638
  color: #fff;
2634
2639
  }
2635
2640
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
2636
- color: #e7f1ff;
2641
+ color: rgb(230.8, 240.5, 254.8);
2637
2642
  }
2638
2643
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
2639
- color: #e7f1ff;
2644
+ color: rgb(230.8, 240.5, 254.8);
2640
2645
  }
2641
2646
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
2642
- color: #e7f1ff;
2647
+ color: rgb(230.8, 240.5, 254.8);
2643
2648
  }
2644
2649
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
2645
2650
  .e-tab.e-background .e-tab-header .e-scroll-nav {
@@ -2647,7 +2652,7 @@
2647
2652
  }
2648
2653
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
2649
2654
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
2650
- color: #e7f1ff;
2655
+ color: rgb(230.8, 240.5, 254.8);
2651
2656
  border: 0;
2652
2657
  }
2653
2658
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
@@ -2659,7 +2664,7 @@
2659
2664
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
2660
2665
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
2661
2666
  background: unset;
2662
- color: #e7f1ff;
2667
+ color: rgb(230.8, 240.5, 254.8);
2663
2668
  }
2664
2669
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
2665
2670
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
@@ -2691,7 +2696,7 @@
2691
2696
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
2692
2697
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
2693
2698
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
2694
- color: #e7f1ff;
2699
+ color: rgb(230.8, 240.5, 254.8);
2695
2700
  border: 0;
2696
2701
  }
2697
2702
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
@@ -2842,7 +2847,7 @@
2842
2847
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
2843
2848
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
2844
2849
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
2845
- color: #e7f1ff;
2850
+ color: rgb(230.8, 240.5, 254.8);
2846
2851
  }
2847
2852
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2848
2853
  background: rgba(13, 110, 253, 0.12);
@@ -465,6 +465,11 @@
465
465
  height: 34px;
466
466
  width: 100%;
467
467
  }
468
+ @media screen and (max-width: 480px) {
469
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
470
+ height: 50px;
471
+ }
472
+ }
468
473
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
469
474
  display: -webkit-inline-box;
470
475
  display: -ms-inline-flexbox;
@@ -465,6 +465,11 @@
465
465
  height: 34px;
466
466
  width: 100%;
467
467
  }
468
+ @media screen and (max-width: 480px) {
469
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
470
+ height: 50px;
471
+ }
472
+ }
468
473
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
469
474
  display: -webkit-inline-box;
470
475
  display: -ms-inline-flexbox;
@@ -1962,7 +1967,7 @@
1962
1967
  color: #333;
1963
1968
  }
1964
1969
  .e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
1965
- color: #00457a;
1970
+ color: rgb(0, 68.523364486, 122.2);
1966
1971
  }
1967
1972
  .e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
1968
1973
  color: #0078d6;
@@ -2011,8 +2016,8 @@
2011
2016
  color: #333;
2012
2017
  }
2013
2018
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
2014
- background: #d1ebff;
2015
- border-color: #d1ebff;
2019
+ background: rgb(208.9, 234.7504672897, 255);
2020
+ border-color: rgb(208.9, 234.7504672897, 255);
2016
2021
  }
2017
2022
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
2018
2023
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
@@ -2046,7 +2051,7 @@
2046
2051
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
2047
2052
  -webkit-box-shadow: none;
2048
2053
  box-shadow: none;
2049
- border: 1px solid #d1ebff;
2054
+ border: 1px solid rgb(208.9, 234.7504672897, 255);
2050
2055
  }
2051
2056
  .e-tab .e-tab-header .e-scroll-nav:focus,
2052
2057
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
@@ -465,6 +465,11 @@
465
465
  height: 26px;
466
466
  width: 100%;
467
467
  }
468
+ @media screen and (max-width: 480px) {
469
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
470
+ height: 48px;
471
+ }
472
+ }
468
473
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
469
474
  display: -webkit-inline-box;
470
475
  display: -ms-inline-flexbox;
@@ -2519,8 +2524,8 @@
2519
2524
  color: #1b1a19;
2520
2525
  }
2521
2526
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
2522
- background: #005ba1;
2523
- background-color: #005ba1;
2527
+ background: rgb(0, 91.1320754717, 161);
2528
+ background-color: rgb(0, 91.1320754717, 161);
2524
2529
  border-color: unset;
2525
2530
  }
2526
2531
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
@@ -2657,7 +2662,7 @@
2657
2662
  }
2658
2663
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
2659
2664
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
2660
- background: #005ba1;
2665
+ background: rgb(0, 91.1320754717, 161);
2661
2666
  color: #1b1a19;
2662
2667
  border-color: unset;
2663
2668
  }
@@ -2719,20 +2724,20 @@
2719
2724
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
2720
2725
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
2721
2726
  color: #1b1a19;
2722
- background: #005ba1;
2727
+ background: rgb(0, 91.1320754717, 161);
2723
2728
  border: 1px solid #292827;
2724
2729
  }
2725
2730
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
2726
2731
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
2727
2732
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
2728
2733
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
2729
- background: #005ba1;
2734
+ background: rgb(0, 91.1320754717, 161);
2730
2735
  }
2731
2736
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
2732
2737
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
2733
2738
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
2734
2739
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
2735
- background: #005ba1;
2740
+ background: rgb(0, 91.1320754717, 161);
2736
2741
  border-color: #292827;
2737
2742
  color: #1b1a19;
2738
2743
  }
@@ -2841,7 +2846,7 @@
2841
2846
  background: rgba(41, 40, 39, 0.38);
2842
2847
  }
2843
2848
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
2844
- background: #005ba1;
2849
+ background: rgb(0, 91.1320754717, 161);
2845
2850
  border-color: unset;
2846
2851
  }
2847
2852
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
@@ -465,6 +465,11 @@
465
465
  height: 26px;
466
466
  width: 100%;
467
467
  }
468
+ @media screen and (max-width: 480px) {
469
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
470
+ height: 48px;
471
+ }
472
+ }
468
473
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
469
474
  display: -webkit-inline-box;
470
475
  display: -ms-inline-flexbox;
@@ -2519,8 +2524,8 @@
2519
2524
  color: #fff;
2520
2525
  }
2521
2526
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
2522
- background: #005ba1;
2523
- background-color: #005ba1;
2527
+ background: rgb(0, 91.1320754717, 161);
2528
+ background-color: rgb(0, 91.1320754717, 161);
2524
2529
  border-color: unset;
2525
2530
  }
2526
2531
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
@@ -2657,7 +2662,7 @@
2657
2662
  }
2658
2663
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
2659
2664
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
2660
- background: #005ba1;
2665
+ background: rgb(0, 91.1320754717, 161);
2661
2666
  color: #fff;
2662
2667
  border-color: unset;
2663
2668
  }
@@ -2719,20 +2724,20 @@
2719
2724
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
2720
2725
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
2721
2726
  color: #fff;
2722
- background: #005ba1;
2727
+ background: rgb(0, 91.1320754717, 161);
2723
2728
  border: 1px solid #edebe9;
2724
2729
  }
2725
2730
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
2726
2731
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
2727
2732
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
2728
2733
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
2729
- background: #005ba1;
2734
+ background: rgb(0, 91.1320754717, 161);
2730
2735
  }
2731
2736
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
2732
2737
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
2733
2738
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
2734
2739
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
2735
- background: #005ba1;
2740
+ background: rgb(0, 91.1320754717, 161);
2736
2741
  border-color: #edebe9;
2737
2742
  color: #fff;
2738
2743
  }
@@ -2841,7 +2846,7 @@
2841
2846
  background: rgba(237, 235, 233, 0.38);
2842
2847
  }
2843
2848
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
2844
- background: #005ba1;
2849
+ background: rgb(0, 91.1320754717, 161);
2845
2850
  border-color: unset;
2846
2851
  }
2847
2852
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
@@ -521,6 +521,11 @@
521
521
  height: 32px;
522
522
  width: 100%;
523
523
  }
524
+ @media screen and (max-width: 480px) {
525
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
526
+ height: 46px;
527
+ }
528
+ }
524
529
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
525
530
  display: -webkit-inline-box;
526
531
  display: -ms-inline-flexbox;
@@ -459,6 +459,11 @@
459
459
  height: 32px;
460
460
  width: 100%;
461
461
  }
462
+ @media screen and (max-width: 480px) {
463
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
464
+ height: 50px;
465
+ }
466
+ }
462
467
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
463
468
  display: -webkit-inline-box;
464
469
  display: -ms-inline-flexbox;
@@ -465,6 +465,11 @@
465
465
  height: 32px;
466
466
  width: 100%;
467
467
  }
468
+ @media screen and (max-width: 480px) {
469
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
470
+ height: 50px;
471
+ }
472
+ }
468
473
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
469
474
  display: -webkit-inline-box;
470
475
  display: -ms-inline-flexbox;
@@ -525,6 +525,11 @@
525
525
  height: 36px;
526
526
  width: 100%;
527
527
  }
528
+ @media screen and (max-width: 480px) {
529
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
530
+ height: 48px;
531
+ }
532
+ }
528
533
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
529
534
  display: -webkit-inline-box;
530
535
  display: -ms-inline-flexbox;
@@ -525,6 +525,11 @@
525
525
  height: 36px;
526
526
  width: 100%;
527
527
  }
528
+ @media screen and (max-width: 480px) {
529
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
530
+ height: 48px;
531
+ }
532
+ }
528
533
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
529
534
  display: -webkit-inline-box;
530
535
  display: -ms-inline-flexbox;
@@ -462,6 +462,11 @@
462
462
  height: 40px;
463
463
  width: 100%;
464
464
  }
465
+ @media screen and (max-width: 480px) {
466
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
467
+ height: 48px;
468
+ }
469
+ }
465
470
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
466
471
  display: -webkit-inline-box;
467
472
  display: -ms-inline-flexbox;
@@ -464,6 +464,11 @@
464
464
  height: 40px;
465
465
  width: 100%;
466
466
  }
467
+ @media screen and (max-width: 480px) {
468
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
469
+ height: 48px;
470
+ }
471
+ }
467
472
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
468
473
  display: -webkit-inline-box;
469
474
  display: -ms-inline-flexbox;
@@ -503,6 +503,11 @@
503
503
  height: 38px;
504
504
  width: 100%;
505
505
  }
506
+ @media screen and (max-width: 480px) {
507
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
508
+ height: 48px;
509
+ }
510
+ }
506
511
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
507
512
  display: -webkit-inline-box;
508
513
  display: -ms-inline-flexbox;
@@ -503,6 +503,11 @@
503
503
  height: 38px;
504
504
  width: 100%;
505
505
  }
506
+ @media screen and (max-width: 480px) {
507
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
508
+ height: 48px;
509
+ }
510
+ }
506
511
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
507
512
  display: -webkit-inline-box;
508
513
  display: -ms-inline-flexbox;
@@ -464,6 +464,11 @@
464
464
  height: 40px;
465
465
  width: 100%;
466
466
  }
467
+ @media screen and (max-width: 480px) {
468
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
469
+ height: 56px;
470
+ }
471
+ }
467
472
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
468
473
  display: -webkit-inline-box;
469
474
  display: -ms-inline-flexbox;
@@ -2168,7 +2168,7 @@
2168
2168
 
2169
2169
  .e-accordion {
2170
2170
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2171
- background: #232e3e;
2171
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
2172
2172
  border: 1px solid #4b5563;
2173
2173
  border-radius: 0;
2174
2174
  }
@@ -2238,7 +2238,7 @@
2238
2238
  color: #6b7280;
2239
2239
  }
2240
2240
  .e-accordion .e-acrdn-item.e-overlay {
2241
- background: #232e3e;
2241
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
2242
2242
  opacity: 0.5;
2243
2243
  }
2244
2244
  .e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
@@ -3110,7 +3110,7 @@
3110
3110
 
3111
3111
  .e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
3112
3112
  .e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
3113
- background-color: inherit;
3113
+ background-color: #374151;
3114
3114
  border: 1px solid #4b5563;
3115
3115
  }
3116
3116
  .e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
@@ -3624,6 +3624,11 @@
3624
3624
  height: 38px;
3625
3625
  width: 100%;
3626
3626
  }
3627
+ @media screen and (max-width: 480px) {
3628
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
3629
+ height: 48px;
3630
+ }
3631
+ }
3627
3632
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
3628
3633
  display: -webkit-inline-box;
3629
3634
  display: -ms-inline-flexbox;
@@ -6271,6 +6276,11 @@
6271
6276
  position: absolute;
6272
6277
  width: 100%;
6273
6278
  }
6279
+ @supports (-webkit-overflow-scrolling: touch) {
6280
+ .e-treeview .e-fullrow {
6281
+ z-index: -1;
6282
+ }
6283
+ }
6274
6284
  .e-treeview .e-checkbox-wrapper {
6275
6285
  margin: 0 0 0 6px;
6276
6286
  pointer-events: all;
@@ -6637,7 +6647,7 @@
6637
6647
  color: #fff;
6638
6648
  }
6639
6649
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
6640
- background-color: #353c46;
6650
+ background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
6641
6651
  border-color: #4b5563;
6642
6652
  }
6643
6653
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -6703,7 +6713,7 @@
6703
6713
  border-color: #6b7280;
6704
6714
  }
6705
6715
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
6706
- background-color: #353c46;
6716
+ background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
6707
6717
  border-color: #4b5563;
6708
6718
  }
6709
6719
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
@@ -2747,7 +2747,7 @@
2747
2747
 
2748
2748
  .e-accordion {
2749
2749
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2750
- background: #232e3e;
2750
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
2751
2751
  border: 1px solid #4b5563;
2752
2752
  border-radius: 0;
2753
2753
  }
@@ -2817,7 +2817,7 @@
2817
2817
  color: #6b7280;
2818
2818
  }
2819
2819
  .e-accordion .e-acrdn-item.e-overlay {
2820
- background: #232e3e;
2820
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
2821
2821
  opacity: 0.5;
2822
2822
  }
2823
2823
  .e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
@@ -3786,7 +3786,7 @@
3786
3786
 
3787
3787
  .e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
3788
3788
  .e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
3789
- background-color: inherit;
3789
+ background-color: #374151;
3790
3790
  border: 1px solid #4b5563;
3791
3791
  }
3792
3792
  .e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
@@ -4360,6 +4360,11 @@
4360
4360
  height: 38px;
4361
4361
  width: 100%;
4362
4362
  }
4363
+ @media screen and (max-width: 480px) {
4364
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
4365
+ height: 48px;
4366
+ }
4367
+ }
4363
4368
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
4364
4369
  display: -webkit-inline-box;
4365
4370
  display: -ms-inline-flexbox;
@@ -8208,6 +8213,11 @@
8208
8213
  position: absolute;
8209
8214
  width: 100%;
8210
8215
  }
8216
+ @supports (-webkit-overflow-scrolling: touch) {
8217
+ .e-treeview .e-fullrow {
8218
+ z-index: -1;
8219
+ }
8220
+ }
8211
8221
  .e-treeview .e-checkbox-wrapper {
8212
8222
  margin: 0 0 0 6px;
8213
8223
  pointer-events: all;
@@ -8574,7 +8584,7 @@
8574
8584
  color: #fff;
8575
8585
  }
8576
8586
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
8577
- background-color: #353c46;
8587
+ background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
8578
8588
  border-color: #4b5563;
8579
8589
  }
8580
8590
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -8640,7 +8650,7 @@
8640
8650
  border-color: #6b7280;
8641
8651
  }
8642
8652
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
8643
- background-color: #353c46;
8653
+ background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
8644
8654
  border-color: #4b5563;
8645
8655
  }
8646
8656
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
@@ -3110,7 +3110,7 @@
3110
3110
 
3111
3111
  .e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
3112
3112
  .e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
3113
- background-color: inherit;
3113
+ background-color: #fff;
3114
3114
  border: 1px solid #e5e7eb;
3115
3115
  }
3116
3116
  .e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
@@ -3624,6 +3624,11 @@
3624
3624
  height: 38px;
3625
3625
  width: 100%;
3626
3626
  }
3627
+ @media screen and (max-width: 480px) {
3628
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
3629
+ height: 48px;
3630
+ }
3631
+ }
3627
3632
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
3628
3633
  display: -webkit-inline-box;
3629
3634
  display: -ms-inline-flexbox;
@@ -6271,6 +6276,11 @@
6271
6276
  position: absolute;
6272
6277
  width: 100%;
6273
6278
  }
6279
+ @supports (-webkit-overflow-scrolling: touch) {
6280
+ .e-treeview .e-fullrow {
6281
+ z-index: -1;
6282
+ }
6283
+ }
6274
6284
  .e-treeview .e-checkbox-wrapper {
6275
6285
  margin: 0 0 0 6px;
6276
6286
  pointer-events: all;
@@ -6637,7 +6647,7 @@
6637
6647
  color: #111827;
6638
6648
  }
6639
6649
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
6640
- background-color: #d6d9e0;
6650
+ background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
6641
6651
  border-color: #f3f4f6;
6642
6652
  }
6643
6653
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -6703,7 +6713,7 @@
6703
6713
  border-color: #e5e7eb;
6704
6714
  }
6705
6715
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
6706
- background-color: #d6d9e0;
6716
+ background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
6707
6717
  border-color: #f3f4f6;
6708
6718
  }
6709
6719
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {