@syncfusion/ej2-image-editor 31.2.16 → 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 +28 -82
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +28 -82
- 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 +15 -26
- 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
package/styles/fabric.css
CHANGED
|
@@ -199,16 +199,6 @@
|
|
|
199
199
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
200
200
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
201
201
|
}
|
|
202
|
-
.e-device.e-image-editor .e-slider-container {
|
|
203
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
204
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
205
|
-
}
|
|
206
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
207
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
208
|
-
}
|
|
209
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
210
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
211
|
-
}
|
|
212
202
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
213
203
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
214
204
|
}
|
|
@@ -253,8 +243,8 @@
|
|
|
253
243
|
height: calc(100% - 18px);
|
|
254
244
|
width: calc(100% - 20px);
|
|
255
245
|
border: 2px dashed #333;
|
|
256
|
-
border-radius: 10px;
|
|
257
246
|
margin: 10px;
|
|
247
|
+
border-radius: 10px;
|
|
258
248
|
}
|
|
259
249
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
260
250
|
display: none;
|
|
@@ -265,24 +255,30 @@
|
|
|
265
255
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
266
256
|
top: calc(50% - 60px);
|
|
267
257
|
left: calc(50% - 25px);
|
|
258
|
+
position: absolute;
|
|
268
259
|
}
|
|
269
260
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
270
261
|
top: 50%;
|
|
271
262
|
left: calc(50% - 160px);
|
|
272
263
|
font-size: 14px;
|
|
264
|
+
position: absolute;
|
|
265
|
+
}
|
|
266
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
267
|
+
text-decoration: none;
|
|
273
268
|
}
|
|
274
269
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
275
270
|
top: calc(50% + 40px);
|
|
276
271
|
left: 50%;
|
|
272
|
+
font-size: 14px;
|
|
273
|
+
position: absolute;
|
|
277
274
|
-webkit-transform: translate(-50%, -50%);
|
|
278
275
|
transform: translate(-50%, -50%);
|
|
279
|
-
position: absolute;
|
|
280
|
-
font-size: 14px;
|
|
281
276
|
}
|
|
282
277
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
283
278
|
left: calc(50% - 120px);
|
|
284
279
|
top: 50%;
|
|
285
280
|
font-size: 14px;
|
|
281
|
+
position: absolute;
|
|
286
282
|
}
|
|
287
283
|
.e-image-editor .e-toolbar {
|
|
288
284
|
border: none;
|
|
@@ -293,9 +289,14 @@
|
|
|
293
289
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
294
290
|
margin-left: 20px;
|
|
295
291
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
292
|
+
font-size: 12px;
|
|
296
293
|
}
|
|
297
294
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
298
295
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
296
|
+
font-size: 12px;
|
|
297
|
+
}
|
|
298
|
+
.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 {
|
|
299
|
+
font-size: 12px;
|
|
299
300
|
}
|
|
300
301
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
301
302
|
padding: 0;
|
|
@@ -354,6 +355,13 @@
|
|
|
354
355
|
width: 100%;
|
|
355
356
|
z-index: 1;
|
|
356
357
|
}
|
|
358
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
359
|
+
-ms-flex-line-pack: center;
|
|
360
|
+
align-content: center;
|
|
361
|
+
text-align: center;
|
|
362
|
+
height: auto;
|
|
363
|
+
min-height: 58px;
|
|
364
|
+
}
|
|
357
365
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
358
366
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
359
367
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -401,6 +409,7 @@
|
|
|
401
409
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
402
410
|
-webkit-box-sizing: content-box;
|
|
403
411
|
box-sizing: content-box;
|
|
412
|
+
font-size: 12px;
|
|
404
413
|
}
|
|
405
414
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
406
415
|
text-align: center;
|
|
@@ -410,9 +419,19 @@
|
|
|
410
419
|
height: 100px;
|
|
411
420
|
}
|
|
412
421
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
413
|
-
margin
|
|
414
|
-
height:
|
|
422
|
+
margin: 0 16px 1px 16px;
|
|
423
|
+
height: auto;
|
|
424
|
+
}
|
|
425
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
426
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
415
427
|
}
|
|
428
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
429
|
+
font-size: 14px;
|
|
430
|
+
line-height: 20px;
|
|
431
|
+
letter-spacing: normal;
|
|
432
|
+
font-weight: 400;
|
|
433
|
+
}
|
|
434
|
+
|
|
416
435
|
.e-ie-straighten-value-span,
|
|
417
436
|
.e-ie-straighten-span,
|
|
418
437
|
.e-ie-toolbar-straighten {
|
|
@@ -421,10 +440,18 @@
|
|
|
421
440
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
422
441
|
}
|
|
423
442
|
|
|
443
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
444
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
445
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
446
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
447
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
448
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
449
|
+
}
|
|
450
|
+
|
|
424
451
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
425
452
|
height: auto;
|
|
426
|
-
margin-left: 8px;
|
|
427
453
|
padding-right: 2px;
|
|
454
|
+
margin-left: 8px;
|
|
428
455
|
}
|
|
429
456
|
|
|
430
457
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -440,14 +467,6 @@
|
|
|
440
467
|
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
441
468
|
}
|
|
442
469
|
|
|
443
|
-
.e-ie-finetune-value-span {
|
|
444
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.e-ie-finetune-slider-label {
|
|
448
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
449
|
-
}
|
|
450
|
-
|
|
451
470
|
.e-ie-finetune-slider-wrap {
|
|
452
471
|
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
453
472
|
}
|
|
@@ -457,7 +476,8 @@
|
|
|
457
476
|
}
|
|
458
477
|
|
|
459
478
|
.e-ie-slider-wrap {
|
|
460
|
-
|
|
479
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
480
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
461
481
|
}
|
|
462
482
|
|
|
463
483
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -469,10 +489,6 @@
|
|
|
469
489
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
470
490
|
}
|
|
471
491
|
|
|
472
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
473
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
474
|
-
}
|
|
475
|
-
|
|
476
492
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
477
493
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
478
494
|
height: 28px;
|
|
@@ -531,6 +547,7 @@
|
|
|
531
547
|
-webkit-box-pack: start;
|
|
532
548
|
-ms-flex-pack: start;
|
|
533
549
|
justify-content: flex-start;
|
|
550
|
+
text-align: center;
|
|
534
551
|
}
|
|
535
552
|
|
|
536
553
|
.e-ie-dlg-right-content {
|
|
@@ -539,14 +556,15 @@
|
|
|
539
556
|
|
|
540
557
|
.e-ie-img-save-name {
|
|
541
558
|
display: inline-block;
|
|
542
|
-
margin-right: 10px;
|
|
543
559
|
width: calc(69% - 13px);
|
|
560
|
+
margin-right: 10px;
|
|
544
561
|
margin-right: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
545
562
|
}
|
|
546
563
|
|
|
547
564
|
.e-ie-img-save-dlg {
|
|
548
565
|
display: inline-block;
|
|
549
|
-
width:
|
|
566
|
+
width: auto;
|
|
567
|
+
min-width: 92px;
|
|
550
568
|
}
|
|
551
569
|
|
|
552
570
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -554,8 +572,8 @@
|
|
|
554
572
|
}
|
|
555
573
|
|
|
556
574
|
.e-ie-img-label-name {
|
|
557
|
-
margin-bottom: 5px;
|
|
558
575
|
display: block;
|
|
576
|
+
margin-bottom: 5px;
|
|
559
577
|
}
|
|
560
578
|
|
|
561
579
|
.e-ie-img-quality-name {
|
|
@@ -607,11 +625,11 @@
|
|
|
607
625
|
}
|
|
608
626
|
|
|
609
627
|
.e-ie-img-icon-button {
|
|
610
|
-
margin-left: 10px;
|
|
611
628
|
width: -webkit-max-content;
|
|
612
629
|
width: -moz-max-content;
|
|
613
630
|
width: max-content;
|
|
614
631
|
margin-bottom: 4px;
|
|
632
|
+
margin-left: 10px;
|
|
615
633
|
}
|
|
616
634
|
|
|
617
635
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -644,24 +662,12 @@
|
|
|
644
662
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
645
663
|
margin-left: 0;
|
|
646
664
|
}
|
|
647
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
648
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
649
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
650
|
-
}
|
|
651
665
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
652
666
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
653
667
|
}
|
|
654
668
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
655
669
|
padding: 2px 8px;
|
|
656
670
|
}
|
|
657
|
-
.e-ie-straighten-value-span {
|
|
658
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
662
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
663
|
-
}
|
|
664
|
-
|
|
665
671
|
@media only screen and (max-width: 390px) {
|
|
666
672
|
.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 {
|
|
667
673
|
padding-left: 7px;
|
|
@@ -671,17 +677,13 @@
|
|
|
671
677
|
width: calc(64% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
672
678
|
}
|
|
673
679
|
}
|
|
674
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
684
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
680
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
681
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
682
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
683
|
+
font-size: 16px;
|
|
684
|
+
line-height: 24px;
|
|
685
|
+
letter-spacing: normal;
|
|
686
|
+
font-weight: normal;
|
|
685
687
|
}
|
|
686
688
|
|
|
687
689
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -760,7 +762,6 @@
|
|
|
760
762
|
-webkit-box-shadow: none !important;
|
|
761
763
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
762
764
|
}
|
|
763
|
-
|
|
764
765
|
.e-dropdown-popup .e-selected-btn {
|
|
765
766
|
background: #dadada !important; /* stylelint-disable-line declaration-no-important */
|
|
766
767
|
}
|
|
@@ -775,6 +776,14 @@
|
|
|
775
776
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
776
777
|
top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
|
|
777
778
|
}
|
|
779
|
+
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper,
|
|
780
|
+
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
781
|
+
-ms-flex-line-pack: center;
|
|
782
|
+
align-content: center;
|
|
783
|
+
text-align: center;
|
|
784
|
+
height: auto;
|
|
785
|
+
min-height: 58px;
|
|
786
|
+
}
|
|
778
787
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar,
|
|
779
788
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-toolbar {
|
|
780
789
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -789,10 +798,14 @@
|
|
|
789
798
|
height: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
790
799
|
min-height: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
791
800
|
}
|
|
792
|
-
.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,
|
|
801
|
+
.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,
|
|
793
802
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
794
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span
|
|
795
|
-
|
|
803
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
804
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper,
|
|
805
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke,
|
|
806
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke,
|
|
807
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
808
|
+
font-size: 14px;
|
|
796
809
|
}
|
|
797
810
|
.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,
|
|
798
811
|
.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 {
|
|
@@ -845,6 +858,15 @@
|
|
|
845
858
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
846
859
|
line-height: 1;
|
|
847
860
|
}
|
|
861
|
+
.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,
|
|
862
|
+
.e-image-editor.e-bigger .e-ie-finetune-slider-label,
|
|
863
|
+
.e-image-editor.e-bigger .e-ie-finetune-value-span,
|
|
864
|
+
.e-image-editor.e-bigger .e-ie-redact-value-span {
|
|
865
|
+
font-size: 16px;
|
|
866
|
+
line-height: 24px;
|
|
867
|
+
letter-spacing: normal;
|
|
868
|
+
font-weight: normal;
|
|
869
|
+
}
|
|
848
870
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
849
871
|
top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
|
|
850
872
|
}
|
package/styles/fabric.scss
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fabric-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/fabric-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/fabric-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/fabric-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/fabric-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/fabric-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/fabric-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/fabric-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/fabric-definition' as *;
|
|
11
|
+
@use 'image-editor/fabric-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/fabric' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|
|
14
|
+
@use 'image-editor/bigger' as *;
|
|
@@ -203,16 +203,6 @@
|
|
|
203
203
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
204
204
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
205
205
|
}
|
|
206
|
-
.e-device.e-image-editor .e-slider-container {
|
|
207
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
208
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
209
|
-
}
|
|
210
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
211
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
212
|
-
}
|
|
213
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
214
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
215
|
-
}
|
|
216
206
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
217
207
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
218
208
|
}
|
|
@@ -257,8 +247,8 @@
|
|
|
257
247
|
height: calc(100% - 18px);
|
|
258
248
|
width: calc(100% - 20px);
|
|
259
249
|
border: 2px dashed #a19f9d;
|
|
260
|
-
border-radius: 10px;
|
|
261
250
|
margin: 10px;
|
|
251
|
+
border-radius: 10px;
|
|
262
252
|
}
|
|
263
253
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
264
254
|
display: none;
|
|
@@ -269,24 +259,30 @@
|
|
|
269
259
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
270
260
|
top: calc(50% - 60px);
|
|
271
261
|
left: calc(50% - 25px);
|
|
262
|
+
position: absolute;
|
|
272
263
|
}
|
|
273
264
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
274
265
|
top: 50%;
|
|
275
266
|
left: calc(50% - 160px);
|
|
276
267
|
font-size: 14px;
|
|
268
|
+
position: absolute;
|
|
269
|
+
}
|
|
270
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
271
|
+
text-decoration: none;
|
|
277
272
|
}
|
|
278
273
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
279
274
|
top: calc(50% + 40px);
|
|
280
275
|
left: 50%;
|
|
276
|
+
font-size: 14px;
|
|
277
|
+
position: absolute;
|
|
281
278
|
-webkit-transform: translate(-50%, -50%);
|
|
282
279
|
transform: translate(-50%, -50%);
|
|
283
|
-
position: absolute;
|
|
284
|
-
font-size: 14px;
|
|
285
280
|
}
|
|
286
281
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
287
282
|
left: calc(50% - 120px);
|
|
288
283
|
top: 50%;
|
|
289
284
|
font-size: 14px;
|
|
285
|
+
position: absolute;
|
|
290
286
|
}
|
|
291
287
|
.e-image-editor .e-toolbar {
|
|
292
288
|
border: none;
|
|
@@ -299,9 +295,14 @@
|
|
|
299
295
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
300
296
|
margin-left: 20px;
|
|
301
297
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
298
|
+
font-size: 12px;
|
|
302
299
|
}
|
|
303
300
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
304
301
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
302
|
+
font-size: 12px;
|
|
303
|
+
}
|
|
304
|
+
.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 {
|
|
305
|
+
font-size: 12px;
|
|
305
306
|
}
|
|
306
307
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
307
308
|
font-size: 18px;
|
|
@@ -359,6 +360,13 @@
|
|
|
359
360
|
width: 100%;
|
|
360
361
|
z-index: 1;
|
|
361
362
|
}
|
|
363
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
364
|
+
-ms-flex-line-pack: center;
|
|
365
|
+
align-content: center;
|
|
366
|
+
text-align: center;
|
|
367
|
+
height: auto;
|
|
368
|
+
min-height: 58px;
|
|
369
|
+
}
|
|
362
370
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
363
371
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
364
372
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -406,6 +414,7 @@
|
|
|
406
414
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
407
415
|
-webkit-box-sizing: content-box;
|
|
408
416
|
box-sizing: content-box;
|
|
417
|
+
font-size: 12px;
|
|
409
418
|
}
|
|
410
419
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
411
420
|
text-align: center;
|
|
@@ -415,9 +424,19 @@
|
|
|
415
424
|
height: 100px;
|
|
416
425
|
}
|
|
417
426
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
418
|
-
margin
|
|
419
|
-
height:
|
|
427
|
+
margin: 0 16px 1px 16px;
|
|
428
|
+
height: auto;
|
|
429
|
+
}
|
|
430
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
431
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
432
|
+
}
|
|
433
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
434
|
+
font-size: 14px;
|
|
435
|
+
line-height: 20px;
|
|
436
|
+
letter-spacing: normal;
|
|
437
|
+
font-weight: 400;
|
|
420
438
|
}
|
|
439
|
+
|
|
421
440
|
.e-ie-straighten-value-span,
|
|
422
441
|
.e-ie-straighten-span,
|
|
423
442
|
.e-ie-toolbar-straighten {
|
|
@@ -426,10 +445,18 @@
|
|
|
426
445
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
427
446
|
}
|
|
428
447
|
|
|
448
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
449
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
450
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
451
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
452
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
453
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
454
|
+
}
|
|
455
|
+
|
|
429
456
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
430
457
|
height: auto;
|
|
431
|
-
margin-left: 8px;
|
|
432
458
|
padding-right: 2px;
|
|
459
|
+
margin-left: 8px;
|
|
433
460
|
}
|
|
434
461
|
|
|
435
462
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -445,14 +472,6 @@
|
|
|
445
472
|
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
446
473
|
}
|
|
447
474
|
|
|
448
|
-
.e-ie-finetune-value-span {
|
|
449
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.e-ie-finetune-slider-label {
|
|
453
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
454
|
-
}
|
|
455
|
-
|
|
456
475
|
.e-ie-finetune-slider-wrap {
|
|
457
476
|
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
458
477
|
}
|
|
@@ -462,7 +481,8 @@
|
|
|
462
481
|
}
|
|
463
482
|
|
|
464
483
|
.e-ie-slider-wrap {
|
|
465
|
-
|
|
484
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
485
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
466
486
|
}
|
|
467
487
|
|
|
468
488
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -474,10 +494,6 @@
|
|
|
474
494
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
475
495
|
}
|
|
476
496
|
|
|
477
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
478
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
479
|
-
}
|
|
480
|
-
|
|
481
497
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
482
498
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
483
499
|
height: 28px;
|
|
@@ -536,6 +552,7 @@
|
|
|
536
552
|
-webkit-box-pack: start;
|
|
537
553
|
-ms-flex-pack: start;
|
|
538
554
|
justify-content: flex-start;
|
|
555
|
+
text-align: center;
|
|
539
556
|
}
|
|
540
557
|
|
|
541
558
|
.e-ie-dlg-right-content {
|
|
@@ -544,14 +561,15 @@
|
|
|
544
561
|
|
|
545
562
|
.e-ie-img-save-name {
|
|
546
563
|
display: inline-block;
|
|
547
|
-
margin-right: 10px;
|
|
548
564
|
width: calc(69% - 13px);
|
|
565
|
+
margin-right: 10px;
|
|
549
566
|
width: calc(69% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
567
|
}
|
|
551
568
|
|
|
552
569
|
.e-ie-img-save-dlg {
|
|
553
570
|
display: inline-block;
|
|
554
|
-
width:
|
|
571
|
+
width: auto;
|
|
572
|
+
min-width: 92px;
|
|
555
573
|
}
|
|
556
574
|
|
|
557
575
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -559,8 +577,8 @@
|
|
|
559
577
|
}
|
|
560
578
|
|
|
561
579
|
.e-ie-img-label-name {
|
|
562
|
-
margin-bottom: 5px;
|
|
563
580
|
display: block;
|
|
581
|
+
margin-bottom: 5px;
|
|
564
582
|
}
|
|
565
583
|
|
|
566
584
|
.e-ie-img-quality-name {
|
|
@@ -612,11 +630,11 @@
|
|
|
612
630
|
}
|
|
613
631
|
|
|
614
632
|
.e-ie-img-icon-button {
|
|
615
|
-
margin-left: 10px;
|
|
616
633
|
width: -webkit-max-content;
|
|
617
634
|
width: -moz-max-content;
|
|
618
635
|
width: max-content;
|
|
619
636
|
margin-bottom: 5px;
|
|
637
|
+
margin-left: 10px;
|
|
620
638
|
}
|
|
621
639
|
|
|
622
640
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -649,24 +667,12 @@
|
|
|
649
667
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
650
668
|
margin-left: 0;
|
|
651
669
|
}
|
|
652
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
653
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
654
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
655
|
-
}
|
|
656
670
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
657
671
|
margin-left: calc(70% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
658
672
|
}
|
|
659
673
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
660
674
|
padding: 7px 10px;
|
|
661
675
|
}
|
|
662
|
-
.e-ie-straighten-value-span {
|
|
663
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
667
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
668
|
-
}
|
|
669
|
-
|
|
670
676
|
@media only screen and (max-width: 390px) {
|
|
671
677
|
.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 {
|
|
672
678
|
padding-left: 6px;
|
|
@@ -676,17 +682,13 @@
|
|
|
676
682
|
width: calc(64% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
677
683
|
}
|
|
678
684
|
}
|
|
679
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
689
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
685
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
686
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
687
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
688
|
+
font-size: 16px;
|
|
689
|
+
line-height: 24px;
|
|
690
|
+
letter-spacing: normal;
|
|
691
|
+
font-weight: normal;
|
|
690
692
|
}
|
|
691
693
|
|
|
692
694
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -767,7 +769,6 @@
|
|
|
767
769
|
-webkit-box-shadow: none !important;
|
|
768
770
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
769
771
|
}
|
|
770
|
-
|
|
771
772
|
.e-dropdown-popup .e-selected-btn {
|
|
772
773
|
background: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
773
774
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fluent-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/fluent-dark-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/fluent-dark-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/fluent-dark-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/fluent-dark-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/fluent-dark-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/fluent-dark-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/fluent-dark-definition' as *;
|
|
11
|
+
@use 'image-editor/fluent-dark-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/fluent-dark' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|