@syncfusion/blazor-themes 22.2.11 → 23.1.36

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 (365) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +53 -1
  2. package/SCSS-Themes/base/bootstrap.scss +54 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +23 -1
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +18 -1
  5. package/SCSS-Themes/base/bootstrap5.scss +18 -1
  6. package/SCSS-Themes/base/fabric-dark.scss +54 -1
  7. package/SCSS-Themes/base/fabric.scss +54 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +18 -1
  9. package/SCSS-Themes/base/fluent.scss +18 -1
  10. package/SCSS-Themes/base/highcontrast.scss +54 -1
  11. package/SCSS-Themes/base/material-dark.scss +53 -1
  12. package/SCSS-Themes/base/material.scss +54 -1
  13. package/SCSS-Themes/base/material3-dark.scss +18 -1
  14. package/SCSS-Themes/base/material3.scss +19 -1
  15. package/SCSS-Themes/base/tailwind-dark.scss +19 -1
  16. package/SCSS-Themes/base/tailwind.scss +19 -1
  17. package/SCSS-Themes/bootstrap-dark.scss +1759 -261
  18. package/SCSS-Themes/bootstrap.scss +1761 -262
  19. package/SCSS-Themes/bootstrap4.scss +1733 -265
  20. package/SCSS-Themes/bootstrap5-dark.scss +1729 -266
  21. package/SCSS-Themes/bootstrap5.scss +1729 -266
  22. package/SCSS-Themes/buttons/switch/bootstrap-dark.scss +11 -0
  23. package/SCSS-Themes/buttons/switch/bootstrap.scss +11 -0
  24. package/SCSS-Themes/buttons/switch/bootstrap4.scss +11 -0
  25. package/SCSS-Themes/buttons/switch/bootstrap5-dark.scss +11 -0
  26. package/SCSS-Themes/buttons/switch/bootstrap5.scss +11 -0
  27. package/SCSS-Themes/buttons/switch/fabric-dark.scss +11 -0
  28. package/SCSS-Themes/buttons/switch/fabric.scss +11 -0
  29. package/SCSS-Themes/buttons/switch/fluent-dark.scss +11 -0
  30. package/SCSS-Themes/buttons/switch/fluent.scss +11 -0
  31. package/SCSS-Themes/buttons/switch/highcontrast.scss +11 -0
  32. package/SCSS-Themes/buttons/switch/material-dark.scss +11 -0
  33. package/SCSS-Themes/buttons/switch/material.scss +11 -0
  34. package/SCSS-Themes/buttons/switch/material3-dark.scss +11 -0
  35. package/SCSS-Themes/buttons/switch/material3.scss +11 -0
  36. package/SCSS-Themes/buttons/switch/tailwind-dark.scss +11 -0
  37. package/SCSS-Themes/buttons/switch/tailwind.scss +11 -0
  38. package/SCSS-Themes/calendars/datepicker/bootstrap-dark.scss +39 -14
  39. package/SCSS-Themes/calendars/datepicker/bootstrap.scss +39 -14
  40. package/SCSS-Themes/calendars/datepicker/bootstrap4.scss +39 -14
  41. package/SCSS-Themes/calendars/datepicker/bootstrap5-dark.scss +40 -15
  42. package/SCSS-Themes/calendars/datepicker/bootstrap5.scss +40 -15
  43. package/SCSS-Themes/calendars/datepicker/fabric-dark.scss +38 -13
  44. package/SCSS-Themes/calendars/datepicker/fabric.scss +40 -15
  45. package/SCSS-Themes/calendars/datepicker/fluent-dark.scss +38 -13
  46. package/SCSS-Themes/calendars/datepicker/fluent.scss +38 -13
  47. package/SCSS-Themes/calendars/datepicker/highcontrast.scss +39 -14
  48. package/SCSS-Themes/calendars/datepicker/material-dark.scss +38 -13
  49. package/SCSS-Themes/calendars/datepicker/material.scss +38 -13
  50. package/SCSS-Themes/calendars/datepicker/material3-dark.scss +38 -13
  51. package/SCSS-Themes/calendars/datepicker/material3.scss +38 -13
  52. package/SCSS-Themes/calendars/datepicker/tailwind-dark.scss +42 -17
  53. package/SCSS-Themes/calendars/datepicker/tailwind.scss +42 -17
  54. package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +52 -23
  55. package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +52 -23
  56. package/SCSS-Themes/calendars/daterangepicker/bootstrap4.scss +52 -23
  57. package/SCSS-Themes/calendars/daterangepicker/bootstrap5-dark.scss +52 -23
  58. package/SCSS-Themes/calendars/daterangepicker/bootstrap5.scss +52 -23
  59. package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +52 -23
  60. package/SCSS-Themes/calendars/daterangepicker/fabric.scss +52 -23
  61. package/SCSS-Themes/calendars/daterangepicker/fluent-dark.scss +52 -23
  62. package/SCSS-Themes/calendars/daterangepicker/fluent.scss +52 -23
  63. package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +52 -23
  64. package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +52 -23
  65. package/SCSS-Themes/calendars/daterangepicker/material.scss +52 -23
  66. package/SCSS-Themes/calendars/daterangepicker/material3-dark.scss +56 -24
  67. package/SCSS-Themes/calendars/daterangepicker/material3.scss +56 -24
  68. package/SCSS-Themes/calendars/daterangepicker/tailwind-dark.scss +53 -24
  69. package/SCSS-Themes/calendars/daterangepicker/tailwind.scss +53 -24
  70. package/SCSS-Themes/calendars/timepicker/bootstrap-dark.scss +19 -2
  71. package/SCSS-Themes/calendars/timepicker/bootstrap.scss +19 -2
  72. package/SCSS-Themes/calendars/timepicker/bootstrap4.scss +19 -2
  73. package/SCSS-Themes/calendars/timepicker/bootstrap5-dark.scss +19 -2
  74. package/SCSS-Themes/calendars/timepicker/bootstrap5.scss +19 -2
  75. package/SCSS-Themes/calendars/timepicker/fabric-dark.scss +19 -2
  76. package/SCSS-Themes/calendars/timepicker/fabric.scss +21 -4
  77. package/SCSS-Themes/calendars/timepicker/fluent-dark.scss +19 -2
  78. package/SCSS-Themes/calendars/timepicker/fluent.scss +19 -2
  79. package/SCSS-Themes/calendars/timepicker/highcontrast.scss +19 -2
  80. package/SCSS-Themes/calendars/timepicker/material-dark.scss +19 -2
  81. package/SCSS-Themes/calendars/timepicker/material.scss +19 -2
  82. package/SCSS-Themes/calendars/timepicker/material3-dark.scss +19 -2
  83. package/SCSS-Themes/calendars/timepicker/material3.scss +19 -2
  84. package/SCSS-Themes/calendars/timepicker/tailwind-dark.scss +19 -2
  85. package/SCSS-Themes/calendars/timepicker/tailwind.scss +19 -2
  86. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +15 -0
  87. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +15 -0
  88. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +15 -0
  89. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +15 -0
  90. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +15 -0
  91. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +15 -0
  92. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +15 -0
  93. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +15 -0
  94. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +15 -0
  95. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +15 -0
  96. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +15 -0
  97. package/SCSS-Themes/documenteditor/document-editor/material.scss +15 -0
  98. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +15 -0
  99. package/SCSS-Themes/documenteditor/document-editor/material3.scss +15 -0
  100. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +15 -0
  101. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +15 -0
  102. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +2 -0
  103. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +2 -0
  104. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +2 -0
  105. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +2 -0
  106. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +2 -0
  107. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -0
  108. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -0
  109. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +2 -0
  110. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +2 -0
  111. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +2 -0
  112. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -0
  113. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -0
  114. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +2 -0
  115. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +2 -0
  116. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +2 -0
  117. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +2 -0
  118. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +0 -6
  119. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +0 -6
  120. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +4 -10
  121. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +0 -6
  122. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +0 -6
  123. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +0 -6
  124. package/SCSS-Themes/dropdowns/list-box/fabric.scss +0 -6
  125. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +4 -10
  126. package/SCSS-Themes/dropdowns/list-box/fluent.scss +4 -10
  127. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +0 -6
  128. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +0 -6
  129. package/SCSS-Themes/dropdowns/list-box/material.scss +0 -6
  130. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +4 -10
  131. package/SCSS-Themes/dropdowns/list-box/material3.scss +4 -10
  132. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +3 -9
  133. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +3 -9
  134. package/SCSS-Themes/fabric-dark.scss +1759 -260
  135. package/SCSS-Themes/fabric.scss +1763 -264
  136. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  137. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  138. package/SCSS-Themes/fluent-dark.scss +1729 -266
  139. package/SCSS-Themes/fluent.scss +1729 -266
  140. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +130 -107
  141. package/SCSS-Themes/gantt/gantt/bootstrap.scss +130 -107
  142. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +130 -107
  143. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +130 -107
  144. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +130 -107
  145. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +130 -107
  146. package/SCSS-Themes/gantt/gantt/fabric.scss +130 -107
  147. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +130 -107
  148. package/SCSS-Themes/gantt/gantt/fluent.scss +130 -107
  149. package/SCSS-Themes/gantt/gantt/highcontrast.scss +130 -107
  150. package/SCSS-Themes/gantt/gantt/material-dark.scss +130 -107
  151. package/SCSS-Themes/gantt/gantt/material.scss +130 -107
  152. package/SCSS-Themes/gantt/gantt/material3-dark.scss +130 -107
  153. package/SCSS-Themes/gantt/gantt/material3.scss +130 -107
  154. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +130 -107
  155. package/SCSS-Themes/gantt/gantt/tailwind.scss +130 -107
  156. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +644 -34
  157. package/SCSS-Themes/grids/grid/bootstrap.scss +644 -34
  158. package/SCSS-Themes/grids/grid/bootstrap4.scss +644 -34
  159. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +644 -34
  160. package/SCSS-Themes/grids/grid/bootstrap5.scss +644 -34
  161. package/SCSS-Themes/grids/grid/fabric-dark.scss +644 -34
  162. package/SCSS-Themes/grids/grid/fabric.scss +644 -34
  163. package/SCSS-Themes/grids/grid/fluent-dark.scss +645 -35
  164. package/SCSS-Themes/grids/grid/fluent.scss +645 -35
  165. package/SCSS-Themes/grids/grid/highcontrast.scss +644 -34
  166. package/SCSS-Themes/grids/grid/material-dark.scss +646 -36
  167. package/SCSS-Themes/grids/grid/material.scss +644 -34
  168. package/SCSS-Themes/grids/grid/material3-dark.scss +645 -35
  169. package/SCSS-Themes/grids/grid/material3.scss +645 -35
  170. package/SCSS-Themes/grids/grid/tailwind-dark.scss +644 -34
  171. package/SCSS-Themes/grids/grid/tailwind.scss +644 -34
  172. package/SCSS-Themes/highcontrast.scss +1761 -262
  173. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +98 -2
  174. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +98 -2
  175. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +98 -2
  176. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +98 -2
  177. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +98 -2
  178. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +98 -2
  179. package/SCSS-Themes/image-editor/image-editor/fabric.scss +98 -2
  180. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +98 -2
  181. package/SCSS-Themes/image-editor/image-editor/fluent.scss +98 -2
  182. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +99 -3
  183. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +98 -2
  184. package/SCSS-Themes/image-editor/image-editor/material.scss +98 -2
  185. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +99 -3
  186. package/SCSS-Themes/image-editor/image-editor/material3.scss +99 -3
  187. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +98 -2
  188. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +98 -2
  189. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +89 -10
  190. package/SCSS-Themes/inputs/input/bootstrap.scss +89 -10
  191. package/SCSS-Themes/inputs/input/bootstrap4.scss +89 -10
  192. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +89 -10
  193. package/SCSS-Themes/inputs/input/bootstrap5.scss +89 -10
  194. package/SCSS-Themes/inputs/input/fabric-dark.scss +89 -10
  195. package/SCSS-Themes/inputs/input/fabric.scss +89 -10
  196. package/SCSS-Themes/inputs/input/fluent-dark.scss +89 -10
  197. package/SCSS-Themes/inputs/input/fluent.scss +89 -10
  198. package/SCSS-Themes/inputs/input/highcontrast.scss +89 -10
  199. package/SCSS-Themes/inputs/input/material-dark.scss +91 -12
  200. package/SCSS-Themes/inputs/input/material.scss +91 -12
  201. package/SCSS-Themes/inputs/input/material3-dark.scss +91 -12
  202. package/SCSS-Themes/inputs/input/material3.scss +91 -12
  203. package/SCSS-Themes/inputs/input/tailwind-dark.scss +89 -10
  204. package/SCSS-Themes/inputs/input/tailwind.scss +89 -10
  205. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +3 -8
  206. package/SCSS-Themes/inputs/rating/bootstrap.scss +3 -8
  207. package/SCSS-Themes/inputs/rating/bootstrap4.scss +3 -8
  208. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +3 -8
  209. package/SCSS-Themes/inputs/rating/bootstrap5.scss +3 -8
  210. package/SCSS-Themes/inputs/rating/fabric-dark.scss +3 -8
  211. package/SCSS-Themes/inputs/rating/fabric.scss +3 -8
  212. package/SCSS-Themes/inputs/rating/fluent-dark.scss +3 -8
  213. package/SCSS-Themes/inputs/rating/fluent.scss +3 -8
  214. package/SCSS-Themes/inputs/rating/highcontrast.scss +3 -8
  215. package/SCSS-Themes/inputs/rating/material-dark.scss +3 -8
  216. package/SCSS-Themes/inputs/rating/material.scss +3 -8
  217. package/SCSS-Themes/inputs/rating/material3-dark.scss +3 -8
  218. package/SCSS-Themes/inputs/rating/material3.scss +3 -8
  219. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +3 -8
  220. package/SCSS-Themes/inputs/rating/tailwind.scss +3 -8
  221. package/SCSS-Themes/material-dark.scss +1762 -264
  222. package/SCSS-Themes/material.scss +1761 -262
  223. package/SCSS-Themes/material3-dark.scss +1739 -272
  224. package/SCSS-Themes/material3.scss +1740 -272
  225. package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +1 -0
  226. package/SCSS-Themes/navigations/accordion/bootstrap.scss +1 -0
  227. package/SCSS-Themes/navigations/accordion/bootstrap4.scss +1 -0
  228. package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +1 -0
  229. package/SCSS-Themes/navigations/accordion/bootstrap5.scss +1 -0
  230. package/SCSS-Themes/navigations/accordion/fabric-dark.scss +1 -0
  231. package/SCSS-Themes/navigations/accordion/fabric.scss +1 -0
  232. package/SCSS-Themes/navigations/accordion/fluent-dark.scss +1 -0
  233. package/SCSS-Themes/navigations/accordion/fluent.scss +1 -0
  234. package/SCSS-Themes/navigations/accordion/highcontrast.scss +1 -0
  235. package/SCSS-Themes/navigations/accordion/material-dark.scss +1 -0
  236. package/SCSS-Themes/navigations/accordion/material.scss +1 -0
  237. package/SCSS-Themes/navigations/accordion/material3-dark.scss +1 -0
  238. package/SCSS-Themes/navigations/accordion/material3.scss +1 -0
  239. package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +1 -0
  240. package/SCSS-Themes/navigations/accordion/tailwind.scss +1 -0
  241. package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +8 -3
  242. package/SCSS-Themes/navigations/menu/bootstrap.scss +8 -3
  243. package/SCSS-Themes/navigations/menu/bootstrap4.scss +8 -3
  244. package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +8 -3
  245. package/SCSS-Themes/navigations/menu/bootstrap5.scss +8 -3
  246. package/SCSS-Themes/navigations/menu/fabric-dark.scss +8 -3
  247. package/SCSS-Themes/navigations/menu/fabric.scss +8 -3
  248. package/SCSS-Themes/navigations/menu/fluent-dark.scss +8 -3
  249. package/SCSS-Themes/navigations/menu/fluent.scss +8 -3
  250. package/SCSS-Themes/navigations/menu/highcontrast.scss +8 -3
  251. package/SCSS-Themes/navigations/menu/material-dark.scss +8 -3
  252. package/SCSS-Themes/navigations/menu/material.scss +8 -3
  253. package/SCSS-Themes/navigations/menu/material3-dark.scss +8 -3
  254. package/SCSS-Themes/navigations/menu/material3.scss +8 -3
  255. package/SCSS-Themes/navigations/menu/tailwind-dark.scss +8 -3
  256. package/SCSS-Themes/navigations/menu/tailwind.scss +8 -3
  257. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +2 -2
  258. package/SCSS-Themes/navigations/tab/tailwind.scss +2 -2
  259. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +4 -4
  260. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +4 -4
  261. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +1 -1
  262. package/SCSS-Themes/navigations/toolbar/material3.scss +1 -1
  263. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +2 -2
  264. package/SCSS-Themes/navigations/toolbar/tailwind.scss +2 -2
  265. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +3 -1
  266. package/SCSS-Themes/notifications/message/bootstrap.scss +3 -1
  267. package/SCSS-Themes/notifications/message/bootstrap4.scss +3 -1
  268. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +3 -1
  269. package/SCSS-Themes/notifications/message/bootstrap5.scss +3 -1
  270. package/SCSS-Themes/notifications/message/fabric-dark.scss +3 -1
  271. package/SCSS-Themes/notifications/message/fabric.scss +3 -1
  272. package/SCSS-Themes/notifications/message/fluent-dark.scss +3 -1
  273. package/SCSS-Themes/notifications/message/fluent.scss +3 -1
  274. package/SCSS-Themes/notifications/message/highcontrast.scss +3 -1
  275. package/SCSS-Themes/notifications/message/material-dark.scss +3 -1
  276. package/SCSS-Themes/notifications/message/material.scss +3 -1
  277. package/SCSS-Themes/notifications/message/material3-dark.scss +3 -1
  278. package/SCSS-Themes/notifications/message/material3.scss +3 -1
  279. package/SCSS-Themes/notifications/message/tailwind-dark.scss +3 -1
  280. package/SCSS-Themes/notifications/message/tailwind.scss +3 -1
  281. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +6 -1
  282. package/SCSS-Themes/notifications/toast/bootstrap.scss +6 -1
  283. package/SCSS-Themes/notifications/toast/bootstrap4.scss +6 -1
  284. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +6 -1
  285. package/SCSS-Themes/notifications/toast/bootstrap5.scss +6 -1
  286. package/SCSS-Themes/notifications/toast/fabric-dark.scss +6 -1
  287. package/SCSS-Themes/notifications/toast/fabric.scss +6 -1
  288. package/SCSS-Themes/notifications/toast/fluent-dark.scss +6 -1
  289. package/SCSS-Themes/notifications/toast/fluent.scss +6 -1
  290. package/SCSS-Themes/notifications/toast/highcontrast.scss +6 -1
  291. package/SCSS-Themes/notifications/toast/material-dark.scss +6 -1
  292. package/SCSS-Themes/notifications/toast/material.scss +6 -1
  293. package/SCSS-Themes/notifications/toast/material3-dark.scss +6 -1
  294. package/SCSS-Themes/notifications/toast/material3.scss +6 -1
  295. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +6 -1
  296. package/SCSS-Themes/notifications/toast/tailwind.scss +6 -1
  297. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +2 -3
  298. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +2 -3
  299. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +2 -3
  300. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +2 -3
  301. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +2 -3
  302. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +2 -3
  303. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +2 -3
  304. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +2 -3
  305. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +2 -3
  306. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +2 -3
  307. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +2 -3
  308. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +2 -3
  309. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +2 -3
  310. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +2 -3
  311. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +2 -3
  312. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +2 -3
  313. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +80 -40
  314. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +81 -41
  315. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +80 -40
  316. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +80 -40
  317. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +80 -40
  318. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +80 -40
  319. package/SCSS-Themes/pivotview/pivotview/fabric.scss +80 -40
  320. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +80 -40
  321. package/SCSS-Themes/pivotview/pivotview/fluent.scss +80 -40
  322. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +80 -40
  323. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +80 -40
  324. package/SCSS-Themes/pivotview/pivotview/material.scss +80 -40
  325. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +80 -40
  326. package/SCSS-Themes/pivotview/pivotview/material3.scss +80 -40
  327. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +80 -40
  328. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +80 -40
  329. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  330. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  331. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +489 -6
  332. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +489 -6
  333. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +489 -6
  334. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +489 -6
  335. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +489 -6
  336. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +489 -6
  337. package/SCSS-Themes/ribbon/ribbon/fabric.scss +489 -6
  338. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +489 -6
  339. package/SCSS-Themes/ribbon/ribbon/fluent.scss +489 -6
  340. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +489 -6
  341. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +489 -6
  342. package/SCSS-Themes/ribbon/ribbon/material.scss +489 -6
  343. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +490 -6
  344. package/SCSS-Themes/ribbon/ribbon/material3.scss +490 -6
  345. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +489 -6
  346. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +489 -6
  347. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +15 -0
  348. package/SCSS-Themes/schedule/schedule/bootstrap.scss +15 -0
  349. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +15 -0
  350. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +15 -0
  351. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +15 -0
  352. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +15 -0
  353. package/SCSS-Themes/schedule/schedule/fabric.scss +15 -0
  354. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +15 -0
  355. package/SCSS-Themes/schedule/schedule/fluent.scss +15 -0
  356. package/SCSS-Themes/schedule/schedule/highcontrast.scss +15 -0
  357. package/SCSS-Themes/schedule/schedule/material-dark.scss +15 -0
  358. package/SCSS-Themes/schedule/schedule/material.scss +15 -0
  359. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  360. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  361. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +15 -0
  362. package/SCSS-Themes/schedule/schedule/tailwind.scss +15 -0
  363. package/SCSS-Themes/tailwind-dark.scss +1736 -272
  364. package/SCSS-Themes/tailwind.scss +1736 -272
  365. package/package.json +1 -1
@@ -312,7 +312,7 @@ $gantt-split-container-line-border-color: rgba($outline);
312
312
  }
313
313
  }
314
314
 
315
- @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
315
+ @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name =='Material3') {
316
316
  .e-left-resize-gripper::before,
317
317
  .e-right-resize-gripper::before {
318
318
  content: '\e888';
@@ -347,6 +347,7 @@ $gantt-split-container-line-border-color: rgba($outline);
347
347
  .e-connectorpoint-right-hover {
348
348
  background-color: $connector-point-hover-color;
349
349
  border-color: $connector-point-border-color;
350
+ position: relative;
350
351
  }
351
352
 
352
353
  .e-connectorpoint-left-hover:hover,
@@ -355,6 +356,17 @@ $gantt-split-container-line-border-color: rgba($outline);
355
356
  border-color: $connector-point-border-color;
356
357
  outline: 2px solid $connector-point-hover-outerline-color;
357
358
  }
359
+ .e-connectorpoint-left-hover::after,
360
+ .e-connectorpoint-right-hover::after{
361
+ content: '';
362
+ position: absolute;
363
+ width: 30px;
364
+ height: 40px;
365
+ top: -10px;
366
+ }
367
+ .e-connectorpoint-allow-block {
368
+ cursor: no-drop;
369
+ }
358
370
  }
359
371
 
360
372
  .e-tab .e-content {
@@ -455,7 +467,7 @@ $gantt-split-container-line-border-color: rgba($outline);
455
467
  .e-gantt-dialog {
456
468
  .e-dialog {
457
469
  border-radius: 6px;
458
- width: $gantt-bigger-dialog-width;
470
+ //width: $gantt-bigger-dialog-width;
459
471
  }
460
472
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
461
473
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -692,10 +704,6 @@ $gantt-split-container-line-border-color: rgba($outline);
692
704
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
693
705
  border-left-color: $connector-line-hover-color;
694
706
  }
695
- .e-toolbar-right{
696
- left: auto !important; /* stylelint-disable-line declaration-no-important */
697
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
698
- }
699
707
  .e-gantt-chart{
700
708
  .e-timeline-header-container{
701
709
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
@@ -1085,6 +1093,14 @@ $gantt-split-container-line-border-color: rgba($outline);
1085
1093
  z-index: 3;
1086
1094
  }
1087
1095
 
1096
+ .e-taskbar-main-container:hover{
1097
+ z-index: 4;
1098
+ }
1099
+
1100
+ .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
1101
+ z-index: 4;
1102
+ }
1103
+
1088
1104
  .e-left-label-container.e-left-label-temp-container {
1089
1105
  align-items: center;
1090
1106
  display: inline-flex;
@@ -1255,28 +1271,24 @@ $gantt-split-container-line-border-color: rgba($outline);
1255
1271
  height: 16px;
1256
1272
  width: 16px;
1257
1273
  left: 14px;
1258
- background: $gantt-masked-table-background-color;
1259
1274
  }
1260
1275
 
1261
1276
  .e-innerHTML1 {
1262
1277
  height: 16px;
1263
1278
  width: 16px;
1264
1279
  left: 30px;
1265
- background: $gantt-masked-table-background-color;
1266
1280
  }
1267
1281
 
1268
1282
  .e-innerHTML2 {
1269
1283
  height: 16px;
1270
1284
  width: 16px;
1271
1285
  left: 60px;
1272
- background: $gantt-masked-table-background-color;
1273
1286
  }
1274
1287
 
1275
1288
  .e-timelineHeader {
1276
1289
  height: 16px;
1277
1290
  width: 82px;
1278
1291
  left: 20px;
1279
- background: $gantt-masked-table-background-color;
1280
1292
  }
1281
1293
 
1282
1294
  .e-maskcell01 {
@@ -1284,14 +1296,12 @@ $gantt-split-container-line-border-color: rgba($outline);
1284
1296
  width: 88px;
1285
1297
  left: 14px;
1286
1298
  border-radius: 0;
1287
- background: $gantt-masked-table-background-color;
1288
1299
  }
1289
1300
 
1290
1301
  .e-maskcell02 {
1291
1302
  height: 18px;
1292
1303
  width: 410px;
1293
1304
  border-radius: 0;
1294
- background: $gantt-masked-table-background-color;
1295
1305
  }
1296
1306
 
1297
1307
  .e-maskcell03 {
@@ -1299,14 +1309,12 @@ $gantt-split-container-line-border-color: rgba($outline);
1299
1309
  width: 88px;
1300
1310
  left: 14px;
1301
1311
  border-radius: 0;
1302
- background: $gantt-masked-table-background-color;
1303
1312
  }
1304
1313
 
1305
1314
  .e-maskcell04 {
1306
1315
  height: 18px;
1307
1316
  width: 208px;
1308
1317
  border-radius: 0;
1309
- background: $gantt-masked-table-background-color;
1310
1318
  }
1311
1319
 
1312
1320
  .e-maskcell05 {
@@ -1314,7 +1322,6 @@ $gantt-split-container-line-border-color: rgba($outline);
1314
1322
  width: 108px;
1315
1323
  left: 64px;
1316
1324
  border-radius: 0;
1317
- background: $gantt-masked-table-background-color;
1318
1325
  }
1319
1326
 
1320
1327
  .e-maskcell06 {
@@ -1322,7 +1329,6 @@ $gantt-split-container-line-border-color: rgba($outline);
1322
1329
  width: 195px;
1323
1330
  left: 192px;
1324
1331
  border-radius: 0;
1325
- background: $gantt-masked-table-background-color;
1326
1332
  }
1327
1333
 
1328
1334
  .e-maskcell07 {
@@ -1330,7 +1336,6 @@ $gantt-split-container-line-border-color: rgba($outline);
1330
1336
  width: 156px;
1331
1337
  left: 388px;
1332
1338
  border-radius: 0;
1333
- background: $gantt-masked-table-background-color;
1334
1339
  }
1335
1340
 
1336
1341
  .e-taskbar-left-resizer,
@@ -1491,7 +1496,7 @@ $gantt-split-container-line-border-color: rgba($outline);
1491
1496
  border-left: 1px dashed;
1492
1497
  position: absolute;
1493
1498
  width: 1px;
1494
- z-index: 2;
1499
+ z-index: 4;
1495
1500
 
1496
1501
  .e-span-label {
1497
1502
  border-radius: 3px;
@@ -1777,10 +1782,6 @@ $gantt-split-container-line-border-color: rgba($outline);
1777
1782
  }
1778
1783
  }
1779
1784
 
1780
- .e-icon-rowselect::before {
1781
- content: '\e930';
1782
- }
1783
-
1784
1785
  .e-ganttpopup {
1785
1786
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1786
1787
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1843,6 +1844,13 @@ $gantt-split-container-line-border-color: rgba($outline);
1843
1844
  .e-bigger .e-gantt .e-gantt-chart .e-label {
1844
1845
  font-size: $gantt-bigger-label-font-size;
1845
1846
  }
1847
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div{
1848
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1849
+ }
1850
+ .e-bigger .e-timeline-single-header-cell {
1851
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1852
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1853
+ }
1846
1854
 
1847
1855
  .e-gantt-tooltip-label {
1848
1856
  padding-bottom: 2px;
@@ -1903,16 +1911,16 @@ $gantt-split-container-line-border-color: rgba($outline);
1903
1911
  font-size: 12px;
1904
1912
  }
1905
1913
 
1906
- .e-right-resize-gripper,
1907
- .e-left-resize-gripper {
1908
- border: 7px solid;
1909
- z-index: -1;
1914
+ // .e-right-resize-gripper,
1915
+ // .e-left-resize-gripper {
1916
+ // border: 7px solid;
1917
+ // z-index: -1;
1910
1918
 
1911
- &::before {
1912
- font-size: 14px;
1913
- margin-left: -7px;
1914
- }
1915
- }
1919
+ // &::before {
1920
+ // font-size: 14px;
1921
+ // margin-left: -7px;
1922
+ // }
1923
+ // }
1916
1924
 
1917
1925
  .e-dependent-div .e-content {
1918
1926
  height: 100%;
@@ -1997,6 +2005,11 @@ $gantt-split-container-line-border-color: rgba($outline);
1997
2005
  }
1998
2006
  }
1999
2007
  }
2008
+ .e-gantt-chart-resize-indicator{
2009
+ height: 100%;
2010
+ position: absolute;
2011
+ z-index: 1;
2012
+ }
2000
2013
  }
2001
2014
 
2002
2015
 
@@ -2485,105 +2498,106 @@ $gantt-split-container-line-border-color: rgba($outline);
2485
2498
  .e-grid .e-gridpopup .e-spanclicked {
2486
2499
  border-color: $gantt-gridpopup-span;
2487
2500
  }
2501
+ }
2488
2502
 
2489
- .e-active-parent-task {
2490
- border-radius: 4px;
2491
- box-shadow: 4px 4px 3px 0 $gantt-active-parent-shadow;
2503
+ // .e-active-parent-task {
2504
+ // border-radius: 4px;
2505
+ // box-shadow: 4px 4px 3px 0 $gantt-active-parent-shadow;
2492
2506
 
2493
- .e-gantt-parent-taskbar-inner-div {
2494
- background: $gantt-active-parent-task;
2495
- border: $gantt-active-parent-task;
2496
- }
2507
+ // .e-gantt-parent-taskbar-inner-div {
2508
+ // background: $gantt-active-parent-task;
2509
+ // border: $gantt-active-parent-task;
2510
+ // }
2497
2511
 
2498
- .e-gantt-parent-progressbar-inner-div {
2499
- background-color: transparent;
2500
- border: transparent;
2501
- }
2512
+ // .e-gantt-parent-progressbar-inner-div {
2513
+ // background-color: transparent;
2514
+ // border: transparent;
2515
+ // }
2502
2516
 
2503
- .e-task-label {
2504
- color: transparent;
2505
- }
2506
- }
2517
+ // .e-task-label {
2518
+ // color: transparent;
2519
+ // }
2520
+ // }
2507
2521
 
2508
- .e-predecessor-touch-mode {
2522
+ // .e-predecessor-touch-mode {
2509
2523
 
2510
- .e-task-label {
2511
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
2512
- }
2524
+ // .e-task-label {
2525
+ // color: transparent !important; /* stylelint-disable-line declaration-no-important */
2526
+ // }
2513
2527
 
2514
- .e-line {
2515
- border-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2516
- }
2528
+ // .e-line {
2529
+ // border-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2530
+ // }
2517
2531
 
2518
- .e-connector-line-right-arrow {
2519
- border-left-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2520
- }
2532
+ // .e-connector-line-right-arrow {
2533
+ // border-left-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2534
+ // }
2521
2535
 
2522
- .e-connector-line-left-arrow {
2523
- border-right-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2524
- }
2536
+ // .e-connector-line-left-arrow {
2537
+ // border-right-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2538
+ // }
2525
2539
 
2526
- .e-gantt-child-taskbar-inner-div {
2527
- background: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
2528
- border: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
2529
- }
2540
+ // .e-gantt-child-taskbar-inner-div {
2541
+ // background: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
2542
+ // border: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
2543
+ // }
2530
2544
 
2531
- .e-gantt-child-progressbar-inner-div {
2532
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2533
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2534
- }
2545
+ // .e-gantt-child-progressbar-inner-div {
2546
+ // background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2547
+ // border: transparent !important; /* stylelint-disable-line declaration-no-important */
2548
+ // }
2535
2549
 
2536
- .e-gantt-milestone {
2537
- background-color: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
2538
- }
2550
+ // .e-gantt-milestone {
2551
+ // background-color: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
2552
+ // }
2539
2553
 
2540
- .e-gantt-parent-taskbar-inner-div {
2541
- background-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2542
- border: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2543
- }
2554
+ // .e-gantt-parent-taskbar-inner-div {
2555
+ // background-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2556
+ // border: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
2557
+ // }
2544
2558
 
2545
- .e-gantt-parent-progressbar-inner-div {
2546
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2547
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2548
- }
2559
+ // .e-gantt-parent-progressbar-inner-div {
2560
+ // background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2561
+ // border: transparent !important; /* stylelint-disable-line declaration-no-important */
2562
+ // }
2549
2563
 
2550
- .e-active-child-task {
2564
+ // .e-active-child-task {
2551
2565
 
2552
- .e-gantt-child-taskbar-inner-div {
2553
- background: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2554
- border: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2555
- }
2566
+ // .e-gantt-child-taskbar-inner-div {
2567
+ // background: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2568
+ // border: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2569
+ // }
2556
2570
 
2557
- .e-gantt-milestone {
2558
- background-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2559
- }
2560
- }
2571
+ // .e-gantt-milestone {
2572
+ // background-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2573
+ // }
2574
+ // }
2561
2575
 
2562
- .e-active-connected-task {
2576
+ // .e-active-connected-task {
2563
2577
 
2564
- .e-gantt-child-taskbar-inner-div {
2565
- background: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
2566
- border: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
2567
- }
2578
+ // .e-gantt-child-taskbar-inner-div {
2579
+ // background: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
2580
+ // border: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
2581
+ // }
2568
2582
 
2569
- .e-gantt-milestone {
2570
- background-color: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
2571
- }
2583
+ // .e-gantt-milestone {
2584
+ // background-color: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
2585
+ // }
2572
2586
 
2573
- .e-line {
2574
- border-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2575
- }
2587
+ // .e-line {
2588
+ // border-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2589
+ // }
2576
2590
 
2577
- .e-connector-line-right-arrow {
2578
- border-left-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2579
- }
2591
+ // .e-connector-line-right-arrow {
2592
+ // border-left-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2593
+ // }
2580
2594
 
2581
- .e-connector-line-left-arrow {
2582
- border-right-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2583
- }
2584
- }
2585
- }
2586
- }
2595
+ // .e-connector-line-left-arrow {
2596
+ // border-right-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
2597
+ // }
2598
+ // }
2599
+ // }
2600
+ // }
2587
2601
 
2588
2602
  .e-icons {
2589
2603
  color: $gantt-icons-color;
@@ -2732,6 +2746,11 @@ $gantt-split-container-line-border-color: rgba($outline);
2732
2746
  border: 1px solid $gantt-critical-child-progress-bar;
2733
2747
  }
2734
2748
  }
2749
+ .e-gantt-chart-resize-indicator{
2750
+ border: 1px dashed $gantt-child-task-bar;
2751
+ border-bottom: none;
2752
+ border-top: none;
2753
+ }
2735
2754
  }
2736
2755
 
2737
2756
 
@@ -2851,6 +2870,10 @@ $gantt-split-container-line-border-color: rgba($outline);
2851
2870
  }
2852
2871
  }
2853
2872
 
2873
+ .e-icon-rowselect::before {
2874
+ content: '\e7d4';
2875
+ }
2876
+
2854
2877
  .e-gantt-tooltip-arrow-left::before {
2855
2878
  content: '\e773';
2856
2879
  }