@syncfusion/ej2-angular-documenteditor 19.4.48 → 19.4.50
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/CHANGELOG.md +75 -0
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +9 -5
- package/styles/bootstrap.css +9 -5
- package/styles/bootstrap4.css +9 -5
- package/styles/bootstrap5-dark.css +9 -5
- package/styles/bootstrap5.css +9 -5
- package/styles/document-editor/bootstrap-dark.css +2 -1
- package/styles/document-editor/bootstrap.css +2 -1
- package/styles/document-editor/bootstrap4.css +2 -1
- package/styles/document-editor/bootstrap5-dark.css +2 -1
- package/styles/document-editor/bootstrap5.css +2 -1
- package/styles/document-editor/fabric-dark.css +2 -1
- package/styles/document-editor/fabric.css +2 -1
- package/styles/document-editor/highcontrast.css +2 -1
- package/styles/document-editor/material-dark.css +2 -1
- package/styles/document-editor/material.css +2 -1
- package/styles/document-editor/tailwind-dark.css +2 -1
- package/styles/document-editor/tailwind.css +2 -1
- package/styles/document-editor-container/bootstrap-dark.css +7 -4
- package/styles/document-editor-container/bootstrap.css +7 -4
- package/styles/document-editor-container/bootstrap4.css +7 -4
- package/styles/document-editor-container/bootstrap5-dark.css +7 -4
- package/styles/document-editor-container/bootstrap5.css +7 -4
- package/styles/document-editor-container/fabric-dark.css +7 -4
- package/styles/document-editor-container/fabric.css +7 -4
- package/styles/document-editor-container/highcontrast-light.css +4 -1
- package/styles/document-editor-container/highcontrast.css +7 -4
- package/styles/document-editor-container/material-dark.css +7 -4
- package/styles/document-editor-container/material.css +7 -4
- package/styles/document-editor-container/tailwind-dark.css +4 -5
- package/styles/document-editor-container/tailwind.css +4 -5
- package/styles/fabric-dark.css +9 -5
- package/styles/fabric.css +9 -5
- package/styles/highcontrast-light.css +4 -1
- package/styles/highcontrast.css +9 -5
- package/styles/material-dark.css +9 -5
- package/styles/material.css +9 -5
- package/styles/tailwind-dark.css +6 -6
- package/styles/tailwind.css +6 -6
|
@@ -516,10 +516,14 @@
|
|
|
516
516
|
box-shadow: none;
|
|
517
517
|
float: right;
|
|
518
518
|
height: 33px;
|
|
519
|
-
margin-left: calc(100% -
|
|
519
|
+
margin-left: calc(100% - 380px);
|
|
520
520
|
width: 33px;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
524
|
+
margin-left: calc(100% - 410px);
|
|
525
|
+
}
|
|
526
|
+
|
|
523
527
|
.e-de-ctn-title {
|
|
524
528
|
background-color: #0070f0;
|
|
525
529
|
border-bottom: none !important;
|
|
@@ -1243,7 +1247,6 @@
|
|
|
1243
1247
|
font-size: 13px;
|
|
1244
1248
|
height: 100%;
|
|
1245
1249
|
padding-top: 9px;
|
|
1246
|
-
width: 100px;
|
|
1247
1250
|
}
|
|
1248
1251
|
|
|
1249
1252
|
.e-de-ctnr-pg-no span {
|
|
@@ -1280,7 +1283,7 @@
|
|
|
1280
1283
|
color: #fff;
|
|
1281
1284
|
float: right;
|
|
1282
1285
|
height: 34px;
|
|
1283
|
-
margin-left: calc(100% -
|
|
1286
|
+
margin-left: calc(100% - 380px);
|
|
1284
1287
|
}
|
|
1285
1288
|
|
|
1286
1289
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1289,7 +1292,7 @@
|
|
|
1289
1292
|
color: #fff;
|
|
1290
1293
|
float: right;
|
|
1291
1294
|
height: 34px;
|
|
1292
|
-
margin-left: calc(100% -
|
|
1295
|
+
margin-left: calc(100% - 410px);
|
|
1293
1296
|
}
|
|
1294
1297
|
|
|
1295
1298
|
.e-de-btn-cancel {
|
|
@@ -517,10 +517,14 @@
|
|
|
517
517
|
box-shadow: none;
|
|
518
518
|
float: right;
|
|
519
519
|
height: 33px;
|
|
520
|
-
margin-left: calc(100% -
|
|
520
|
+
margin-left: calc(100% - 380px);
|
|
521
521
|
width: 33px;
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
525
|
+
margin-left: calc(100% - 410px);
|
|
526
|
+
}
|
|
527
|
+
|
|
524
528
|
.e-de-ctn-title {
|
|
525
529
|
background-color: #317ab9;
|
|
526
530
|
border-bottom: none !important;
|
|
@@ -1245,7 +1249,6 @@
|
|
|
1245
1249
|
font-size: 13px;
|
|
1246
1250
|
height: 100%;
|
|
1247
1251
|
padding-top: 9px;
|
|
1248
|
-
width: 100px;
|
|
1249
1252
|
}
|
|
1250
1253
|
|
|
1251
1254
|
.e-de-ctnr-pg-no span {
|
|
@@ -1282,7 +1285,7 @@
|
|
|
1282
1285
|
color: #333;
|
|
1283
1286
|
float: right;
|
|
1284
1287
|
height: 34px;
|
|
1285
|
-
margin-left: calc(100% -
|
|
1288
|
+
margin-left: calc(100% - 380px);
|
|
1286
1289
|
}
|
|
1287
1290
|
|
|
1288
1291
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1291,7 +1294,7 @@
|
|
|
1291
1294
|
color: #333;
|
|
1292
1295
|
float: right;
|
|
1293
1296
|
height: 34px;
|
|
1294
|
-
margin-left: calc(100% -
|
|
1297
|
+
margin-left: calc(100% - 410px);
|
|
1295
1298
|
}
|
|
1296
1299
|
|
|
1297
1300
|
.e-de-btn-cancel {
|
|
@@ -518,10 +518,14 @@
|
|
|
518
518
|
box-shadow: none;
|
|
519
519
|
float: right;
|
|
520
520
|
height: 33px;
|
|
521
|
-
margin-left: calc(100% -
|
|
521
|
+
margin-left: calc(100% - 380px);
|
|
522
522
|
width: 33px;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
526
|
+
margin-left: calc(100% - 410px);
|
|
527
|
+
}
|
|
528
|
+
|
|
525
529
|
.e-de-ctn-title {
|
|
526
530
|
background-color: #007bff;
|
|
527
531
|
border-bottom: none !important;
|
|
@@ -1421,7 +1425,6 @@
|
|
|
1421
1425
|
font-size: 13px;
|
|
1422
1426
|
height: 100%;
|
|
1423
1427
|
padding-top: 9px;
|
|
1424
|
-
width: 100px;
|
|
1425
1428
|
}
|
|
1426
1429
|
|
|
1427
1430
|
.e-de-ctnr-pg-no span {
|
|
@@ -1458,7 +1461,7 @@
|
|
|
1458
1461
|
color: #212529;
|
|
1459
1462
|
float: right;
|
|
1460
1463
|
height: 34px;
|
|
1461
|
-
margin-left: calc(100% -
|
|
1464
|
+
margin-left: calc(100% - 380px);
|
|
1462
1465
|
}
|
|
1463
1466
|
|
|
1464
1467
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1467,7 +1470,7 @@
|
|
|
1467
1470
|
color: #212529;
|
|
1468
1471
|
float: right;
|
|
1469
1472
|
height: 34px;
|
|
1470
|
-
margin-left: calc(100% -
|
|
1473
|
+
margin-left: calc(100% - 410px);
|
|
1471
1474
|
}
|
|
1472
1475
|
|
|
1473
1476
|
.e-de-btn-cancel {
|
|
@@ -547,10 +547,14 @@
|
|
|
547
547
|
box-shadow: none;
|
|
548
548
|
float: right;
|
|
549
549
|
height: 33px;
|
|
550
|
-
margin-left: calc(100% -
|
|
550
|
+
margin-left: calc(100% - 395px);
|
|
551
551
|
width: 33px;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
555
|
+
margin-left: calc(100% - 460px);
|
|
556
|
+
}
|
|
557
|
+
|
|
554
558
|
.e-de-ctn-title {
|
|
555
559
|
background-color: #0d6efd;
|
|
556
560
|
border-bottom: none !important;
|
|
@@ -1468,7 +1472,6 @@
|
|
|
1468
1472
|
font-size: 14px;
|
|
1469
1473
|
height: 100%;
|
|
1470
1474
|
padding-top: 8px;
|
|
1471
|
-
width: 110px;
|
|
1472
1475
|
}
|
|
1473
1476
|
|
|
1474
1477
|
.e-de-ctnr-pg-no span {
|
|
@@ -1505,7 +1508,7 @@
|
|
|
1505
1508
|
color: #ced4da;
|
|
1506
1509
|
float: right;
|
|
1507
1510
|
height: 34px;
|
|
1508
|
-
margin-left: calc(100% -
|
|
1511
|
+
margin-left: calc(100% - 395px);
|
|
1509
1512
|
}
|
|
1510
1513
|
|
|
1511
1514
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1514,7 +1517,7 @@
|
|
|
1514
1517
|
color: #ced4da;
|
|
1515
1518
|
float: right;
|
|
1516
1519
|
height: 34px;
|
|
1517
|
-
margin-left: calc(100% -
|
|
1520
|
+
margin-left: calc(100% - 460px);
|
|
1518
1521
|
}
|
|
1519
1522
|
|
|
1520
1523
|
.e-de-btn-cancel {
|
|
@@ -547,10 +547,14 @@
|
|
|
547
547
|
box-shadow: none;
|
|
548
548
|
float: right;
|
|
549
549
|
height: 33px;
|
|
550
|
-
margin-left: calc(100% -
|
|
550
|
+
margin-left: calc(100% - 395px);
|
|
551
551
|
width: 33px;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
555
|
+
margin-left: calc(100% - 460px);
|
|
556
|
+
}
|
|
557
|
+
|
|
554
558
|
.e-de-ctn-title {
|
|
555
559
|
background-color: #0d6efd;
|
|
556
560
|
border-bottom: none !important;
|
|
@@ -1468,7 +1472,6 @@
|
|
|
1468
1472
|
font-size: 14px;
|
|
1469
1473
|
height: 100%;
|
|
1470
1474
|
padding-top: 8px;
|
|
1471
|
-
width: 110px;
|
|
1472
1475
|
}
|
|
1473
1476
|
|
|
1474
1477
|
.e-de-ctnr-pg-no span {
|
|
@@ -1505,7 +1508,7 @@
|
|
|
1505
1508
|
color: #495057;
|
|
1506
1509
|
float: right;
|
|
1507
1510
|
height: 34px;
|
|
1508
|
-
margin-left: calc(100% -
|
|
1511
|
+
margin-left: calc(100% - 395px);
|
|
1509
1512
|
}
|
|
1510
1513
|
|
|
1511
1514
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1514,7 +1517,7 @@
|
|
|
1514
1517
|
color: #495057;
|
|
1515
1518
|
float: right;
|
|
1516
1519
|
height: 34px;
|
|
1517
|
-
margin-left: calc(100% -
|
|
1520
|
+
margin-left: calc(100% - 460px);
|
|
1518
1521
|
}
|
|
1519
1522
|
|
|
1520
1523
|
.e-de-btn-cancel {
|
|
@@ -516,10 +516,14 @@
|
|
|
516
516
|
box-shadow: none;
|
|
517
517
|
float: right;
|
|
518
518
|
height: 33px;
|
|
519
|
-
margin-left: calc(100% -
|
|
519
|
+
margin-left: calc(100% - 405px);
|
|
520
520
|
width: 33px;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
524
|
+
margin-left: calc(100% - 435px);
|
|
525
|
+
}
|
|
526
|
+
|
|
523
527
|
.e-de-ctn-title {
|
|
524
528
|
background-color: #0074cc;
|
|
525
529
|
border-bottom: none !important;
|
|
@@ -1232,7 +1236,6 @@
|
|
|
1232
1236
|
font-size: 13px;
|
|
1233
1237
|
height: 100%;
|
|
1234
1238
|
padding-top: 7px;
|
|
1235
|
-
width: 100px;
|
|
1236
1239
|
}
|
|
1237
1240
|
|
|
1238
1241
|
.e-de-ctnr-pg-no span {
|
|
@@ -1269,7 +1272,7 @@
|
|
|
1269
1272
|
color: #dadada;
|
|
1270
1273
|
float: right;
|
|
1271
1274
|
height: 34px;
|
|
1272
|
-
margin-left: calc(100% -
|
|
1275
|
+
margin-left: calc(100% - 405px);
|
|
1273
1276
|
}
|
|
1274
1277
|
|
|
1275
1278
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1278,7 +1281,7 @@
|
|
|
1278
1281
|
color: #dadada;
|
|
1279
1282
|
float: right;
|
|
1280
1283
|
height: 34px;
|
|
1281
|
-
margin-left: calc(100% -
|
|
1284
|
+
margin-left: calc(100% - 435px);
|
|
1282
1285
|
}
|
|
1283
1286
|
|
|
1284
1287
|
.e-de-btn-cancel {
|
|
@@ -516,10 +516,14 @@
|
|
|
516
516
|
box-shadow: none;
|
|
517
517
|
float: right;
|
|
518
518
|
height: 33px;
|
|
519
|
-
margin-left: calc(100% -
|
|
519
|
+
margin-left: calc(100% - 405px);
|
|
520
520
|
width: 33px;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
524
|
+
margin-left: calc(100% - 435px);
|
|
525
|
+
}
|
|
526
|
+
|
|
523
527
|
.e-de-ctn-title {
|
|
524
528
|
background-color: #0078d6;
|
|
525
529
|
border-bottom: none !important;
|
|
@@ -1236,7 +1240,6 @@
|
|
|
1236
1240
|
font-size: 13px;
|
|
1237
1241
|
height: 100%;
|
|
1238
1242
|
padding-top: 6px;
|
|
1239
|
-
width: 100px;
|
|
1240
1243
|
}
|
|
1241
1244
|
|
|
1242
1245
|
.e-de-ctnr-pg-no span {
|
|
@@ -1273,7 +1276,7 @@
|
|
|
1273
1276
|
color: #333;
|
|
1274
1277
|
float: right;
|
|
1275
1278
|
height: 34px;
|
|
1276
|
-
margin-left: calc(100% -
|
|
1279
|
+
margin-left: calc(100% - 405px);
|
|
1277
1280
|
}
|
|
1278
1281
|
|
|
1279
1282
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1282,7 +1285,7 @@
|
|
|
1282
1285
|
color: #333;
|
|
1283
1286
|
float: right;
|
|
1284
1287
|
height: 34px;
|
|
1285
|
-
margin-left: calc(100% -
|
|
1288
|
+
margin-left: calc(100% - 435px);
|
|
1286
1289
|
}
|
|
1287
1290
|
|
|
1288
1291
|
.e-de-btn-cancel {
|
|
@@ -2579,6 +2579,10 @@ label[for='container_wholeWord'] {
|
|
|
2579
2579
|
width: 33px;
|
|
2580
2580
|
}
|
|
2581
2581
|
|
|
2582
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
2583
|
+
margin-left: calc(100% - 395px);
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2582
2586
|
.e-de-ctn-title {
|
|
2583
2587
|
background-color: #400074;
|
|
2584
2588
|
border-bottom: none !important;
|
|
@@ -3291,7 +3295,6 @@ label[for='container_wholeWord'] {
|
|
|
3291
3295
|
font-size: 13px;
|
|
3292
3296
|
height: 100%;
|
|
3293
3297
|
padding-top: 8px;
|
|
3294
|
-
width: 100px;
|
|
3295
3298
|
}
|
|
3296
3299
|
|
|
3297
3300
|
.e-de-ctnr-pg-no span {
|
|
@@ -516,10 +516,14 @@
|
|
|
516
516
|
box-shadow: none;
|
|
517
517
|
float: right;
|
|
518
518
|
height: 33px;
|
|
519
|
-
margin-left: calc(100% -
|
|
519
|
+
margin-left: calc(100% - 410px);
|
|
520
520
|
width: 33px;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
524
|
+
margin-left: calc(100% - 435px);
|
|
525
|
+
}
|
|
526
|
+
|
|
523
527
|
.e-de-ctn-title {
|
|
524
528
|
background-color: #ffd939;
|
|
525
529
|
border-bottom: none !important;
|
|
@@ -1241,7 +1245,6 @@
|
|
|
1241
1245
|
font-size: 13px;
|
|
1242
1246
|
height: 100%;
|
|
1243
1247
|
padding-top: 7px;
|
|
1244
|
-
width: 100px;
|
|
1245
1248
|
}
|
|
1246
1249
|
|
|
1247
1250
|
.e-de-ctnr-pg-no span {
|
|
@@ -1278,7 +1281,7 @@
|
|
|
1278
1281
|
color: #fff;
|
|
1279
1282
|
float: right;
|
|
1280
1283
|
height: 34px;
|
|
1281
|
-
margin-left: calc(100% -
|
|
1284
|
+
margin-left: calc(100% - 410px);
|
|
1282
1285
|
}
|
|
1283
1286
|
|
|
1284
1287
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1287,7 +1290,7 @@
|
|
|
1287
1290
|
color: #fff;
|
|
1288
1291
|
float: right;
|
|
1289
1292
|
height: 34px;
|
|
1290
|
-
margin-left: calc(100% -
|
|
1293
|
+
margin-left: calc(100% - 435px);
|
|
1291
1294
|
}
|
|
1292
1295
|
|
|
1293
1296
|
.e-de-btn-cancel {
|
|
@@ -519,10 +519,14 @@
|
|
|
519
519
|
box-shadow: none;
|
|
520
520
|
float: right;
|
|
521
521
|
height: 33px;
|
|
522
|
-
margin-left: calc(100% -
|
|
522
|
+
margin-left: calc(100% - 380px);
|
|
523
523
|
width: 33px;
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
527
|
+
margin-left: calc(100% - 410px);
|
|
528
|
+
}
|
|
529
|
+
|
|
526
530
|
.e-de-ctn-title {
|
|
527
531
|
background-color: #3f51b5;
|
|
528
532
|
border-bottom: none !important;
|
|
@@ -1235,7 +1239,6 @@
|
|
|
1235
1239
|
font-size: 13px;
|
|
1236
1240
|
height: 100%;
|
|
1237
1241
|
padding-top: 8px;
|
|
1238
|
-
width: 100px;
|
|
1239
1242
|
}
|
|
1240
1243
|
|
|
1241
1244
|
.e-de-ctnr-pg-no span {
|
|
@@ -1272,7 +1275,7 @@
|
|
|
1272
1275
|
color: #fff;
|
|
1273
1276
|
float: right;
|
|
1274
1277
|
height: 34px;
|
|
1275
|
-
margin-left: calc(100% -
|
|
1278
|
+
margin-left: calc(100% - 380px);
|
|
1276
1279
|
}
|
|
1277
1280
|
|
|
1278
1281
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1281,7 +1284,7 @@
|
|
|
1281
1284
|
color: #fff;
|
|
1282
1285
|
float: right;
|
|
1283
1286
|
height: 34px;
|
|
1284
|
-
margin-left: calc(100% -
|
|
1287
|
+
margin-left: calc(100% - 410px);
|
|
1285
1288
|
}
|
|
1286
1289
|
|
|
1287
1290
|
.e-de-btn-cancel {
|
|
@@ -519,10 +519,14 @@
|
|
|
519
519
|
box-shadow: none;
|
|
520
520
|
float: right;
|
|
521
521
|
height: 33px;
|
|
522
|
-
margin-left: calc(100% -
|
|
522
|
+
margin-left: calc(100% - 380px);
|
|
523
523
|
width: 33px;
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
527
|
+
margin-left: calc(100% - 410px);
|
|
528
|
+
}
|
|
529
|
+
|
|
526
530
|
.e-de-ctn-title {
|
|
527
531
|
background-color: #3f51b5;
|
|
528
532
|
border-bottom: none !important;
|
|
@@ -1240,7 +1244,6 @@
|
|
|
1240
1244
|
font-size: 13px;
|
|
1241
1245
|
height: 100%;
|
|
1242
1246
|
padding-top: 8px;
|
|
1243
|
-
width: 100px;
|
|
1244
1247
|
}
|
|
1245
1248
|
|
|
1246
1249
|
.e-de-ctnr-pg-no span {
|
|
@@ -1277,7 +1280,7 @@
|
|
|
1277
1280
|
color: #000;
|
|
1278
1281
|
float: right;
|
|
1279
1282
|
height: 34px;
|
|
1280
|
-
margin-left: calc(100% -
|
|
1283
|
+
margin-left: calc(100% - 380px);
|
|
1281
1284
|
}
|
|
1282
1285
|
|
|
1283
1286
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1286,7 +1289,7 @@
|
|
|
1286
1289
|
color: #000;
|
|
1287
1290
|
float: right;
|
|
1288
1291
|
height: 34px;
|
|
1289
|
-
margin-left: calc(100% -
|
|
1292
|
+
margin-left: calc(100% - 410px);
|
|
1290
1293
|
}
|
|
1291
1294
|
|
|
1292
1295
|
.e-de-btn-cancel {
|
|
@@ -615,12 +615,12 @@
|
|
|
615
615
|
box-shadow: none;
|
|
616
616
|
float: right;
|
|
617
617
|
height: 33px;
|
|
618
|
-
margin-left: calc(100% -
|
|
618
|
+
margin-left: calc(100% - 420px);
|
|
619
619
|
width: 33px;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
623
|
-
margin-left: calc(100% -
|
|
623
|
+
margin-left: calc(100% - 480px);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
.e-de-ctn-title {
|
|
@@ -1409,7 +1409,6 @@
|
|
|
1409
1409
|
font-size: 14px;
|
|
1410
1410
|
height: 100%;
|
|
1411
1411
|
padding-top: 8px;
|
|
1412
|
-
width: 110px;
|
|
1413
1412
|
}
|
|
1414
1413
|
|
|
1415
1414
|
.e-de-ctnr-pg-no span {
|
|
@@ -1446,7 +1445,7 @@
|
|
|
1446
1445
|
color: #9ca3af;
|
|
1447
1446
|
float: right;
|
|
1448
1447
|
height: 34px;
|
|
1449
|
-
margin-left: calc(100% -
|
|
1448
|
+
margin-left: calc(100% - 420px);
|
|
1450
1449
|
}
|
|
1451
1450
|
|
|
1452
1451
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1455,7 +1454,7 @@
|
|
|
1455
1454
|
color: #9ca3af;
|
|
1456
1455
|
float: right;
|
|
1457
1456
|
height: 34px;
|
|
1458
|
-
margin-left: calc(100% -
|
|
1457
|
+
margin-left: calc(100% - 480px);
|
|
1459
1458
|
}
|
|
1460
1459
|
|
|
1461
1460
|
.e-de-btn-cancel {
|
|
@@ -615,12 +615,12 @@
|
|
|
615
615
|
box-shadow: none;
|
|
616
616
|
float: right;
|
|
617
617
|
height: 33px;
|
|
618
|
-
margin-left: calc(100% -
|
|
618
|
+
margin-left: calc(100% - 420px);
|
|
619
619
|
width: 33px;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
623
|
-
margin-left: calc(100% -
|
|
623
|
+
margin-left: calc(100% - 480px);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
.e-de-ctn-title {
|
|
@@ -1409,7 +1409,6 @@
|
|
|
1409
1409
|
font-size: 14px;
|
|
1410
1410
|
height: 100%;
|
|
1411
1411
|
padding-top: 8px;
|
|
1412
|
-
width: 110px;
|
|
1413
1412
|
}
|
|
1414
1413
|
|
|
1415
1414
|
.e-de-ctnr-pg-no span {
|
|
@@ -1446,7 +1445,7 @@
|
|
|
1446
1445
|
color: #6b7280;
|
|
1447
1446
|
float: right;
|
|
1448
1447
|
height: 34px;
|
|
1449
|
-
margin-left: calc(100% -
|
|
1448
|
+
margin-left: calc(100% - 420px);
|
|
1450
1449
|
}
|
|
1451
1450
|
|
|
1452
1451
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1455,7 +1454,7 @@
|
|
|
1455
1454
|
color: #6b7280;
|
|
1456
1455
|
float: right;
|
|
1457
1456
|
height: 34px;
|
|
1458
|
-
margin-left: calc(100% -
|
|
1457
|
+
margin-left: calc(100% - 480px);
|
|
1459
1458
|
}
|
|
1460
1459
|
|
|
1461
1460
|
.e-de-btn-cancel {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 5px;
|
|
1733
|
+
margin-right: 10px;
|
|
1733
1734
|
margin-top: 10px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -4113,10 +4114,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4113
4114
|
box-shadow: none;
|
|
4114
4115
|
float: right;
|
|
4115
4116
|
height: 33px;
|
|
4116
|
-
margin-left: calc(100% -
|
|
4117
|
+
margin-left: calc(100% - 405px);
|
|
4117
4118
|
width: 33px;
|
|
4118
4119
|
}
|
|
4119
4120
|
|
|
4121
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4122
|
+
margin-left: calc(100% - 435px);
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4120
4125
|
.e-de-ctn-title {
|
|
4121
4126
|
background-color: #0074cc;
|
|
4122
4127
|
border-bottom: none !important;
|
|
@@ -4829,7 +4834,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4829
4834
|
font-size: 13px;
|
|
4830
4835
|
height: 100%;
|
|
4831
4836
|
padding-top: 7px;
|
|
4832
|
-
width: 100px;
|
|
4833
4837
|
}
|
|
4834
4838
|
|
|
4835
4839
|
.e-de-ctnr-pg-no span {
|
|
@@ -4866,7 +4870,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4866
4870
|
color: #dadada;
|
|
4867
4871
|
float: right;
|
|
4868
4872
|
height: 34px;
|
|
4869
|
-
margin-left: calc(100% -
|
|
4873
|
+
margin-left: calc(100% - 405px);
|
|
4870
4874
|
}
|
|
4871
4875
|
|
|
4872
4876
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -4875,7 +4879,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4875
4879
|
color: #dadada;
|
|
4876
4880
|
float: right;
|
|
4877
4881
|
height: 34px;
|
|
4878
|
-
margin-left: calc(100% -
|
|
4882
|
+
margin-left: calc(100% - 435px);
|
|
4879
4883
|
}
|
|
4880
4884
|
|
|
4881
4885
|
.e-de-btn-cancel {
|
package/styles/fabric.css
CHANGED
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 5px;
|
|
1733
|
+
margin-right: 10px;
|
|
1733
1734
|
margin-top: 10px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -4113,10 +4114,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4113
4114
|
box-shadow: none;
|
|
4114
4115
|
float: right;
|
|
4115
4116
|
height: 33px;
|
|
4116
|
-
margin-left: calc(100% -
|
|
4117
|
+
margin-left: calc(100% - 405px);
|
|
4117
4118
|
width: 33px;
|
|
4118
4119
|
}
|
|
4119
4120
|
|
|
4121
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4122
|
+
margin-left: calc(100% - 435px);
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4120
4125
|
.e-de-ctn-title {
|
|
4121
4126
|
background-color: #0078d6;
|
|
4122
4127
|
border-bottom: none !important;
|
|
@@ -4833,7 +4838,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4833
4838
|
font-size: 13px;
|
|
4834
4839
|
height: 100%;
|
|
4835
4840
|
padding-top: 6px;
|
|
4836
|
-
width: 100px;
|
|
4837
4841
|
}
|
|
4838
4842
|
|
|
4839
4843
|
.e-de-ctnr-pg-no span {
|
|
@@ -4870,7 +4874,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4870
4874
|
color: #333;
|
|
4871
4875
|
float: right;
|
|
4872
4876
|
height: 34px;
|
|
4873
|
-
margin-left: calc(100% -
|
|
4877
|
+
margin-left: calc(100% - 405px);
|
|
4874
4878
|
}
|
|
4875
4879
|
|
|
4876
4880
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -4879,7 +4883,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4879
4883
|
color: #333;
|
|
4880
4884
|
float: right;
|
|
4881
4885
|
height: 34px;
|
|
4882
|
-
margin-left: calc(100% -
|
|
4886
|
+
margin-left: calc(100% - 435px);
|
|
4883
4887
|
}
|
|
4884
4888
|
|
|
4885
4889
|
.e-de-btn-cancel {
|
|
@@ -3290,6 +3290,10 @@ label[for='container_wholeWord'] {
|
|
|
3290
3290
|
width: 33px;
|
|
3291
3291
|
}
|
|
3292
3292
|
|
|
3293
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
3294
|
+
margin-left: calc(100% - 395px);
|
|
3295
|
+
}
|
|
3296
|
+
|
|
3293
3297
|
.e-de-ctn-title {
|
|
3294
3298
|
background-color: #400074;
|
|
3295
3299
|
border-bottom: none !important;
|
|
@@ -4002,7 +4006,6 @@ label[for='container_wholeWord'] {
|
|
|
4002
4006
|
font-size: 13px;
|
|
4003
4007
|
height: 100%;
|
|
4004
4008
|
padding-top: 8px;
|
|
4005
|
-
width: 100px;
|
|
4006
4009
|
}
|
|
4007
4010
|
|
|
4008
4011
|
.e-de-ctnr-pg-no span {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 1px;
|
|
1733
|
+
margin-right: 10px;
|
|
1733
1734
|
margin-top: 10px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -4113,10 +4114,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4113
4114
|
box-shadow: none;
|
|
4114
4115
|
float: right;
|
|
4115
4116
|
height: 33px;
|
|
4116
|
-
margin-left: calc(100% -
|
|
4117
|
+
margin-left: calc(100% - 410px);
|
|
4117
4118
|
width: 33px;
|
|
4118
4119
|
}
|
|
4119
4120
|
|
|
4121
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4122
|
+
margin-left: calc(100% - 435px);
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4120
4125
|
.e-de-ctn-title {
|
|
4121
4126
|
background-color: #ffd939;
|
|
4122
4127
|
border-bottom: none !important;
|
|
@@ -4838,7 +4843,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4838
4843
|
font-size: 13px;
|
|
4839
4844
|
height: 100%;
|
|
4840
4845
|
padding-top: 7px;
|
|
4841
|
-
width: 100px;
|
|
4842
4846
|
}
|
|
4843
4847
|
|
|
4844
4848
|
.e-de-ctnr-pg-no span {
|
|
@@ -4875,7 +4879,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4875
4879
|
color: #fff;
|
|
4876
4880
|
float: right;
|
|
4877
4881
|
height: 34px;
|
|
4878
|
-
margin-left: calc(100% -
|
|
4882
|
+
margin-left: calc(100% - 410px);
|
|
4879
4883
|
}
|
|
4880
4884
|
|
|
4881
4885
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -4884,7 +4888,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4884
4888
|
color: #fff;
|
|
4885
4889
|
float: right;
|
|
4886
4890
|
height: 34px;
|
|
4887
|
-
margin-left: calc(100% -
|
|
4891
|
+
margin-left: calc(100% - 435px);
|
|
4888
4892
|
}
|
|
4889
4893
|
|
|
4890
4894
|
.e-de-btn-cancel {
|