@syncfusion/ej2-image-editor 31.2.12 → 32.1.19
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.
- package/README.md +2 -12
- package/aceconfig.js +17 -0
- package/dist/ej2-image-editor.umd.min.js +1 -10
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +67 -123
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +67 -123
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +1 -10
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +8 -8
- package/src/image-editor/action/draw.js +1 -1
- package/src/image-editor/action/export.js +1 -5
- package/src/image-editor/action/freehand-draw.js +0 -5
- package/src/image-editor/action/selection.js +6 -14
- package/src/image-editor/action/shape.d.ts +0 -1
- package/src/image-editor/action/shape.js +2 -20
- package/src/image-editor/base/image-editor.js +3 -11
- package/src/image-editor/renderer/toolbar.js +54 -67
- package/styles/bds-lite.css +58 -57
- package/styles/bds-lite.scss +12 -13
- package/styles/bds.css +82 -60
- package/styles/bds.scss +13 -14
- package/styles/bootstrap-dark-lite.css +58 -57
- package/styles/bootstrap-dark-lite.scss +12 -13
- package/styles/bootstrap-dark.css +82 -60
- package/styles/bootstrap-dark.scss +13 -14
- package/styles/bootstrap-lite.css +58 -57
- package/styles/bootstrap-lite.scss +12 -13
- package/styles/bootstrap.css +82 -60
- package/styles/bootstrap.scss +13 -14
- package/styles/bootstrap4-lite.css +58 -57
- package/styles/bootstrap4-lite.scss +12 -13
- package/styles/bootstrap4.css +82 -60
- package/styles/bootstrap4.scss +13 -14
- package/styles/bootstrap5-dark-lite.css +58 -57
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +82 -60
- package/styles/bootstrap5-dark.scss +13 -14
- package/styles/bootstrap5-lite.css +58 -57
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +138 -57
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +162 -60
- package/styles/bootstrap5.3.scss +14 -14
- package/styles/bootstrap5.css +82 -60
- package/styles/bootstrap5.scss +14 -14
- package/styles/fabric-dark-lite.css +58 -57
- package/styles/fabric-dark-lite.scss +13 -13
- package/styles/fabric-dark.css +82 -60
- package/styles/fabric-dark.scss +14 -14
- package/styles/fabric-lite.css +58 -57
- package/styles/fabric-lite.scss +13 -13
- package/styles/fabric.css +82 -60
- package/styles/fabric.scss +14 -14
- package/styles/fluent-dark-lite.css +58 -57
- package/styles/fluent-dark-lite.scss +13 -13
- package/styles/fluent-dark.css +82 -60
- package/styles/fluent-dark.scss +14 -14
- package/styles/fluent-lite.css +58 -57
- package/styles/fluent-lite.scss +13 -13
- package/styles/fluent.css +82 -60
- package/styles/fluent.scss +14 -14
- package/styles/fluent2-lite.css +139 -60
- package/styles/fluent2-lite.scss +13 -13
- package/styles/fluent2.css +163 -63
- package/styles/fluent2.scss +14 -14
- package/styles/highcontrast-light-lite.css +58 -57
- package/styles/highcontrast-light-lite.scss +13 -13
- package/styles/highcontrast-light.css +82 -60
- package/styles/highcontrast-light.scss +14 -14
- package/styles/highcontrast-lite.css +57 -57
- package/styles/highcontrast-lite.scss +13 -13
- package/styles/highcontrast.css +81 -60
- package/styles/highcontrast.scss +14 -14
- package/styles/image-editor/_all.scss +2 -2
- package/styles/image-editor/_bds-definition.scss +51 -0
- package/styles/image-editor/_bigger.scss +61 -9
- package/styles/image-editor/_bootstrap-dark-definition.scss +51 -0
- package/styles/image-editor/_bootstrap-definition.scss +51 -0
- package/styles/image-editor/_bootstrap4-definition.scss +55 -0
- package/styles/image-editor/_bootstrap5-dark-definition.scss +81 -1
- package/styles/image-editor/_bootstrap5-definition.scss +52 -0
- package/styles/image-editor/_bootstrap5.3-definition.scss +51 -0
- package/styles/image-editor/_fabric-dark-definition.scss +51 -0
- package/styles/image-editor/_fabric-definition.scss +51 -0
- package/styles/image-editor/_fluent-dark-definition.scss +81 -1
- package/styles/image-editor/_fluent-definition.scss +52 -0
- package/styles/image-editor/_fluent2-definition.scss +51 -0
- package/styles/image-editor/_fusionnew-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +51 -0
- package/styles/image-editor/_layout.scss +198 -115
- package/styles/image-editor/_material-dark-definition.scss +51 -0
- package/styles/image-editor/_material-definition.scss +51 -0
- package/styles/image-editor/_material3-dark-definition.scss +82 -1
- package/styles/image-editor/_material3-definition.scss +53 -0
- package/styles/image-editor/_tailwind-dark-definition.scss +81 -1
- package/styles/image-editor/_tailwind-definition.scss +52 -0
- package/styles/image-editor/_tailwind3-definition.scss +75 -1
- package/styles/image-editor/_theme-variables.scss +1 -0
- package/styles/image-editor/_theme.scss +59 -11
- package/styles/image-editor/bds.css +82 -60
- package/styles/image-editor/bds.scss +14 -14
- package/styles/image-editor/bootstrap-dark.css +82 -60
- package/styles/image-editor/bootstrap-dark.scss +14 -14
- package/styles/image-editor/bootstrap.css +82 -60
- package/styles/image-editor/bootstrap.scss +14 -14
- package/styles/image-editor/bootstrap4.css +82 -60
- package/styles/image-editor/bootstrap4.scss +14 -14
- package/styles/image-editor/bootstrap5-dark.css +82 -60
- package/styles/image-editor/bootstrap5-dark.scss +14 -14
- package/styles/image-editor/bootstrap5.3.css +162 -60
- package/styles/image-editor/bootstrap5.3.scss +14 -14
- package/styles/image-editor/bootstrap5.css +82 -60
- package/styles/image-editor/bootstrap5.scss +14 -14
- package/styles/image-editor/fabric-dark.css +82 -60
- package/styles/image-editor/fabric-dark.scss +14 -14
- package/styles/image-editor/fabric.css +82 -60
- package/styles/image-editor/fabric.scss +14 -14
- package/styles/image-editor/fluent-dark.css +82 -60
- package/styles/image-editor/fluent-dark.scss +14 -14
- package/styles/image-editor/fluent.css +82 -60
- package/styles/image-editor/fluent.scss +14 -14
- package/styles/image-editor/fluent2.css +163 -63
- package/styles/image-editor/fluent2.scss +14 -14
- package/styles/image-editor/highcontrast-light.css +82 -60
- package/styles/image-editor/highcontrast-light.scss +14 -14
- package/styles/image-editor/highcontrast.css +81 -60
- package/styles/image-editor/highcontrast.scss +14 -14
- package/styles/image-editor/icons/_bds.scss +1 -0
- package/styles/image-editor/icons/_bootstrap-dark.scss +1 -0
- package/styles/image-editor/icons/_bootstrap.scss +1 -0
- package/styles/image-editor/icons/_bootstrap4.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/image-editor/icons/_bootstrap5.3.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5.scss +1 -0
- package/styles/image-editor/icons/_fabric-dark.scss +1 -0
- package/styles/image-editor/icons/_fabric.scss +1 -0
- package/styles/image-editor/icons/_fluent-dark.scss +1 -1
- package/styles/image-editor/icons/_fluent.scss +1 -0
- package/styles/image-editor/icons/_fluent2.scss +1 -0
- package/styles/image-editor/icons/_fusionnew.scss +1 -0
- package/styles/image-editor/icons/_highcontrast-light.scss +1 -0
- package/styles/image-editor/icons/_highcontrast.scss +1 -0
- package/styles/image-editor/icons/_material-dark.scss +1 -0
- package/styles/image-editor/icons/_material.scss +1 -0
- package/styles/image-editor/icons/_material3-dark.scss +1 -1
- package/styles/image-editor/icons/_material3.scss +1 -0
- package/styles/image-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/image-editor/icons/_tailwind.scss +1 -0
- package/styles/image-editor/icons/_tailwind3.scss +1 -0
- package/styles/image-editor/material-dark.css +82 -60
- package/styles/image-editor/material-dark.scss +14 -14
- package/styles/image-editor/material.css +82 -60
- package/styles/image-editor/material.scss +14 -14
- package/styles/image-editor/material3-dark.css +161 -60
- package/styles/image-editor/material3-dark.scss +14 -15
- package/styles/image-editor/material3.css +161 -60
- package/styles/image-editor/material3.scss +14 -15
- package/styles/image-editor/tailwind-dark.css +82 -60
- package/styles/image-editor/tailwind-dark.scss +14 -14
- package/styles/image-editor/tailwind.css +82 -60
- package/styles/image-editor/tailwind.scss +14 -14
- package/styles/image-editor/tailwind3.css +235 -84
- package/styles/image-editor/tailwind3.scss +14 -14
- package/styles/material-dark-lite.css +58 -57
- package/styles/material-dark-lite.scss +13 -13
- package/styles/material-dark.css +82 -60
- package/styles/material-dark.scss +14 -14
- package/styles/material-lite.css +58 -57
- package/styles/material-lite.scss +12 -13
- package/styles/material.css +82 -60
- package/styles/material.scss +13 -14
- package/styles/material3-dark-lite.css +137 -57
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +161 -60
- package/styles/material3-dark.scss +14 -16
- package/styles/material3-lite.css +137 -57
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +161 -60
- package/styles/material3.scss +14 -16
- package/styles/tailwind-dark-lite.css +58 -57
- package/styles/tailwind-dark-lite.scss +13 -13
- package/styles/tailwind-dark.css +82 -60
- package/styles/tailwind-dark.scss +14 -14
- package/styles/tailwind-lite.css +58 -57
- package/styles/tailwind-lite.scss +13 -13
- package/styles/tailwind.css +82 -60
- package/styles/tailwind.scss +14 -14
- package/styles/tailwind3-lite.css +195 -72
- package/styles/tailwind3-lite.scss +13 -13
- package/styles/tailwind3.css +235 -84
- package/styles/tailwind3.scss +14 -14
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/tailwind-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/tailwind-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/tailwind-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/tailwind-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/tailwind-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/tailwind-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/tailwind-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/tailwind-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/tailwind-definition' as *;
|
|
11
|
+
@use 'tailwind-definition' as *;
|
|
12
|
+
@use 'icons/tailwind' as *;
|
|
13
|
+
@use 'all' as *;
|
|
14
|
+
@use 'bigger' as *;
|
|
@@ -2,6 +2,76 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
|
73
|
+
|
|
74
|
+
|
|
5
75
|
/* stylelint-disable-line no-empty-source */
|
|
6
76
|
/* stylelint-disable */
|
|
7
77
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -204,16 +274,6 @@
|
|
|
204
274
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
205
275
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
206
276
|
}
|
|
207
|
-
.e-device.e-image-editor .e-slider-container {
|
|
208
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
209
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
210
|
-
}
|
|
211
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
212
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
213
|
-
}
|
|
214
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
215
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
216
|
-
}
|
|
217
277
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
218
278
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
219
279
|
}
|
|
@@ -224,6 +284,12 @@
|
|
|
224
284
|
border-top: 1px solid var(--color-sf-border);
|
|
225
285
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
226
286
|
}
|
|
287
|
+
.e-device.e-image-editor .e-toolbar-area .e-toolbar {
|
|
288
|
+
border-radius: 0;
|
|
289
|
+
}
|
|
290
|
+
.e-device.e-image-editor .e-bottom-toolbar .e-toolbar {
|
|
291
|
+
border-radius: 0;
|
|
292
|
+
}
|
|
227
293
|
.e-device.e-image-editor .e-toolbar {
|
|
228
294
|
border-bottom: 1px solid var(--color-sf-border);
|
|
229
295
|
}
|
|
@@ -256,10 +322,20 @@
|
|
|
256
322
|
}
|
|
257
323
|
.e-image-editor .e-ie-drop-area {
|
|
258
324
|
height: calc(100% - 18px);
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
325
|
+
display: -webkit-box;
|
|
326
|
+
display: -ms-flexbox;
|
|
327
|
+
display: flex;
|
|
328
|
+
-webkit-box-pack: center;
|
|
329
|
+
-ms-flex-pack: center;
|
|
330
|
+
justify-content: center;
|
|
331
|
+
-webkit-box-align: center;
|
|
332
|
+
-ms-flex-align: center;
|
|
333
|
+
align-items: center;
|
|
334
|
+
-webkit-box-orient: vertical;
|
|
335
|
+
-webkit-box-direction: normal;
|
|
336
|
+
-ms-flex-direction: column;
|
|
337
|
+
flex-direction: column;
|
|
338
|
+
text-align: center;
|
|
263
339
|
}
|
|
264
340
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
265
341
|
display: none;
|
|
@@ -274,33 +350,58 @@
|
|
|
274
350
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
275
351
|
top: 50%;
|
|
276
352
|
left: calc(50% - 160px);
|
|
277
|
-
font-size:
|
|
353
|
+
font-size: 16px;
|
|
354
|
+
font-weight: 400;
|
|
355
|
+
line-height: 24px;
|
|
356
|
+
letter-spacing: normal;
|
|
357
|
+
margin: 12px 44px;
|
|
358
|
+
}
|
|
359
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
360
|
+
text-decoration: none;
|
|
361
|
+
font-weight: 600;
|
|
278
362
|
}
|
|
279
363
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
280
364
|
top: calc(50% + 40px);
|
|
281
365
|
left: 50%;
|
|
282
|
-
-webkit-transform: translate(-50%, -50%);
|
|
283
|
-
transform: translate(-50%, -50%);
|
|
284
|
-
position: absolute;
|
|
285
366
|
font-size: 14px;
|
|
367
|
+
font-weight: 400;
|
|
368
|
+
line-height: 20px;
|
|
369
|
+
letter-spacing: normal;
|
|
370
|
+
margin: 0 44px;
|
|
286
371
|
}
|
|
287
372
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
288
373
|
left: calc(50% - 120px);
|
|
289
374
|
top: 50%;
|
|
290
|
-
font-size:
|
|
375
|
+
font-size: 16px;
|
|
376
|
+
font-weight: 400;
|
|
377
|
+
line-height: 24px;
|
|
378
|
+
letter-spacing: normal;
|
|
379
|
+
margin: 12px 52px;
|
|
380
|
+
}
|
|
381
|
+
.e-image-editor .e-toolbar-area .e-toolbar {
|
|
382
|
+
border-radius: 0;
|
|
291
383
|
}
|
|
292
384
|
.e-image-editor .e-toolbar {
|
|
293
385
|
border: none;
|
|
294
386
|
border-bottom: 1px solid var(--color-sf-border);
|
|
295
387
|
height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
296
388
|
min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
389
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
390
|
+
}
|
|
391
|
+
.e-image-editor .e-toolbar .e-toolbar-item.e-separator {
|
|
392
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
297
393
|
}
|
|
298
394
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
299
395
|
margin-left: 20px;
|
|
300
396
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
397
|
+
font-size: 12px;
|
|
301
398
|
}
|
|
302
399
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
303
400
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
401
|
+
font-size: 12px;
|
|
402
|
+
}
|
|
403
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
404
|
+
font-size: 12px;
|
|
304
405
|
}
|
|
305
406
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
306
407
|
font-size: 16px;
|
|
@@ -308,6 +409,10 @@
|
|
|
308
409
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
309
410
|
font-size: 16px;
|
|
310
411
|
}
|
|
412
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
|
|
413
|
+
-webkit-box-shadow: none;
|
|
414
|
+
box-shadow: none;
|
|
415
|
+
}
|
|
311
416
|
.e-image-editor .e-toolbar .e-toolbar-items .e-upload {
|
|
312
417
|
border: none;
|
|
313
418
|
}
|
|
@@ -320,17 +425,15 @@
|
|
|
320
425
|
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-image-upload .e-upload {
|
|
321
426
|
border: none;
|
|
322
427
|
}
|
|
428
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-icons.e-upload-icon {
|
|
429
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
430
|
+
}
|
|
323
431
|
.e-image-editor .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-frame-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-background-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
324
432
|
font-size: 16px;
|
|
325
433
|
}
|
|
326
|
-
.e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
327
|
-
margin-top: -4px;
|
|
328
|
-
}
|
|
329
434
|
.e-image-editor .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview {
|
|
330
435
|
height: 18px;
|
|
331
436
|
width: 18px;
|
|
332
|
-
margin-top: -4px !important; /* stylelint-disable-line declaration-no-important */
|
|
333
|
-
margin-left: -4px;
|
|
334
437
|
}
|
|
335
438
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform {
|
|
336
439
|
font-size: 16px;
|
|
@@ -345,7 +448,7 @@
|
|
|
345
448
|
font-size: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
346
449
|
}
|
|
347
450
|
.e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
348
|
-
line-height:
|
|
451
|
+
line-height: 48px;
|
|
349
452
|
}
|
|
350
453
|
.e-image-editor .e-toolbar-area + .e-canvas-wrapper .e-textarea {
|
|
351
454
|
line-height: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -358,9 +461,17 @@
|
|
|
358
461
|
width: 100%;
|
|
359
462
|
z-index: 1;
|
|
360
463
|
}
|
|
464
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
465
|
+
-ms-flex-line-pack: center;
|
|
466
|
+
align-content: center;
|
|
467
|
+
text-align: center;
|
|
468
|
+
height: auto;
|
|
469
|
+
min-height: 60px;
|
|
470
|
+
}
|
|
361
471
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
362
472
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
363
473
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
474
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
364
475
|
}
|
|
365
476
|
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
|
|
366
477
|
height: inherit !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -405,6 +516,7 @@
|
|
|
405
516
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
406
517
|
-webkit-box-sizing: content-box;
|
|
407
518
|
box-sizing: content-box;
|
|
519
|
+
font-size: 12px;
|
|
408
520
|
}
|
|
409
521
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
410
522
|
text-align: center;
|
|
@@ -414,9 +526,19 @@
|
|
|
414
526
|
height: 100px;
|
|
415
527
|
}
|
|
416
528
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
417
|
-
margin
|
|
418
|
-
height:
|
|
529
|
+
margin: 0 16px;
|
|
530
|
+
height: auto;
|
|
419
531
|
}
|
|
532
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
533
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
534
|
+
}
|
|
535
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
536
|
+
font-size: 14px;
|
|
537
|
+
line-height: 20px;
|
|
538
|
+
letter-spacing: normal;
|
|
539
|
+
font-weight: 400;
|
|
540
|
+
}
|
|
541
|
+
|
|
420
542
|
.e-ie-straighten-value-span,
|
|
421
543
|
.e-ie-straighten-span,
|
|
422
544
|
.e-ie-toolbar-straighten {
|
|
@@ -425,10 +547,18 @@
|
|
|
425
547
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
426
548
|
}
|
|
427
549
|
|
|
550
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
551
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
552
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
553
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
555
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
556
|
+
}
|
|
557
|
+
|
|
428
558
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
429
559
|
height: auto;
|
|
430
|
-
margin-left: 8px;
|
|
431
560
|
padding-right: 2px;
|
|
561
|
+
margin-left: 8px;
|
|
432
562
|
}
|
|
433
563
|
|
|
434
564
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -444,14 +574,6 @@
|
|
|
444
574
|
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
445
575
|
}
|
|
446
576
|
|
|
447
|
-
.e-ie-finetune-value-span {
|
|
448
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.e-ie-finetune-slider-label {
|
|
452
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
453
|
-
}
|
|
454
|
-
|
|
455
577
|
.e-ie-finetune-slider-wrap {
|
|
456
578
|
top: calc(50% - 12px) !important; /* stylelint-disable-line declaration-no-important */
|
|
457
579
|
}
|
|
@@ -461,7 +583,8 @@
|
|
|
461
583
|
}
|
|
462
584
|
|
|
463
585
|
.e-ie-slider-wrap {
|
|
464
|
-
|
|
586
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
587
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
465
588
|
}
|
|
466
589
|
|
|
467
590
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -473,10 +596,6 @@
|
|
|
473
596
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
474
597
|
}
|
|
475
598
|
|
|
476
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
477
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
478
|
-
}
|
|
479
|
-
|
|
480
599
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
481
600
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
482
601
|
height: 28px;
|
|
@@ -492,7 +611,7 @@
|
|
|
492
611
|
}
|
|
493
612
|
|
|
494
613
|
.e-ie-img-size {
|
|
495
|
-
margin:
|
|
614
|
+
margin: 8px 0 0;
|
|
496
615
|
}
|
|
497
616
|
|
|
498
617
|
.e-ie-dlg-img-content {
|
|
@@ -524,7 +643,8 @@
|
|
|
524
643
|
}
|
|
525
644
|
|
|
526
645
|
.e-ie-img-size {
|
|
527
|
-
font-size:
|
|
646
|
+
font-size: 12px;
|
|
647
|
+
line-height: 16px;
|
|
528
648
|
display: -webkit-box;
|
|
529
649
|
display: -ms-flexbox;
|
|
530
650
|
display: flex;
|
|
@@ -535,6 +655,7 @@
|
|
|
535
655
|
-webkit-box-pack: start;
|
|
536
656
|
-ms-flex-pack: start;
|
|
537
657
|
justify-content: flex-start;
|
|
658
|
+
text-align: center;
|
|
538
659
|
}
|
|
539
660
|
|
|
540
661
|
.e-ie-dlg-right-content {
|
|
@@ -543,13 +664,14 @@
|
|
|
543
664
|
|
|
544
665
|
.e-ie-img-save-name {
|
|
545
666
|
display: inline-block;
|
|
546
|
-
margin-right: 10px;
|
|
547
667
|
width: calc(69% - 13px);
|
|
668
|
+
margin-right: 10px;
|
|
548
669
|
}
|
|
549
670
|
|
|
550
671
|
.e-ie-img-save-dlg {
|
|
551
672
|
display: inline-block;
|
|
552
|
-
width:
|
|
673
|
+
width: auto;
|
|
674
|
+
min-width: 92px;
|
|
553
675
|
}
|
|
554
676
|
|
|
555
677
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -558,8 +680,8 @@
|
|
|
558
680
|
}
|
|
559
681
|
|
|
560
682
|
.e-ie-img-label-name {
|
|
561
|
-
margin-bottom: 5px;
|
|
562
683
|
display: block;
|
|
684
|
+
margin-bottom: 5px;
|
|
563
685
|
font-weight: 500;
|
|
564
686
|
}
|
|
565
687
|
|
|
@@ -610,11 +732,10 @@
|
|
|
610
732
|
}
|
|
611
733
|
|
|
612
734
|
.e-ie-img-icon-button {
|
|
613
|
-
margin-left: 10px;
|
|
614
735
|
width: -webkit-max-content;
|
|
615
736
|
width: -moz-max-content;
|
|
616
737
|
width: max-content;
|
|
617
|
-
margin-
|
|
738
|
+
margin-left: 10px;
|
|
618
739
|
}
|
|
619
740
|
|
|
620
741
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -647,24 +768,12 @@
|
|
|
647
768
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
648
769
|
margin-left: 0;
|
|
649
770
|
}
|
|
650
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
651
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
652
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
653
|
-
}
|
|
654
771
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
655
772
|
margin-left: calc(70% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
656
773
|
}
|
|
657
774
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
658
775
|
padding: 6px 13px;
|
|
659
776
|
}
|
|
660
|
-
.e-ie-straighten-value-span {
|
|
661
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
665
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
666
|
-
}
|
|
667
|
-
|
|
668
777
|
@media only screen and (max-width: 390px) {
|
|
669
778
|
.e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
|
|
670
779
|
padding-left: 9px;
|
|
@@ -674,17 +783,13 @@
|
|
|
674
783
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
675
784
|
}
|
|
676
785
|
}
|
|
677
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
687
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
786
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
787
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
788
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
789
|
+
font-size: 16px;
|
|
790
|
+
line-height: 24px;
|
|
791
|
+
letter-spacing: normal;
|
|
792
|
+
font-weight: normal;
|
|
688
793
|
}
|
|
689
794
|
|
|
690
795
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -711,6 +816,9 @@
|
|
|
711
816
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper:focus canvas, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filter-wrapper:focus canvas {
|
|
712
817
|
border-color: var(--color-sf-secondary-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
|
|
713
818
|
}
|
|
819
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-straighten-span, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-straighten-value-span {
|
|
820
|
+
color: var(--color-sf-content-text-color);
|
|
821
|
+
}
|
|
714
822
|
.e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
|
|
715
823
|
color: var(--color-sf-icon-color);
|
|
716
824
|
}
|
|
@@ -720,7 +828,7 @@
|
|
|
720
828
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
|
|
721
829
|
background: inherit;
|
|
722
830
|
border: none;
|
|
723
|
-
margin-top:
|
|
831
|
+
margin-top: 0;
|
|
724
832
|
}
|
|
725
833
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-caret-hide {
|
|
726
834
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -762,6 +870,21 @@
|
|
|
762
870
|
-webkit-box-shadow: none !important;
|
|
763
871
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
764
872
|
}
|
|
873
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-content, .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
874
|
+
color: var(--color-sf-content-text-color);
|
|
875
|
+
}
|
|
876
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
877
|
+
color: var(--color-sf-primary-bg-color);
|
|
878
|
+
}
|
|
879
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
880
|
+
color: var(--color-sf-content-text-color-alt2);
|
|
881
|
+
}
|
|
882
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span {
|
|
883
|
+
color: var(--color-sf-content-text-color);
|
|
884
|
+
}
|
|
885
|
+
.e-image-editor .filter-wrapper {
|
|
886
|
+
color: var(--color-sf-content-text-color-alt1);
|
|
887
|
+
}
|
|
765
888
|
|
|
766
889
|
.e-dropdown-popup .e-selected-btn {
|
|
767
890
|
background: var(--color-sf-secondary-bg-color-focus) !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -777,24 +900,42 @@
|
|
|
777
900
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
778
901
|
top: calc(50% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
779
902
|
}
|
|
903
|
+
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper,
|
|
904
|
+
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
905
|
+
-ms-flex-line-pack: center;
|
|
906
|
+
align-content: center;
|
|
907
|
+
text-align: center;
|
|
908
|
+
height: auto;
|
|
909
|
+
min-height: 64px;
|
|
910
|
+
}
|
|
780
911
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar,
|
|
781
912
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-toolbar {
|
|
782
913
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
914
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
783
915
|
}
|
|
784
916
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar, .e-bigger .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar,
|
|
785
917
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar,
|
|
786
918
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
|
|
787
919
|
height: inherit !important; /* stylelint-disable-line declaration-no-important */
|
|
788
920
|
}
|
|
921
|
+
.e-bigger .e-image-editor .e-toolbar-area .e-toolbar,
|
|
922
|
+
.e-image-editor.e-bigger .e-toolbar-area .e-toolbar {
|
|
923
|
+
border-radius: 0;
|
|
924
|
+
}
|
|
789
925
|
.e-bigger .e-image-editor .e-toolbar,
|
|
790
926
|
.e-image-editor.e-bigger .e-toolbar {
|
|
791
927
|
height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
792
928
|
min-height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
929
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
793
930
|
}
|
|
794
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
931
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size,
|
|
795
932
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
796
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span
|
|
797
|
-
|
|
933
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
934
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper,
|
|
935
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke,
|
|
936
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke,
|
|
937
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
938
|
+
font-size: 14px;
|
|
798
939
|
}
|
|
799
940
|
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
800
941
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
@@ -813,15 +954,6 @@
|
|
|
813
954
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
814
955
|
font-size: 20px;
|
|
815
956
|
}
|
|
816
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
817
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
818
|
-
margin-top: -4px;
|
|
819
|
-
}
|
|
820
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview,
|
|
821
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview {
|
|
822
|
-
margin-top: -4px !important; /* stylelint-disable-line declaration-no-important */
|
|
823
|
-
margin-left: -4px;
|
|
824
|
-
}
|
|
825
957
|
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform,
|
|
826
958
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select,
|
|
827
959
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation,
|
|
@@ -846,6 +978,25 @@
|
|
|
846
978
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
847
979
|
line-height: 1;
|
|
848
980
|
}
|
|
981
|
+
.e-bigger .e-image-editor .e-ie-save-dialog .e-ie-img-size,
|
|
982
|
+
.e-image-editor.e-bigger .e-ie-save-dialog .e-ie-img-size {
|
|
983
|
+
font-size: 14px;
|
|
984
|
+
line-height: 20px;
|
|
985
|
+
margin: 9px 0 0;
|
|
986
|
+
}
|
|
987
|
+
.e-bigger .e-image-editor .e-quick-access-toolbar-area .e-toolbar,
|
|
988
|
+
.e-image-editor.e-bigger .e-quick-access-toolbar-area .e-toolbar {
|
|
989
|
+
border-radius: 8px;
|
|
990
|
+
}
|
|
991
|
+
.e-bigger .e-image-editor .e-ie-finetune-slider-label, .e-bigger .e-image-editor .e-ie-finetune-value-span, .e-bigger .e-image-editor .e-ie-redact-value-span,
|
|
992
|
+
.e-image-editor.e-bigger .e-ie-finetune-slider-label,
|
|
993
|
+
.e-image-editor.e-bigger .e-ie-finetune-value-span,
|
|
994
|
+
.e-image-editor.e-bigger .e-ie-redact-value-span {
|
|
995
|
+
font-size: 16px;
|
|
996
|
+
line-height: 24px;
|
|
997
|
+
letter-spacing: normal;
|
|
998
|
+
font-weight: normal;
|
|
999
|
+
}
|
|
849
1000
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
850
1001
|
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
851
1002
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/tailwind3-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/tailwind3-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/tailwind3-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/tailwind3-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/tailwind3-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/tailwind3-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/tailwind3-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/tailwind3-definition' as *;
|
|
11
|
+
@use 'tailwind3-definition' as *;
|
|
12
|
+
@use 'icons/tailwind3' as *;
|
|
13
|
+
@use 'all' as *;
|
|
14
|
+
@use 'bigger' as *;
|