@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
|
@@ -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 #fff;
|
|
256
|
-
border-radius: 10px;
|
|
257
246
|
margin: 10px;
|
|
247
|
+
border-radius: 10px;
|
|
258
248
|
color: #fff;
|
|
259
249
|
}
|
|
260
250
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
@@ -266,27 +256,33 @@
|
|
|
266
256
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
267
257
|
top: calc(50% - 60px);
|
|
268
258
|
left: calc(50% - 25px);
|
|
259
|
+
position: absolute;
|
|
269
260
|
}
|
|
270
261
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
271
262
|
top: 50%;
|
|
272
263
|
left: calc(50% - 160px);
|
|
273
264
|
font-size: 14px;
|
|
265
|
+
position: absolute;
|
|
274
266
|
}
|
|
275
267
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content > a {
|
|
276
268
|
color: #fff;
|
|
277
269
|
}
|
|
270
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
271
|
+
text-decoration: none;
|
|
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;
|
|
@@ -297,9 +293,14 @@
|
|
|
297
293
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
298
294
|
margin-left: 20px;
|
|
299
295
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
296
|
+
font-size: 12px;
|
|
300
297
|
}
|
|
301
298
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
302
299
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
300
|
+
font-size: 12px;
|
|
301
|
+
}
|
|
302
|
+
.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 {
|
|
303
|
+
font-size: 12px;
|
|
303
304
|
}
|
|
304
305
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
305
306
|
font-size: 16px;
|
|
@@ -357,6 +358,13 @@
|
|
|
357
358
|
width: 100%;
|
|
358
359
|
z-index: 1;
|
|
359
360
|
}
|
|
361
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
362
|
+
-ms-flex-line-pack: center;
|
|
363
|
+
align-content: center;
|
|
364
|
+
text-align: center;
|
|
365
|
+
height: auto;
|
|
366
|
+
min-height: 58px;
|
|
367
|
+
}
|
|
360
368
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
361
369
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
362
370
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -404,6 +412,7 @@
|
|
|
404
412
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
405
413
|
-webkit-box-sizing: content-box;
|
|
406
414
|
box-sizing: content-box;
|
|
415
|
+
font-size: 12px;
|
|
407
416
|
}
|
|
408
417
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
409
418
|
text-align: center;
|
|
@@ -413,12 +422,21 @@
|
|
|
413
422
|
height: 100px;
|
|
414
423
|
}
|
|
415
424
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
416
|
-
margin
|
|
417
|
-
height:
|
|
425
|
+
margin: 0 16px 1px 16px;
|
|
426
|
+
height: auto;
|
|
418
427
|
}
|
|
419
428
|
.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn, .e-image-editor .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn {
|
|
420
429
|
padding: 2px 15px;
|
|
421
430
|
}
|
|
431
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
432
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
433
|
+
}
|
|
434
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
435
|
+
font-size: 14px;
|
|
436
|
+
line-height: 20px;
|
|
437
|
+
letter-spacing: normal;
|
|
438
|
+
font-weight: 400;
|
|
439
|
+
}
|
|
422
440
|
|
|
423
441
|
.e-ie-straighten-value-span,
|
|
424
442
|
.e-ie-straighten-span,
|
|
@@ -428,10 +446,18 @@
|
|
|
428
446
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
429
447
|
}
|
|
430
448
|
|
|
449
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
450
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
451
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
452
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
453
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
454
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
455
|
+
}
|
|
456
|
+
|
|
431
457
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
432
458
|
height: auto;
|
|
433
|
-
margin-left: 8px;
|
|
434
459
|
padding-right: 2px;
|
|
460
|
+
margin-left: 8px;
|
|
435
461
|
}
|
|
436
462
|
|
|
437
463
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -447,14 +473,6 @@
|
|
|
447
473
|
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
448
474
|
}
|
|
449
475
|
|
|
450
|
-
.e-ie-finetune-value-span {
|
|
451
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.e-ie-finetune-slider-label {
|
|
455
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
456
|
-
}
|
|
457
|
-
|
|
458
476
|
.e-ie-finetune-slider-wrap {
|
|
459
477
|
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
460
478
|
}
|
|
@@ -464,7 +482,8 @@
|
|
|
464
482
|
}
|
|
465
483
|
|
|
466
484
|
.e-ie-slider-wrap {
|
|
467
|
-
|
|
485
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
486
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
468
487
|
}
|
|
469
488
|
|
|
470
489
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -476,10 +495,6 @@
|
|
|
476
495
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
477
496
|
}
|
|
478
497
|
|
|
479
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
480
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
481
|
-
}
|
|
482
|
-
|
|
483
498
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
484
499
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
485
500
|
height: 28px;
|
|
@@ -538,6 +553,7 @@
|
|
|
538
553
|
-webkit-box-pack: start;
|
|
539
554
|
-ms-flex-pack: start;
|
|
540
555
|
justify-content: flex-start;
|
|
556
|
+
text-align: center;
|
|
541
557
|
}
|
|
542
558
|
|
|
543
559
|
.e-ie-dlg-right-content {
|
|
@@ -546,14 +562,15 @@
|
|
|
546
562
|
|
|
547
563
|
.e-ie-img-save-name {
|
|
548
564
|
display: inline-block;
|
|
549
|
-
margin-right: 10px;
|
|
550
565
|
width: calc(69% - 13px);
|
|
566
|
+
margin-right: 10px;
|
|
551
567
|
margin-right: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
552
568
|
}
|
|
553
569
|
|
|
554
570
|
.e-ie-img-save-dlg {
|
|
555
571
|
display: inline-block;
|
|
556
|
-
width:
|
|
572
|
+
width: auto;
|
|
573
|
+
min-width: 92px;
|
|
557
574
|
}
|
|
558
575
|
|
|
559
576
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -561,8 +578,8 @@
|
|
|
561
578
|
}
|
|
562
579
|
|
|
563
580
|
.e-ie-img-label-name {
|
|
564
|
-
margin-bottom: 5px;
|
|
565
581
|
display: block;
|
|
582
|
+
margin-bottom: 5px;
|
|
566
583
|
}
|
|
567
584
|
|
|
568
585
|
.e-ie-img-quality-name {
|
|
@@ -614,11 +631,11 @@
|
|
|
614
631
|
}
|
|
615
632
|
|
|
616
633
|
.e-ie-img-icon-button {
|
|
617
|
-
margin-left: 10px;
|
|
618
634
|
width: -webkit-max-content;
|
|
619
635
|
width: -moz-max-content;
|
|
620
636
|
width: max-content;
|
|
621
637
|
margin-bottom: 5px;
|
|
638
|
+
margin-left: 10px;
|
|
622
639
|
}
|
|
623
640
|
|
|
624
641
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -651,24 +668,12 @@
|
|
|
651
668
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
652
669
|
margin-left: 0;
|
|
653
670
|
}
|
|
654
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
655
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
656
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
657
|
-
}
|
|
658
671
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
659
672
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
660
673
|
}
|
|
661
674
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
662
675
|
padding: 3px 9px;
|
|
663
676
|
}
|
|
664
|
-
.e-ie-straighten-value-span {
|
|
665
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
669
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
670
|
-
}
|
|
671
|
-
|
|
672
677
|
@media only screen and (max-width: 390px) {
|
|
673
678
|
.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 {
|
|
674
679
|
padding-left: 7px;
|
|
@@ -678,17 +683,13 @@
|
|
|
678
683
|
width: calc(64% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
679
684
|
}
|
|
680
685
|
}
|
|
681
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
691
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
686
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
687
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
688
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
689
|
+
font-size: 16px;
|
|
690
|
+
line-height: 24px;
|
|
691
|
+
letter-spacing: normal;
|
|
692
|
+
font-weight: normal;
|
|
692
693
|
}
|
|
693
694
|
|
|
694
695
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -769,7 +770,6 @@
|
|
|
769
770
|
-webkit-box-shadow: none !important;
|
|
770
771
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
771
772
|
}
|
|
772
|
-
|
|
773
773
|
.e-ie-filter-canvas:focus,
|
|
774
774
|
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
775
775
|
.filter-wrapper:focus canvas,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/highcontrast-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/highcontrast-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/highcontrast-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/highcontrast-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/highcontrast-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/highcontrast-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/highcontrast-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/highcontrast-definition' as *;
|
|
11
|
+
@use 'image-editor/highcontrast-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/highcontrast' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|
package/styles/highcontrast.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 #fff;
|
|
256
|
-
border-radius: 10px;
|
|
257
246
|
margin: 10px;
|
|
247
|
+
border-radius: 10px;
|
|
258
248
|
color: #fff;
|
|
259
249
|
}
|
|
260
250
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
@@ -266,27 +256,33 @@
|
|
|
266
256
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
267
257
|
top: calc(50% - 60px);
|
|
268
258
|
left: calc(50% - 25px);
|
|
259
|
+
position: absolute;
|
|
269
260
|
}
|
|
270
261
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
271
262
|
top: 50%;
|
|
272
263
|
left: calc(50% - 160px);
|
|
273
264
|
font-size: 14px;
|
|
265
|
+
position: absolute;
|
|
274
266
|
}
|
|
275
267
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content > a {
|
|
276
268
|
color: #fff;
|
|
277
269
|
}
|
|
270
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
271
|
+
text-decoration: none;
|
|
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;
|
|
@@ -297,9 +293,14 @@
|
|
|
297
293
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
298
294
|
margin-left: 20px;
|
|
299
295
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
296
|
+
font-size: 12px;
|
|
300
297
|
}
|
|
301
298
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
302
299
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
300
|
+
font-size: 12px;
|
|
301
|
+
}
|
|
302
|
+
.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 {
|
|
303
|
+
font-size: 12px;
|
|
303
304
|
}
|
|
304
305
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
305
306
|
font-size: 16px;
|
|
@@ -357,6 +358,13 @@
|
|
|
357
358
|
width: 100%;
|
|
358
359
|
z-index: 1;
|
|
359
360
|
}
|
|
361
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
362
|
+
-ms-flex-line-pack: center;
|
|
363
|
+
align-content: center;
|
|
364
|
+
text-align: center;
|
|
365
|
+
height: auto;
|
|
366
|
+
min-height: 58px;
|
|
367
|
+
}
|
|
360
368
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
361
369
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
362
370
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -404,6 +412,7 @@
|
|
|
404
412
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
405
413
|
-webkit-box-sizing: content-box;
|
|
406
414
|
box-sizing: content-box;
|
|
415
|
+
font-size: 12px;
|
|
407
416
|
}
|
|
408
417
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
409
418
|
text-align: center;
|
|
@@ -413,12 +422,21 @@
|
|
|
413
422
|
height: 100px;
|
|
414
423
|
}
|
|
415
424
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
416
|
-
margin
|
|
417
|
-
height:
|
|
425
|
+
margin: 0 16px 1px 16px;
|
|
426
|
+
height: auto;
|
|
418
427
|
}
|
|
419
428
|
.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn, .e-image-editor .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn {
|
|
420
429
|
padding: 2px 15px;
|
|
421
430
|
}
|
|
431
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
432
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
433
|
+
}
|
|
434
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
435
|
+
font-size: 14px;
|
|
436
|
+
line-height: 20px;
|
|
437
|
+
letter-spacing: normal;
|
|
438
|
+
font-weight: 400;
|
|
439
|
+
}
|
|
422
440
|
|
|
423
441
|
.e-ie-straighten-value-span,
|
|
424
442
|
.e-ie-straighten-span,
|
|
@@ -428,10 +446,18 @@
|
|
|
428
446
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
429
447
|
}
|
|
430
448
|
|
|
449
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
450
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
451
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
452
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
453
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
454
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
455
|
+
}
|
|
456
|
+
|
|
431
457
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
432
458
|
height: auto;
|
|
433
|
-
margin-left: 8px;
|
|
434
459
|
padding-right: 2px;
|
|
460
|
+
margin-left: 8px;
|
|
435
461
|
}
|
|
436
462
|
|
|
437
463
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -447,14 +473,6 @@
|
|
|
447
473
|
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
448
474
|
}
|
|
449
475
|
|
|
450
|
-
.e-ie-finetune-value-span {
|
|
451
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.e-ie-finetune-slider-label {
|
|
455
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
456
|
-
}
|
|
457
|
-
|
|
458
476
|
.e-ie-finetune-slider-wrap {
|
|
459
477
|
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
460
478
|
}
|
|
@@ -464,7 +482,8 @@
|
|
|
464
482
|
}
|
|
465
483
|
|
|
466
484
|
.e-ie-slider-wrap {
|
|
467
|
-
|
|
485
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
486
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
468
487
|
}
|
|
469
488
|
|
|
470
489
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -476,10 +495,6 @@
|
|
|
476
495
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
477
496
|
}
|
|
478
497
|
|
|
479
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
480
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
481
|
-
}
|
|
482
|
-
|
|
483
498
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
484
499
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
485
500
|
height: 28px;
|
|
@@ -538,6 +553,7 @@
|
|
|
538
553
|
-webkit-box-pack: start;
|
|
539
554
|
-ms-flex-pack: start;
|
|
540
555
|
justify-content: flex-start;
|
|
556
|
+
text-align: center;
|
|
541
557
|
}
|
|
542
558
|
|
|
543
559
|
.e-ie-dlg-right-content {
|
|
@@ -546,14 +562,15 @@
|
|
|
546
562
|
|
|
547
563
|
.e-ie-img-save-name {
|
|
548
564
|
display: inline-block;
|
|
549
|
-
margin-right: 10px;
|
|
550
565
|
width: calc(69% - 13px);
|
|
566
|
+
margin-right: 10px;
|
|
551
567
|
margin-right: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
552
568
|
}
|
|
553
569
|
|
|
554
570
|
.e-ie-img-save-dlg {
|
|
555
571
|
display: inline-block;
|
|
556
|
-
width:
|
|
572
|
+
width: auto;
|
|
573
|
+
min-width: 92px;
|
|
557
574
|
}
|
|
558
575
|
|
|
559
576
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -561,8 +578,8 @@
|
|
|
561
578
|
}
|
|
562
579
|
|
|
563
580
|
.e-ie-img-label-name {
|
|
564
|
-
margin-bottom: 5px;
|
|
565
581
|
display: block;
|
|
582
|
+
margin-bottom: 5px;
|
|
566
583
|
}
|
|
567
584
|
|
|
568
585
|
.e-ie-img-quality-name {
|
|
@@ -614,11 +631,11 @@
|
|
|
614
631
|
}
|
|
615
632
|
|
|
616
633
|
.e-ie-img-icon-button {
|
|
617
|
-
margin-left: 10px;
|
|
618
634
|
width: -webkit-max-content;
|
|
619
635
|
width: -moz-max-content;
|
|
620
636
|
width: max-content;
|
|
621
637
|
margin-bottom: 5px;
|
|
638
|
+
margin-left: 10px;
|
|
622
639
|
}
|
|
623
640
|
|
|
624
641
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -651,24 +668,12 @@
|
|
|
651
668
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
652
669
|
margin-left: 0;
|
|
653
670
|
}
|
|
654
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
655
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
656
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
657
|
-
}
|
|
658
671
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
659
672
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
660
673
|
}
|
|
661
674
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
662
675
|
padding: 3px 9px;
|
|
663
676
|
}
|
|
664
|
-
.e-ie-straighten-value-span {
|
|
665
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
669
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
670
|
-
}
|
|
671
|
-
|
|
672
677
|
@media only screen and (max-width: 390px) {
|
|
673
678
|
.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 {
|
|
674
679
|
padding-left: 7px;
|
|
@@ -678,17 +683,13 @@
|
|
|
678
683
|
width: calc(64% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
679
684
|
}
|
|
680
685
|
}
|
|
681
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
691
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
686
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
687
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
688
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
689
|
+
font-size: 16px;
|
|
690
|
+
line-height: 24px;
|
|
691
|
+
letter-spacing: normal;
|
|
692
|
+
font-weight: normal;
|
|
692
693
|
}
|
|
693
694
|
|
|
694
695
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -769,7 +770,6 @@
|
|
|
769
770
|
-webkit-box-shadow: none !important;
|
|
770
771
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
771
772
|
}
|
|
772
|
-
|
|
773
773
|
.e-ie-filter-canvas:focus,
|
|
774
774
|
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
775
775
|
.filter-wrapper:focus canvas,
|
|
@@ -781,6 +781,14 @@
|
|
|
781
781
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
782
782
|
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
783
783
|
}
|
|
784
|
+
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper,
|
|
785
|
+
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
786
|
+
-ms-flex-line-pack: center;
|
|
787
|
+
align-content: center;
|
|
788
|
+
text-align: center;
|
|
789
|
+
height: auto;
|
|
790
|
+
min-height: 58px;
|
|
791
|
+
}
|
|
784
792
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar,
|
|
785
793
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-toolbar {
|
|
786
794
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -795,10 +803,14 @@
|
|
|
795
803
|
height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
796
804
|
min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
797
805
|
}
|
|
798
|
-
.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,
|
|
806
|
+
.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,
|
|
799
807
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
800
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span
|
|
801
|
-
|
|
808
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
809
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper,
|
|
810
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke,
|
|
811
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke,
|
|
812
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
813
|
+
font-size: 14px;
|
|
802
814
|
}
|
|
803
815
|
.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,
|
|
804
816
|
.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 {
|
|
@@ -850,6 +862,15 @@
|
|
|
850
862
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
851
863
|
line-height: 1;
|
|
852
864
|
}
|
|
865
|
+
.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,
|
|
866
|
+
.e-image-editor.e-bigger .e-ie-finetune-slider-label,
|
|
867
|
+
.e-image-editor.e-bigger .e-ie-finetune-value-span,
|
|
868
|
+
.e-image-editor.e-bigger .e-ie-redact-value-span {
|
|
869
|
+
font-size: 16px;
|
|
870
|
+
line-height: 24px;
|
|
871
|
+
letter-spacing: normal;
|
|
872
|
+
font-weight: normal;
|
|
873
|
+
}
|
|
853
874
|
.e-bigger .e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn, .e-bigger .e-image-editor .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn,
|
|
854
875
|
.e-image-editor.e-bigger .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn,
|
|
855
876
|
.e-image-editor.e-bigger .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn {
|
package/styles/highcontrast.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/highcontrast' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/highcontrast-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/highcontrast-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/highcontrast-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/highcontrast-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/highcontrast-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/highcontrast-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/highcontrast-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/highcontrast-definition' as *;
|
|
11
|
+
@use 'image-editor/highcontrast-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/highcontrast' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|
|
14
|
+
@use 'image-editor/bigger' as *;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use 'layout' as *;
|
|
2
|
+
@use 'theme' as *;
|