@syncfusion/ej2-angular-documenteditor 19.4.56 → 20.1.47
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 +0 -240
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- 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 +218 -151
- package/styles/bootstrap.css +218 -151
- package/styles/bootstrap4.css +224 -157
- package/styles/bootstrap5-dark.css +253 -172
- package/styles/bootstrap5.css +253 -172
- package/styles/document-editor/bootstrap-dark.css +192 -50
- package/styles/document-editor/bootstrap.css +192 -50
- package/styles/document-editor/bootstrap4.css +194 -52
- package/styles/document-editor/bootstrap5-dark.css +207 -61
- package/styles/document-editor/bootstrap5.css +207 -61
- package/styles/document-editor/fabric-dark.css +193 -51
- package/styles/document-editor/fabric.css +193 -51
- package/styles/document-editor/fluent-dark.css +3782 -0
- package/styles/document-editor/fluent-dark.scss +1 -0
- package/styles/document-editor/fluent.css +3782 -0
- package/styles/document-editor/fluent.scss +1 -0
- package/styles/document-editor/highcontrast-light.css +5 -9
- package/styles/document-editor/highcontrast.css +193 -51
- package/styles/document-editor/material-dark.css +193 -51
- package/styles/document-editor/material.css +193 -51
- package/styles/document-editor/tailwind-dark.css +319 -261
- package/styles/document-editor/tailwind.css +319 -261
- package/styles/document-editor-container/bootstrap-dark.css +26 -101
- package/styles/document-editor-container/bootstrap.css +26 -101
- package/styles/document-editor-container/bootstrap4.css +30 -105
- package/styles/document-editor-container/bootstrap5-dark.css +46 -111
- package/styles/document-editor-container/bootstrap5.css +46 -111
- package/styles/document-editor-container/fabric-dark.css +26 -101
- package/styles/document-editor-container/fabric.css +26 -101
- package/styles/document-editor-container/fluent-dark.css +1996 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -0
- package/styles/document-editor-container/fluent.css +1996 -0
- package/styles/document-editor-container/fluent.scss +1 -0
- package/styles/document-editor-container/highcontrast-light.css +29 -104
- package/styles/document-editor-container/highcontrast.css +26 -101
- package/styles/document-editor-container/material-dark.css +26 -101
- package/styles/document-editor-container/material.css +26 -101
- package/styles/document-editor-container/tailwind-dark.css +134 -271
- package/styles/document-editor-container/tailwind.css +134 -271
- package/styles/fabric-dark.css +219 -152
- package/styles/fabric.css +219 -152
- package/styles/fluent-dark.css +5779 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +5779 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +31 -110
- package/styles/highcontrast.css +219 -152
- package/styles/material-dark.css +219 -152
- package/styles/material.css +219 -152
- package/styles/tailwind-dark.css +453 -532
- package/styles/tailwind.css +453 -532
|
@@ -442,6 +442,15 @@
|
|
|
442
442
|
top: 100px;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
+
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
446
|
+
width: 0;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-scrollbar-hide {
|
|
450
|
+
-ms-overflow-style: none;
|
|
451
|
+
scrollbar-width: none;
|
|
452
|
+
}
|
|
453
|
+
|
|
445
454
|
.e-de-toolbar {
|
|
446
455
|
height: 100%;
|
|
447
456
|
}
|
|
@@ -487,6 +496,7 @@
|
|
|
487
496
|
border: 0;
|
|
488
497
|
color: #fff;
|
|
489
498
|
float: right;
|
|
499
|
+
font-weight: 400;
|
|
490
500
|
height: 33px;
|
|
491
501
|
}
|
|
492
502
|
|
|
@@ -515,9 +525,7 @@
|
|
|
515
525
|
border: 0;
|
|
516
526
|
box-shadow: none;
|
|
517
527
|
float: right;
|
|
518
|
-
height: 33px;
|
|
519
528
|
margin-left: calc(100% - 380px);
|
|
520
|
-
width: 33px;
|
|
521
529
|
}
|
|
522
530
|
|
|
523
531
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -553,9 +561,8 @@
|
|
|
553
561
|
|
|
554
562
|
.e-de-statusbar-spellcheck {
|
|
555
563
|
border-radius: 2px;
|
|
556
|
-
|
|
564
|
+
font-weight: 400;
|
|
557
565
|
margin-left: 7.5px;
|
|
558
|
-
width: 91px;
|
|
559
566
|
}
|
|
560
567
|
|
|
561
568
|
.e-de-ctn {
|
|
@@ -568,9 +575,7 @@
|
|
|
568
575
|
|
|
569
576
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
570
577
|
border-radius: 2px;
|
|
571
|
-
height: 34px;
|
|
572
578
|
margin-left: 7.5px;
|
|
573
|
-
width: 111px;
|
|
574
579
|
}
|
|
575
580
|
|
|
576
581
|
.e-de-ctnr-toolbar {
|
|
@@ -890,8 +895,7 @@
|
|
|
890
895
|
|
|
891
896
|
.e-de-property-div-padding {
|
|
892
897
|
border-bottom: 0.5px solid #505050;
|
|
893
|
-
padding
|
|
894
|
-
padding-top: 12.5px;
|
|
898
|
+
padding: 12.5px;
|
|
895
899
|
}
|
|
896
900
|
|
|
897
901
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -904,7 +908,8 @@
|
|
|
904
908
|
text-indent: 1.2em;
|
|
905
909
|
}
|
|
906
910
|
|
|
907
|
-
.e-de-char-fmt-btn-left > button
|
|
911
|
+
.e-de-char-fmt-btn-left > button,
|
|
912
|
+
.e-de-insert-del-cell button {
|
|
908
913
|
width: 38.25px;
|
|
909
914
|
}
|
|
910
915
|
|
|
@@ -920,7 +925,8 @@
|
|
|
920
925
|
width: 149px;
|
|
921
926
|
}
|
|
922
927
|
|
|
923
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
928
|
+
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
929
|
+
.e-bigger .e-de-insert-del-cell button {
|
|
924
930
|
width: 37.25px;
|
|
925
931
|
}
|
|
926
932
|
|
|
@@ -1330,37 +1336,6 @@
|
|
|
1330
1336
|
padding-right: 12px;
|
|
1331
1337
|
}
|
|
1332
1338
|
|
|
1333
|
-
.e-de-border-style-div {
|
|
1334
|
-
margin-left: 12px;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.e-de-border-style-div.e-de-rtl {
|
|
1338
|
-
margin-left: 0;
|
|
1339
|
-
margin-right: 12px;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
.e-de-insert-del-cell {
|
|
1343
|
-
margin-left: 12px;
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
.e-de-insert-del-cell.e-de-rtl {
|
|
1347
|
-
margin-left: 0;
|
|
1348
|
-
margin-right: 12px;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
.e-de-cell-margin {
|
|
1352
|
-
margin-left: 12px;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.e-de-align-text {
|
|
1356
|
-
margin-left: 12px;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
.e-de-align-text.e-de-rtl {
|
|
1360
|
-
margin-left: 0;
|
|
1361
|
-
margin-right: 12px;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
1339
|
.e-de-border-size-button {
|
|
1365
1340
|
height: 28px;
|
|
1366
1341
|
margin-top: 14px;
|
|
@@ -1372,27 +1347,22 @@
|
|
|
1372
1347
|
width: 100px;
|
|
1373
1348
|
}
|
|
1374
1349
|
|
|
1375
|
-
.e-de-cell-
|
|
1376
|
-
margin-left: 12px;
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
.e-de-cell-div.e-de-rtl {
|
|
1380
|
-
margin-left: 0;
|
|
1350
|
+
.e-de-cell-text-box {
|
|
1381
1351
|
margin-right: 12px;
|
|
1382
1352
|
}
|
|
1383
1353
|
|
|
1384
|
-
.e-de-cell-text-box {
|
|
1385
|
-
margin-
|
|
1354
|
+
.e-de-pane-rtl .e-de-cell-text-box {
|
|
1355
|
+
margin-left: 12px;
|
|
1356
|
+
margin-right: 0;
|
|
1386
1357
|
}
|
|
1387
1358
|
|
|
1388
1359
|
.e-de-prop-fill-label {
|
|
1389
|
-
margin-left: 10.3px;
|
|
1390
1360
|
margin-right: 8px;
|
|
1391
1361
|
}
|
|
1392
1362
|
|
|
1393
1363
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1394
1364
|
margin-left: 8px;
|
|
1395
|
-
margin-right:
|
|
1365
|
+
margin-right: 0;
|
|
1396
1366
|
}
|
|
1397
1367
|
|
|
1398
1368
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1426,35 +1396,18 @@
|
|
|
1426
1396
|
}
|
|
1427
1397
|
|
|
1428
1398
|
.e-bigger .e-de-prop-fill-label {
|
|
1429
|
-
margin-left:
|
|
1399
|
+
margin-left: 0;
|
|
1430
1400
|
margin-right: 9.8px;
|
|
1431
1401
|
}
|
|
1432
1402
|
|
|
1433
1403
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1434
1404
|
margin-left: 9.8px;
|
|
1435
|
-
margin-right:
|
|
1405
|
+
margin-right: 0px;
|
|
1436
1406
|
}
|
|
1437
1407
|
|
|
1438
|
-
.e-bigger .e-de-cell-text-box {
|
|
1439
|
-
margin-right: 16px;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
.e-bigger .e-de-cell-div {
|
|
1408
|
+
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1443
1409
|
margin-left: 16px;
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1447
|
-
margin-left: 0;
|
|
1448
|
-
margin-right: 16px;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
.e-bigger .e-de-border-style-div {
|
|
1452
|
-
margin-left: 16px;
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1456
|
-
margin-left: 0;
|
|
1457
|
-
margin-right: 16px;
|
|
1410
|
+
margin-right: 0;
|
|
1458
1411
|
}
|
|
1459
1412
|
|
|
1460
1413
|
.e-bigger .e-de-color-picker {
|
|
@@ -1468,33 +1421,6 @@
|
|
|
1468
1421
|
width: 96px;
|
|
1469
1422
|
}
|
|
1470
1423
|
|
|
1471
|
-
.e-bigger .e-de-align-text {
|
|
1472
|
-
margin-left: 16px;
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1476
|
-
margin-left: 0;
|
|
1477
|
-
margin-right: 16px;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
.e-bigger .e-de-insert-del-cell {
|
|
1481
|
-
margin-left: 16px;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1485
|
-
margin-left: 0;
|
|
1486
|
-
margin-right: 16px;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
.e-bigger .e-de-cell-margin {
|
|
1490
|
-
margin-left: 14px;
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1494
|
-
margin-left: 0;
|
|
1495
|
-
margin-right: 14px;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
1424
|
.e-bigger .e-de-stylediv {
|
|
1499
1425
|
padding-left: 16px;
|
|
1500
1426
|
}
|
|
@@ -1748,8 +1674,7 @@
|
|
|
1748
1674
|
|
|
1749
1675
|
.e-bigger .e-de-property-div-padding {
|
|
1750
1676
|
border-bottom: 0.5px solid #505050;
|
|
1751
|
-
padding
|
|
1752
|
-
padding-top: 15.5px;
|
|
1677
|
+
padding: 16px;
|
|
1753
1678
|
}
|
|
1754
1679
|
|
|
1755
1680
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -442,6 +442,15 @@
|
|
|
442
442
|
top: 100px;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
+
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
446
|
+
width: 0;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-scrollbar-hide {
|
|
450
|
+
-ms-overflow-style: none;
|
|
451
|
+
scrollbar-width: none;
|
|
452
|
+
}
|
|
453
|
+
|
|
445
454
|
.e-de-toolbar {
|
|
446
455
|
height: 100%;
|
|
447
456
|
}
|
|
@@ -488,6 +497,7 @@
|
|
|
488
497
|
border: 0;
|
|
489
498
|
color: #333;
|
|
490
499
|
float: right;
|
|
500
|
+
font-weight: 400;
|
|
491
501
|
height: 33px;
|
|
492
502
|
}
|
|
493
503
|
|
|
@@ -516,9 +526,7 @@
|
|
|
516
526
|
border: 0;
|
|
517
527
|
box-shadow: none;
|
|
518
528
|
float: right;
|
|
519
|
-
height: 33px;
|
|
520
529
|
margin-left: calc(100% - 380px);
|
|
521
|
-
width: 33px;
|
|
522
530
|
}
|
|
523
531
|
|
|
524
532
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -554,9 +562,8 @@
|
|
|
554
562
|
|
|
555
563
|
.e-de-statusbar-spellcheck {
|
|
556
564
|
border-radius: 2px;
|
|
557
|
-
|
|
565
|
+
font-weight: 400;
|
|
558
566
|
margin-left: 7.5px;
|
|
559
|
-
width: 91px;
|
|
560
567
|
}
|
|
561
568
|
|
|
562
569
|
.e-de-ctn {
|
|
@@ -569,9 +576,7 @@
|
|
|
569
576
|
|
|
570
577
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
571
578
|
border-radius: 2px;
|
|
572
|
-
height: 34px;
|
|
573
579
|
margin-left: 7.5px;
|
|
574
|
-
width: 111px;
|
|
575
580
|
}
|
|
576
581
|
|
|
577
582
|
.e-de-ctnr-toolbar {
|
|
@@ -891,8 +896,7 @@
|
|
|
891
896
|
|
|
892
897
|
.e-de-property-div-padding {
|
|
893
898
|
border-bottom: 0.5px solid #e0e0e0;
|
|
894
|
-
padding
|
|
895
|
-
padding-top: 12.5px;
|
|
899
|
+
padding: 12.5px;
|
|
896
900
|
}
|
|
897
901
|
|
|
898
902
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -905,7 +909,8 @@
|
|
|
905
909
|
text-indent: 1.2em;
|
|
906
910
|
}
|
|
907
911
|
|
|
908
|
-
.e-de-char-fmt-btn-left > button
|
|
912
|
+
.e-de-char-fmt-btn-left > button,
|
|
913
|
+
.e-de-insert-del-cell button {
|
|
909
914
|
width: 38.25px;
|
|
910
915
|
}
|
|
911
916
|
|
|
@@ -921,7 +926,8 @@
|
|
|
921
926
|
width: 149px;
|
|
922
927
|
}
|
|
923
928
|
|
|
924
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
929
|
+
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
930
|
+
.e-bigger .e-de-insert-del-cell button {
|
|
925
931
|
width: 37.25px;
|
|
926
932
|
}
|
|
927
933
|
|
|
@@ -1332,37 +1338,6 @@
|
|
|
1332
1338
|
padding-right: 12px;
|
|
1333
1339
|
}
|
|
1334
1340
|
|
|
1335
|
-
.e-de-border-style-div {
|
|
1336
|
-
margin-left: 12px;
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.e-de-border-style-div.e-de-rtl {
|
|
1340
|
-
margin-left: 0;
|
|
1341
|
-
margin-right: 12px;
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
.e-de-insert-del-cell {
|
|
1345
|
-
margin-left: 12px;
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
.e-de-insert-del-cell.e-de-rtl {
|
|
1349
|
-
margin-left: 0;
|
|
1350
|
-
margin-right: 12px;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.e-de-cell-margin {
|
|
1354
|
-
margin-left: 12px;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.e-de-align-text {
|
|
1358
|
-
margin-left: 12px;
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.e-de-align-text.e-de-rtl {
|
|
1362
|
-
margin-left: 0;
|
|
1363
|
-
margin-right: 12px;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
1341
|
.e-de-border-size-button {
|
|
1367
1342
|
height: 28px;
|
|
1368
1343
|
margin-top: 14px;
|
|
@@ -1374,27 +1349,22 @@
|
|
|
1374
1349
|
width: 100px;
|
|
1375
1350
|
}
|
|
1376
1351
|
|
|
1377
|
-
.e-de-cell-
|
|
1378
|
-
margin-left: 12px;
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.e-de-cell-div.e-de-rtl {
|
|
1382
|
-
margin-left: 0;
|
|
1352
|
+
.e-de-cell-text-box {
|
|
1383
1353
|
margin-right: 12px;
|
|
1384
1354
|
}
|
|
1385
1355
|
|
|
1386
|
-
.e-de-cell-text-box {
|
|
1387
|
-
margin-
|
|
1356
|
+
.e-de-pane-rtl .e-de-cell-text-box {
|
|
1357
|
+
margin-left: 12px;
|
|
1358
|
+
margin-right: 0;
|
|
1388
1359
|
}
|
|
1389
1360
|
|
|
1390
1361
|
.e-de-prop-fill-label {
|
|
1391
|
-
margin-left: 10.3px;
|
|
1392
1362
|
margin-right: 8px;
|
|
1393
1363
|
}
|
|
1394
1364
|
|
|
1395
1365
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1396
1366
|
margin-left: 8px;
|
|
1397
|
-
margin-right:
|
|
1367
|
+
margin-right: 0;
|
|
1398
1368
|
}
|
|
1399
1369
|
|
|
1400
1370
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1428,35 +1398,18 @@
|
|
|
1428
1398
|
}
|
|
1429
1399
|
|
|
1430
1400
|
.e-bigger .e-de-prop-fill-label {
|
|
1431
|
-
margin-left:
|
|
1401
|
+
margin-left: 0;
|
|
1432
1402
|
margin-right: 9.8px;
|
|
1433
1403
|
}
|
|
1434
1404
|
|
|
1435
1405
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1436
1406
|
margin-left: 9.8px;
|
|
1437
|
-
margin-right:
|
|
1407
|
+
margin-right: 0px;
|
|
1438
1408
|
}
|
|
1439
1409
|
|
|
1440
|
-
.e-bigger .e-de-cell-text-box {
|
|
1441
|
-
margin-right: 16px;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.e-bigger .e-de-cell-div {
|
|
1410
|
+
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1445
1411
|
margin-left: 16px;
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1449
|
-
margin-left: 0;
|
|
1450
|
-
margin-right: 16px;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
.e-bigger .e-de-border-style-div {
|
|
1454
|
-
margin-left: 16px;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1458
|
-
margin-left: 0;
|
|
1459
|
-
margin-right: 16px;
|
|
1412
|
+
margin-right: 0;
|
|
1460
1413
|
}
|
|
1461
1414
|
|
|
1462
1415
|
.e-bigger .e-de-color-picker {
|
|
@@ -1470,33 +1423,6 @@
|
|
|
1470
1423
|
width: 96px;
|
|
1471
1424
|
}
|
|
1472
1425
|
|
|
1473
|
-
.e-bigger .e-de-align-text {
|
|
1474
|
-
margin-left: 16px;
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1478
|
-
margin-left: 0;
|
|
1479
|
-
margin-right: 16px;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
.e-bigger .e-de-insert-del-cell {
|
|
1483
|
-
margin-left: 16px;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1487
|
-
margin-left: 0;
|
|
1488
|
-
margin-right: 16px;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
.e-bigger .e-de-cell-margin {
|
|
1492
|
-
margin-left: 14px;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
|
-
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1496
|
-
margin-left: 0;
|
|
1497
|
-
margin-right: 14px;
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
1426
|
.e-bigger .e-de-stylediv {
|
|
1501
1427
|
padding-left: 16px;
|
|
1502
1428
|
}
|
|
@@ -1750,8 +1676,7 @@
|
|
|
1750
1676
|
|
|
1751
1677
|
.e-bigger .e-de-property-div-padding {
|
|
1752
1678
|
border-bottom: 0.5px solid #e0e0e0;
|
|
1753
|
-
padding
|
|
1754
|
-
padding-top: 15.5px;
|
|
1679
|
+
padding: 16px;
|
|
1755
1680
|
}
|
|
1756
1681
|
|
|
1757
1682
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -442,6 +442,15 @@
|
|
|
442
442
|
top: 100px;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
+
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
446
|
+
width: 0;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-scrollbar-hide {
|
|
450
|
+
-ms-overflow-style: none;
|
|
451
|
+
scrollbar-width: none;
|
|
452
|
+
}
|
|
453
|
+
|
|
445
454
|
.e-de-toolbar {
|
|
446
455
|
height: 100%;
|
|
447
456
|
}
|
|
@@ -488,6 +497,7 @@
|
|
|
488
497
|
border: 0;
|
|
489
498
|
color: #212529;
|
|
490
499
|
float: right;
|
|
500
|
+
font-weight: 400;
|
|
491
501
|
height: 33px;
|
|
492
502
|
}
|
|
493
503
|
|
|
@@ -517,13 +527,11 @@
|
|
|
517
527
|
border: 0;
|
|
518
528
|
box-shadow: none;
|
|
519
529
|
float: right;
|
|
520
|
-
|
|
521
|
-
margin-left: calc(100% - 380px);
|
|
522
|
-
width: 33px;
|
|
530
|
+
margin-left: calc(100% - 340px);
|
|
523
531
|
}
|
|
524
532
|
|
|
525
533
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
526
|
-
margin-left: calc(100% -
|
|
534
|
+
margin-left: calc(100% - 370px);
|
|
527
535
|
}
|
|
528
536
|
|
|
529
537
|
.e-de-ctn-title {
|
|
@@ -555,9 +563,8 @@
|
|
|
555
563
|
|
|
556
564
|
.e-de-statusbar-spellcheck {
|
|
557
565
|
border-radius: 2px;
|
|
558
|
-
|
|
566
|
+
font-weight: 400;
|
|
559
567
|
margin-left: 7.5px;
|
|
560
|
-
width: 91px;
|
|
561
568
|
}
|
|
562
569
|
|
|
563
570
|
.e-de-ctn {
|
|
@@ -570,9 +577,7 @@
|
|
|
570
577
|
|
|
571
578
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
572
579
|
border-radius: 2px;
|
|
573
|
-
height: 34px;
|
|
574
580
|
margin-left: 7.5px;
|
|
575
|
-
width: 111px;
|
|
576
581
|
}
|
|
577
582
|
|
|
578
583
|
.e-de-ctnr-toolbar {
|
|
@@ -1068,8 +1073,7 @@
|
|
|
1068
1073
|
|
|
1069
1074
|
.e-de-property-div-padding {
|
|
1070
1075
|
border-bottom: 0.5px solid #dee2e6;
|
|
1071
|
-
padding
|
|
1072
|
-
padding-top: 12.5px;
|
|
1076
|
+
padding: 12.5px;
|
|
1073
1077
|
}
|
|
1074
1078
|
|
|
1075
1079
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -1082,7 +1086,8 @@
|
|
|
1082
1086
|
text-indent: 1.2em;
|
|
1083
1087
|
}
|
|
1084
1088
|
|
|
1085
|
-
.e-de-char-fmt-btn-left > button
|
|
1089
|
+
.e-de-char-fmt-btn-left > button,
|
|
1090
|
+
.e-de-insert-del-cell button {
|
|
1086
1091
|
width: 37.75px;
|
|
1087
1092
|
}
|
|
1088
1093
|
|
|
@@ -1098,7 +1103,8 @@
|
|
|
1098
1103
|
width: 149px;
|
|
1099
1104
|
}
|
|
1100
1105
|
|
|
1101
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
1106
|
+
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1107
|
+
.e-bigger .e-de-insert-del-cell button {
|
|
1102
1108
|
width: 37.25px;
|
|
1103
1109
|
}
|
|
1104
1110
|
|
|
@@ -1461,7 +1467,7 @@
|
|
|
1461
1467
|
color: #212529;
|
|
1462
1468
|
float: right;
|
|
1463
1469
|
height: 34px;
|
|
1464
|
-
margin-left: calc(100% -
|
|
1470
|
+
margin-left: calc(100% - 340px);
|
|
1465
1471
|
}
|
|
1466
1472
|
|
|
1467
1473
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1470,7 +1476,7 @@
|
|
|
1470
1476
|
color: #212529;
|
|
1471
1477
|
float: right;
|
|
1472
1478
|
height: 34px;
|
|
1473
|
-
margin-left: calc(100% -
|
|
1479
|
+
margin-left: calc(100% - 370px);
|
|
1474
1480
|
}
|
|
1475
1481
|
|
|
1476
1482
|
.e-de-btn-cancel {
|
|
@@ -1508,37 +1514,6 @@
|
|
|
1508
1514
|
padding-right: 12px;
|
|
1509
1515
|
}
|
|
1510
1516
|
|
|
1511
|
-
.e-de-border-style-div {
|
|
1512
|
-
margin-left: 12px;
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
.e-de-border-style-div.e-de-rtl {
|
|
1516
|
-
margin-left: 0;
|
|
1517
|
-
margin-right: 12px;
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
.e-de-insert-del-cell {
|
|
1521
|
-
margin-left: 12px;
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
.e-de-insert-del-cell.e-de-rtl {
|
|
1525
|
-
margin-left: 0;
|
|
1526
|
-
margin-right: 12px;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.e-de-cell-margin {
|
|
1530
|
-
margin-left: 12px;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
.e-de-align-text {
|
|
1534
|
-
margin-left: 12px;
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
.e-de-align-text.e-de-rtl {
|
|
1538
|
-
margin-left: 0;
|
|
1539
|
-
margin-right: 12px;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
1517
|
.e-de-border-size-button {
|
|
1543
1518
|
height: 31px;
|
|
1544
1519
|
margin-top: 14px;
|
|
@@ -1550,27 +1525,22 @@
|
|
|
1550
1525
|
width: 99px;
|
|
1551
1526
|
}
|
|
1552
1527
|
|
|
1553
|
-
.e-de-cell-
|
|
1554
|
-
margin-left: 12px;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
.e-de-cell-div.e-de-rtl {
|
|
1558
|
-
margin-left: 0;
|
|
1528
|
+
.e-de-cell-text-box {
|
|
1559
1529
|
margin-right: 12px;
|
|
1560
1530
|
}
|
|
1561
1531
|
|
|
1562
|
-
.e-de-cell-text-box {
|
|
1563
|
-
margin-
|
|
1532
|
+
.e-de-pane-rtl .e-de-cell-text-box {
|
|
1533
|
+
margin-left: 12px;
|
|
1534
|
+
margin-right: 0;
|
|
1564
1535
|
}
|
|
1565
1536
|
|
|
1566
1537
|
.e-de-prop-fill-label {
|
|
1567
|
-
margin-left: 10.3px;
|
|
1568
1538
|
margin-right: 8px;
|
|
1569
1539
|
}
|
|
1570
1540
|
|
|
1571
1541
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1572
1542
|
margin-left: 8px;
|
|
1573
|
-
margin-right:
|
|
1543
|
+
margin-right: 0;
|
|
1574
1544
|
}
|
|
1575
1545
|
|
|
1576
1546
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1604,35 +1574,18 @@
|
|
|
1604
1574
|
}
|
|
1605
1575
|
|
|
1606
1576
|
.e-bigger .e-de-prop-fill-label {
|
|
1607
|
-
margin-left:
|
|
1577
|
+
margin-left: 0;
|
|
1608
1578
|
margin-right: 9.8px;
|
|
1609
1579
|
}
|
|
1610
1580
|
|
|
1611
1581
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1612
1582
|
margin-left: 9.8px;
|
|
1613
|
-
margin-right:
|
|
1583
|
+
margin-right: 0px;
|
|
1614
1584
|
}
|
|
1615
1585
|
|
|
1616
|
-
.e-bigger .e-de-cell-text-box {
|
|
1617
|
-
margin-right: 16px;
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
.e-bigger .e-de-cell-div {
|
|
1586
|
+
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1621
1587
|
margin-left: 16px;
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1625
|
-
margin-left: 0;
|
|
1626
|
-
margin-right: 16px;
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
.e-bigger .e-de-border-style-div {
|
|
1630
|
-
margin-left: 16px;
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1634
|
-
margin-left: 0;
|
|
1635
|
-
margin-right: 16px;
|
|
1588
|
+
margin-right: 0;
|
|
1636
1589
|
}
|
|
1637
1590
|
|
|
1638
1591
|
.e-bigger .e-de-color-picker {
|
|
@@ -1646,33 +1599,6 @@
|
|
|
1646
1599
|
width: 117px;
|
|
1647
1600
|
}
|
|
1648
1601
|
|
|
1649
|
-
.e-bigger .e-de-align-text {
|
|
1650
|
-
margin-left: 16px;
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
|
-
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1654
|
-
margin-left: 0;
|
|
1655
|
-
margin-right: 16px;
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
.e-bigger .e-de-insert-del-cell {
|
|
1659
|
-
margin-left: 16px;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1663
|
-
margin-left: 0;
|
|
1664
|
-
margin-right: 16px;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
.e-bigger .e-de-cell-margin {
|
|
1668
|
-
margin-left: 14px;
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1672
|
-
margin-left: 0;
|
|
1673
|
-
margin-right: 14px;
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
1602
|
.e-bigger .e-de-stylediv {
|
|
1677
1603
|
padding-left: 16px;
|
|
1678
1604
|
}
|
|
@@ -1950,8 +1876,7 @@
|
|
|
1950
1876
|
|
|
1951
1877
|
.e-bigger .e-de-property-div-padding {
|
|
1952
1878
|
border-bottom: 0.5px solid #dee2e6;
|
|
1953
|
-
padding
|
|
1954
|
-
padding-top: 15.5px;
|
|
1879
|
+
padding: 16px;
|
|
1955
1880
|
}
|
|
1956
1881
|
|
|
1957
1882
|
.e-bigger .e-de-font-clr-picker > div button,
|