@syncfusion/blazor-themes 28.2.4 → 28.2.6

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 (371) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +12 -3
  2. package/Compiled-Themes/bds-dark.css +16 -3
  3. package/Compiled-Themes/bds-lite.css +12 -3
  4. package/Compiled-Themes/bds.css +16 -3
  5. package/Compiled-Themes/bootstrap-dark-lite.css +12 -3
  6. package/Compiled-Themes/bootstrap-dark.css +16 -3
  7. package/Compiled-Themes/bootstrap-lite.css +12 -3
  8. package/Compiled-Themes/bootstrap.css +16 -3
  9. package/Compiled-Themes/bootstrap4-lite.css +12 -3
  10. package/Compiled-Themes/bootstrap4.css +16 -3
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +12 -3
  12. package/Compiled-Themes/bootstrap5-dark.css +16 -3
  13. package/Compiled-Themes/bootstrap5-lite.css +12 -3
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +30 -13
  15. package/Compiled-Themes/bootstrap5.3-dark.css +34 -13
  16. package/Compiled-Themes/bootstrap5.3-lite.css +37 -20
  17. package/Compiled-Themes/bootstrap5.3.css +41 -20
  18. package/Compiled-Themes/bootstrap5.css +16 -3
  19. package/Compiled-Themes/fabric-dark-lite.css +12 -3
  20. package/Compiled-Themes/fabric-dark.css +16 -3
  21. package/Compiled-Themes/fabric-lite.css +12 -3
  22. package/Compiled-Themes/fabric.css +16 -3
  23. package/Compiled-Themes/fluent-dark-lite.css +12 -3
  24. package/Compiled-Themes/fluent-dark.css +16 -3
  25. package/Compiled-Themes/fluent-lite.css +12 -3
  26. package/Compiled-Themes/fluent.css +16 -3
  27. package/Compiled-Themes/fluent2-dark-lite.css +16 -7
  28. package/Compiled-Themes/fluent2-dark.css +20 -7
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +16 -7
  30. package/Compiled-Themes/fluent2-highcontrast.css +20 -7
  31. package/Compiled-Themes/fluent2-lite.css +16 -7
  32. package/Compiled-Themes/fluent2.css +20 -7
  33. package/Compiled-Themes/highcontrast-lite.css +12 -3
  34. package/Compiled-Themes/highcontrast.css +16 -3
  35. package/Compiled-Themes/material-dark-lite.css +25 -3
  36. package/Compiled-Themes/material-dark.css +29 -3
  37. package/Compiled-Themes/material-lite.css +25 -3
  38. package/Compiled-Themes/material.css +29 -3
  39. package/Compiled-Themes/material3-dark-lite.css +25 -3
  40. package/Compiled-Themes/material3-dark.css +29 -3
  41. package/Compiled-Themes/material3-lite.css +25 -3
  42. package/Compiled-Themes/material3.css +29 -3
  43. package/Compiled-Themes/tailwind-dark-lite.css +12 -3
  44. package/Compiled-Themes/tailwind-dark.css +16 -3
  45. package/Compiled-Themes/tailwind-lite.css +12 -3
  46. package/Compiled-Themes/tailwind.css +16 -3
  47. package/Compiled-Themes/tailwind3-dark-lite.css +12 -3
  48. package/Compiled-Themes/tailwind3-dark.css +16 -3
  49. package/Compiled-Themes/tailwind3-lite.css +12 -3
  50. package/Compiled-Themes/tailwind3.css +16 -3
  51. package/SCSS-Themes/base/bootstrap5.3-dark-lite.scss +7 -7
  52. package/SCSS-Themes/base/bootstrap5.3-dark.scss +7 -7
  53. package/SCSS-Themes/base/bootstrap5.3-lite.scss +14 -14
  54. package/SCSS-Themes/base/bootstrap5.3.scss +14 -14
  55. package/SCSS-Themes/bds-dark-lite.scss +50 -3
  56. package/SCSS-Themes/bds-dark.scss +62 -3
  57. package/SCSS-Themes/bds-lite.scss +50 -3
  58. package/SCSS-Themes/bds.scss +62 -3
  59. package/SCSS-Themes/bootstrap-dark-lite.scss +50 -3
  60. package/SCSS-Themes/bootstrap-dark.scss +62 -3
  61. package/SCSS-Themes/bootstrap-lite.scss +50 -3
  62. package/SCSS-Themes/bootstrap.scss +62 -3
  63. package/SCSS-Themes/bootstrap4-lite.scss +50 -3
  64. package/SCSS-Themes/bootstrap4.scss +62 -3
  65. package/SCSS-Themes/bootstrap5-dark-lite.scss +50 -3
  66. package/SCSS-Themes/bootstrap5-dark.scss +62 -3
  67. package/SCSS-Themes/bootstrap5-lite.scss +50 -3
  68. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +59 -12
  69. package/SCSS-Themes/bootstrap5.3-dark.scss +71 -12
  70. package/SCSS-Themes/bootstrap5.3-lite.scss +66 -19
  71. package/SCSS-Themes/bootstrap5.3.scss +78 -19
  72. package/SCSS-Themes/bootstrap5.scss +62 -3
  73. package/SCSS-Themes/fabric-dark-lite.scss +50 -3
  74. package/SCSS-Themes/fabric-dark.scss +62 -3
  75. package/SCSS-Themes/fabric-lite.scss +50 -3
  76. package/SCSS-Themes/fabric.scss +62 -3
  77. package/SCSS-Themes/fluent-dark-lite.scss +50 -3
  78. package/SCSS-Themes/fluent-dark.scss +62 -3
  79. package/SCSS-Themes/fluent-lite.scss +50 -3
  80. package/SCSS-Themes/fluent.scss +62 -3
  81. package/SCSS-Themes/fluent2-dark-lite.scss +53 -6
  82. package/SCSS-Themes/fluent2-dark.scss +65 -6
  83. package/SCSS-Themes/fluent2-highcontrast-lite.scss +53 -6
  84. package/SCSS-Themes/fluent2-highcontrast.scss +65 -6
  85. package/SCSS-Themes/fluent2-lite.scss +53 -6
  86. package/SCSS-Themes/fluent2.scss +65 -6
  87. package/SCSS-Themes/grids/grid/bds-dark-lite.scss +7 -0
  88. package/SCSS-Themes/grids/grid/bds-dark.scss +19 -0
  89. package/SCSS-Themes/grids/grid/bds-lite.scss +7 -0
  90. package/SCSS-Themes/grids/grid/bds.scss +19 -0
  91. package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +7 -0
  92. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +19 -0
  93. package/SCSS-Themes/grids/grid/bootstrap-lite.scss +7 -0
  94. package/SCSS-Themes/grids/grid/bootstrap.scss +19 -0
  95. package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +7 -0
  96. package/SCSS-Themes/grids/grid/bootstrap4.scss +19 -0
  97. package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +7 -0
  98. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +19 -0
  99. package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +7 -0
  100. package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +7 -0
  101. package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -0
  102. package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +7 -0
  103. package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -0
  104. package/SCSS-Themes/grids/grid/bootstrap5.scss +19 -0
  105. package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +7 -0
  106. package/SCSS-Themes/grids/grid/fabric-dark.scss +19 -0
  107. package/SCSS-Themes/grids/grid/fabric-lite.scss +7 -0
  108. package/SCSS-Themes/grids/grid/fabric.scss +19 -0
  109. package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +7 -0
  110. package/SCSS-Themes/grids/grid/fluent-dark.scss +19 -0
  111. package/SCSS-Themes/grids/grid/fluent-lite.scss +7 -0
  112. package/SCSS-Themes/grids/grid/fluent.scss +19 -0
  113. package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +7 -0
  114. package/SCSS-Themes/grids/grid/fluent2-dark.scss +19 -0
  115. package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +7 -0
  116. package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +19 -0
  117. package/SCSS-Themes/grids/grid/fluent2-lite.scss +7 -0
  118. package/SCSS-Themes/grids/grid/fluent2.scss +19 -0
  119. package/SCSS-Themes/grids/grid/highcontrast-lite.scss +7 -0
  120. package/SCSS-Themes/grids/grid/highcontrast.scss +19 -0
  121. package/SCSS-Themes/grids/grid/material-dark-lite.scss +7 -0
  122. package/SCSS-Themes/grids/grid/material-dark.scss +19 -0
  123. package/SCSS-Themes/grids/grid/material-lite.scss +7 -0
  124. package/SCSS-Themes/grids/grid/material.scss +19 -0
  125. package/SCSS-Themes/grids/grid/material3-dark-lite.scss +7 -0
  126. package/SCSS-Themes/grids/grid/material3-dark.scss +19 -0
  127. package/SCSS-Themes/grids/grid/material3-lite.scss +7 -0
  128. package/SCSS-Themes/grids/grid/material3.scss +19 -0
  129. package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +7 -0
  130. package/SCSS-Themes/grids/grid/tailwind-dark.scss +19 -0
  131. package/SCSS-Themes/grids/grid/tailwind-lite.scss +7 -0
  132. package/SCSS-Themes/grids/grid/tailwind.scss +19 -0
  133. package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +7 -0
  134. package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -0
  135. package/SCSS-Themes/grids/grid/tailwind3-lite.scss +7 -0
  136. package/SCSS-Themes/grids/grid/tailwind3.scss +19 -0
  137. package/SCSS-Themes/highcontrast-lite.scss +50 -3
  138. package/SCSS-Themes/highcontrast.scss +62 -3
  139. package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
  140. package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
  141. package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
  142. package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
  143. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
  144. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
  145. package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
  146. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
  147. package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
  148. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
  149. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
  150. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
  151. package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
  152. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
  153. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
  154. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
  155. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
  156. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
  157. package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
  158. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
  159. package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
  160. package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
  161. package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
  162. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
  163. package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
  164. package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
  165. package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
  166. package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
  167. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
  168. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
  169. package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
  170. package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
  171. package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
  172. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
  173. package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
  174. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
  175. package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
  176. package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
  177. package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
  178. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
  179. package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
  180. package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
  181. package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
  182. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
  183. package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
  184. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
  185. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
  186. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
  187. package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
  188. package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
  189. package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
  190. package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
  191. package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
  192. package/SCSS-Themes/inputs/input/bds.scss +23 -0
  193. package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
  194. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
  195. package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
  196. package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
  197. package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
  198. package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
  199. package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
  200. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
  201. package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
  202. package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
  203. package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
  204. package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
  205. package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
  206. package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
  207. package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
  208. package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
  209. package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
  210. package/SCSS-Themes/inputs/input/fabric.scss +23 -0
  211. package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
  212. package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
  213. package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
  214. package/SCSS-Themes/inputs/input/fluent.scss +23 -0
  215. package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
  216. package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
  217. package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
  218. package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
  219. package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
  220. package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
  221. package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
  222. package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
  223. package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
  224. package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
  225. package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
  226. package/SCSS-Themes/inputs/input/material.scss +23 -0
  227. package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
  228. package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
  229. package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
  230. package/SCSS-Themes/inputs/input/material3.scss +23 -0
  231. package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
  232. package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
  233. package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
  234. package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
  235. package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
  236. package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
  237. package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
  238. package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
  239. package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark-lite.scss +3 -3
  240. package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark.scss +3 -3
  241. package/SCSS-Themes/interactive-chat/ai-assistview/bds-lite.scss +3 -3
  242. package/SCSS-Themes/interactive-chat/ai-assistview/bds.scss +3 -3
  243. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark-lite.scss +3 -3
  244. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark.scss +3 -3
  245. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-lite.scss +3 -3
  246. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap.scss +3 -3
  247. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4-lite.scss +3 -3
  248. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4.scss +3 -3
  249. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark-lite.scss +3 -3
  250. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark.scss +3 -3
  251. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-lite.scss +3 -3
  252. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark-lite.scss +3 -3
  253. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark.scss +3 -3
  254. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-lite.scss +3 -3
  255. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3.scss +3 -3
  256. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.scss +3 -3
  257. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark-lite.scss +3 -3
  258. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark.scss +3 -3
  259. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-lite.scss +3 -3
  260. package/SCSS-Themes/interactive-chat/ai-assistview/fabric.scss +3 -3
  261. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark-lite.scss +3 -3
  262. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark.scss +3 -3
  263. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-lite.scss +3 -3
  264. package/SCSS-Themes/interactive-chat/ai-assistview/fluent.scss +3 -3
  265. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark-lite.scss +3 -3
  266. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark.scss +3 -3
  267. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast-lite.scss +3 -3
  268. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast.scss +3 -3
  269. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-lite.scss +3 -3
  270. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2.scss +3 -3
  271. package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast-lite.scss +3 -3
  272. package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast.scss +3 -3
  273. package/SCSS-Themes/interactive-chat/ai-assistview/material-dark-lite.scss +3 -3
  274. package/SCSS-Themes/interactive-chat/ai-assistview/material-dark.scss +3 -3
  275. package/SCSS-Themes/interactive-chat/ai-assistview/material-lite.scss +3 -3
  276. package/SCSS-Themes/interactive-chat/ai-assistview/material.scss +3 -3
  277. package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark-lite.scss +3 -3
  278. package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark.scss +3 -3
  279. package/SCSS-Themes/interactive-chat/ai-assistview/material3-lite.scss +3 -3
  280. package/SCSS-Themes/interactive-chat/ai-assistview/material3.scss +3 -3
  281. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark-lite.scss +3 -3
  282. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark.scss +3 -3
  283. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-lite.scss +3 -3
  284. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind.scss +3 -3
  285. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark-lite.scss +3 -3
  286. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark.scss +3 -3
  287. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-lite.scss +3 -3
  288. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3.scss +3 -3
  289. package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
  290. package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
  291. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
  292. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
  293. package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
  294. package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
  295. package/SCSS-Themes/material-dark-lite.scss +50 -3
  296. package/SCSS-Themes/material-dark.scss +62 -3
  297. package/SCSS-Themes/material-lite.scss +50 -3
  298. package/SCSS-Themes/material.scss +62 -3
  299. package/SCSS-Themes/material3-dark-lite.scss +50 -3
  300. package/SCSS-Themes/material3-dark.scss +62 -3
  301. package/SCSS-Themes/material3-lite.scss +50 -3
  302. package/SCSS-Themes/material3.scss +62 -3
  303. package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
  304. package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
  305. package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
  306. package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
  307. package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
  308. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
  309. package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
  310. package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
  311. package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
  312. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
  313. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
  314. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
  315. package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
  316. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
  317. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
  318. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
  319. package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
  320. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
  321. package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
  322. package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
  323. package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
  324. package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
  325. package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
  326. package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
  327. package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
  328. package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
  329. package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
  330. package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
  331. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
  332. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
  333. package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
  334. package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
  335. package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
  336. package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
  337. package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
  338. package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
  339. package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
  340. package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
  341. package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
  342. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
  343. package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
  344. package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
  345. package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
  346. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
  347. package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
  348. package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
  349. package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
  350. package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
  351. package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
  352. package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
  353. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark-lite.scss +2 -2
  354. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark.scss +2 -2
  355. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-lite.scss +2 -2
  356. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3.scss +2 -2
  357. package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark-lite.scss +2 -2
  358. package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark.scss +2 -2
  359. package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast-lite.scss +2 -2
  360. package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast.scss +2 -2
  361. package/SCSS-Themes/schedule/recurrence-editor/fluent2-lite.scss +2 -2
  362. package/SCSS-Themes/schedule/recurrence-editor/fluent2.scss +2 -2
  363. package/SCSS-Themes/tailwind-dark-lite.scss +50 -3
  364. package/SCSS-Themes/tailwind-dark.scss +62 -3
  365. package/SCSS-Themes/tailwind-lite.scss +50 -3
  366. package/SCSS-Themes/tailwind.scss +62 -3
  367. package/SCSS-Themes/tailwind3-dark-lite.scss +50 -3
  368. package/SCSS-Themes/tailwind3-dark.scss +62 -3
  369. package/SCSS-Themes/tailwind3-lite.scss +50 -3
  370. package/SCSS-Themes/tailwind3.scss +62 -3
  371. package/package.json +1 -1
@@ -9835,6 +9835,29 @@ $float-label-rtl-value: -7px !default;
9835
9835
  border-bottom: transparent;
9836
9836
  }
9837
9837
  }
9838
+
9839
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9840
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9841
+ padding: 0;
9842
+
9843
+ input {
9844
+ padding: 14px 2px 5px 12px;
9845
+ }
9846
+
9847
+ label.e-float-text {
9848
+ padding-left: 12px;
9849
+ }
9850
+
9851
+ .e-input-in-wrap .e-input-group-icon {
9852
+ @if $input-skin-name == 'material' {
9853
+ padding-right: 17px;
9854
+ }
9855
+ @else {
9856
+ margin-right: 10px;
9857
+ }
9858
+ }
9859
+ }
9860
+ }
9838
9861
  }
9839
9862
 
9840
9863
 
@@ -52101,6 +52124,12 @@ $tbar-popup-btn-hover-border-size: 2px !default;
52101
52124
  @else {
52102
52125
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52103
52126
  }
52127
+ @if $skin-name == 'bootstrap5.3' {
52128
+ .e-tbar-btn-text,
52129
+ .e-icons.e-btn-icon {
52130
+ color: $tbar-default-icon-color;
52131
+ }
52132
+ }
52104
52133
  }
52105
52134
 
52106
52135
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52124,6 +52153,13 @@ $tbar-popup-btn-hover-border-size: 2px !default;
52124
52153
  border-color: $tbar-ext-btn-hover-border-color;
52125
52154
  border-style: $tbar-border-nav-type;
52126
52155
  border-width: $tbar-btn-hover-border-size;
52156
+
52157
+ @if $skin-name == 'bootstrap5.3' {
52158
+ .e-tbar-btn-text,
52159
+ .e-icons.e-btn-icon {
52160
+ color: $tbar-btn-text-focus-color;
52161
+ }
52162
+ }
52127
52163
  }
52128
52164
 
52129
52165
  &:active {
@@ -87777,6 +87813,13 @@ $grid-checkmark-color: $selection-font !default;
87777
87813
  &.sf-grid .e-ccheck.e-colfocus {
87778
87814
  background-color: $grid-hover-bg-color;
87779
87815
  }
87816
+
87817
+ &.sf-grid{
87818
+ .e-gridcontent .e-leftfreeze.e-recordplusexpand,
87819
+ .e-gridcontent .e-leftfreeze.e-recordpluscollapse{
87820
+ @include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
87821
+ }
87822
+ }
87780
87823
  }
87781
87824
 
87782
87825
  .e-spreadsheet .e-ftrchk.e-chkfocus {
@@ -90323,6 +90366,18 @@ $grid-checkmark-color: $selection-font !default;
90323
90366
  padding-top: 40px;
90324
90367
  }
90325
90368
 
90369
+ & .e-mainfilterdiv {
90370
+ @if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
90371
+ padding-top: 30px;
90372
+ }
90373
+ @else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
90374
+ padding-top: 0;
90375
+ }
90376
+ @else {
90377
+ padding-top: 16px;
90378
+ }
90379
+ }
90380
+
90326
90381
  & .e-filtersetdiv {
90327
90382
  float: right;
90328
90383
  margin-right: 1%;
@@ -133277,6 +133332,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133277
133332
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133278
133333
  top: calc(50% + 60px);
133279
133334
  }
133335
+
133336
+ .e-image-editor.e-control.e-readonly {
133337
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133338
+ }
133280
133339
  }
133281
133340
 
133282
133341
 
@@ -139985,9 +140044,6 @@ $tbar-header-hover-bg-color: transparent !default;
139985
140044
  textarea::-webkit-scrollbar {
139986
140045
  width: 4px;
139987
140046
  }
139988
- .hide-scrollbar textarea {
139989
- scrollbar-width: none;
139990
- }
139991
140047
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
139992
140048
  right: unset;
139993
140049
  left: 20px;
@@ -140019,6 +140075,9 @@ $tbar-header-hover-bg-color: transparent !default;
140019
140075
  }
140020
140076
  }
140021
140077
  &:not(.e-footer-template) {
140078
+ .e-textarea {
140079
+ max-height: 280px;
140080
+ }
140022
140081
  .e-assist-send {
140023
140082
  position: absolute;
140024
140083
  right: 20px;
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865
 
@@ -856,6 +856,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
856
856
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
857
857
  top: calc(50% + 60px);
858
858
  }
859
+
860
+ .e-image-editor.e-control.e-readonly {
861
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
862
+ }
859
863
  }
860
864
 
861
865