@syncfusion/ej2-angular-documenteditor 19.4.55 → 20.1.48
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 +58 -0
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fluent.scss';
|
|
@@ -1379,12 +1379,12 @@ label[for='container_wholeWord'] {
|
|
|
1379
1379
|
|
|
1380
1380
|
.e-de-font-dlg {
|
|
1381
1381
|
height: 239px;
|
|
1382
|
-
width:
|
|
1382
|
+
width: max-content;
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
1385
|
.e-de-hyperlink {
|
|
1386
|
-
height:
|
|
1387
|
-
width:
|
|
1386
|
+
height: auto;
|
|
1387
|
+
width: 250px;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
1390
|
.e-de-insert-table {
|
|
@@ -2501,6 +2501,15 @@ label[for='container_wholeWord'] {
|
|
|
2501
2501
|
top: 100px;
|
|
2502
2502
|
}
|
|
2503
2503
|
|
|
2504
|
+
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
2505
|
+
width: 0;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
.e-de-scrollbar-hide {
|
|
2509
|
+
-ms-overflow-style: none;
|
|
2510
|
+
scrollbar-width: none;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2504
2513
|
.e-de-toolbar {
|
|
2505
2514
|
height: 100%;
|
|
2506
2515
|
}
|
|
@@ -2546,6 +2555,7 @@ label[for='container_wholeWord'] {
|
|
|
2546
2555
|
border: 0;
|
|
2547
2556
|
color: #000;
|
|
2548
2557
|
float: right;
|
|
2558
|
+
font-weight: 400;
|
|
2549
2559
|
height: 33px;
|
|
2550
2560
|
}
|
|
2551
2561
|
|
|
@@ -2574,9 +2584,7 @@ label[for='container_wholeWord'] {
|
|
|
2574
2584
|
border: 0;
|
|
2575
2585
|
box-shadow: none;
|
|
2576
2586
|
float: right;
|
|
2577
|
-
height: 33px;
|
|
2578
2587
|
margin-left: calc(100% - 362px);
|
|
2579
|
-
width: 33px;
|
|
2580
2588
|
}
|
|
2581
2589
|
|
|
2582
2590
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -2612,9 +2620,8 @@ label[for='container_wholeWord'] {
|
|
|
2612
2620
|
|
|
2613
2621
|
.e-de-statusbar-spellcheck {
|
|
2614
2622
|
border-radius: 2px;
|
|
2615
|
-
|
|
2623
|
+
font-weight: 400;
|
|
2616
2624
|
margin-left: 7.5px;
|
|
2617
|
-
width: 91px;
|
|
2618
2625
|
}
|
|
2619
2626
|
|
|
2620
2627
|
.e-de-ctn {
|
|
@@ -2627,9 +2634,7 @@ label[for='container_wholeWord'] {
|
|
|
2627
2634
|
|
|
2628
2635
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
2629
2636
|
border-radius: 2px;
|
|
2630
|
-
height: 34px;
|
|
2631
2637
|
margin-left: 7.5px;
|
|
2632
|
-
width: 111px;
|
|
2633
2638
|
}
|
|
2634
2639
|
|
|
2635
2640
|
.e-de-ctnr-toolbar {
|
|
@@ -2938,8 +2943,7 @@ label[for='container_wholeWord'] {
|
|
|
2938
2943
|
|
|
2939
2944
|
.e-de-property-div-padding {
|
|
2940
2945
|
border-bottom: 0.5px solid #e0e0e0;
|
|
2941
|
-
padding
|
|
2942
|
-
padding-top: 12.5px;
|
|
2946
|
+
padding: 12.5px;
|
|
2943
2947
|
}
|
|
2944
2948
|
|
|
2945
2949
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -2952,7 +2956,8 @@ label[for='container_wholeWord'] {
|
|
|
2952
2956
|
text-indent: 1.2em;
|
|
2953
2957
|
}
|
|
2954
2958
|
|
|
2955
|
-
.e-de-char-fmt-btn-left > button
|
|
2959
|
+
.e-de-char-fmt-btn-left > button,
|
|
2960
|
+
.e-de-insert-del-cell button {
|
|
2956
2961
|
width: 37.25px;
|
|
2957
2962
|
}
|
|
2958
2963
|
|
|
@@ -2968,7 +2973,8 @@ label[for='container_wholeWord'] {
|
|
|
2968
2973
|
width: 149px;
|
|
2969
2974
|
}
|
|
2970
2975
|
|
|
2971
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
2976
|
+
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
2977
|
+
.e-bigger .e-de-insert-del-cell button {
|
|
2972
2978
|
width: 37.25px;
|
|
2973
2979
|
}
|
|
2974
2980
|
|
|
@@ -3378,37 +3384,6 @@ label[for='container_wholeWord'] {
|
|
|
3378
3384
|
padding-right: 12px;
|
|
3379
3385
|
}
|
|
3380
3386
|
|
|
3381
|
-
.e-de-border-style-div {
|
|
3382
|
-
margin-left: 12px;
|
|
3383
|
-
}
|
|
3384
|
-
|
|
3385
|
-
.e-de-border-style-div.e-de-rtl {
|
|
3386
|
-
margin-left: 0;
|
|
3387
|
-
margin-right: 12px;
|
|
3388
|
-
}
|
|
3389
|
-
|
|
3390
|
-
.e-de-insert-del-cell {
|
|
3391
|
-
margin-left: 12px;
|
|
3392
|
-
}
|
|
3393
|
-
|
|
3394
|
-
.e-de-insert-del-cell.e-de-rtl {
|
|
3395
|
-
margin-left: 0;
|
|
3396
|
-
margin-right: 12px;
|
|
3397
|
-
}
|
|
3398
|
-
|
|
3399
|
-
.e-de-cell-margin {
|
|
3400
|
-
margin-left: 12px;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
.e-de-align-text {
|
|
3404
|
-
margin-left: 12px;
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
|
-
.e-de-align-text.e-de-rtl {
|
|
3408
|
-
margin-left: 0;
|
|
3409
|
-
margin-right: 12px;
|
|
3410
|
-
}
|
|
3411
|
-
|
|
3412
3387
|
.e-de-border-size-button {
|
|
3413
3388
|
height: 28px;
|
|
3414
3389
|
margin-top: 14px;
|
|
@@ -3420,27 +3395,22 @@ label[for='container_wholeWord'] {
|
|
|
3420
3395
|
width: 100px;
|
|
3421
3396
|
}
|
|
3422
3397
|
|
|
3423
|
-
.e-de-cell-
|
|
3424
|
-
margin-left: 12px;
|
|
3425
|
-
}
|
|
3426
|
-
|
|
3427
|
-
.e-de-cell-div.e-de-rtl {
|
|
3428
|
-
margin-left: 0;
|
|
3398
|
+
.e-de-cell-text-box {
|
|
3429
3399
|
margin-right: 12px;
|
|
3430
3400
|
}
|
|
3431
3401
|
|
|
3432
|
-
.e-de-cell-text-box {
|
|
3433
|
-
margin-
|
|
3402
|
+
.e-de-pane-rtl .e-de-cell-text-box {
|
|
3403
|
+
margin-left: 12px;
|
|
3404
|
+
margin-right: 0;
|
|
3434
3405
|
}
|
|
3435
3406
|
|
|
3436
3407
|
.e-de-prop-fill-label {
|
|
3437
|
-
margin-left: 10.3px;
|
|
3438
3408
|
margin-right: 8px;
|
|
3439
3409
|
}
|
|
3440
3410
|
|
|
3441
3411
|
.e-de-prop-fill-label.e-de-rtl {
|
|
3442
3412
|
margin-left: 8px;
|
|
3443
|
-
margin-right:
|
|
3413
|
+
margin-right: 0;
|
|
3444
3414
|
}
|
|
3445
3415
|
|
|
3446
3416
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -3474,35 +3444,18 @@ label[for='container_wholeWord'] {
|
|
|
3474
3444
|
}
|
|
3475
3445
|
|
|
3476
3446
|
.e-bigger .e-de-prop-fill-label {
|
|
3477
|
-
margin-left:
|
|
3447
|
+
margin-left: 0;
|
|
3478
3448
|
margin-right: 9.8px;
|
|
3479
3449
|
}
|
|
3480
3450
|
|
|
3481
3451
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
3482
3452
|
margin-left: 9.8px;
|
|
3483
|
-
margin-right:
|
|
3484
|
-
}
|
|
3485
|
-
|
|
3486
|
-
.e-bigger .e-de-cell-text-box {
|
|
3487
|
-
margin-right: 16px;
|
|
3453
|
+
margin-right: 0px;
|
|
3488
3454
|
}
|
|
3489
3455
|
|
|
3490
|
-
.e-bigger .e-de-cell-
|
|
3456
|
+
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
3491
3457
|
margin-left: 16px;
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
3495
|
-
margin-left: 0;
|
|
3496
|
-
margin-right: 16px;
|
|
3497
|
-
}
|
|
3498
|
-
|
|
3499
|
-
.e-bigger .e-de-border-style-div {
|
|
3500
|
-
margin-left: 16px;
|
|
3501
|
-
}
|
|
3502
|
-
|
|
3503
|
-
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
3504
|
-
margin-left: 0;
|
|
3505
|
-
margin-right: 16px;
|
|
3458
|
+
margin-right: 0;
|
|
3506
3459
|
}
|
|
3507
3460
|
|
|
3508
3461
|
.e-bigger .e-de-color-picker {
|
|
@@ -3516,33 +3469,6 @@ label[for='container_wholeWord'] {
|
|
|
3516
3469
|
width: 96px;
|
|
3517
3470
|
}
|
|
3518
3471
|
|
|
3519
|
-
.e-bigger .e-de-align-text {
|
|
3520
|
-
margin-left: 16px;
|
|
3521
|
-
}
|
|
3522
|
-
|
|
3523
|
-
.e-bigger .e-de-align-text.e-de-rtl {
|
|
3524
|
-
margin-left: 0;
|
|
3525
|
-
margin-right: 16px;
|
|
3526
|
-
}
|
|
3527
|
-
|
|
3528
|
-
.e-bigger .e-de-insert-del-cell {
|
|
3529
|
-
margin-left: 16px;
|
|
3530
|
-
}
|
|
3531
|
-
|
|
3532
|
-
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
3533
|
-
margin-left: 0;
|
|
3534
|
-
margin-right: 16px;
|
|
3535
|
-
}
|
|
3536
|
-
|
|
3537
|
-
.e-bigger .e-de-cell-margin {
|
|
3538
|
-
margin-left: 14px;
|
|
3539
|
-
}
|
|
3540
|
-
|
|
3541
|
-
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
3542
|
-
margin-left: 0;
|
|
3543
|
-
margin-right: 14px;
|
|
3544
|
-
}
|
|
3545
|
-
|
|
3546
3472
|
.e-bigger .e-de-stylediv {
|
|
3547
3473
|
padding-left: 16px;
|
|
3548
3474
|
}
|
|
@@ -3785,8 +3711,7 @@ label[for='container_wholeWord'] {
|
|
|
3785
3711
|
|
|
3786
3712
|
.e-bigger .e-de-property-div-padding {
|
|
3787
3713
|
border-bottom: 0.5px solid #e0e0e0;
|
|
3788
|
-
padding
|
|
3789
|
-
padding-top: 15.5px;
|
|
3714
|
+
padding: 16px;
|
|
3790
3715
|
}
|
|
3791
3716
|
|
|
3792
3717
|
.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
|
}
|
|
@@ -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% - 410px);
|
|
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: 111px;
|
|
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: 125px;
|
|
574
579
|
}
|
|
575
580
|
|
|
576
581
|
.e-de-ctnr-toolbar {
|
|
@@ -879,8 +884,7 @@
|
|
|
879
884
|
|
|
880
885
|
.e-de-property-div-padding {
|
|
881
886
|
border-bottom: 0.5px solid #e0e0e0;
|
|
882
|
-
padding
|
|
883
|
-
padding-top: 12.5px;
|
|
887
|
+
padding: 12.5px;
|
|
884
888
|
}
|
|
885
889
|
|
|
886
890
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -893,7 +897,8 @@
|
|
|
893
897
|
text-indent: 1.2em;
|
|
894
898
|
}
|
|
895
899
|
|
|
896
|
-
.e-de-char-fmt-btn-left > button
|
|
900
|
+
.e-de-char-fmt-btn-left > button,
|
|
901
|
+
.e-de-insert-del-cell button {
|
|
897
902
|
width: 37.25px;
|
|
898
903
|
}
|
|
899
904
|
|
|
@@ -909,7 +914,8 @@
|
|
|
909
914
|
width: 149px;
|
|
910
915
|
}
|
|
911
916
|
|
|
912
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
917
|
+
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
918
|
+
.e-bigger .e-de-insert-del-cell button {
|
|
913
919
|
width: 37.25px;
|
|
914
920
|
}
|
|
915
921
|
|
|
@@ -1328,37 +1334,6 @@
|
|
|
1328
1334
|
padding-right: 12px;
|
|
1329
1335
|
}
|
|
1330
1336
|
|
|
1331
|
-
.e-de-border-style-div {
|
|
1332
|
-
margin-left: 12px;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
.e-de-border-style-div.e-de-rtl {
|
|
1336
|
-
margin-left: 0;
|
|
1337
|
-
margin-right: 12px;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
.e-de-insert-del-cell {
|
|
1341
|
-
margin-left: 12px;
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
.e-de-insert-del-cell.e-de-rtl {
|
|
1345
|
-
margin-left: 0;
|
|
1346
|
-
margin-right: 12px;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.e-de-cell-margin {
|
|
1350
|
-
margin-left: 12px;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.e-de-align-text {
|
|
1354
|
-
margin-left: 12px;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.e-de-align-text.e-de-rtl {
|
|
1358
|
-
margin-left: 0;
|
|
1359
|
-
margin-right: 12px;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
1337
|
.e-de-border-size-button {
|
|
1363
1338
|
height: 28px;
|
|
1364
1339
|
margin-top: 14px;
|
|
@@ -1370,27 +1345,22 @@
|
|
|
1370
1345
|
width: 100px;
|
|
1371
1346
|
}
|
|
1372
1347
|
|
|
1373
|
-
.e-de-cell-
|
|
1374
|
-
margin-left: 12px;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.e-de-cell-div.e-de-rtl {
|
|
1378
|
-
margin-left: 0;
|
|
1348
|
+
.e-de-cell-text-box {
|
|
1379
1349
|
margin-right: 12px;
|
|
1380
1350
|
}
|
|
1381
1351
|
|
|
1382
|
-
.e-de-cell-text-box {
|
|
1383
|
-
margin-
|
|
1352
|
+
.e-de-pane-rtl .e-de-cell-text-box {
|
|
1353
|
+
margin-left: 12px;
|
|
1354
|
+
margin-right: 0;
|
|
1384
1355
|
}
|
|
1385
1356
|
|
|
1386
1357
|
.e-de-prop-fill-label {
|
|
1387
|
-
margin-left: 10.3px;
|
|
1388
1358
|
margin-right: 8px;
|
|
1389
1359
|
}
|
|
1390
1360
|
|
|
1391
1361
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1392
1362
|
margin-left: 8px;
|
|
1393
|
-
margin-right:
|
|
1363
|
+
margin-right: 0;
|
|
1394
1364
|
}
|
|
1395
1365
|
|
|
1396
1366
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1424,35 +1394,18 @@
|
|
|
1424
1394
|
}
|
|
1425
1395
|
|
|
1426
1396
|
.e-bigger .e-de-prop-fill-label {
|
|
1427
|
-
margin-left:
|
|
1397
|
+
margin-left: 0;
|
|
1428
1398
|
margin-right: 9.8px;
|
|
1429
1399
|
}
|
|
1430
1400
|
|
|
1431
1401
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1432
1402
|
margin-left: 9.8px;
|
|
1433
|
-
margin-right:
|
|
1403
|
+
margin-right: 0px;
|
|
1434
1404
|
}
|
|
1435
1405
|
|
|
1436
|
-
.e-bigger .e-de-cell-text-box {
|
|
1437
|
-
margin-right: 16px;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
.e-bigger .e-de-cell-div {
|
|
1406
|
+
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1441
1407
|
margin-left: 16px;
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1445
|
-
margin-left: 0;
|
|
1446
|
-
margin-right: 16px;
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
.e-bigger .e-de-border-style-div {
|
|
1450
|
-
margin-left: 16px;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1454
|
-
margin-left: 0;
|
|
1455
|
-
margin-right: 16px;
|
|
1408
|
+
margin-right: 0;
|
|
1456
1409
|
}
|
|
1457
1410
|
|
|
1458
1411
|
.e-bigger .e-de-color-picker {
|
|
@@ -1466,33 +1419,6 @@
|
|
|
1466
1419
|
width: 96px;
|
|
1467
1420
|
}
|
|
1468
1421
|
|
|
1469
|
-
.e-bigger .e-de-align-text {
|
|
1470
|
-
margin-left: 16px;
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1474
|
-
margin-left: 0;
|
|
1475
|
-
margin-right: 16px;
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.e-bigger .e-de-insert-del-cell {
|
|
1479
|
-
margin-left: 16px;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1483
|
-
margin-left: 0;
|
|
1484
|
-
margin-right: 16px;
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
.e-bigger .e-de-cell-margin {
|
|
1488
|
-
margin-left: 14px;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1492
|
-
margin-left: 0;
|
|
1493
|
-
margin-right: 14px;
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
1422
|
.e-bigger .e-de-stylediv {
|
|
1497
1423
|
padding-left: 16px;
|
|
1498
1424
|
}
|
|
@@ -1735,8 +1661,7 @@
|
|
|
1735
1661
|
|
|
1736
1662
|
.e-bigger .e-de-property-div-padding {
|
|
1737
1663
|
border-bottom: 0.5px solid #e0e0e0;
|
|
1738
|
-
padding
|
|
1739
|
-
padding-top: 15.5px;
|
|
1664
|
+
padding: 16px;
|
|
1740
1665
|
}
|
|
1741
1666
|
|
|
1742
1667
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -445,6 +445,15 @@
|
|
|
445
445
|
top: 100px;
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
+
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
|
+
width: 0;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-de-scrollbar-hide {
|
|
453
|
+
-ms-overflow-style: none;
|
|
454
|
+
scrollbar-width: none;
|
|
455
|
+
}
|
|
456
|
+
|
|
448
457
|
.e-de-toolbar {
|
|
449
458
|
height: 100%;
|
|
450
459
|
}
|
|
@@ -490,6 +499,7 @@
|
|
|
490
499
|
border: 0;
|
|
491
500
|
color: #fff;
|
|
492
501
|
float: right;
|
|
502
|
+
font-weight: 400;
|
|
493
503
|
height: 33px;
|
|
494
504
|
}
|
|
495
505
|
|
|
@@ -518,9 +528,7 @@
|
|
|
518
528
|
border: 0;
|
|
519
529
|
box-shadow: none;
|
|
520
530
|
float: right;
|
|
521
|
-
height: 33px;
|
|
522
531
|
margin-left: calc(100% - 380px);
|
|
523
|
-
width: 33px;
|
|
524
532
|
}
|
|
525
533
|
|
|
526
534
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -556,9 +564,8 @@
|
|
|
556
564
|
|
|
557
565
|
.e-de-statusbar-spellcheck {
|
|
558
566
|
border-radius: 2px;
|
|
559
|
-
|
|
567
|
+
font-weight: 400;
|
|
560
568
|
margin-left: 7.5px;
|
|
561
|
-
width: 91px;
|
|
562
569
|
}
|
|
563
570
|
|
|
564
571
|
.e-de-ctn {
|
|
@@ -571,9 +578,7 @@
|
|
|
571
578
|
|
|
572
579
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
573
580
|
border-radius: 2px;
|
|
574
|
-
height: 34px;
|
|
575
581
|
margin-left: 7.5px;
|
|
576
|
-
width: 111px;
|
|
577
582
|
}
|
|
578
583
|
|
|
579
584
|
.e-de-ctnr-toolbar {
|
|
@@ -882,8 +887,7 @@
|
|
|
882
887
|
|
|
883
888
|
.e-de-property-div-padding {
|
|
884
889
|
border-bottom: 0.5px solid #616161;
|
|
885
|
-
padding
|
|
886
|
-
padding-top: 12.5px;
|
|
890
|
+
padding: 12.5px;
|
|
887
891
|
}
|
|
888
892
|
|
|
889
893
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -896,7 +900,8 @@
|
|
|
896
900
|
text-indent: 1.2em;
|
|
897
901
|
}
|
|
898
902
|
|
|
899
|
-
.e-de-char-fmt-btn-left > button
|
|
903
|
+
.e-de-char-fmt-btn-left > button,
|
|
904
|
+
.e-de-insert-del-cell button {
|
|
900
905
|
width: 38.5px;
|
|
901
906
|
}
|
|
902
907
|
|
|
@@ -912,7 +917,8 @@
|
|
|
912
917
|
width: 150px;
|
|
913
918
|
}
|
|
914
919
|
|
|
915
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
920
|
+
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
921
|
+
.e-bigger .e-de-insert-del-cell button {
|
|
916
922
|
width: 38.5px;
|
|
917
923
|
}
|
|
918
924
|
|
|
@@ -1322,37 +1328,6 @@
|
|
|
1322
1328
|
padding-right: 12px;
|
|
1323
1329
|
}
|
|
1324
1330
|
|
|
1325
|
-
.e-de-border-style-div {
|
|
1326
|
-
margin-left: 12px;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
.e-de-border-style-div.e-de-rtl {
|
|
1330
|
-
margin-left: 0;
|
|
1331
|
-
margin-right: 12px;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.e-de-insert-del-cell {
|
|
1335
|
-
margin-left: 12px;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.e-de-insert-del-cell.e-de-rtl {
|
|
1339
|
-
margin-left: 0;
|
|
1340
|
-
margin-right: 12px;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.e-de-cell-margin {
|
|
1344
|
-
margin-left: 12px;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
.e-de-align-text {
|
|
1348
|
-
margin-left: 12px;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
.e-de-align-text.e-de-rtl {
|
|
1352
|
-
margin-left: 0;
|
|
1353
|
-
margin-right: 12px;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
1331
|
.e-de-border-size-button {
|
|
1357
1332
|
height: 28px;
|
|
1358
1333
|
margin-top: 14px;
|
|
@@ -1364,27 +1339,22 @@
|
|
|
1364
1339
|
width: 100px;
|
|
1365
1340
|
}
|
|
1366
1341
|
|
|
1367
|
-
.e-de-cell-
|
|
1368
|
-
margin-left: 12px;
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
.e-de-cell-div.e-de-rtl {
|
|
1372
|
-
margin-left: 0;
|
|
1342
|
+
.e-de-cell-text-box {
|
|
1373
1343
|
margin-right: 12px;
|
|
1374
1344
|
}
|
|
1375
1345
|
|
|
1376
|
-
.e-de-cell-text-box {
|
|
1377
|
-
margin-
|
|
1346
|
+
.e-de-pane-rtl .e-de-cell-text-box {
|
|
1347
|
+
margin-left: 12px;
|
|
1348
|
+
margin-right: 0;
|
|
1378
1349
|
}
|
|
1379
1350
|
|
|
1380
1351
|
.e-de-prop-fill-label {
|
|
1381
|
-
margin-left: 10.3px;
|
|
1382
1352
|
margin-right: 8px;
|
|
1383
1353
|
}
|
|
1384
1354
|
|
|
1385
1355
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1386
1356
|
margin-left: 8px;
|
|
1387
|
-
margin-right:
|
|
1357
|
+
margin-right: 0;
|
|
1388
1358
|
}
|
|
1389
1359
|
|
|
1390
1360
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1418,35 +1388,18 @@
|
|
|
1418
1388
|
}
|
|
1419
1389
|
|
|
1420
1390
|
.e-bigger .e-de-prop-fill-label {
|
|
1421
|
-
margin-left:
|
|
1391
|
+
margin-left: 0;
|
|
1422
1392
|
margin-right: 9.8px;
|
|
1423
1393
|
}
|
|
1424
1394
|
|
|
1425
1395
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1426
1396
|
margin-left: 9.8px;
|
|
1427
|
-
margin-right:
|
|
1397
|
+
margin-right: 0px;
|
|
1428
1398
|
}
|
|
1429
1399
|
|
|
1430
|
-
.e-bigger .e-de-cell-text-box {
|
|
1431
|
-
margin-right: 16px;
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.e-bigger .e-de-cell-div {
|
|
1400
|
+
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1435
1401
|
margin-left: 16px;
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1439
|
-
margin-left: 0;
|
|
1440
|
-
margin-right: 16px;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
.e-bigger .e-de-border-style-div {
|
|
1444
|
-
margin-left: 16px;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1448
|
-
margin-left: 0;
|
|
1449
|
-
margin-right: 16px;
|
|
1402
|
+
margin-right: 0;
|
|
1450
1403
|
}
|
|
1451
1404
|
|
|
1452
1405
|
.e-bigger .e-de-color-picker {
|
|
@@ -1460,33 +1413,6 @@
|
|
|
1460
1413
|
width: 96px;
|
|
1461
1414
|
}
|
|
1462
1415
|
|
|
1463
|
-
.e-bigger .e-de-align-text {
|
|
1464
|
-
margin-left: 16px;
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1468
|
-
margin-left: 0;
|
|
1469
|
-
margin-right: 16px;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
.e-bigger .e-de-insert-del-cell {
|
|
1473
|
-
margin-left: 16px;
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1477
|
-
margin-left: 0;
|
|
1478
|
-
margin-right: 16px;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
.e-bigger .e-de-cell-margin {
|
|
1482
|
-
margin-left: 14px;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1486
|
-
margin-left: 0;
|
|
1487
|
-
margin-right: 14px;
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
1416
|
.e-bigger .e-de-stylediv {
|
|
1491
1417
|
padding-left: 16px;
|
|
1492
1418
|
}
|
|
@@ -1729,8 +1655,7 @@
|
|
|
1729
1655
|
|
|
1730
1656
|
.e-bigger .e-de-property-div-padding {
|
|
1731
1657
|
border-bottom: 0.5px solid #616161;
|
|
1732
|
-
padding
|
|
1733
|
-
padding-top: 15.5px;
|
|
1658
|
+
padding: 16px;
|
|
1734
1659
|
}
|
|
1735
1660
|
|
|
1736
1661
|
.e-bigger .e-de-font-clr-picker > div button,
|