@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
|
@@ -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 #fff;
|
|
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 {
|
|
@@ -624,11 +642,11 @@
|
|
|
624
642
|
}
|
|
625
643
|
|
|
626
644
|
.e-ie-img-icon-button {
|
|
627
|
-
margin-left: 10px;
|
|
628
645
|
width: -webkit-max-content;
|
|
629
646
|
width: -moz-max-content;
|
|
630
647
|
width: max-content;
|
|
631
648
|
margin-bottom: 5px;
|
|
649
|
+
margin-left: 10px;
|
|
632
650
|
}
|
|
633
651
|
|
|
634
652
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -661,24 +679,12 @@
|
|
|
661
679
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
662
680
|
margin-left: 0;
|
|
663
681
|
}
|
|
664
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
665
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
666
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
-
}
|
|
668
682
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
669
683
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
670
684
|
}
|
|
671
685
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
672
686
|
padding: 2px 9.5px;
|
|
673
687
|
}
|
|
674
|
-
.e-ie-straighten-value-span {
|
|
675
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
679
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
680
|
-
}
|
|
681
|
-
|
|
682
688
|
@media only screen and (max-width: 390px) {
|
|
683
689
|
.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 {
|
|
684
690
|
padding-left: 10px;
|
|
@@ -688,17 +694,13 @@
|
|
|
688
694
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
689
695
|
}
|
|
690
696
|
}
|
|
691
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
701
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
697
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
698
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
699
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
700
|
+
font-size: 16px;
|
|
701
|
+
line-height: 24px;
|
|
702
|
+
letter-spacing: normal;
|
|
703
|
+
font-weight: normal;
|
|
702
704
|
}
|
|
703
705
|
|
|
704
706
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -776,7 +778,6 @@
|
|
|
776
778
|
-webkit-box-shadow: none !important;
|
|
777
779
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
778
780
|
}
|
|
779
|
-
|
|
780
781
|
.e-dropdown-popup .e-selected-btn {
|
|
781
782
|
background: #757575 !important; /* stylelint-disable-line declaration-no-important */
|
|
782
783
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/material-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/material-dark-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/material-dark-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/material-dark-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/material-dark-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/material-dark-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/material-dark-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/material-dark-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/material-dark-definition' as *;
|
|
11
|
+
@use 'image-editor/material-dark-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/material-dark' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|
package/styles/material-dark.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 #fff;
|
|
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 {
|
|
@@ -624,11 +642,11 @@
|
|
|
624
642
|
}
|
|
625
643
|
|
|
626
644
|
.e-ie-img-icon-button {
|
|
627
|
-
margin-left: 10px;
|
|
628
645
|
width: -webkit-max-content;
|
|
629
646
|
width: -moz-max-content;
|
|
630
647
|
width: max-content;
|
|
631
648
|
margin-bottom: 5px;
|
|
649
|
+
margin-left: 10px;
|
|
632
650
|
}
|
|
633
651
|
|
|
634
652
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -661,24 +679,12 @@
|
|
|
661
679
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
662
680
|
margin-left: 0;
|
|
663
681
|
}
|
|
664
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
665
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
666
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
-
}
|
|
668
682
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
669
683
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
670
684
|
}
|
|
671
685
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
672
686
|
padding: 2px 9.5px;
|
|
673
687
|
}
|
|
674
|
-
.e-ie-straighten-value-span {
|
|
675
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
679
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
680
|
-
}
|
|
681
|
-
|
|
682
688
|
@media only screen and (max-width: 390px) {
|
|
683
689
|
.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 {
|
|
684
690
|
padding-left: 10px;
|
|
@@ -688,17 +694,13 @@
|
|
|
688
694
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
689
695
|
}
|
|
690
696
|
}
|
|
691
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
701
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
697
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
698
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
699
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
700
|
+
font-size: 16px;
|
|
701
|
+
line-height: 24px;
|
|
702
|
+
letter-spacing: normal;
|
|
703
|
+
font-weight: normal;
|
|
702
704
|
}
|
|
703
705
|
|
|
704
706
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -776,7 +778,6 @@
|
|
|
776
778
|
-webkit-box-shadow: none !important;
|
|
777
779
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
778
780
|
}
|
|
779
|
-
|
|
780
781
|
.e-dropdown-popup .e-selected-btn {
|
|
781
782
|
background: #757575 !important; /* stylelint-disable-line declaration-no-important */
|
|
782
783
|
}
|
|
@@ -791,6 +792,14 @@
|
|
|
791
792
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
792
793
|
top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
793
794
|
}
|
|
795
|
+
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper,
|
|
796
|
+
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
797
|
+
-ms-flex-line-pack: center;
|
|
798
|
+
align-content: center;
|
|
799
|
+
text-align: center;
|
|
800
|
+
height: auto;
|
|
801
|
+
min-height: 58px;
|
|
802
|
+
}
|
|
794
803
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar,
|
|
795
804
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-toolbar {
|
|
796
805
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -805,10 +814,14 @@
|
|
|
805
814
|
height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
806
815
|
min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
807
816
|
}
|
|
808
|
-
.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,
|
|
817
|
+
.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,
|
|
809
818
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
810
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span
|
|
811
|
-
|
|
819
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
820
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper,
|
|
821
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke,
|
|
822
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke,
|
|
823
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
824
|
+
font-size: 14px;
|
|
812
825
|
}
|
|
813
826
|
.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,
|
|
814
827
|
.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 {
|
|
@@ -860,6 +873,15 @@
|
|
|
860
873
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
861
874
|
line-height: 1;
|
|
862
875
|
}
|
|
876
|
+
.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,
|
|
877
|
+
.e-image-editor.e-bigger .e-ie-finetune-slider-label,
|
|
878
|
+
.e-image-editor.e-bigger .e-ie-finetune-value-span,
|
|
879
|
+
.e-image-editor.e-bigger .e-ie-redact-value-span {
|
|
880
|
+
font-size: 16px;
|
|
881
|
+
line-height: 24px;
|
|
882
|
+
letter-spacing: normal;
|
|
883
|
+
font-weight: normal;
|
|
884
|
+
}
|
|
863
885
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
864
886
|
top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
|
|
865
887
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/material-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/material-dark-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/material-dark-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/material-dark-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/material-dark-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/material-dark-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/material-dark-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/material-dark-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/material-dark-definition' as *;
|
|
11
|
+
@use 'image-editor/material-dark-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/material-dark' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|
|
14
|
+
@use 'image-editor/bigger' as *;
|