@syncfusion/blazor-themes 28.2.3 → 28.2.5

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 (307) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +5 -0
  2. package/Compiled-Themes/bds-dark.css +5 -0
  3. package/Compiled-Themes/bds-lite.css +5 -0
  4. package/Compiled-Themes/bds.css +5 -0
  5. package/Compiled-Themes/bootstrap-dark-lite.css +5 -0
  6. package/Compiled-Themes/bootstrap-dark.css +5 -0
  7. package/Compiled-Themes/bootstrap-lite.css +5 -0
  8. package/Compiled-Themes/bootstrap.css +5 -0
  9. package/Compiled-Themes/bootstrap4-lite.css +5 -0
  10. package/Compiled-Themes/bootstrap4.css +5 -0
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +5 -0
  12. package/Compiled-Themes/bootstrap5-dark.css +5 -0
  13. package/Compiled-Themes/bootstrap5-lite.css +5 -0
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +13 -0
  15. package/Compiled-Themes/bootstrap5.3-dark.css +13 -0
  16. package/Compiled-Themes/bootstrap5.3-lite.css +13 -0
  17. package/Compiled-Themes/bootstrap5.3.css +13 -0
  18. package/Compiled-Themes/bootstrap5.css +5 -0
  19. package/Compiled-Themes/fabric-dark-lite.css +5 -0
  20. package/Compiled-Themes/fabric-dark.css +5 -0
  21. package/Compiled-Themes/fabric-lite.css +5 -0
  22. package/Compiled-Themes/fabric.css +5 -0
  23. package/Compiled-Themes/fluent-dark-lite.css +5 -0
  24. package/Compiled-Themes/fluent-dark.css +5 -0
  25. package/Compiled-Themes/fluent-lite.css +5 -0
  26. package/Compiled-Themes/fluent.css +5 -0
  27. package/Compiled-Themes/fluent2-dark-lite.css +18 -4
  28. package/Compiled-Themes/fluent2-dark.css +18 -4
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +18 -4
  30. package/Compiled-Themes/fluent2-highcontrast.css +18 -4
  31. package/Compiled-Themes/fluent2-lite.css +18 -4
  32. package/Compiled-Themes/fluent2.css +18 -4
  33. package/Compiled-Themes/highcontrast-lite.css +5 -0
  34. package/Compiled-Themes/highcontrast.css +5 -0
  35. package/Compiled-Themes/material-dark-lite.css +18 -0
  36. package/Compiled-Themes/material-dark.css +18 -0
  37. package/Compiled-Themes/material-lite.css +18 -0
  38. package/Compiled-Themes/material.css +18 -0
  39. package/Compiled-Themes/material3-dark-lite.css +18 -0
  40. package/Compiled-Themes/material3-dark.css +18 -0
  41. package/Compiled-Themes/material3-lite.css +18 -0
  42. package/Compiled-Themes/material3.css +18 -0
  43. package/Compiled-Themes/tailwind-dark-lite.css +5 -0
  44. package/Compiled-Themes/tailwind-dark.css +5 -0
  45. package/Compiled-Themes/tailwind-lite.css +5 -0
  46. package/Compiled-Themes/tailwind.css +5 -0
  47. package/Compiled-Themes/tailwind3-dark-lite.css +5 -0
  48. package/Compiled-Themes/tailwind3-dark.css +5 -0
  49. package/Compiled-Themes/tailwind3-lite.css +5 -0
  50. package/Compiled-Themes/tailwind3.css +5 -0
  51. package/SCSS-Themes/bds-dark-lite.scss +53 -4
  52. package/SCSS-Themes/bds-dark.scss +53 -4
  53. package/SCSS-Themes/bds-lite.scss +53 -4
  54. package/SCSS-Themes/bds.scss +53 -4
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +53 -4
  56. package/SCSS-Themes/bootstrap-dark.scss +53 -4
  57. package/SCSS-Themes/bootstrap-lite.scss +53 -4
  58. package/SCSS-Themes/bootstrap.scss +53 -4
  59. package/SCSS-Themes/bootstrap4-lite.scss +53 -4
  60. package/SCSS-Themes/bootstrap4.scss +53 -4
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +53 -4
  62. package/SCSS-Themes/bootstrap5-dark.scss +53 -4
  63. package/SCSS-Themes/bootstrap5-lite.scss +53 -4
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +53 -4
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +53 -4
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +53 -4
  67. package/SCSS-Themes/bootstrap5.3.scss +53 -4
  68. package/SCSS-Themes/bootstrap5.scss +53 -4
  69. package/SCSS-Themes/fabric-dark-lite.scss +53 -4
  70. package/SCSS-Themes/fabric-dark.scss +53 -4
  71. package/SCSS-Themes/fabric-lite.scss +53 -4
  72. package/SCSS-Themes/fabric.scss +53 -4
  73. package/SCSS-Themes/fluent-dark-lite.scss +53 -4
  74. package/SCSS-Themes/fluent-dark.scss +53 -4
  75. package/SCSS-Themes/fluent-lite.scss +53 -4
  76. package/SCSS-Themes/fluent.scss +53 -4
  77. package/SCSS-Themes/fluent2-dark-lite.scss +54 -5
  78. package/SCSS-Themes/fluent2-dark.scss +54 -5
  79. package/SCSS-Themes/fluent2-highcontrast-lite.scss +54 -5
  80. package/SCSS-Themes/fluent2-highcontrast.scss +54 -5
  81. package/SCSS-Themes/fluent2-lite.scss +54 -5
  82. package/SCSS-Themes/fluent2.scss +54 -5
  83. package/SCSS-Themes/highcontrast-lite.scss +53 -4
  84. package/SCSS-Themes/highcontrast.scss +53 -4
  85. package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
  86. package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
  87. package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
  88. package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
  89. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
  90. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
  91. package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
  92. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
  93. package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
  94. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
  95. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
  96. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
  97. package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
  98. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
  99. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
  100. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
  101. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
  102. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
  103. package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
  104. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
  105. package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
  106. package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
  107. package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
  108. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
  109. package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
  110. package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
  111. package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
  112. package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
  113. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
  114. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
  115. package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
  116. package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
  117. package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
  118. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
  119. package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
  120. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
  121. package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
  122. package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
  123. package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
  124. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
  125. package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
  126. package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
  127. package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
  128. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
  129. package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
  130. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
  131. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
  132. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
  133. package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
  134. package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
  135. package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
  136. package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
  137. package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
  138. package/SCSS-Themes/inputs/input/bds.scss +23 -0
  139. package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
  140. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
  141. package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
  142. package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
  143. package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
  144. package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
  145. package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
  146. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
  147. package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
  148. package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
  149. package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
  150. package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
  151. package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
  152. package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
  153. package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
  154. package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
  155. package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
  156. package/SCSS-Themes/inputs/input/fabric.scss +23 -0
  157. package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
  158. package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
  159. package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
  160. package/SCSS-Themes/inputs/input/fluent.scss +23 -0
  161. package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
  162. package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
  163. package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
  164. package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
  165. package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
  166. package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
  167. package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
  168. package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
  169. package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
  170. package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
  171. package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
  172. package/SCSS-Themes/inputs/input/material.scss +23 -0
  173. package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
  174. package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
  175. package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
  176. package/SCSS-Themes/inputs/input/material3.scss +23 -0
  177. package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
  178. package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
  179. package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
  180. package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
  181. package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
  182. package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
  183. package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
  184. package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
  185. package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
  186. package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
  187. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
  188. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
  189. package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
  190. package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
  191. package/SCSS-Themes/material-dark-lite.scss +53 -4
  192. package/SCSS-Themes/material-dark.scss +53 -4
  193. package/SCSS-Themes/material-lite.scss +53 -4
  194. package/SCSS-Themes/material.scss +53 -4
  195. package/SCSS-Themes/material3-dark-lite.scss +53 -4
  196. package/SCSS-Themes/material3-dark.scss +53 -4
  197. package/SCSS-Themes/material3-lite.scss +53 -4
  198. package/SCSS-Themes/material3.scss +53 -4
  199. package/SCSS-Themes/navigations/menu/bds-dark-lite.scss +13 -4
  200. package/SCSS-Themes/navigations/menu/bds-dark.scss +13 -4
  201. package/SCSS-Themes/navigations/menu/bds-lite.scss +13 -4
  202. package/SCSS-Themes/navigations/menu/bds.scss +13 -4
  203. package/SCSS-Themes/navigations/menu/bootstrap-dark-lite.scss +13 -4
  204. package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +13 -4
  205. package/SCSS-Themes/navigations/menu/bootstrap-lite.scss +13 -4
  206. package/SCSS-Themes/navigations/menu/bootstrap.scss +13 -4
  207. package/SCSS-Themes/navigations/menu/bootstrap4-lite.scss +13 -4
  208. package/SCSS-Themes/navigations/menu/bootstrap4.scss +13 -4
  209. package/SCSS-Themes/navigations/menu/bootstrap5-dark-lite.scss +13 -4
  210. package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +13 -4
  211. package/SCSS-Themes/navigations/menu/bootstrap5-lite.scss +13 -4
  212. package/SCSS-Themes/navigations/menu/bootstrap5.3-dark-lite.scss +13 -4
  213. package/SCSS-Themes/navigations/menu/bootstrap5.3-dark.scss +13 -4
  214. package/SCSS-Themes/navigations/menu/bootstrap5.3-lite.scss +13 -4
  215. package/SCSS-Themes/navigations/menu/bootstrap5.3.scss +13 -4
  216. package/SCSS-Themes/navigations/menu/bootstrap5.scss +13 -4
  217. package/SCSS-Themes/navigations/menu/fabric-dark-lite.scss +13 -4
  218. package/SCSS-Themes/navigations/menu/fabric-dark.scss +13 -4
  219. package/SCSS-Themes/navigations/menu/fabric-lite.scss +13 -4
  220. package/SCSS-Themes/navigations/menu/fabric.scss +13 -4
  221. package/SCSS-Themes/navigations/menu/fluent-dark-lite.scss +13 -4
  222. package/SCSS-Themes/navigations/menu/fluent-dark.scss +13 -4
  223. package/SCSS-Themes/navigations/menu/fluent-lite.scss +13 -4
  224. package/SCSS-Themes/navigations/menu/fluent.scss +13 -4
  225. package/SCSS-Themes/navigations/menu/fluent2-dark-lite.scss +13 -4
  226. package/SCSS-Themes/navigations/menu/fluent2-dark.scss +13 -4
  227. package/SCSS-Themes/navigations/menu/fluent2-highcontrast-lite.scss +13 -4
  228. package/SCSS-Themes/navigations/menu/fluent2-highcontrast.scss +13 -4
  229. package/SCSS-Themes/navigations/menu/fluent2-lite.scss +13 -4
  230. package/SCSS-Themes/navigations/menu/fluent2.scss +13 -4
  231. package/SCSS-Themes/navigations/menu/highcontrast-lite.scss +13 -4
  232. package/SCSS-Themes/navigations/menu/highcontrast.scss +13 -4
  233. package/SCSS-Themes/navigations/menu/material-dark-lite.scss +13 -4
  234. package/SCSS-Themes/navigations/menu/material-dark.scss +13 -4
  235. package/SCSS-Themes/navigations/menu/material-lite.scss +13 -4
  236. package/SCSS-Themes/navigations/menu/material.scss +13 -4
  237. package/SCSS-Themes/navigations/menu/material3-dark-lite.scss +13 -4
  238. package/SCSS-Themes/navigations/menu/material3-dark.scss +13 -4
  239. package/SCSS-Themes/navigations/menu/material3-lite.scss +13 -4
  240. package/SCSS-Themes/navigations/menu/material3.scss +13 -4
  241. package/SCSS-Themes/navigations/menu/tailwind-dark-lite.scss +13 -4
  242. package/SCSS-Themes/navigations/menu/tailwind-dark.scss +13 -4
  243. package/SCSS-Themes/navigations/menu/tailwind-lite.scss +13 -4
  244. package/SCSS-Themes/navigations/menu/tailwind.scss +13 -4
  245. package/SCSS-Themes/navigations/menu/tailwind3-dark-lite.scss +13 -4
  246. package/SCSS-Themes/navigations/menu/tailwind3-dark.scss +13 -4
  247. package/SCSS-Themes/navigations/menu/tailwind3-lite.scss +13 -4
  248. package/SCSS-Themes/navigations/menu/tailwind3.scss +13 -4
  249. package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
  250. package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
  251. package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
  252. package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
  253. package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
  254. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
  255. package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
  256. package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
  257. package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
  258. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
  259. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
  260. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
  261. package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
  262. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
  263. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
  264. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
  265. package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
  266. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
  267. package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
  268. package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
  269. package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
  270. package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
  271. package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
  272. package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
  273. package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
  274. package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
  275. package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
  276. package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
  277. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
  278. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
  279. package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
  280. package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
  281. package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
  282. package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
  283. package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
  284. package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
  285. package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
  286. package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
  287. package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
  288. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
  289. package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
  290. package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
  291. package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
  292. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
  293. package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
  294. package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
  295. package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
  296. package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
  297. package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
  298. package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
  299. package/SCSS-Themes/tailwind-dark-lite.scss +53 -4
  300. package/SCSS-Themes/tailwind-dark.scss +53 -4
  301. package/SCSS-Themes/tailwind-lite.scss +53 -4
  302. package/SCSS-Themes/tailwind.scss +53 -4
  303. package/SCSS-Themes/tailwind3-dark-lite.scss +53 -4
  304. package/SCSS-Themes/tailwind3-dark.scss +53 -4
  305. package/SCSS-Themes/tailwind3-lite.scss +53 -4
  306. package/SCSS-Themes/tailwind3.scss +53 -4
  307. package/package.json +1 -1
@@ -12107,6 +12107,29 @@ $textarea-float-top: -28px !default;
12107
12107
  border-bottom: transparent;
12108
12108
  }
12109
12109
  }
12110
+
12111
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
12112
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
12113
+ padding: 0;
12114
+
12115
+ input {
12116
+ padding: 14px 2px 5px 12px;
12117
+ }
12118
+
12119
+ label.e-float-text {
12120
+ padding-left: 12px;
12121
+ }
12122
+
12123
+ .e-input-in-wrap .e-input-group-icon {
12124
+ @if $input-skin-name == 'material' {
12125
+ padding-right: 17px;
12126
+ }
12127
+ @else {
12128
+ margin-right: 10px;
12129
+ }
12130
+ }
12131
+ }
12132
+ }
12110
12133
  }
12111
12134
 
12112
12135
 
@@ -54826,6 +54849,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
54826
54849
  @else {
54827
54850
  box-shadow: $tbar-ext-btn-focus-box-shadow;
54828
54851
  }
54852
+ @if $skin-name == 'bootstrap5.3' {
54853
+ .e-tbar-btn-text,
54854
+ .e-icons.e-btn-icon {
54855
+ color: $tbar-default-icon-color;
54856
+ }
54857
+ }
54829
54858
  }
54830
54859
 
54831
54860
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -54849,6 +54878,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
54849
54878
  border-color: $tbar-ext-btn-hover-border-color;
54850
54879
  border-style: $tbar-border-nav-type;
54851
54880
  border-width: $tbar-btn-hover-border-size;
54881
+
54882
+ @if $skin-name == 'bootstrap5.3' {
54883
+ .e-tbar-btn-text,
54884
+ .e-icons.e-btn-icon {
54885
+ color: $tbar-btn-text-focus-color;
54886
+ }
54887
+ }
54852
54888
  }
54853
54889
 
54854
54890
  &:active {
@@ -63661,6 +63697,13 @@ $menu-bigger-li-icon-height: 55px !default;
63661
63697
  }
63662
63698
  @if $skin-name == 'fluent2' {
63663
63699
  border-radius: 4px;
63700
+ &:focus-visible {
63701
+ color: $content-text-color;
63702
+ & .e-caret,
63703
+ & .e-menu-icon {
63704
+ color: $icon-color;
63705
+ }
63706
+ }
63664
63707
  }
63665
63708
  }
63666
63709
  }
@@ -63711,9 +63754,11 @@ $menu-bigger-li-icon-height: 55px !default;
63711
63754
 
63712
63755
  &:focus-visible {
63713
63756
  @if $skin-name == 'fluent2' {
63714
- border-radius: 4px;
63715
- background-color: $content-bg-color;
63716
- box-shadow: $shadow-focus-ring1;
63757
+ &:not(.e-selected) {
63758
+ border-radius: 4px;
63759
+ background-color: $content-bg-color;
63760
+ box-shadow: $shadow-focus-ring1;
63761
+ }
63717
63762
  }
63718
63763
  @if $skin-name == 'tailwind3' {
63719
63764
  box-shadow: $shadow-focus-ring2;
@@ -63804,7 +63849,7 @@ $menu-bigger-li-icon-height: 55px !default;
63804
63849
 
63805
63850
  &:focus-visible {
63806
63851
  @if $skin-name == 'fluent2' {
63807
- background-color: $content-bg-color;
63852
+ background-color: $flyout-bg-color-focus;
63808
63853
  box-shadow: $shadow-focus-ring1;
63809
63854
  border-radius: 4px;
63810
63855
  }
@@ -108609,7 +108654,7 @@ $kanban-color-card-border-left: 2px solid !default;
108609
108654
  $kanban-color-card-hover-border: $kanban-card-border !default;
108610
108655
  $kanban-color-card-hover-border-left: 2px solid !default;
108611
108656
  $kanban-color-card-hover-box-shadow: $shadow-lg !default;
108612
- $kanban-color-card-focus-border: $kanban-card-border !default;
108657
+ $kanban-color-card-focus-border: 1px solid $primary !default;
108613
108658
  $kanban-color-card-focus-border-left: 2px solid !default;
108614
108659
  $kanban-color-card-tags-padding: 0 18px 0 18px !default;
108615
108660
  $kanban-card-tags-padding: 12px 18px 0 !default;
@@ -136439,6 +136484,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
136439
136484
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
136440
136485
  top: calc(50% + 60px);
136441
136486
  }
136487
+
136488
+ .e-image-editor.e-control.e-readonly {
136489
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
136490
+ }
136442
136491
  }
136443
136492
 
136444
136493
 
@@ -9001,6 +9001,29 @@ $float-label-rtl-value: -7px !default;
9001
9001
  border-bottom: transparent;
9002
9002
  }
9003
9003
  }
9004
+
9005
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9006
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9007
+ padding: 0;
9008
+
9009
+ input {
9010
+ padding: 14px 2px 5px 12px;
9011
+ }
9012
+
9013
+ label.e-float-text {
9014
+ padding-left: 12px;
9015
+ }
9016
+
9017
+ .e-input-in-wrap .e-input-group-icon {
9018
+ @if $input-skin-name == 'material' {
9019
+ padding-right: 17px;
9020
+ }
9021
+ @else {
9022
+ margin-right: 10px;
9023
+ }
9024
+ }
9025
+ }
9026
+ }
9004
9027
  }
9005
9028
 
9006
9029
 
@@ -37857,6 +37880,12 @@ $tbar-popup-btn-hover-border-size: 2px !default;
37857
37880
  @else {
37858
37881
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37859
37882
  }
37883
+ @if $skin-name == 'bootstrap5.3' {
37884
+ .e-tbar-btn-text,
37885
+ .e-icons.e-btn-icon {
37886
+ color: $tbar-default-icon-color;
37887
+ }
37888
+ }
37860
37889
  }
37861
37890
 
37862
37891
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -37880,6 +37909,13 @@ $tbar-popup-btn-hover-border-size: 2px !default;
37880
37909
  border-color: $tbar-ext-btn-hover-border-color;
37881
37910
  border-style: $tbar-border-nav-type;
37882
37911
  border-width: $tbar-btn-hover-border-size;
37912
+
37913
+ @if $skin-name == 'bootstrap5.3' {
37914
+ .e-tbar-btn-text,
37915
+ .e-icons.e-btn-icon {
37916
+ color: $tbar-btn-text-focus-color;
37917
+ }
37918
+ }
37883
37919
  }
37884
37920
 
37885
37921
  &:active {
@@ -44677,6 +44713,13 @@ $menu-header-icon-padding: 0 16px !default;
44677
44713
  }
44678
44714
  @if $skin-name == 'fluent2' {
44679
44715
  border-radius: 4px;
44716
+ &:focus-visible {
44717
+ color: $content-text-color;
44718
+ & .e-caret,
44719
+ & .e-menu-icon {
44720
+ color: $icon-color;
44721
+ }
44722
+ }
44680
44723
  }
44681
44724
  }
44682
44725
  }
@@ -44727,9 +44770,11 @@ $menu-header-icon-padding: 0 16px !default;
44727
44770
 
44728
44771
  &:focus-visible {
44729
44772
  @if $skin-name == 'fluent2' {
44730
- border-radius: 4px;
44731
- background-color: $content-bg-color;
44732
- box-shadow: $shadow-focus-ring1;
44773
+ &:not(.e-selected) {
44774
+ border-radius: 4px;
44775
+ background-color: $content-bg-color;
44776
+ box-shadow: $shadow-focus-ring1;
44777
+ }
44733
44778
  }
44734
44779
  @if $skin-name == 'tailwind3' {
44735
44780
  box-shadow: $shadow-focus-ring2;
@@ -44820,7 +44865,7 @@ $menu-header-icon-padding: 0 16px !default;
44820
44865
 
44821
44866
  &:focus-visible {
44822
44867
  @if $skin-name == 'fluent2' {
44823
- background-color: $content-bg-color;
44868
+ background-color: $flyout-bg-color-focus;
44824
44869
  box-shadow: $shadow-focus-ring1;
44825
44870
  border-radius: 4px;
44826
44871
  }
@@ -102080,6 +102125,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
102080
102125
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102081
102126
  top: calc(50% + 60px);
102082
102127
  }
102128
+
102129
+ .e-image-editor.e-control.e-readonly {
102130
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102131
+ }
102083
102132
  }
102084
102133
 
102085
102134
 
@@ -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 {
@@ -60926,6 +60962,13 @@ $menu-header-icon-padding: 0 16px !default;
60926
60962
  }
60927
60963
  @if $skin-name == 'fluent2' {
60928
60964
  border-radius: 4px;
60965
+ &:focus-visible {
60966
+ color: $content-text-color;
60967
+ & .e-caret,
60968
+ & .e-menu-icon {
60969
+ color: $icon-color;
60970
+ }
60971
+ }
60929
60972
  }
60930
60973
  }
60931
60974
  }
@@ -60976,9 +61019,11 @@ $menu-header-icon-padding: 0 16px !default;
60976
61019
 
60977
61020
  &:focus-visible {
60978
61021
  @if $skin-name == 'fluent2' {
60979
- border-radius: 4px;
60980
- background-color: $content-bg-color;
60981
- box-shadow: $shadow-focus-ring1;
61022
+ &:not(.e-selected) {
61023
+ border-radius: 4px;
61024
+ background-color: $content-bg-color;
61025
+ box-shadow: $shadow-focus-ring1;
61026
+ }
60982
61027
  }
60983
61028
  @if $skin-name == 'tailwind3' {
60984
61029
  box-shadow: $shadow-focus-ring2;
@@ -61069,7 +61114,7 @@ $menu-header-icon-padding: 0 16px !default;
61069
61114
 
61070
61115
  &:focus-visible {
61071
61116
  @if $skin-name == 'fluent2' {
61072
- background-color: $content-bg-color;
61117
+ background-color: $flyout-bg-color-focus;
61073
61118
  box-shadow: $shadow-focus-ring1;
61074
61119
  border-radius: 4px;
61075
61120
  }
@@ -133268,6 +133313,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133268
133313
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133269
133314
  top: calc(50% + 60px);
133270
133315
  }
133316
+
133317
+ .e-image-editor.e-control.e-readonly {
133318
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133319
+ }
133271
133320
  }
133272
133321
 
133273
133322
 
@@ -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