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