@syncfusion/ej2-image-editor 26.2.14 → 27.1.48

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 (186) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-image-editor.umd.min.js +2 -2
  3. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-image-editor.es2015.js +3202 -732
  5. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-image-editor.es5.js +3281 -797
  7. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  8. package/dist/global/ej2-image-editor.min.js +2 -2
  9. package/dist/global/ej2-image-editor.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +14 -13
  12. package/src/image-editor/action/crop.d.ts +0 -1
  13. package/src/image-editor/action/crop.js +8 -19
  14. package/src/image-editor/action/draw.d.ts +4 -0
  15. package/src/image-editor/action/draw.js +377 -45
  16. package/src/image-editor/action/export.js +21 -13
  17. package/src/image-editor/action/filter.d.ts +13 -0
  18. package/src/image-editor/action/filter.js +272 -1
  19. package/src/image-editor/action/freehand-draw.d.ts +1 -0
  20. package/src/image-editor/action/freehand-draw.js +44 -23
  21. package/src/image-editor/action/selection.d.ts +6 -0
  22. package/src/image-editor/action/selection.js +382 -97
  23. package/src/image-editor/action/shape.d.ts +5 -0
  24. package/src/image-editor/action/shape.js +287 -141
  25. package/src/image-editor/action/transform.js +56 -82
  26. package/src/image-editor/action/undo-redo.d.ts +2 -0
  27. package/src/image-editor/action/undo-redo.js +100 -1
  28. package/src/image-editor/base/enum.d.ts +11 -0
  29. package/src/image-editor/base/enum.js +12 -0
  30. package/src/image-editor/base/image-editor-model.d.ts +13 -1
  31. package/src/image-editor/base/image-editor.d.ts +142 -20
  32. package/src/image-editor/base/image-editor.js +811 -149
  33. package/src/image-editor/base/interface.d.ts +140 -1
  34. package/src/image-editor/renderer/toolbar.d.ts +8 -0
  35. package/src/image-editor/renderer/toolbar.js +873 -191
  36. package/styles/bootstrap-dark-lite.css +746 -0
  37. package/styles/bootstrap-dark-lite.scss +13 -0
  38. package/styles/bootstrap-dark.css +150 -105
  39. package/styles/bootstrap-dark.scss +1 -0
  40. package/styles/bootstrap-lite.css +747 -0
  41. package/styles/bootstrap-lite.scss +13 -0
  42. package/styles/bootstrap.css +151 -106
  43. package/styles/bootstrap.scss +1 -0
  44. package/styles/bootstrap4-lite.css +747 -0
  45. package/styles/bootstrap4-lite.scss +13 -0
  46. package/styles/bootstrap4.css +150 -105
  47. package/styles/bootstrap4.scss +1 -0
  48. package/styles/bootstrap5-dark-lite.css +757 -0
  49. package/styles/bootstrap5-dark-lite.scss +13 -0
  50. package/styles/bootstrap5-dark.css +152 -113
  51. package/styles/bootstrap5-dark.scss +1 -0
  52. package/styles/bootstrap5-lite.css +757 -0
  53. package/styles/bootstrap5-lite.scss +13 -0
  54. package/styles/bootstrap5.3-lite.css +760 -0
  55. package/styles/bootstrap5.3-lite.scss +13 -0
  56. package/styles/bootstrap5.3.css +867 -0
  57. package/styles/bootstrap5.3.scss +14 -0
  58. package/styles/bootstrap5.css +152 -113
  59. package/styles/bootstrap5.scss +1 -0
  60. package/styles/fabric-dark-lite.css +749 -0
  61. package/styles/fabric-dark-lite.scss +13 -0
  62. package/styles/fabric-dark.css +150 -105
  63. package/styles/fabric-dark.scss +1 -0
  64. package/styles/fabric-lite.css +751 -0
  65. package/styles/fabric-lite.scss +13 -0
  66. package/styles/fabric.css +151 -106
  67. package/styles/fabric.scss +1 -0
  68. package/styles/fluent-dark-lite.css +758 -0
  69. package/styles/fluent-dark-lite.scss +13 -0
  70. package/styles/fluent-dark.css +150 -111
  71. package/styles/fluent-dark.scss +1 -0
  72. package/styles/fluent-lite.css +758 -0
  73. package/styles/fluent-lite.scss +13 -0
  74. package/styles/fluent.css +150 -111
  75. package/styles/fluent.scss +1 -0
  76. package/styles/fluent2-lite.css +791 -0
  77. package/styles/fluent2-lite.scss +13 -0
  78. package/styles/fluent2.css +173 -117
  79. package/styles/fluent2.scss +1 -0
  80. package/styles/highcontrast-light-lite.css +748 -0
  81. package/styles/highcontrast-light-lite.scss +13 -0
  82. package/styles/highcontrast-light.css +149 -104
  83. package/styles/highcontrast-light.scss +1 -0
  84. package/styles/highcontrast-lite.css +753 -0
  85. package/styles/highcontrast-lite.scss +13 -0
  86. package/styles/highcontrast.css +150 -104
  87. package/styles/highcontrast.scss +1 -0
  88. package/styles/image-editor/_bds-definition.scss +3 -1
  89. package/styles/image-editor/_bigger.scss +216 -0
  90. package/styles/image-editor/_bootstrap-dark-definition.scss +3 -1
  91. package/styles/image-editor/_bootstrap-definition.scss +3 -1
  92. package/styles/image-editor/_bootstrap4-definition.scss +3 -1
  93. package/styles/image-editor/_bootstrap5-definition.scss +3 -1
  94. package/styles/image-editor/_bootstrap5.3-definition.scss +3 -1
  95. package/styles/image-editor/_fabric-dark-definition.scss +3 -1
  96. package/styles/image-editor/_fabric-definition.scss +3 -1
  97. package/styles/image-editor/_fluent-definition.scss +3 -1
  98. package/styles/image-editor/_fluent2-definition.scss +4 -2
  99. package/styles/image-editor/_fusionnew-definition.scss +3 -1
  100. package/styles/image-editor/_highcontrast-definition.scss +3 -1
  101. package/styles/image-editor/_highcontrast-light-definition.scss +3 -1
  102. package/styles/image-editor/_layout.scss +75 -212
  103. package/styles/image-editor/_material-dark-definition.scss +3 -1
  104. package/styles/image-editor/_material-definition.scss +3 -1
  105. package/styles/image-editor/_material3-definition.scss +5 -3
  106. package/styles/image-editor/_tailwind-definition.scss +5 -3
  107. package/styles/image-editor/_theme.scss +48 -11
  108. package/styles/image-editor/bootstrap-dark.css +150 -105
  109. package/styles/image-editor/bootstrap-dark.scss +1 -0
  110. package/styles/image-editor/bootstrap.css +151 -106
  111. package/styles/image-editor/bootstrap.scss +1 -0
  112. package/styles/image-editor/bootstrap4.css +150 -105
  113. package/styles/image-editor/bootstrap4.scss +1 -0
  114. package/styles/image-editor/bootstrap5-dark.css +152 -113
  115. package/styles/image-editor/bootstrap5-dark.scss +1 -0
  116. package/styles/image-editor/bootstrap5.3.css +867 -0
  117. package/styles/image-editor/bootstrap5.3.scss +14 -0
  118. package/styles/image-editor/bootstrap5.css +152 -113
  119. package/styles/image-editor/bootstrap5.scss +1 -0
  120. package/styles/image-editor/fabric-dark.css +150 -105
  121. package/styles/image-editor/fabric-dark.scss +1 -0
  122. package/styles/image-editor/fabric.css +151 -106
  123. package/styles/image-editor/fabric.scss +1 -0
  124. package/styles/image-editor/fluent-dark.css +150 -111
  125. package/styles/image-editor/fluent-dark.scss +1 -0
  126. package/styles/image-editor/fluent.css +150 -111
  127. package/styles/image-editor/fluent.scss +1 -0
  128. package/styles/image-editor/fluent2.css +173 -117
  129. package/styles/image-editor/fluent2.scss +1 -0
  130. package/styles/image-editor/highcontrast-light.css +149 -104
  131. package/styles/image-editor/highcontrast-light.scss +1 -0
  132. package/styles/image-editor/highcontrast.css +150 -104
  133. package/styles/image-editor/highcontrast.scss +1 -0
  134. package/styles/image-editor/icons/_bds.scss +10 -1
  135. package/styles/image-editor/icons/_bootstrap-dark.scss +10 -1
  136. package/styles/image-editor/icons/_bootstrap.scss +10 -1
  137. package/styles/image-editor/icons/_bootstrap4.scss +10 -1
  138. package/styles/image-editor/icons/_bootstrap5.3.scss +10 -1
  139. package/styles/image-editor/icons/_bootstrap5.scss +10 -1
  140. package/styles/image-editor/icons/_fabric-dark.scss +10 -1
  141. package/styles/image-editor/icons/_fabric.scss +10 -1
  142. package/styles/image-editor/icons/_fluent.scss +10 -1
  143. package/styles/image-editor/icons/_fluent2.scss +10 -1
  144. package/styles/image-editor/icons/_fusionnew.scss +10 -1
  145. package/styles/image-editor/icons/_highcontrast-light.scss +10 -1
  146. package/styles/image-editor/icons/_highcontrast.scss +10 -1
  147. package/styles/image-editor/icons/_material-dark.scss +10 -1
  148. package/styles/image-editor/icons/_material.scss +10 -1
  149. package/styles/image-editor/icons/_material3.scss +10 -1
  150. package/styles/image-editor/icons/_tailwind.scss +10 -1
  151. package/styles/image-editor/material-dark.css +153 -108
  152. package/styles/image-editor/material-dark.scss +1 -0
  153. package/styles/image-editor/material.css +159 -114
  154. package/styles/image-editor/material.scss +1 -0
  155. package/styles/image-editor/material3-dark.css +171 -123
  156. package/styles/image-editor/material3-dark.scss +1 -0
  157. package/styles/image-editor/material3.css +171 -123
  158. package/styles/image-editor/material3.scss +1 -0
  159. package/styles/image-editor/tailwind-dark.css +154 -116
  160. package/styles/image-editor/tailwind-dark.scss +1 -0
  161. package/styles/image-editor/tailwind.css +154 -116
  162. package/styles/image-editor/tailwind.scss +1 -0
  163. package/styles/material-dark-lite.css +767 -0
  164. package/styles/material-dark-lite.scss +13 -0
  165. package/styles/material-dark.css +153 -108
  166. package/styles/material-dark.scss +1 -0
  167. package/styles/material-lite.css +769 -0
  168. package/styles/material-lite.scss +13 -0
  169. package/styles/material.css +159 -114
  170. package/styles/material.scss +1 -0
  171. package/styles/material3-dark-lite.css +799 -0
  172. package/styles/material3-dark-lite.scss +13 -0
  173. package/styles/material3-dark.css +171 -123
  174. package/styles/material3-dark.scss +1 -0
  175. package/styles/material3-lite.css +801 -0
  176. package/styles/material3-lite.scss +13 -0
  177. package/styles/material3.css +171 -123
  178. package/styles/material3.scss +1 -0
  179. package/styles/tailwind-dark-lite.css +751 -0
  180. package/styles/tailwind-dark-lite.scss +13 -0
  181. package/styles/tailwind-dark.css +154 -116
  182. package/styles/tailwind-dark.scss +1 -0
  183. package/styles/tailwind-lite.css +751 -0
  184. package/styles/tailwind-lite.scss +13 -0
  185. package/styles/tailwind.css +154 -116
  186. package/styles/tailwind.scss +1 -0
@@ -0,0 +1,791 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+ /* stylelint-disable-line no-empty-source */
8
+ /* stylelint-disable */
9
+ /* stylelint-disable property-no-vendor-prefix */
10
+ @-webkit-keyframes material-spinner-rotate {
11
+ 0% {
12
+ -webkit-transform: rotate(0);
13
+ transform: rotate(0);
14
+ }
15
+ 100% {
16
+ -webkit-transform: rotate(360deg);
17
+ transform: rotate(360deg);
18
+ }
19
+ }
20
+ @keyframes material-spinner-rotate {
21
+ 0% {
22
+ -webkit-transform: rotate(0);
23
+ transform: rotate(0);
24
+ }
25
+ 100% {
26
+ -webkit-transform: rotate(360deg);
27
+ transform: rotate(360deg);
28
+ }
29
+ }
30
+ @-webkit-keyframes fabric-spinner-rotate {
31
+ 0% {
32
+ -webkit-transform: rotate(0);
33
+ transform: rotate(0);
34
+ }
35
+ 100% {
36
+ -webkit-transform: rotate(360deg);
37
+ transform: rotate(360deg);
38
+ }
39
+ }
40
+ @keyframes fabric-spinner-rotate {
41
+ 0% {
42
+ -webkit-transform: rotate(0);
43
+ transform: rotate(0);
44
+ }
45
+ 100% {
46
+ -webkit-transform: rotate(360deg);
47
+ transform: rotate(360deg);
48
+ }
49
+ }
50
+ .e-image-editor .e-upload-icon::before {
51
+ content: "\e760";
52
+ }
53
+ .e-image-editor .e-zoom-in::before {
54
+ content: "\e768";
55
+ }
56
+ .e-image-editor .e-zoom-out::before {
57
+ content: "\e81b";
58
+ }
59
+ .e-image-editor .e-pan::before {
60
+ content: "\e7b1";
61
+ }
62
+ .e-image-editor .e-select::before {
63
+ content: "\e896";
64
+ }
65
+ .e-image-editor .e-transform::before {
66
+ content: "\e8b0";
67
+ }
68
+ .e-image-editor .e-annotation::before {
69
+ content: "\e730";
70
+ }
71
+ .e-image-editor .e-shapes::before {
72
+ content: "\e728";
73
+ }
74
+ .e-image-editor .e-mouse::before {
75
+ content: "\e74e";
76
+ }
77
+ .e-image-editor .e-btn-reset::before {
78
+ content: "\e89b";
79
+ }
80
+ .e-image-editor .e-btn-save::before {
81
+ content: "\e7c8";
82
+ }
83
+ .e-image-editor .e-close::before {
84
+ content: "\e7e7";
85
+ }
86
+ .e-image-editor .e-check::before {
87
+ content: "\e8b1";
88
+ }
89
+ .e-image-editor .e-text-font-color.e-template .e-caret::before {
90
+ content: "\e76f";
91
+ }
92
+ .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-frame-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
93
+ content: "\e739";
94
+ }
95
+ .e-image-editor .e-fill.e-template .e-caret::before, .e-image-editor .e-text-background-color.e-template .e-caret::before {
96
+ content: "\e783";
97
+ }
98
+ .e-image-editor .e-stroke-text-font-color.e-template .e-caret::before {
99
+ content: "\e908";
100
+ }
101
+
102
+ .e-image-editor .e-custom::before,
103
+ .e-dropdown-popup.e-image-popup .e-custom::before {
104
+ content: "\e8a9";
105
+ }
106
+ .e-image-editor .e-circle::before,
107
+ .e-dropdown-popup.e-image-popup .e-circle::before {
108
+ content: "\e7ca";
109
+ }
110
+ .e-image-editor .e-square::before,
111
+ .e-dropdown-popup.e-image-popup .e-square::before {
112
+ content: "\e8aa";
113
+ }
114
+ .e-image-editor .e-custom-a::before,
115
+ .e-dropdown-popup.e-image-popup .e-custom-a::before {
116
+ content: "\e8ab";
117
+ }
118
+ .e-image-editor .e-custom-b::before,
119
+ .e-dropdown-popup.e-image-popup .e-custom-b::before {
120
+ content: "\e8ac";
121
+ }
122
+ .e-image-editor .e-custom-c::before,
123
+ .e-dropdown-popup.e-image-popup .e-custom-c::before {
124
+ content: "\e8ad";
125
+ }
126
+ .e-image-editor .e-custom-d::before,
127
+ .e-dropdown-popup.e-image-popup .e-custom-d::before {
128
+ content: "\e8ae";
129
+ }
130
+ .e-image-editor .e-custom-e::before,
131
+ .e-dropdown-popup.e-image-popup .e-custom-e::before {
132
+ content: "\e8af";
133
+ }
134
+ .e-image-editor .e-custom-e::before,
135
+ .e-dropdown-popup.e-image-popup .e-custom-e::before {
136
+ content: "\e8af";
137
+ }
138
+ .e-image-editor .e-custom-f::before,
139
+ .e-dropdown-popup.e-image-popup .e-custom-f::before {
140
+ content: "\e8dd";
141
+ }
142
+ .e-image-editor .e-custom-g::before,
143
+ .e-dropdown-popup.e-image-popup .e-custom-g::before {
144
+ content: "\e8de";
145
+ }
146
+ .e-image-editor .e-custom-h::before,
147
+ .e-dropdown-popup.e-image-popup .e-custom-h::before {
148
+ content: "\e8df";
149
+ }
150
+ .e-image-editor .e-custom-i::before,
151
+ .e-dropdown-popup.e-image-popup .e-custom-i::before {
152
+ content: "\e8e0";
153
+ }
154
+ .e-image-editor .e-custom-j::before,
155
+ .e-dropdown-popup.e-image-popup .e-custom-j::before {
156
+ content: "\e8e1";
157
+ }
158
+ .e-image-editor .e-rectangle::before,
159
+ .e-dropdown-popup.e-image-popup .e-rectangle::before {
160
+ content: "\e723";
161
+ }
162
+ .e-image-editor .e-triangle::before,
163
+ .e-dropdown-popup.e-image-popup .e-triangle::before {
164
+ content: "\e89c";
165
+ }
166
+ .e-image-editor .e-line::before,
167
+ .e-dropdown-popup.e-image-popup .e-line::before {
168
+ content: "\e819";
169
+ }
170
+ .e-image-editor .e-free-pen::before,
171
+ .e-dropdown-popup.e-image-popup .e-free-pen::before {
172
+ content: "\e7db";
173
+ }
174
+ .e-image-editor .e-horizontal-flip::before,
175
+ .e-dropdown-popup.e-image-popup .e-horizontal-flip::before {
176
+ content: "\e8a3";
177
+ }
178
+ .e-image-editor .e-vertical-flip::before,
179
+ .e-dropdown-popup.e-image-popup .e-vertical-flip::before {
180
+ content: "\e8a4";
181
+ }
182
+ .e-image-editor .e-clock-wise::before,
183
+ .e-dropdown-popup.e-image-popup .e-clock-wise::before {
184
+ content: "\e8a6";
185
+ }
186
+ .e-image-editor .e-anti-clock-wise::before,
187
+ .e-dropdown-popup.e-image-popup .e-anti-clock-wise::before {
188
+ content: "\e8a5";
189
+ }
190
+ .e-image-editor .e-add-text::before,
191
+ .e-dropdown-popup.e-image-popup .e-add-text::before {
192
+ content: "\e82e";
193
+ }
194
+ .e-image-editor .e-arrow::before,
195
+ .e-dropdown-popup.e-image-popup .e-arrow::before {
196
+ content: "\e669";
197
+ }
198
+ .e-image-editor .e-path::before,
199
+ .e-dropdown-popup.e-image-popup .e-path::before {
200
+ content: "\e931";
201
+ }
202
+
203
+ .e-ie-toolbar-upload-div.e-hide,
204
+ .e-ie-toolbar-upload-btn.e-hide,
205
+ .e-ie-img-quality-slider,
206
+ .e-ie-img-quality-name .e-hide {
207
+ display: none;
208
+ }
209
+
210
+ .e-device.e-image-editor .e-img-font-style.e-template {
211
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
212
+ }
213
+ .e-device.e-image-editor .e-slider-container {
214
+ margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
215
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
216
+ }
217
+ .e-device.e-image-editor .e-straighten-slider {
218
+ margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
219
+ }
220
+ .e-device.e-image-editor .e-ie-straighten-value-span {
221
+ margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
222
+ }
223
+ .e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
224
+ display: none !important; /* stylelint-disable-line declaration-no-important */
225
+ }
226
+ .e-device.e-image-editor .e-hscroll.e-scroll-device {
227
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
228
+ }
229
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper {
230
+ border-top: 1px solid var(--color-sf-border-light);
231
+ border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
232
+ }
233
+ .e-device.e-image-editor .e-toolbar {
234
+ border-bottom: 1px solid var(--color-sf-border-light);
235
+ }
236
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
237
+ border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
238
+ }
239
+ .e-device.e-image-editor .e-bottom-toolbar .e-toolbar, .e-device.e-image-editor .e-bottom-toolbar-area .e-toolbar {
240
+ border-bottom: none;
241
+ }
242
+ .e-device.e-image-editor .e-ie-img-save-name {
243
+ width: calc(65% - 13px) !important; /* stylelint-disable-line declaration-no-important */
244
+ }
245
+ .e-device.e-image-editor .e-ie-img-size-value-span {
246
+ margin-left: calc(100% - 145px) !important; /* stylelint-disable-line declaration-no-important */
247
+ }
248
+ .e-device.e-image-editor .e-ie-quality-option-container .e-slider-container {
249
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
250
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
251
+ }
252
+
253
+ .e-image-editor {
254
+ border: 1px solid var(--color-sf-border-light);
255
+ position: relative;
256
+ display: block;
257
+ /* stylelint-disable property-no-vendor-prefix */
258
+ }
259
+ .e-image-editor .no-spin ::-webkit-inner-spin-button, .e-image-editor .no-spin ::-webkit-outer-spin-button {
260
+ -webkit-appearance: none;
261
+ margin: 0;
262
+ }
263
+ .e-image-editor .e-ie-drop-area {
264
+ height: calc(100% - 18px);
265
+ width: calc(100% - 20px);
266
+ border: 2px dashed var(--color-sf-icon-color);
267
+ border-radius: 10px;
268
+ margin: 10px;
269
+ }
270
+ .e-image-editor .e-ie-drop-area .e-upload {
271
+ display: none;
272
+ }
273
+ .e-image-editor .e-ie-drop-area .e-image::before {
274
+ font-size: 50px;
275
+ }
276
+ .e-image-editor .e-ie-drop-area .e-ie-drop-icon {
277
+ top: calc(50% - 60px);
278
+ left: calc(50% - 25px);
279
+ }
280
+ .e-image-editor .e-ie-drop-area .e-ie-drop-content {
281
+ top: 50%;
282
+ left: calc(50% - 160px);
283
+ font-size: 14px;
284
+ }
285
+ .e-image-editor .e-ie-drop-area .e-ie-drop-info {
286
+ top: calc(50% + 40px);
287
+ left: calc(50% - 100px);
288
+ position: absolute;
289
+ font-size: 14px;
290
+ }
291
+ .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
292
+ left: calc(50% - 120px);
293
+ top: 50%;
294
+ font-size: 14px;
295
+ }
296
+ .e-image-editor .e-toolbar {
297
+ border: none;
298
+ border-bottom: 1px solid var(--color-sf-border-light);
299
+ height: 40px !important; /* stylelint-disable-line declaration-no-important */
300
+ min-height: 40px !important; /* stylelint-disable-line declaration-no-important */
301
+ -webkit-box-shadow: none !important;
302
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
303
+ }
304
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
305
+ margin-left: 20px;
306
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
307
+ }
308
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
309
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
310
+ }
311
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
312
+ font-size: 16px;
313
+ }
314
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
315
+ font-size: 16px;
316
+ }
317
+ .e-image-editor .e-toolbar .e-toolbar-items .e-upload {
318
+ border: none;
319
+ }
320
+ .e-image-editor .e-toolbar .e-toolbar-items .e-file-select-wrap {
321
+ padding: 0;
322
+ }
323
+ .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-select, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-drop, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-upload-files {
324
+ display: none;
325
+ }
326
+ .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-image-upload .e-upload {
327
+ border: none;
328
+ }
329
+ .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 {
330
+ font-size: 16px;
331
+ }
332
+ .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
333
+ margin-top: -4px;
334
+ }
335
+ .e-image-editor .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview {
336
+ height: 18px;
337
+ width: 18px;
338
+ margin-top: -2px !important; /* stylelint-disable-line declaration-no-important */
339
+ margin-left: -6px;
340
+ }
341
+ .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 {
342
+ font-size: 16px;
343
+ }
344
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret {
345
+ font-size: 10px !important; /* stylelint-disable-line declaration-no-important */
346
+ }
347
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-save {
348
+ font-size: 16px;
349
+ }
350
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-save .e-icons.e-caret {
351
+ font-size: 10px !important; /* stylelint-disable-line declaration-no-important */
352
+ }
353
+ .e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
354
+ line-height: 1;
355
+ }
356
+ .e-image-editor .e-toolbar-area + .e-canvas-wrapper .e-textarea {
357
+ line-height: initial !important; /* stylelint-disable-line declaration-no-important */
358
+ }
359
+ .e-image-editor .e-bottom-toolbar, .e-image-editor .e-bottom-toolbar-area {
360
+ border-top: 1px solid var(--color-sf-border-light);
361
+ }
362
+ .e-image-editor .e-contextual-toolbar-wrapper {
363
+ border-bottom: 1px solid var(--color-sf-border-light);
364
+ width: 100%;
365
+ z-index: 1;
366
+ }
367
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
368
+ border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
369
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
370
+ }
371
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
372
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
373
+ }
374
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
375
+ display: inline-grid;
376
+ }
377
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
378
+ font-weight: 500;
379
+ margin: 4px;
380
+ text-align: center;
381
+ }
382
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-dropdown-btn {
383
+ margin: 0 auto;
384
+ width: -webkit-max-content;
385
+ width: -moz-max-content;
386
+ width: max-content;
387
+ }
388
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
389
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
390
+ }
391
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
392
+ display: inline-grid;
393
+ }
394
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
395
+ font-weight: 500;
396
+ margin: 4px;
397
+ text-align: center;
398
+ }
399
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-dropdown-btn {
400
+ margin: 0 auto;
401
+ width: -webkit-max-content;
402
+ width: -moz-max-content;
403
+ width: max-content;
404
+ }
405
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
406
+ display: none;
407
+ }
408
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
409
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
410
+ }
411
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper canvas {
412
+ border: 2px solid transparent;
413
+ height: 100px;
414
+ }
415
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
416
+ margin-left: calc(50% - 137px);
417
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
418
+ }
419
+ .e-image-editor .e-dropdown-btn.e-ie-ddb-popup {
420
+ padding-left: 14px;
421
+ }
422
+ .e-image-editor .e-dropdown-btn, .e-image-editor .e-dropdown-btn span {
423
+ font-weight: normal;
424
+ }
425
+
426
+ .e-ie-straighten-value-span,
427
+ .e-ie-straighten-span,
428
+ .e-ie-toolbar-straighten {
429
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
430
+ padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
431
+ padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
432
+ }
433
+
434
+ .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
435
+ height: auto;
436
+ margin-left: 8px;
437
+ padding-right: 2px;
438
+ }
439
+
440
+ .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
441
+ top: calc(50% - 20px) !important; /* stylelint-disable-line declaration-no-important */
442
+ }
443
+
444
+ .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider-track,
445
+ .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-range {
446
+ top: calc(50% - 2px) !important; /* stylelint-disable-line declaration-no-important */
447
+ }
448
+
449
+ .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
450
+ top: calc(50% - 10px) !important; /* stylelint-disable-line declaration-no-important */
451
+ }
452
+
453
+ .e-ie-finetune-value-span {
454
+ top: 28% !important; /* stylelint-disable-line declaration-no-important */
455
+ }
456
+
457
+ .e-device.e-image-editor .e-ie-finetune-value-span {
458
+ top: 29% !important; /* stylelint-disable-line declaration-no-important */
459
+ }
460
+
461
+ .e-ie-finetune-slider-label {
462
+ top: 29% !important; /* stylelint-disable-line declaration-no-important */
463
+ }
464
+
465
+ .e-ie-finetune-slider-wrap {
466
+ top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
467
+ }
468
+
469
+ .e-transparency-slider-wrap {
470
+ top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
471
+ }
472
+
473
+ .e-ie-slider-wrap {
474
+ top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
475
+ }
476
+
477
+ .e-dropdown-popup.e-ie-crop-ddb-popup ul {
478
+ max-height: 250px;
479
+ overflow-y: auto;
480
+ }
481
+
482
+ .e-dropdown-popup.e-ie-ddb-popup {
483
+ background: none !important; /* stylelint-disable-line declaration-no-important */
484
+ }
485
+
486
+ .e-device.e-image-editor .e-ie-device-transparency-slider {
487
+ margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
488
+ }
489
+
490
+ .e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
491
+ .e-ie-quality-option-container .e-slider-container.e-horizontal {
492
+ height: 28px;
493
+ }
494
+
495
+ .e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal .e-slider {
496
+ top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
497
+ }
498
+
499
+ .e-ie-quality-slider.e-slider-container + .e-ie-img-icon-button,
500
+ .e-ie-quality-option-container .e-slider-container.e-horizontal + .e-ie-img-icon-button {
501
+ margin-left: 20px !important; /* stylelint-disable-line declaration-no-important */
502
+ }
503
+
504
+ .e-ie-img-size {
505
+ margin: 10px 10px 0;
506
+ }
507
+
508
+ .e-ie-dlg-img-content {
509
+ width: 40%;
510
+ height: 100%;
511
+ margin-right: 5%;
512
+ display: -webkit-box;
513
+ display: -ms-flexbox;
514
+ display: flex;
515
+ -webkit-box-orient: vertical;
516
+ -webkit-box-direction: normal;
517
+ -ms-flex-direction: column;
518
+ flex-direction: column;
519
+ -webkit-box-pack: center;
520
+ -ms-flex-pack: center;
521
+ justify-content: center;
522
+ -webkit-box-align: center;
523
+ -ms-flex-align: center;
524
+ align-items: center;
525
+ }
526
+
527
+ .e-ie-img-input {
528
+ width: 90% !important; /* stylelint-disable-line declaration-no-important */
529
+ }
530
+
531
+ .e-ie-img-dlg-canvas {
532
+ width: 100%;
533
+ height: 100%;
534
+ }
535
+
536
+ .e-ie-img-size {
537
+ font-size: 14px;
538
+ display: -webkit-box;
539
+ display: -ms-flexbox;
540
+ display: flex;
541
+ -webkit-box-orient: vertical;
542
+ -webkit-box-direction: normal;
543
+ -ms-flex-direction: column;
544
+ flex-direction: column;
545
+ -webkit-box-pack: start;
546
+ -ms-flex-pack: start;
547
+ justify-content: flex-start;
548
+ }
549
+
550
+ .e-ie-dlg-right-content {
551
+ width: 60%;
552
+ }
553
+
554
+ .e-ie-img-save-name {
555
+ display: inline-block;
556
+ margin-right: 10px;
557
+ width: calc(71% - 13px);
558
+ }
559
+
560
+ .e-ie-img-save-dlg {
561
+ display: inline-block;
562
+ width: 90px;
563
+ }
564
+
565
+ .e-ie-img-save-dlg .e-btn {
566
+ width: 100%;
567
+ }
568
+
569
+ .e-ie-img-label-name {
570
+ margin-bottom: 5px;
571
+ display: block;
572
+ }
573
+
574
+ .e-ie-img-quality-name {
575
+ position: relative;
576
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
577
+ }
578
+
579
+ .e-ie-quality-info {
580
+ margin-bottom: 0;
581
+ margin-top: 0;
582
+ }
583
+
584
+ .e-ie-quality-span {
585
+ margin-left: 5px;
586
+ display: -webkit-inline-box;
587
+ display: -ms-inline-flexbox;
588
+ display: inline-flex;
589
+ }
590
+
591
+ .e-ie-img-quality-label {
592
+ margin-bottom: 3%;
593
+ margin-top: 5%;
594
+ display: -webkit-inline-box;
595
+ display: -ms-inline-flexbox;
596
+ display: inline-flex;
597
+ }
598
+
599
+ .e-ie-img-quality-size {
600
+ margin-top: 5%;
601
+ display: block;
602
+ }
603
+
604
+ .e-ie-img-size-value-span {
605
+ width: 8%;
606
+ text-transform: capitalize;
607
+ margin-left: calc(100% - 194px);
608
+ margin-top: 4px;
609
+ margin-left: calc(100% - 188px);
610
+ }
611
+
612
+ .e-device.e-ie-save-dialog .e-ie-img-size-value-span {
613
+ margin-left: calc(100% - 145px) !important; /* stylelint-disable-line declaration-no-important */
614
+ }
615
+
616
+ .e-device.e-ie-save-dialog .e-ie-img-save-name {
617
+ width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
618
+ }
619
+
620
+ .e-ie-img-icon-button {
621
+ margin-left: 10px;
622
+ width: -webkit-max-content;
623
+ width: -moz-max-content;
624
+ width: max-content;
625
+ margin-bottom: 5px;
626
+ }
627
+
628
+ .e-ie-quality-option-container .e-btn-group .e-btn {
629
+ padding-left: 13px;
630
+ padding-right: 13px;
631
+ }
632
+
633
+ .e-blr-ie-save-dialog .e-ie-img-save-name {
634
+ width: calc(67% - 13px);
635
+ }
636
+ .e-blr-ie-save-dialog .e-ie-quality-custom {
637
+ width: calc(65% - 13px);
638
+ }
639
+ .e-blr-ie-save-dialog .e-ie-quality-option-container .e-ie-img-icon-button {
640
+ margin-left: 20px;
641
+ }
642
+ .e-blr-ie-save-dialog .e-ie-img-size-value-span {
643
+ vertical-align: middle;
644
+ margin-left: calc(50% - 55px);
645
+ }
646
+ .e-blr-ie-save-dialog .e-btn-group .e-btn {
647
+ padding: 5.2px 10.5px;
648
+ }
649
+ .e-blr-ie-save-dialog.e-device .e-ie-img-save-name {
650
+ width: calc(64% - 15px) !important; /* stylelint-disable-line declaration-no-important */
651
+ }
652
+ .e-blr-ie-save-dialog.e-device .e-ie-quality-custom {
653
+ width: 75% !important; /* stylelint-disable-line declaration-no-important */
654
+ }
655
+ .e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
656
+ margin-left: 0;
657
+ }
658
+ .e-blr-ie-save-dialog.e-device .e-slider-container {
659
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
660
+ height: 28px !important; /* stylelint-disable-line declaration-no-important */
661
+ }
662
+ .e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
663
+ margin-left: calc(70% - 100px) !important; /* stylelint-disable-line declaration-no-important */
664
+ }
665
+ .e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
666
+ padding: 5.2px 10.5px;
667
+ }
668
+ .e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
669
+ padding: 8.5px;
670
+ }
671
+
672
+ .e-bigger .e-blr-ie-save-dialog .e-dialog {
673
+ border: none;
674
+ }
675
+
676
+ .e-ie-straighten-value-span {
677
+ margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
678
+ }
679
+
680
+ .e-device.e-image-editor .e-ie-straighten-value-span {
681
+ margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
682
+ }
683
+
684
+ @media only screen and (max-width: 390px) {
685
+ .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 {
686
+ padding-left: 9px;
687
+ padding-right: 9px;
688
+ }
689
+ .e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-save-name {
690
+ width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
691
+ }
692
+ }
693
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label {
694
+ left: calc(50% - 145px) !important; /* stylelint-disable-line declaration-no-important */
695
+ }
696
+
697
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
698
+ width: 170px !important; /* stylelint-disable-line declaration-no-important */
699
+ margin-left: calc(50% - 62px) !important; /* stylelint-disable-line declaration-no-important */
700
+ }
701
+
702
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
703
+ margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
704
+ }
705
+
706
+ .e-image-editor {
707
+ background: var(--color-sf-content-bg-color-alt1);
708
+ }
709
+ .e-image-editor .e-contextual-toolbar-wrapper {
710
+ background: var(--color-sf-content-bg-color-alt2);
711
+ }
712
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filter-wrapper canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filter-wrapper canvas {
713
+ border-color: var(--color-sf-secondary-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
714
+ }
715
+ .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 {
716
+ border-color: var(--color-sf-secondary-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
717
+ }
718
+ .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
719
+ background: var(--color-sf-content-bg-color-selected) !important; /* stylelint-disable-line declaration-no-important */
720
+ }
721
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
722
+ background: inherit;
723
+ border: none;
724
+ margin-top: 0;
725
+ }
726
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-caret-hide {
727
+ display: none !important; /* stylelint-disable-line declaration-no-important */
728
+ }
729
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:hover {
730
+ background: var(--color-sf-content-bg-color-hover);
731
+ -webkit-box-shadow: none;
732
+ box-shadow: none;
733
+ color: var(--color-sf-toolbar-icon-color);
734
+ }
735
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus {
736
+ background: var(--color-sf-secondary-bg-color-hover);
737
+ -webkit-box-shadow: none;
738
+ box-shadow: none;
739
+ color: var(--color-sf-secondary-text-color-hover);
740
+ }
741
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus-visible {
742
+ -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important;
743
+ box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important; /* stylelint-disable-line declaration-no-important */
744
+ }
745
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:active {
746
+ background: var(--color-sf-secondary-bg-color-pressed);
747
+ -webkit-box-shadow: none;
748
+ box-shadow: none;
749
+ color: var(--color-sf-secondary-text-color-pressed);
750
+ }
751
+ .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color {
752
+ background: none;
753
+ border-bottom-style: solid;
754
+ border-bottom-width: 3px;
755
+ width: 14px;
756
+ margin: 0 2px;
757
+ border-bottom-color: #000;
758
+ }
759
+ .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview {
760
+ display: none;
761
+ }
762
+ .e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
763
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; /* stylelint-disable-line declaration-no-important */
764
+ background-size: 8px !important; /* stylelint-disable-line declaration-no-important */
765
+ }
766
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-btn {
767
+ -webkit-box-shadow: none !important;
768
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
769
+ background: var(--color-sf-content-bg-color-alt1) !important; /* stylelint-disable-line declaration-no-important */
770
+ }
771
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-btn:focus .e-icons {
772
+ color: var(--color-sf-icon-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
773
+ }
774
+
775
+ .e-dropdown-popup .e-selected-btn {
776
+ background: var(--color-sf-content-bg-color-selected) !important; /* stylelint-disable-line declaration-no-important */
777
+ }
778
+ .e-dropdown-popup .e-item.e-selected-btn {
779
+ color: var(--color-sf-flyout-text-color-selected);
780
+ }
781
+
782
+ .e-ie-filter-canvas:focus,
783
+ .filter-wrapper:focus .e-ie-filter-canvas,
784
+ .filter-wrapper:focus canvas,
785
+ .filter-wrapper canvas:focus {
786
+ border-color: var(--color-sf-secondary-text-color) !important; /* stylelint-disable-line declaration-no-important */
787
+ }
788
+
789
+ .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-active {
790
+ background-color: var(--color-sf-secondary-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
791
+ }