@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
package/styles/material-lite.css
CHANGED
|
@@ -221,16 +221,6 @@
|
|
|
221
221
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
222
222
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
223
223
|
}
|
|
224
|
-
.e-device.e-image-editor .e-slider-container {
|
|
225
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
226
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
|
-
}
|
|
228
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
229
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
230
|
-
}
|
|
231
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
232
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
233
|
-
}
|
|
234
224
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
235
225
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
236
226
|
}
|
|
@@ -275,8 +265,8 @@
|
|
|
275
265
|
height: calc(100% - 18px);
|
|
276
266
|
width: calc(100% - 20px);
|
|
277
267
|
border: 2px dashed #757575;
|
|
278
|
-
border-radius: 10px;
|
|
279
268
|
margin: 10px;
|
|
269
|
+
border-radius: 10px;
|
|
280
270
|
}
|
|
281
271
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
282
272
|
display: none;
|
|
@@ -287,24 +277,30 @@
|
|
|
287
277
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
288
278
|
top: calc(50% - 60px);
|
|
289
279
|
left: calc(50% - 25px);
|
|
280
|
+
position: absolute;
|
|
290
281
|
}
|
|
291
282
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
292
283
|
top: 50%;
|
|
293
284
|
left: calc(50% - 160px);
|
|
294
285
|
font-size: 14px;
|
|
286
|
+
position: absolute;
|
|
287
|
+
}
|
|
288
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
289
|
+
text-decoration: none;
|
|
295
290
|
}
|
|
296
291
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
297
292
|
top: calc(50% + 40px);
|
|
298
293
|
left: 50%;
|
|
294
|
+
font-size: 14px;
|
|
295
|
+
position: absolute;
|
|
299
296
|
-webkit-transform: translate(-50%, -50%);
|
|
300
297
|
transform: translate(-50%, -50%);
|
|
301
|
-
position: absolute;
|
|
302
|
-
font-size: 14px;
|
|
303
298
|
}
|
|
304
299
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
305
300
|
left: calc(50% - 120px);
|
|
306
301
|
top: 50%;
|
|
307
302
|
font-size: 14px;
|
|
303
|
+
position: absolute;
|
|
308
304
|
}
|
|
309
305
|
.e-image-editor .e-toolbar {
|
|
310
306
|
border: none;
|
|
@@ -315,9 +311,14 @@
|
|
|
315
311
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
316
312
|
margin-left: 20px;
|
|
317
313
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
314
|
+
font-size: 12px;
|
|
318
315
|
}
|
|
319
316
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
320
317
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
318
|
+
font-size: 12px;
|
|
319
|
+
}
|
|
320
|
+
.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 {
|
|
321
|
+
font-size: 12px;
|
|
321
322
|
}
|
|
322
323
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
323
324
|
font-size: 16px;
|
|
@@ -375,6 +376,13 @@
|
|
|
375
376
|
width: 100%;
|
|
376
377
|
z-index: 1;
|
|
377
378
|
}
|
|
379
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
380
|
+
-ms-flex-line-pack: center;
|
|
381
|
+
align-content: center;
|
|
382
|
+
text-align: center;
|
|
383
|
+
height: auto;
|
|
384
|
+
min-height: 58px;
|
|
385
|
+
}
|
|
378
386
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
379
387
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
380
388
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -422,6 +430,7 @@
|
|
|
422
430
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
423
431
|
-webkit-box-sizing: content-box;
|
|
424
432
|
box-sizing: content-box;
|
|
433
|
+
font-size: 12px;
|
|
425
434
|
}
|
|
426
435
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
427
436
|
text-align: center;
|
|
@@ -431,9 +440,19 @@
|
|
|
431
440
|
height: 100px;
|
|
432
441
|
}
|
|
433
442
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
434
|
-
margin
|
|
435
|
-
height:
|
|
443
|
+
margin: 0 16px 1px 16px;
|
|
444
|
+
height: auto;
|
|
445
|
+
}
|
|
446
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
447
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
448
|
+
}
|
|
449
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
450
|
+
font-size: 14px;
|
|
451
|
+
line-height: 20px;
|
|
452
|
+
letter-spacing: normal;
|
|
453
|
+
font-weight: 400;
|
|
436
454
|
}
|
|
455
|
+
|
|
437
456
|
.e-ie-straighten-value-span,
|
|
438
457
|
.e-ie-straighten-span,
|
|
439
458
|
.e-ie-toolbar-straighten {
|
|
@@ -442,10 +461,18 @@
|
|
|
442
461
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
443
462
|
}
|
|
444
463
|
|
|
464
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
465
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
466
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
467
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
468
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
469
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
470
|
+
}
|
|
471
|
+
|
|
445
472
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
446
473
|
height: auto;
|
|
447
|
-
margin-left: 8px;
|
|
448
474
|
padding-right: 2px;
|
|
475
|
+
margin-left: 8px;
|
|
449
476
|
}
|
|
450
477
|
|
|
451
478
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -461,14 +488,6 @@
|
|
|
461
488
|
top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
|
|
462
489
|
}
|
|
463
490
|
|
|
464
|
-
.e-ie-finetune-value-span {
|
|
465
|
-
top: 31% !important; /* stylelint-disable-line declaration-no-important */
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.e-ie-finetune-slider-label {
|
|
469
|
-
top: 31% !important; /* stylelint-disable-line declaration-no-important */
|
|
470
|
-
}
|
|
471
|
-
|
|
472
491
|
.e-ie-finetune-slider-wrap {
|
|
473
492
|
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
474
493
|
}
|
|
@@ -478,7 +497,8 @@
|
|
|
478
497
|
}
|
|
479
498
|
|
|
480
499
|
.e-ie-slider-wrap {
|
|
481
|
-
|
|
500
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
501
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
482
502
|
}
|
|
483
503
|
|
|
484
504
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -490,10 +510,6 @@
|
|
|
490
510
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
491
511
|
}
|
|
492
512
|
|
|
493
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
494
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
495
|
-
}
|
|
496
|
-
|
|
497
513
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
498
514
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
499
515
|
height: 28px;
|
|
@@ -552,6 +568,7 @@
|
|
|
552
568
|
-webkit-box-pack: start;
|
|
553
569
|
-ms-flex-pack: start;
|
|
554
570
|
justify-content: flex-start;
|
|
571
|
+
text-align: center;
|
|
555
572
|
}
|
|
556
573
|
|
|
557
574
|
.e-ie-dlg-right-content {
|
|
@@ -560,13 +577,14 @@
|
|
|
560
577
|
|
|
561
578
|
.e-ie-img-save-name {
|
|
562
579
|
display: inline-block;
|
|
563
|
-
margin-right: 10px;
|
|
564
580
|
width: calc(69% - 13px);
|
|
581
|
+
margin-right: 10px;
|
|
565
582
|
}
|
|
566
583
|
|
|
567
584
|
.e-ie-img-save-dlg {
|
|
568
585
|
display: inline-block;
|
|
569
|
-
width:
|
|
586
|
+
width: auto;
|
|
587
|
+
min-width: 92px;
|
|
570
588
|
}
|
|
571
589
|
|
|
572
590
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -574,8 +592,8 @@
|
|
|
574
592
|
}
|
|
575
593
|
|
|
576
594
|
.e-ie-img-label-name {
|
|
577
|
-
margin-bottom: 5px;
|
|
578
595
|
display: block;
|
|
596
|
+
margin-bottom: 5px;
|
|
579
597
|
}
|
|
580
598
|
|
|
581
599
|
.e-ie-img-quality-name {
|
|
@@ -626,11 +644,11 @@
|
|
|
626
644
|
}
|
|
627
645
|
|
|
628
646
|
.e-ie-img-icon-button {
|
|
629
|
-
margin-left: 10px;
|
|
630
647
|
width: -webkit-max-content;
|
|
631
648
|
width: -moz-max-content;
|
|
632
649
|
width: max-content;
|
|
633
650
|
margin-bottom: 5px;
|
|
651
|
+
margin-left: 10px;
|
|
634
652
|
}
|
|
635
653
|
|
|
636
654
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -663,24 +681,12 @@
|
|
|
663
681
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
664
682
|
margin-left: 0;
|
|
665
683
|
}
|
|
666
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
667
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
668
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
669
|
-
}
|
|
670
684
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
671
685
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
672
686
|
}
|
|
673
687
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
674
688
|
padding: 2px 9.5px;
|
|
675
689
|
}
|
|
676
|
-
.e-ie-straighten-value-span {
|
|
677
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
681
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
682
|
-
}
|
|
683
|
-
|
|
684
690
|
@media only screen and (max-width: 390px) {
|
|
685
691
|
.e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
|
|
686
692
|
padding-left: 10px;
|
|
@@ -690,17 +696,13 @@
|
|
|
690
696
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
691
697
|
}
|
|
692
698
|
}
|
|
693
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
703
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
699
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
700
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
701
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
702
|
+
font-size: 16px;
|
|
703
|
+
line-height: 24px;
|
|
704
|
+
letter-spacing: normal;
|
|
705
|
+
font-weight: normal;
|
|
704
706
|
}
|
|
705
707
|
|
|
706
708
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -778,7 +780,6 @@
|
|
|
778
780
|
-webkit-box-shadow: none !important;
|
|
779
781
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
780
782
|
}
|
|
781
|
-
|
|
782
783
|
.e-dropdown-popup .e-selected-btn {
|
|
783
784
|
background: #bdbdbd !important; /* stylelint-disable-line declaration-no-important */
|
|
784
785
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@import 'image-editor/all.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/material-definition' as *;
|
|
2
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/material-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/numerictextbox/material-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/textbox/material-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/uploader/material-definition' as *;
|
|
6
|
+
@use 'ej2-popups/styles/tooltip/material-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/color-picker/material-definition' as *;
|
|
8
|
+
@use 'ej2-navigations/styles/toolbar/material-definition' as *;
|
|
9
|
+
@use 'ej2-popups/styles/spinner/material-definition' as *;
|
|
10
|
+
@use 'image-editor/material-definition' as *;
|
|
11
|
+
@use 'image-editor/icons/material' as *;
|
|
12
|
+
@use 'image-editor/all' as *;
|
package/styles/material.css
CHANGED
|
@@ -221,16 +221,6 @@
|
|
|
221
221
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
222
222
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
223
223
|
}
|
|
224
|
-
.e-device.e-image-editor .e-slider-container {
|
|
225
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
226
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
227
|
-
}
|
|
228
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
229
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
230
|
-
}
|
|
231
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
232
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
233
|
-
}
|
|
234
224
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
235
225
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
236
226
|
}
|
|
@@ -275,8 +265,8 @@
|
|
|
275
265
|
height: calc(100% - 18px);
|
|
276
266
|
width: calc(100% - 20px);
|
|
277
267
|
border: 2px dashed #757575;
|
|
278
|
-
border-radius: 10px;
|
|
279
268
|
margin: 10px;
|
|
269
|
+
border-radius: 10px;
|
|
280
270
|
}
|
|
281
271
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
282
272
|
display: none;
|
|
@@ -287,24 +277,30 @@
|
|
|
287
277
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
288
278
|
top: calc(50% - 60px);
|
|
289
279
|
left: calc(50% - 25px);
|
|
280
|
+
position: absolute;
|
|
290
281
|
}
|
|
291
282
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
292
283
|
top: 50%;
|
|
293
284
|
left: calc(50% - 160px);
|
|
294
285
|
font-size: 14px;
|
|
286
|
+
position: absolute;
|
|
287
|
+
}
|
|
288
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
289
|
+
text-decoration: none;
|
|
295
290
|
}
|
|
296
291
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
297
292
|
top: calc(50% + 40px);
|
|
298
293
|
left: 50%;
|
|
294
|
+
font-size: 14px;
|
|
295
|
+
position: absolute;
|
|
299
296
|
-webkit-transform: translate(-50%, -50%);
|
|
300
297
|
transform: translate(-50%, -50%);
|
|
301
|
-
position: absolute;
|
|
302
|
-
font-size: 14px;
|
|
303
298
|
}
|
|
304
299
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
305
300
|
left: calc(50% - 120px);
|
|
306
301
|
top: 50%;
|
|
307
302
|
font-size: 14px;
|
|
303
|
+
position: absolute;
|
|
308
304
|
}
|
|
309
305
|
.e-image-editor .e-toolbar {
|
|
310
306
|
border: none;
|
|
@@ -315,9 +311,14 @@
|
|
|
315
311
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
316
312
|
margin-left: 20px;
|
|
317
313
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
314
|
+
font-size: 12px;
|
|
318
315
|
}
|
|
319
316
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
320
317
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
318
|
+
font-size: 12px;
|
|
319
|
+
}
|
|
320
|
+
.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 {
|
|
321
|
+
font-size: 12px;
|
|
321
322
|
}
|
|
322
323
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
323
324
|
font-size: 16px;
|
|
@@ -375,6 +376,13 @@
|
|
|
375
376
|
width: 100%;
|
|
376
377
|
z-index: 1;
|
|
377
378
|
}
|
|
379
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
380
|
+
-ms-flex-line-pack: center;
|
|
381
|
+
align-content: center;
|
|
382
|
+
text-align: center;
|
|
383
|
+
height: auto;
|
|
384
|
+
min-height: 58px;
|
|
385
|
+
}
|
|
378
386
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
379
387
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
380
388
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -422,6 +430,7 @@
|
|
|
422
430
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
423
431
|
-webkit-box-sizing: content-box;
|
|
424
432
|
box-sizing: content-box;
|
|
433
|
+
font-size: 12px;
|
|
425
434
|
}
|
|
426
435
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
427
436
|
text-align: center;
|
|
@@ -431,9 +440,19 @@
|
|
|
431
440
|
height: 100px;
|
|
432
441
|
}
|
|
433
442
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
434
|
-
margin
|
|
435
|
-
height:
|
|
443
|
+
margin: 0 16px 1px 16px;
|
|
444
|
+
height: auto;
|
|
445
|
+
}
|
|
446
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
447
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
436
448
|
}
|
|
449
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
450
|
+
font-size: 14px;
|
|
451
|
+
line-height: 20px;
|
|
452
|
+
letter-spacing: normal;
|
|
453
|
+
font-weight: 400;
|
|
454
|
+
}
|
|
455
|
+
|
|
437
456
|
.e-ie-straighten-value-span,
|
|
438
457
|
.e-ie-straighten-span,
|
|
439
458
|
.e-ie-toolbar-straighten {
|
|
@@ -442,10 +461,18 @@
|
|
|
442
461
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
443
462
|
}
|
|
444
463
|
|
|
464
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
465
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
466
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
467
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
468
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
469
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
470
|
+
}
|
|
471
|
+
|
|
445
472
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
446
473
|
height: auto;
|
|
447
|
-
margin-left: 8px;
|
|
448
474
|
padding-right: 2px;
|
|
475
|
+
margin-left: 8px;
|
|
449
476
|
}
|
|
450
477
|
|
|
451
478
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -461,14 +488,6 @@
|
|
|
461
488
|
top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
|
|
462
489
|
}
|
|
463
490
|
|
|
464
|
-
.e-ie-finetune-value-span {
|
|
465
|
-
top: 31% !important; /* stylelint-disable-line declaration-no-important */
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.e-ie-finetune-slider-label {
|
|
469
|
-
top: 31% !important; /* stylelint-disable-line declaration-no-important */
|
|
470
|
-
}
|
|
471
|
-
|
|
472
491
|
.e-ie-finetune-slider-wrap {
|
|
473
492
|
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
474
493
|
}
|
|
@@ -478,7 +497,8 @@
|
|
|
478
497
|
}
|
|
479
498
|
|
|
480
499
|
.e-ie-slider-wrap {
|
|
481
|
-
|
|
500
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
501
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
482
502
|
}
|
|
483
503
|
|
|
484
504
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -490,10 +510,6 @@
|
|
|
490
510
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
491
511
|
}
|
|
492
512
|
|
|
493
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
494
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
495
|
-
}
|
|
496
|
-
|
|
497
513
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
498
514
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
499
515
|
height: 28px;
|
|
@@ -552,6 +568,7 @@
|
|
|
552
568
|
-webkit-box-pack: start;
|
|
553
569
|
-ms-flex-pack: start;
|
|
554
570
|
justify-content: flex-start;
|
|
571
|
+
text-align: center;
|
|
555
572
|
}
|
|
556
573
|
|
|
557
574
|
.e-ie-dlg-right-content {
|
|
@@ -560,13 +577,14 @@
|
|
|
560
577
|
|
|
561
578
|
.e-ie-img-save-name {
|
|
562
579
|
display: inline-block;
|
|
563
|
-
margin-right: 10px;
|
|
564
580
|
width: calc(69% - 13px);
|
|
581
|
+
margin-right: 10px;
|
|
565
582
|
}
|
|
566
583
|
|
|
567
584
|
.e-ie-img-save-dlg {
|
|
568
585
|
display: inline-block;
|
|
569
|
-
width:
|
|
586
|
+
width: auto;
|
|
587
|
+
min-width: 92px;
|
|
570
588
|
}
|
|
571
589
|
|
|
572
590
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -574,8 +592,8 @@
|
|
|
574
592
|
}
|
|
575
593
|
|
|
576
594
|
.e-ie-img-label-name {
|
|
577
|
-
margin-bottom: 5px;
|
|
578
595
|
display: block;
|
|
596
|
+
margin-bottom: 5px;
|
|
579
597
|
}
|
|
580
598
|
|
|
581
599
|
.e-ie-img-quality-name {
|
|
@@ -626,11 +644,11 @@
|
|
|
626
644
|
}
|
|
627
645
|
|
|
628
646
|
.e-ie-img-icon-button {
|
|
629
|
-
margin-left: 10px;
|
|
630
647
|
width: -webkit-max-content;
|
|
631
648
|
width: -moz-max-content;
|
|
632
649
|
width: max-content;
|
|
633
650
|
margin-bottom: 5px;
|
|
651
|
+
margin-left: 10px;
|
|
634
652
|
}
|
|
635
653
|
|
|
636
654
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -663,24 +681,12 @@
|
|
|
663
681
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
664
682
|
margin-left: 0;
|
|
665
683
|
}
|
|
666
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
667
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
668
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
669
|
-
}
|
|
670
684
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
671
685
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
672
686
|
}
|
|
673
687
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
674
688
|
padding: 2px 9.5px;
|
|
675
689
|
}
|
|
676
|
-
.e-ie-straighten-value-span {
|
|
677
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
681
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
682
|
-
}
|
|
683
|
-
|
|
684
690
|
@media only screen and (max-width: 390px) {
|
|
685
691
|
.e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
|
|
686
692
|
padding-left: 10px;
|
|
@@ -690,17 +696,13 @@
|
|
|
690
696
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
691
697
|
}
|
|
692
698
|
}
|
|
693
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
703
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
699
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
700
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
701
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
702
|
+
font-size: 16px;
|
|
703
|
+
line-height: 24px;
|
|
704
|
+
letter-spacing: normal;
|
|
705
|
+
font-weight: normal;
|
|
704
706
|
}
|
|
705
707
|
|
|
706
708
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -778,7 +780,6 @@
|
|
|
778
780
|
-webkit-box-shadow: none !important;
|
|
779
781
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
780
782
|
}
|
|
781
|
-
|
|
782
783
|
.e-dropdown-popup .e-selected-btn {
|
|
783
784
|
background: #bdbdbd !important; /* stylelint-disable-line declaration-no-important */
|
|
784
785
|
}
|
|
@@ -793,6 +794,14 @@
|
|
|
793
794
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
794
795
|
top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
795
796
|
}
|
|
797
|
+
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper,
|
|
798
|
+
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
799
|
+
-ms-flex-line-pack: center;
|
|
800
|
+
align-content: center;
|
|
801
|
+
text-align: center;
|
|
802
|
+
height: auto;
|
|
803
|
+
min-height: 58px;
|
|
804
|
+
}
|
|
796
805
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar,
|
|
797
806
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-toolbar {
|
|
798
807
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -812,10 +821,14 @@
|
|
|
812
821
|
height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
813
822
|
min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
814
823
|
}
|
|
815
|
-
.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,
|
|
824
|
+
.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,
|
|
816
825
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
817
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span
|
|
818
|
-
|
|
826
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
827
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper,
|
|
828
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke,
|
|
829
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke,
|
|
830
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
831
|
+
font-size: 14px;
|
|
819
832
|
}
|
|
820
833
|
.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,
|
|
821
834
|
.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 {
|
|
@@ -867,6 +880,15 @@
|
|
|
867
880
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
868
881
|
line-height: 1;
|
|
869
882
|
}
|
|
883
|
+
.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,
|
|
884
|
+
.e-image-editor.e-bigger .e-ie-finetune-slider-label,
|
|
885
|
+
.e-image-editor.e-bigger .e-ie-finetune-value-span,
|
|
886
|
+
.e-image-editor.e-bigger .e-ie-redact-value-span {
|
|
887
|
+
font-size: 16px;
|
|
888
|
+
line-height: 24px;
|
|
889
|
+
letter-spacing: normal;
|
|
890
|
+
font-weight: normal;
|
|
891
|
+
}
|
|
870
892
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
871
893
|
top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
|
|
872
894
|
}
|
package/styles/material.scss
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@import 'image-editor/bigger.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/material-definition' as *;
|
|
2
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/material-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/numerictextbox/material-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/textbox/material-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/uploader/material-definition' as *;
|
|
6
|
+
@use 'ej2-popups/styles/tooltip/material-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/color-picker/material-definition' as *;
|
|
8
|
+
@use 'ej2-navigations/styles/toolbar/material-definition' as *;
|
|
9
|
+
@use 'ej2-popups/styles/spinner/material-definition' as *;
|
|
10
|
+
@use 'image-editor/material-definition' as *;
|
|
11
|
+
@use 'image-editor/icons/material' as *;
|
|
12
|
+
@use 'image-editor/all' as *;
|
|
13
|
+
@use 'image-editor/bigger' as *;
|