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