@syncfusion/ej2-image-editor 26.2.14 → 27.1.50

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