@syncfusion/ej2-image-editor 31.2.16 → 32.1.24

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 (299) hide show
  1. package/README.md +3 -13
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-image-editor.umd.min.js +2 -2
  4. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-image-editor.es2015.js +28 -82
  6. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-image-editor.es5.js +28 -82
  8. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  9. package/dist/global/ej2-image-editor.min.js +2 -2
  10. package/dist/global/ej2-image-editor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/image-editor/action/draw.js +1 -1
  14. package/src/image-editor/action/export.js +1 -5
  15. package/src/image-editor/action/freehand-draw.js +0 -5
  16. package/src/image-editor/action/selection.js +6 -14
  17. package/src/image-editor/action/shape.d.ts +0 -1
  18. package/src/image-editor/action/shape.js +2 -20
  19. package/src/image-editor/base/image-editor.js +3 -11
  20. package/src/image-editor/renderer/toolbar.js +15 -26
  21. package/styles/bds-lite.css +133 -57
  22. package/styles/bds-lite.scss +12 -13
  23. package/styles/bds.css +161 -60
  24. package/styles/bds.scss +13 -14
  25. package/styles/bootstrap-dark-lite.css +58 -57
  26. package/styles/bootstrap-dark-lite.scss +12 -13
  27. package/styles/bootstrap-dark.css +82 -60
  28. package/styles/bootstrap-dark.scss +13 -14
  29. package/styles/bootstrap-lite.css +58 -57
  30. package/styles/bootstrap-lite.scss +12 -13
  31. package/styles/bootstrap.css +82 -60
  32. package/styles/bootstrap.scss +13 -14
  33. package/styles/bootstrap4-lite.css +58 -57
  34. package/styles/bootstrap4-lite.scss +12 -13
  35. package/styles/bootstrap4.css +82 -60
  36. package/styles/bootstrap4.scss +13 -14
  37. package/styles/bootstrap5-dark-lite.css +59 -57
  38. package/styles/bootstrap5-dark-lite.scss +12 -13
  39. package/styles/bootstrap5-dark.css +83 -60
  40. package/styles/bootstrap5-dark.scss +13 -14
  41. package/styles/bootstrap5-lite.css +59 -57
  42. package/styles/bootstrap5-lite.scss +13 -13
  43. package/styles/bootstrap5.3-lite.css +475 -57
  44. package/styles/bootstrap5.3-lite.scss +13 -13
  45. package/styles/bootstrap5.3.css +583 -60
  46. package/styles/bootstrap5.3.scss +14 -14
  47. package/styles/bootstrap5.css +83 -60
  48. package/styles/bootstrap5.scss +14 -14
  49. package/styles/fabric-dark-lite.css +58 -57
  50. package/styles/fabric-dark-lite.scss +13 -13
  51. package/styles/fabric-dark.css +82 -60
  52. package/styles/fabric-dark.scss +14 -14
  53. package/styles/fabric-lite.css +58 -57
  54. package/styles/fabric-lite.scss +13 -13
  55. package/styles/fabric.css +82 -60
  56. package/styles/fabric.scss +14 -14
  57. package/styles/fluent-dark-lite.css +58 -57
  58. package/styles/fluent-dark-lite.scss +13 -13
  59. package/styles/fluent-dark.css +82 -60
  60. package/styles/fluent-dark.scss +14 -14
  61. package/styles/fluent-lite.css +58 -57
  62. package/styles/fluent-lite.scss +13 -13
  63. package/styles/fluent.css +82 -60
  64. package/styles/fluent.scss +14 -14
  65. package/styles/fluent2-lite.css +483 -60
  66. package/styles/fluent2-lite.scss +13 -13
  67. package/styles/fluent2.css +593 -63
  68. package/styles/fluent2.scss +14 -14
  69. package/styles/highcontrast-light-lite.css +58 -57
  70. package/styles/highcontrast-light-lite.scss +13 -13
  71. package/styles/highcontrast-light.css +82 -60
  72. package/styles/highcontrast-light.scss +14 -14
  73. package/styles/highcontrast-lite.css +57 -57
  74. package/styles/highcontrast-lite.scss +13 -13
  75. package/styles/highcontrast.css +81 -60
  76. package/styles/highcontrast.scss +14 -14
  77. package/styles/image-editor/_all.bds.scss +2 -0
  78. package/styles/image-editor/_all.bootstrap-dark.scss +2 -0
  79. package/styles/image-editor/_all.bootstrap.scss +2 -0
  80. package/styles/image-editor/_all.bootstrap4.scss +2 -0
  81. package/styles/image-editor/_all.bootstrap5-dark.scss +2 -0
  82. package/styles/image-editor/_all.bootstrap5.3.scss +2 -0
  83. package/styles/image-editor/_all.bootstrap5.scss +2 -0
  84. package/styles/image-editor/_all.fabric-dark.scss +2 -0
  85. package/styles/image-editor/_all.fabric.scss +2 -0
  86. package/styles/image-editor/_all.fluent-dark.scss +2 -0
  87. package/styles/image-editor/_all.fluent.scss +2 -0
  88. package/styles/image-editor/_all.fluent2.scss +2 -0
  89. package/styles/image-editor/_all.highcontrast-light.scss +2 -0
  90. package/styles/image-editor/_all.highcontrast.scss +2 -0
  91. package/styles/image-editor/_all.material-dark.scss +2 -0
  92. package/styles/image-editor/_all.material.scss +2 -0
  93. package/styles/image-editor/_all.material3-dark.scss +2 -0
  94. package/styles/image-editor/_all.material3.scss +2 -0
  95. package/styles/image-editor/_all.scss +2 -2
  96. package/styles/image-editor/_all.tailwind-dark.scss +2 -0
  97. package/styles/image-editor/_all.tailwind.scss +2 -0
  98. package/styles/image-editor/_all.tailwind3.scss +2 -0
  99. package/styles/image-editor/_bds-definition.scss +51 -0
  100. package/styles/image-editor/_bigger.bds.scss +3 -0
  101. package/styles/image-editor/_bigger.bootstrap-dark.scss +3 -0
  102. package/styles/image-editor/_bigger.bootstrap.scss +3 -0
  103. package/styles/image-editor/_bigger.bootstrap4.scss +3 -0
  104. package/styles/image-editor/_bigger.bootstrap5-dark.scss +3 -0
  105. package/styles/image-editor/_bigger.bootstrap5.3.scss +3 -0
  106. package/styles/image-editor/_bigger.bootstrap5.scss +3 -0
  107. package/styles/image-editor/_bigger.fabric-dark.scss +3 -0
  108. package/styles/image-editor/_bigger.fabric.scss +3 -0
  109. package/styles/image-editor/_bigger.fluent-dark.scss +3 -0
  110. package/styles/image-editor/_bigger.fluent.scss +3 -0
  111. package/styles/image-editor/_bigger.fluent2.scss +3 -0
  112. package/styles/image-editor/_bigger.highcontrast-light.scss +3 -0
  113. package/styles/image-editor/_bigger.highcontrast.scss +3 -0
  114. package/styles/image-editor/_bigger.material-dark.scss +3 -0
  115. package/styles/image-editor/_bigger.material.scss +3 -0
  116. package/styles/image-editor/_bigger.material3-dark.scss +3 -0
  117. package/styles/image-editor/_bigger.material3.scss +3 -0
  118. package/styles/image-editor/_bigger.scss +60 -9
  119. package/styles/image-editor/_bigger.tailwind-dark.scss +3 -0
  120. package/styles/image-editor/_bigger.tailwind.scss +3 -0
  121. package/styles/image-editor/_bigger.tailwind3.scss +3 -0
  122. package/styles/image-editor/_bootstrap-dark-definition.scss +51 -0
  123. package/styles/image-editor/_bootstrap-definition.scss +51 -0
  124. package/styles/image-editor/_bootstrap4-definition.scss +55 -0
  125. package/styles/image-editor/_bootstrap5-dark-definition.scss +81 -1
  126. package/styles/image-editor/_bootstrap5-definition.scss +52 -0
  127. package/styles/image-editor/_bootstrap5.3-definition.scss +51 -0
  128. package/styles/image-editor/_fabric-dark-definition.scss +51 -0
  129. package/styles/image-editor/_fabric-definition.scss +51 -0
  130. package/styles/image-editor/_fluent-dark-definition.scss +81 -1
  131. package/styles/image-editor/_fluent-definition.scss +52 -0
  132. package/styles/image-editor/_fluent2-definition.scss +51 -0
  133. package/styles/image-editor/_fusionnew-definition.scss +51 -0
  134. package/styles/image-editor/_highcontrast-definition.scss +51 -0
  135. package/styles/image-editor/_highcontrast-light-definition.scss +51 -0
  136. package/styles/image-editor/_layout.bds.scss +3 -0
  137. package/styles/image-editor/_layout.bootstrap-dark.scss +3 -0
  138. package/styles/image-editor/_layout.bootstrap.scss +3 -0
  139. package/styles/image-editor/_layout.bootstrap4.scss +3 -0
  140. package/styles/image-editor/_layout.bootstrap5-dark.scss +3 -0
  141. package/styles/image-editor/_layout.bootstrap5.3.scss +3 -0
  142. package/styles/image-editor/_layout.bootstrap5.scss +3 -0
  143. package/styles/image-editor/_layout.fabric-dark.scss +3 -0
  144. package/styles/image-editor/_layout.fabric.scss +3 -0
  145. package/styles/image-editor/_layout.fluent-dark.scss +3 -0
  146. package/styles/image-editor/_layout.fluent.scss +3 -0
  147. package/styles/image-editor/_layout.fluent2.scss +3 -0
  148. package/styles/image-editor/_layout.highcontrast-light.scss +3 -0
  149. package/styles/image-editor/_layout.highcontrast.scss +3 -0
  150. package/styles/image-editor/_layout.material-dark.scss +3 -0
  151. package/styles/image-editor/_layout.material.scss +3 -0
  152. package/styles/image-editor/_layout.material3-dark.scss +3 -0
  153. package/styles/image-editor/_layout.material3.scss +3 -0
  154. package/styles/image-editor/_layout.scss +197 -115
  155. package/styles/image-editor/_layout.tailwind-dark.scss +3 -0
  156. package/styles/image-editor/_layout.tailwind.scss +3 -0
  157. package/styles/image-editor/_layout.tailwind3.scss +3 -0
  158. package/styles/image-editor/_material-dark-definition.scss +51 -0
  159. package/styles/image-editor/_material-definition.scss +51 -0
  160. package/styles/image-editor/_material3-dark-definition.scss +82 -1
  161. package/styles/image-editor/_material3-definition.scss +53 -0
  162. package/styles/image-editor/_tailwind-dark-definition.scss +81 -1
  163. package/styles/image-editor/_tailwind-definition.scss +52 -0
  164. package/styles/image-editor/_tailwind3-definition.scss +75 -1
  165. package/styles/image-editor/_theme-variables.bds.scss +1 -0
  166. package/styles/image-editor/_theme-variables.bootstrap-dark.scss +1 -0
  167. package/styles/image-editor/_theme-variables.bootstrap.scss +1 -0
  168. package/styles/image-editor/_theme-variables.bootstrap4.scss +1 -0
  169. package/styles/image-editor/_theme-variables.bootstrap5-dark.scss +1 -0
  170. package/styles/image-editor/_theme-variables.bootstrap5.3.scss +1 -0
  171. package/styles/image-editor/_theme-variables.bootstrap5.scss +1 -0
  172. package/styles/image-editor/_theme-variables.fabric-dark.scss +1 -0
  173. package/styles/image-editor/_theme-variables.fabric.scss +1 -0
  174. package/styles/image-editor/_theme-variables.fluent-dark.scss +1 -0
  175. package/styles/image-editor/_theme-variables.fluent.scss +1 -0
  176. package/styles/image-editor/_theme-variables.fluent2.scss +1 -0
  177. package/styles/image-editor/_theme-variables.highcontrast-light.scss +1 -0
  178. package/styles/image-editor/_theme-variables.highcontrast.scss +1 -0
  179. package/styles/image-editor/_theme-variables.material-dark.scss +1 -0
  180. package/styles/image-editor/_theme-variables.material.scss +1 -0
  181. package/styles/image-editor/_theme-variables.material3-dark.scss +1 -0
  182. package/styles/image-editor/_theme-variables.material3.scss +1 -0
  183. package/styles/image-editor/_theme-variables.tailwind-dark.scss +1 -0
  184. package/styles/image-editor/_theme-variables.tailwind.scss +1 -0
  185. package/styles/image-editor/_theme-variables.tailwind3.scss +1 -0
  186. package/styles/image-editor/_theme.bds.scss +6 -0
  187. package/styles/image-editor/_theme.bootstrap-dark.scss +6 -0
  188. package/styles/image-editor/_theme.bootstrap.scss +6 -0
  189. package/styles/image-editor/_theme.bootstrap4.scss +6 -0
  190. package/styles/image-editor/_theme.bootstrap5-dark.scss +6 -0
  191. package/styles/image-editor/_theme.bootstrap5.3.scss +6 -0
  192. package/styles/image-editor/_theme.bootstrap5.scss +6 -0
  193. package/styles/image-editor/_theme.fabric-dark.scss +6 -0
  194. package/styles/image-editor/_theme.fabric.scss +6 -0
  195. package/styles/image-editor/_theme.fluent-dark.scss +6 -0
  196. package/styles/image-editor/_theme.fluent.scss +6 -0
  197. package/styles/image-editor/_theme.fluent2.scss +6 -0
  198. package/styles/image-editor/_theme.highcontrast-light.scss +6 -0
  199. package/styles/image-editor/_theme.highcontrast.scss +6 -0
  200. package/styles/image-editor/_theme.material-dark.scss +6 -0
  201. package/styles/image-editor/_theme.material.scss +6 -0
  202. package/styles/image-editor/_theme.material3-dark.scss +6 -0
  203. package/styles/image-editor/_theme.material3.scss +6 -0
  204. package/styles/image-editor/_theme.scss +46 -1
  205. package/styles/image-editor/_theme.tailwind-dark.scss +6 -0
  206. package/styles/image-editor/_theme.tailwind.scss +6 -0
  207. package/styles/image-editor/_theme.tailwind3.scss +6 -0
  208. package/styles/image-editor/bds.css +161 -60
  209. package/styles/image-editor/bds.scss +14 -14
  210. package/styles/image-editor/bootstrap-dark.css +82 -60
  211. package/styles/image-editor/bootstrap-dark.scss +14 -14
  212. package/styles/image-editor/bootstrap.css +82 -60
  213. package/styles/image-editor/bootstrap.scss +14 -14
  214. package/styles/image-editor/bootstrap4.css +82 -60
  215. package/styles/image-editor/bootstrap4.scss +14 -14
  216. package/styles/image-editor/bootstrap5-dark.css +83 -60
  217. package/styles/image-editor/bootstrap5-dark.scss +14 -14
  218. package/styles/image-editor/bootstrap5.3.css +583 -60
  219. package/styles/image-editor/bootstrap5.3.scss +14 -14
  220. package/styles/image-editor/bootstrap5.css +83 -60
  221. package/styles/image-editor/bootstrap5.scss +14 -14
  222. package/styles/image-editor/fabric-dark.css +82 -60
  223. package/styles/image-editor/fabric-dark.scss +14 -14
  224. package/styles/image-editor/fabric.css +82 -60
  225. package/styles/image-editor/fabric.scss +14 -14
  226. package/styles/image-editor/fluent-dark.css +82 -60
  227. package/styles/image-editor/fluent-dark.scss +14 -14
  228. package/styles/image-editor/fluent.css +82 -60
  229. package/styles/image-editor/fluent.scss +14 -14
  230. package/styles/image-editor/fluent2.css +593 -63
  231. package/styles/image-editor/fluent2.scss +14 -14
  232. package/styles/image-editor/highcontrast-light.css +82 -60
  233. package/styles/image-editor/highcontrast-light.scss +14 -14
  234. package/styles/image-editor/highcontrast.css +81 -60
  235. package/styles/image-editor/highcontrast.scss +14 -14
  236. package/styles/image-editor/icons/_bds.scss +1 -0
  237. package/styles/image-editor/icons/_bootstrap-dark.scss +1 -0
  238. package/styles/image-editor/icons/_bootstrap.scss +1 -0
  239. package/styles/image-editor/icons/_bootstrap4.scss +1 -0
  240. package/styles/image-editor/icons/_bootstrap5-dark.scss +1 -1
  241. package/styles/image-editor/icons/_bootstrap5.3.scss +1 -0
  242. package/styles/image-editor/icons/_bootstrap5.scss +1 -0
  243. package/styles/image-editor/icons/_fabric-dark.scss +1 -0
  244. package/styles/image-editor/icons/_fabric.scss +1 -0
  245. package/styles/image-editor/icons/_fluent-dark.scss +1 -1
  246. package/styles/image-editor/icons/_fluent.scss +1 -0
  247. package/styles/image-editor/icons/_fluent2.scss +1 -0
  248. package/styles/image-editor/icons/_fusionnew.scss +1 -0
  249. package/styles/image-editor/icons/_highcontrast-light.scss +1 -0
  250. package/styles/image-editor/icons/_highcontrast.scss +1 -0
  251. package/styles/image-editor/icons/_material-dark.scss +1 -0
  252. package/styles/image-editor/icons/_material.scss +1 -0
  253. package/styles/image-editor/icons/_material3-dark.scss +1 -1
  254. package/styles/image-editor/icons/_material3.scss +1 -0
  255. package/styles/image-editor/icons/_tailwind-dark.scss +1 -1
  256. package/styles/image-editor/icons/_tailwind.scss +1 -0
  257. package/styles/image-editor/icons/_tailwind3.scss +1 -0
  258. package/styles/image-editor/material-dark.css +93 -60
  259. package/styles/image-editor/material-dark.scss +14 -14
  260. package/styles/image-editor/material.css +93 -60
  261. package/styles/image-editor/material.scss +14 -14
  262. package/styles/image-editor/material3-dark.css +572 -60
  263. package/styles/image-editor/material3-dark.scss +14 -15
  264. package/styles/image-editor/material3.css +582 -60
  265. package/styles/image-editor/material3.scss +14 -15
  266. package/styles/image-editor/tailwind-dark.css +82 -60
  267. package/styles/image-editor/tailwind-dark.scss +14 -14
  268. package/styles/image-editor/tailwind.css +82 -60
  269. package/styles/image-editor/tailwind.scss +14 -14
  270. package/styles/image-editor/tailwind3.css +606 -84
  271. package/styles/image-editor/tailwind3.scss +14 -14
  272. package/styles/material-dark-lite.css +69 -57
  273. package/styles/material-dark-lite.scss +13 -13
  274. package/styles/material-dark.css +93 -60
  275. package/styles/material-dark.scss +14 -14
  276. package/styles/material-lite.css +69 -57
  277. package/styles/material-lite.scss +12 -13
  278. package/styles/material.css +93 -60
  279. package/styles/material.scss +13 -14
  280. package/styles/material3-dark-lite.css +466 -57
  281. package/styles/material3-dark-lite.scss +13 -13
  282. package/styles/material3-dark.css +572 -60
  283. package/styles/material3-dark.scss +14 -16
  284. package/styles/material3-lite.css +474 -57
  285. package/styles/material3-lite.scss +13 -13
  286. package/styles/material3.css +582 -60
  287. package/styles/material3.scss +14 -16
  288. package/styles/tailwind-dark-lite.css +58 -57
  289. package/styles/tailwind-dark-lite.scss +13 -13
  290. package/styles/tailwind-dark.css +82 -60
  291. package/styles/tailwind-dark.scss +14 -14
  292. package/styles/tailwind-lite.css +58 -57
  293. package/styles/tailwind-lite.scss +13 -13
  294. package/styles/tailwind.css +82 -60
  295. package/styles/tailwind.scss +14 -14
  296. package/styles/tailwind3-lite.css +492 -72
  297. package/styles/tailwind3-lite.scss +13 -13
  298. package/styles/tailwind3.css +606 -84
  299. package/styles/tailwind3.scss +14 -14
@@ -2,6 +2,76 @@
2
2
 
3
3
 
4
4
 
5
+
6
+
7
+
8
+
9
+ /* Font Family */
10
+ /* border */
11
+ /* 0px */
12
+ /* 1px */
13
+ /* 1.5px */
14
+ /* 2px */
15
+ /* 3px */
16
+ /* 4px */
17
+ /* 5px */
18
+ /* 6px */
19
+ /* 7px */
20
+ /* 8px */
21
+ /* Radius */
22
+ /* 1px */
23
+ /* 2px */
24
+ /* 3px */
25
+ /* 4px */
26
+ /* 5px */
27
+ /* 6px */
28
+ /* 7px */
29
+ /* 8px */
30
+ /* 9px */
31
+ /* 10px */
32
+ /* 11px */
33
+ /* 12px */
34
+ /* 13px */
35
+ /* 14px */
36
+ /* 15px */
37
+ /* 16px */
38
+ /* 17px */
39
+ /* 18px */
40
+ /* 19px */
41
+ /* 20px */
42
+ /* 21px */
43
+ /* 22px */
44
+ /* 23px */
45
+ /* 24px */
46
+ /* 25px */
47
+ /* 26px */
48
+ /* 27px */
49
+ /* 28px */
50
+ /* 29px */
51
+ /* 30px */
52
+ /* 31px */
53
+ /* 32px */
54
+ /* 33px */
55
+ /* 34px */
56
+ /* 35px */
57
+ /* 36px */
58
+ /* 37px */
59
+ /* 38px */
60
+ /* 39px */
61
+ /* 40px */
62
+ /* 41px */
63
+ /* 42px */
64
+ /* 43px */
65
+ /* 44px */
66
+ /* 45px */
67
+ /* 46px */
68
+ /* 47px */
69
+ /* 48px */
70
+ /* 49px */
71
+ /* 50px */
72
+ /* 5em */
73
+
74
+
5
75
  /* stylelint-disable-line no-empty-source */
6
76
  /* stylelint-disable */
7
77
  /* stylelint-disable property-no-vendor-prefix */
@@ -194,6 +264,80 @@
194
264
  content: "\e931";
195
265
  }
196
266
 
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+ /* Font Family */
276
+ /* border */
277
+ /* 0px */
278
+ /* 1px */
279
+ /* 1.5px */
280
+ /* 2px */
281
+ /* 3px */
282
+ /* 4px */
283
+ /* 5px */
284
+ /* 6px */
285
+ /* 7px */
286
+ /* 8px */
287
+ /* Radius */
288
+ /* 1px */
289
+ /* 2px */
290
+ /* 3px */
291
+ /* 4px */
292
+ /* 5px */
293
+ /* 6px */
294
+ /* 7px */
295
+ /* 8px */
296
+ /* 9px */
297
+ /* 10px */
298
+ /* 11px */
299
+ /* 12px */
300
+ /* 13px */
301
+ /* 14px */
302
+ /* 15px */
303
+ /* 16px */
304
+ /* 17px */
305
+ /* 18px */
306
+ /* 19px */
307
+ /* 20px */
308
+ /* 21px */
309
+ /* 22px */
310
+ /* 23px */
311
+ /* 24px */
312
+ /* 25px */
313
+ /* 26px */
314
+ /* 27px */
315
+ /* 28px */
316
+ /* 29px */
317
+ /* 30px */
318
+ /* 31px */
319
+ /* 32px */
320
+ /* 33px */
321
+ /* 34px */
322
+ /* 35px */
323
+ /* 36px */
324
+ /* 37px */
325
+ /* 38px */
326
+ /* 39px */
327
+ /* 40px */
328
+ /* 41px */
329
+ /* 42px */
330
+ /* 43px */
331
+ /* 44px */
332
+ /* 45px */
333
+ /* 46px */
334
+ /* 47px */
335
+ /* 48px */
336
+ /* 49px */
337
+ /* 50px */
338
+ /* 5em */
339
+
340
+
197
341
  .e-ie-toolbar-upload-div.e-hide,
198
342
  .e-ie-toolbar-upload-btn.e-hide,
199
343
  .e-ie-img-quality-slider,
@@ -204,16 +348,6 @@
204
348
  .e-device.e-image-editor .e-img-font-style.e-template {
205
349
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
206
350
  }
207
- .e-device.e-image-editor .e-slider-container {
208
- margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
209
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
210
- }
211
- .e-device.e-image-editor .e-straighten-slider {
212
- margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
213
- }
214
- .e-device.e-image-editor .e-ie-straighten-value-span {
215
- margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
216
- }
217
351
  .e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
218
352
  display: none !important; /* stylelint-disable-line declaration-no-important */
219
353
  }
@@ -224,6 +358,12 @@
224
358
  border-top: 1px solid var(--color-sf-border);
225
359
  border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
226
360
  }
361
+ .e-device.e-image-editor .e-toolbar-area .e-toolbar {
362
+ border-radius: 0;
363
+ }
364
+ .e-device.e-image-editor .e-bottom-toolbar .e-toolbar {
365
+ border-radius: 0;
366
+ }
227
367
  .e-device.e-image-editor .e-toolbar {
228
368
  border-bottom: 1px solid var(--color-sf-border);
229
369
  }
@@ -256,10 +396,20 @@
256
396
  }
257
397
  .e-image-editor .e-ie-drop-area {
258
398
  height: calc(100% - 18px);
259
- width: calc(100% - 20px);
260
- border: 2px dashed var(--color-sf-icon-color);
261
- border-radius: 10px;
262
- margin: 10px;
399
+ display: -webkit-box;
400
+ display: -ms-flexbox;
401
+ display: flex;
402
+ -webkit-box-pack: center;
403
+ -ms-flex-pack: center;
404
+ justify-content: center;
405
+ -webkit-box-align: center;
406
+ -ms-flex-align: center;
407
+ align-items: center;
408
+ -webkit-box-orient: vertical;
409
+ -webkit-box-direction: normal;
410
+ -ms-flex-direction: column;
411
+ flex-direction: column;
412
+ text-align: center;
263
413
  }
264
414
  .e-image-editor .e-ie-drop-area .e-upload {
265
415
  display: none;
@@ -274,33 +424,58 @@
274
424
  .e-image-editor .e-ie-drop-area .e-ie-drop-content {
275
425
  top: 50%;
276
426
  left: calc(50% - 160px);
277
- font-size: 14px;
427
+ font-size: 16px;
428
+ font-weight: 400;
429
+ line-height: 24px;
430
+ letter-spacing: normal;
431
+ margin: 12px 44px;
432
+ }
433
+ .e-image-editor .e-ie-drop-area .e-ie-drop-browse {
434
+ text-decoration: none;
435
+ font-weight: 600;
278
436
  }
279
437
  .e-image-editor .e-ie-drop-area .e-ie-drop-info {
280
438
  top: calc(50% + 40px);
281
439
  left: 50%;
282
- -webkit-transform: translate(-50%, -50%);
283
- transform: translate(-50%, -50%);
284
- position: absolute;
285
440
  font-size: 14px;
441
+ font-weight: 400;
442
+ line-height: 20px;
443
+ letter-spacing: normal;
444
+ margin: 0 44px;
286
445
  }
287
446
  .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
288
447
  left: calc(50% - 120px);
289
448
  top: 50%;
290
- font-size: 14px;
449
+ font-size: 16px;
450
+ font-weight: 400;
451
+ line-height: 24px;
452
+ letter-spacing: normal;
453
+ margin: 12px 52px;
454
+ }
455
+ .e-image-editor .e-toolbar-area .e-toolbar {
456
+ border-radius: 0;
291
457
  }
292
458
  .e-image-editor .e-toolbar {
293
459
  border: none;
294
460
  border-bottom: 1px solid var(--color-sf-border);
295
461
  height: 48px !important; /* stylelint-disable-line declaration-no-important */
296
462
  min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
463
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
464
+ }
465
+ .e-image-editor .e-toolbar .e-toolbar-item.e-separator {
466
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
297
467
  }
298
468
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
299
469
  margin-left: 20px;
300
470
  min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
471
+ font-size: 12px;
301
472
  }
302
473
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
303
474
  min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
475
+ font-size: 12px;
476
+ }
477
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
478
+ font-size: 12px;
304
479
  }
305
480
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
306
481
  font-size: 16px;
@@ -308,6 +483,10 @@
308
483
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
309
484
  font-size: 16px;
310
485
  }
486
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
487
+ -webkit-box-shadow: none;
488
+ box-shadow: none;
489
+ }
311
490
  .e-image-editor .e-toolbar .e-toolbar-items .e-upload {
312
491
  border: none;
313
492
  }
@@ -320,17 +499,15 @@
320
499
  .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-image-upload .e-upload {
321
500
  border: none;
322
501
  }
502
+ .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-icons.e-upload-icon {
503
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
504
+ }
323
505
  .e-image-editor .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-frame-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-background-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
324
506
  font-size: 16px;
325
507
  }
326
- .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
327
- margin-top: -4px;
328
- }
329
508
  .e-image-editor .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview {
330
509
  height: 18px;
331
510
  width: 18px;
332
- margin-top: -4px !important; /* stylelint-disable-line declaration-no-important */
333
- margin-left: -4px;
334
511
  }
335
512
  .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform {
336
513
  font-size: 16px;
@@ -345,7 +522,7 @@
345
522
  font-size: 10px !important; /* stylelint-disable-line declaration-no-important */
346
523
  }
347
524
  .e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
348
- line-height: 1;
525
+ line-height: 48px;
349
526
  }
350
527
  .e-image-editor .e-toolbar-area + .e-canvas-wrapper .e-textarea {
351
528
  line-height: initial !important; /* stylelint-disable-line declaration-no-important */
@@ -358,9 +535,17 @@
358
535
  width: 100%;
359
536
  z-index: 1;
360
537
  }
538
+ .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
539
+ -ms-flex-line-pack: center;
540
+ align-content: center;
541
+ text-align: center;
542
+ height: auto;
543
+ min-height: 60px;
544
+ }
361
545
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
362
546
  border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
363
547
  height: 130px !important; /* stylelint-disable-line declaration-no-important */
548
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
364
549
  }
365
550
  .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
366
551
  height: inherit !important; /* stylelint-disable-line declaration-no-important */
@@ -405,6 +590,7 @@
405
590
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
406
591
  -webkit-box-sizing: content-box;
407
592
  box-sizing: content-box;
593
+ font-size: 12px;
408
594
  }
409
595
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
410
596
  text-align: center;
@@ -414,9 +600,19 @@
414
600
  height: 100px;
415
601
  }
416
602
  .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
417
- margin-left: calc(50% - 137px);
418
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
603
+ margin: 0 16px;
604
+ height: auto;
605
+ }
606
+ .e-image-editor .e-ie-finetune-slider-wrap {
607
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
419
608
  }
609
+ .e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
610
+ font-size: 14px;
611
+ line-height: 20px;
612
+ letter-spacing: normal;
613
+ font-weight: 400;
614
+ }
615
+
420
616
  .e-ie-straighten-value-span,
421
617
  .e-ie-straighten-span,
422
618
  .e-ie-toolbar-straighten {
@@ -425,10 +621,18 @@
425
621
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
426
622
  }
427
623
 
624
+ .e-device.e-image-editor .e-ie-straighten-value-span,
625
+ .e-device.e-image-editor .e-ie-straighten-span,
626
+ .e-device.e-image-editor .e-ie-toolbar-straighten {
627
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
628
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
629
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
630
+ }
631
+
428
632
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
429
633
  height: auto;
430
- margin-left: 8px;
431
634
  padding-right: 2px;
635
+ margin-left: 8px;
432
636
  }
433
637
 
434
638
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -444,14 +648,6 @@
444
648
  top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
445
649
  }
446
650
 
447
- .e-ie-finetune-value-span {
448
- top: 29% !important; /* stylelint-disable-line declaration-no-important */
449
- }
450
-
451
- .e-ie-finetune-slider-label {
452
- top: 29% !important; /* stylelint-disable-line declaration-no-important */
453
- }
454
-
455
651
  .e-ie-finetune-slider-wrap {
456
652
  top: calc(50% - 12px) !important; /* stylelint-disable-line declaration-no-important */
457
653
  }
@@ -461,7 +657,8 @@
461
657
  }
462
658
 
463
659
  .e-ie-slider-wrap {
464
- top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
660
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
661
+ top: auto !important; /* stylelint-disable-line declaration-no-important */
465
662
  }
466
663
 
467
664
  .e-dropdown-popup.e-ie-crop-ddb-popup ul {
@@ -473,10 +670,6 @@
473
670
  background: none !important; /* stylelint-disable-line declaration-no-important */
474
671
  }
475
672
 
476
- .e-device.e-image-editor .e-ie-device-transparency-slider {
477
- margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
478
- }
479
-
480
673
  .e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
481
674
  .e-ie-quality-option-container .e-slider-container.e-horizontal {
482
675
  height: 28px;
@@ -492,7 +685,7 @@
492
685
  }
493
686
 
494
687
  .e-ie-img-size {
495
- margin: 10px 10px 0;
688
+ margin: 8px 0 0;
496
689
  }
497
690
 
498
691
  .e-ie-dlg-img-content {
@@ -524,7 +717,8 @@
524
717
  }
525
718
 
526
719
  .e-ie-img-size {
527
- font-size: 14px;
720
+ font-size: 12px;
721
+ line-height: 16px;
528
722
  display: -webkit-box;
529
723
  display: -ms-flexbox;
530
724
  display: flex;
@@ -535,6 +729,7 @@
535
729
  -webkit-box-pack: start;
536
730
  -ms-flex-pack: start;
537
731
  justify-content: flex-start;
732
+ text-align: center;
538
733
  }
539
734
 
540
735
  .e-ie-dlg-right-content {
@@ -543,13 +738,14 @@
543
738
 
544
739
  .e-ie-img-save-name {
545
740
  display: inline-block;
546
- margin-right: 10px;
547
741
  width: calc(69% - 13px);
742
+ margin-right: 10px;
548
743
  }
549
744
 
550
745
  .e-ie-img-save-dlg {
551
746
  display: inline-block;
552
- width: 92px;
747
+ width: auto;
748
+ min-width: 92px;
553
749
  }
554
750
 
555
751
  .e-ie-img-save-dlg .e-btn {
@@ -558,8 +754,8 @@
558
754
  }
559
755
 
560
756
  .e-ie-img-label-name {
561
- margin-bottom: 5px;
562
757
  display: block;
758
+ margin-bottom: 5px;
563
759
  font-weight: 500;
564
760
  }
565
761
 
@@ -610,11 +806,10 @@
610
806
  }
611
807
 
612
808
  .e-ie-img-icon-button {
613
- margin-left: 10px;
614
809
  width: -webkit-max-content;
615
810
  width: -moz-max-content;
616
811
  width: max-content;
617
- margin-bottom: 4px;
812
+ margin-left: 10px;
618
813
  }
619
814
 
620
815
  .e-ie-quality-option-container .e-btn-group .e-btn {
@@ -647,24 +842,12 @@
647
842
  .e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
648
843
  margin-left: 0;
649
844
  }
650
- .e-blr-ie-save-dialog.e-device .e-slider-container {
651
- margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
652
- height: 28px !important; /* stylelint-disable-line declaration-no-important */
653
- }
654
845
  .e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
655
846
  margin-left: calc(70% - 100px) !important; /* stylelint-disable-line declaration-no-important */
656
847
  }
657
848
  .e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
658
849
  padding: 6px 13px;
659
850
  }
660
- .e-ie-straighten-value-span {
661
- margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
662
- }
663
-
664
- .e-device.e-image-editor .e-ie-straighten-value-span {
665
- margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
666
- }
667
-
668
851
  @media only screen and (max-width: 390px) {
669
852
  .e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
670
853
  padding-left: 9px;
@@ -674,17 +857,13 @@
674
857
  width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
675
858
  }
676
859
  }
677
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label {
678
- left: calc(50% - 145px) !important; /* stylelint-disable-line declaration-no-important */
679
- }
680
-
681
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
682
- width: 170px !important; /* stylelint-disable-line declaration-no-important */
683
- margin-left: calc(50% - 62px) !important; /* stylelint-disable-line declaration-no-important */
684
- }
685
-
686
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
687
- margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
860
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
861
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
862
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
863
+ font-size: 16px;
864
+ line-height: 24px;
865
+ letter-spacing: normal;
866
+ font-weight: normal;
688
867
  }
689
868
 
690
869
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
@@ -699,6 +878,229 @@
699
878
  top: calc(50% - 16px) !important; /* stylelint-disable-line declaration-no-important */
700
879
  }
701
880
 
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+ /* Font Family */
890
+ /* border */
891
+ /* 0px */
892
+ /* 1px */
893
+ /* 1.5px */
894
+ /* 2px */
895
+ /* 3px */
896
+ /* 4px */
897
+ /* 5px */
898
+ /* 6px */
899
+ /* 7px */
900
+ /* 8px */
901
+ /* Radius */
902
+ /* 1px */
903
+ /* 2px */
904
+ /* 3px */
905
+ /* 4px */
906
+ /* 5px */
907
+ /* 6px */
908
+ /* 7px */
909
+ /* 8px */
910
+ /* 9px */
911
+ /* 10px */
912
+ /* 11px */
913
+ /* 12px */
914
+ /* 13px */
915
+ /* 14px */
916
+ /* 15px */
917
+ /* 16px */
918
+ /* 17px */
919
+ /* 18px */
920
+ /* 19px */
921
+ /* 20px */
922
+ /* 21px */
923
+ /* 22px */
924
+ /* 23px */
925
+ /* 24px */
926
+ /* 25px */
927
+ /* 26px */
928
+ /* 27px */
929
+ /* 28px */
930
+ /* 29px */
931
+ /* 30px */
932
+ /* 31px */
933
+ /* 32px */
934
+ /* 33px */
935
+ /* 34px */
936
+ /* 35px */
937
+ /* 36px */
938
+ /* 37px */
939
+ /* 38px */
940
+ /* 39px */
941
+ /* 40px */
942
+ /* 41px */
943
+ /* 42px */
944
+ /* 43px */
945
+ /* 44px */
946
+ /* 45px */
947
+ /* 46px */
948
+ /* 47px */
949
+ /* 48px */
950
+ /* 49px */
951
+ /* 50px */
952
+ /* 5em */
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+ /* Font Family */
964
+ /* border */
965
+ /* 0px */
966
+ /* 1px */
967
+ /* 1.5px */
968
+ /* 2px */
969
+ /* 3px */
970
+ /* 4px */
971
+ /* 5px */
972
+ /* 6px */
973
+ /* 7px */
974
+ /* 8px */
975
+ /* Radius */
976
+ /* 1px */
977
+ /* 2px */
978
+ /* 3px */
979
+ /* 4px */
980
+ /* 5px */
981
+ /* 6px */
982
+ /* 7px */
983
+ /* 8px */
984
+ /* 9px */
985
+ /* 10px */
986
+ /* 11px */
987
+ /* 12px */
988
+ /* 13px */
989
+ /* 14px */
990
+ /* 15px */
991
+ /* 16px */
992
+ /* 17px */
993
+ /* 18px */
994
+ /* 19px */
995
+ /* 20px */
996
+ /* 21px */
997
+ /* 22px */
998
+ /* 23px */
999
+ /* 24px */
1000
+ /* 25px */
1001
+ /* 26px */
1002
+ /* 27px */
1003
+ /* 28px */
1004
+ /* 29px */
1005
+ /* 30px */
1006
+ /* 31px */
1007
+ /* 32px */
1008
+ /* 33px */
1009
+ /* 34px */
1010
+ /* 35px */
1011
+ /* 36px */
1012
+ /* 37px */
1013
+ /* 38px */
1014
+ /* 39px */
1015
+ /* 40px */
1016
+ /* 41px */
1017
+ /* 42px */
1018
+ /* 43px */
1019
+ /* 44px */
1020
+ /* 45px */
1021
+ /* 46px */
1022
+ /* 47px */
1023
+ /* 48px */
1024
+ /* 49px */
1025
+ /* 50px */
1026
+ /* 5em */
1027
+
1028
+
1029
+ /* stylelint-disable */
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+ /* Font Family */
1039
+ /* border */
1040
+ /* 0px */
1041
+ /* 1px */
1042
+ /* 1.5px */
1043
+ /* 2px */
1044
+ /* 3px */
1045
+ /* 4px */
1046
+ /* 5px */
1047
+ /* 6px */
1048
+ /* 7px */
1049
+ /* 8px */
1050
+ /* Radius */
1051
+ /* 1px */
1052
+ /* 2px */
1053
+ /* 3px */
1054
+ /* 4px */
1055
+ /* 5px */
1056
+ /* 6px */
1057
+ /* 7px */
1058
+ /* 8px */
1059
+ /* 9px */
1060
+ /* 10px */
1061
+ /* 11px */
1062
+ /* 12px */
1063
+ /* 13px */
1064
+ /* 14px */
1065
+ /* 15px */
1066
+ /* 16px */
1067
+ /* 17px */
1068
+ /* 18px */
1069
+ /* 19px */
1070
+ /* 20px */
1071
+ /* 21px */
1072
+ /* 22px */
1073
+ /* 23px */
1074
+ /* 24px */
1075
+ /* 25px */
1076
+ /* 26px */
1077
+ /* 27px */
1078
+ /* 28px */
1079
+ /* 29px */
1080
+ /* 30px */
1081
+ /* 31px */
1082
+ /* 32px */
1083
+ /* 33px */
1084
+ /* 34px */
1085
+ /* 35px */
1086
+ /* 36px */
1087
+ /* 37px */
1088
+ /* 38px */
1089
+ /* 39px */
1090
+ /* 40px */
1091
+ /* 41px */
1092
+ /* 42px */
1093
+ /* 43px */
1094
+ /* 44px */
1095
+ /* 45px */
1096
+ /* 46px */
1097
+ /* 47px */
1098
+ /* 48px */
1099
+ /* 49px */
1100
+ /* 50px */
1101
+ /* 5em */
1102
+
1103
+
702
1104
  .e-image-editor {
703
1105
  background: var(--color-sf-content-bg-color);
704
1106
  }
@@ -711,6 +1113,9 @@
711
1113
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper:focus canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filter-wrapper:focus canvas {
712
1114
  border-color: var(--color-sf-secondary-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
713
1115
  }
1116
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-straighten-span, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-straighten-value-span {
1117
+ color: var(--color-sf-content-text-color);
1118
+ }
714
1119
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
715
1120
  color: var(--color-sf-icon-color);
716
1121
  }
@@ -720,7 +1125,7 @@
720
1125
  .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
721
1126
  background: inherit;
722
1127
  border: none;
723
- margin-top: -1px;
1128
+ margin-top: 0;
724
1129
  }
725
1130
  .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-caret-hide {
726
1131
  display: none !important; /* stylelint-disable-line declaration-no-important */
@@ -762,6 +1167,21 @@
762
1167
  -webkit-box-shadow: none !important;
763
1168
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
764
1169
  }
1170
+ .e-image-editor .e-ie-drop-area .e-ie-drop-content, .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
1171
+ color: var(--color-sf-content-text-color);
1172
+ }
1173
+ .e-image-editor .e-ie-drop-area .e-ie-drop-browse {
1174
+ color: var(--color-sf-primary-bg-color);
1175
+ }
1176
+ .e-image-editor .e-ie-drop-area .e-ie-drop-info {
1177
+ color: var(--color-sf-content-text-color-alt2);
1178
+ }
1179
+ .e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span {
1180
+ color: var(--color-sf-content-text-color);
1181
+ }
1182
+ .e-image-editor .filter-wrapper {
1183
+ color: var(--color-sf-content-text-color-alt1);
1184
+ }
765
1185
 
766
1186
  .e-dropdown-popup .e-selected-btn {
767
1187
  background: var(--color-sf-secondary-bg-color-focus) !important; /* stylelint-disable-line declaration-no-important */