@syncfusion/ej2-angular-documenteditor 19.4.56 → 20.1.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.
Files changed (58) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/dist/ej2-angular-documenteditor.umd.js +1 -1
  3. package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +218 -151
  9. package/styles/bootstrap.css +218 -151
  10. package/styles/bootstrap4.css +224 -157
  11. package/styles/bootstrap5-dark.css +253 -172
  12. package/styles/bootstrap5.css +253 -172
  13. package/styles/document-editor/bootstrap-dark.css +192 -50
  14. package/styles/document-editor/bootstrap.css +192 -50
  15. package/styles/document-editor/bootstrap4.css +194 -52
  16. package/styles/document-editor/bootstrap5-dark.css +207 -61
  17. package/styles/document-editor/bootstrap5.css +207 -61
  18. package/styles/document-editor/fabric-dark.css +193 -51
  19. package/styles/document-editor/fabric.css +193 -51
  20. package/styles/document-editor/fluent-dark.css +3782 -0
  21. package/styles/document-editor/fluent-dark.scss +1 -0
  22. package/styles/document-editor/fluent.css +3782 -0
  23. package/styles/document-editor/fluent.scss +1 -0
  24. package/styles/document-editor/highcontrast-light.css +5 -9
  25. package/styles/document-editor/highcontrast.css +193 -51
  26. package/styles/document-editor/material-dark.css +193 -51
  27. package/styles/document-editor/material.css +193 -51
  28. package/styles/document-editor/tailwind-dark.css +319 -261
  29. package/styles/document-editor/tailwind.css +319 -261
  30. package/styles/document-editor-container/bootstrap-dark.css +26 -101
  31. package/styles/document-editor-container/bootstrap.css +26 -101
  32. package/styles/document-editor-container/bootstrap4.css +30 -105
  33. package/styles/document-editor-container/bootstrap5-dark.css +46 -111
  34. package/styles/document-editor-container/bootstrap5.css +46 -111
  35. package/styles/document-editor-container/fabric-dark.css +26 -101
  36. package/styles/document-editor-container/fabric.css +26 -101
  37. package/styles/document-editor-container/fluent-dark.css +1996 -0
  38. package/styles/document-editor-container/fluent-dark.scss +1 -0
  39. package/styles/document-editor-container/fluent.css +1996 -0
  40. package/styles/document-editor-container/fluent.scss +1 -0
  41. package/styles/document-editor-container/highcontrast-light.css +29 -104
  42. package/styles/document-editor-container/highcontrast.css +26 -101
  43. package/styles/document-editor-container/material-dark.css +26 -101
  44. package/styles/document-editor-container/material.css +26 -101
  45. package/styles/document-editor-container/tailwind-dark.css +134 -271
  46. package/styles/document-editor-container/tailwind.css +134 -271
  47. package/styles/fabric-dark.css +219 -152
  48. package/styles/fabric.css +219 -152
  49. package/styles/fluent-dark.css +5779 -0
  50. package/styles/fluent-dark.scss +2 -0
  51. package/styles/fluent.css +5779 -0
  52. package/styles/fluent.scss +2 -0
  53. package/styles/highcontrast-light.css +31 -110
  54. package/styles/highcontrast.css +219 -152
  55. package/styles/material-dark.css +219 -152
  56. package/styles/material.css +219 -152
  57. package/styles/tailwind-dark.css +453 -532
  58. package/styles/tailwind.css +453 -532
@@ -559,6 +559,86 @@
559
559
  content: '\e91f';
560
560
  }
561
561
 
562
+ .e-de-dlg-container {
563
+ padding-bottom: 12px;
564
+ }
565
+
566
+ .e-de-dlg-row {
567
+ display: -ms-flexbox;
568
+ display: flex;
569
+ }
570
+
571
+ .e-de-container-row {
572
+ display: -ms-flexbox;
573
+ display: flex;
574
+ padding-bottom: 12px;
575
+ }
576
+
577
+ .e-de-subcontainer-left {
578
+ padding-right: 6px;
579
+ width: 50%;
580
+ }
581
+
582
+ .e-de-subcontainer-right {
583
+ padding-left: 6px;
584
+ width: 50%;
585
+ }
586
+
587
+ .e-de-dlg-tab-first-child {
588
+ padding-top: 6px;
589
+ }
590
+
591
+ .e-de-dlg-heading {
592
+ display: block;
593
+ font-size: 16px;
594
+ font-weight: 400;
595
+ margin-bottom: 12px;
596
+ }
597
+
598
+ .e-rtl .e-de-subcontainer-left {
599
+ padding-left: 6px;
600
+ padding-right: 0;
601
+ }
602
+
603
+ .e-rtl .e-de-subcontainer-right {
604
+ padding-left: 0;
605
+ padding-right: 6px;
606
+ width: 50%;
607
+ }
608
+
609
+ .e-bigger .e-de-dlg-container {
610
+ padding-bottom: 16px;
611
+ }
612
+
613
+ .e-bigger .e-de-container-row {
614
+ padding-bottom: 16px;
615
+ }
616
+
617
+ .e-bigger .e-de-subcontainer-left {
618
+ padding-right: 8px;
619
+ width: 50%;
620
+ }
621
+
622
+ .e-bigger .e-de-subcontainer-right {
623
+ padding-left: 8px;
624
+ width: 50%;
625
+ }
626
+
627
+ .e-bigger .e-de-dlg-tab-first-child {
628
+ padding-top: 8px;
629
+ }
630
+
631
+ .e-bigger .e-rtl .e-de-subcontainer-left {
632
+ padding-left: 8px;
633
+ padding-right: 0;
634
+ }
635
+
636
+ .e-bigger .e-rtl .e-de-subcontainer-right {
637
+ padding-left: 0;
638
+ padding-right: 8px;
639
+ width: 50%;
640
+ }
641
+
562
642
  .e-de-blink-cursor {
563
643
  border-left: 1px solid #000;
564
644
  pointer-events: none;
@@ -727,7 +807,6 @@
727
807
  .e-de-ff-radio-div {
728
808
  display: -ms-inline-flexbox;
729
809
  display: inline-flex;
730
- margin-bottom: 26px;
731
810
  margin-right: 16px;
732
811
  }
733
812
 
@@ -1087,14 +1166,6 @@
1087
1166
  float: left;
1088
1167
  }
1089
1168
 
1090
- .e-de-dlg-sub-header {
1091
- display: block;
1092
- font-size: 12px;
1093
- font-weight: normal;
1094
- margin-bottom: 8px;
1095
- margin-top: 0;
1096
- }
1097
-
1098
1169
  .e-de-dlg-footer .e-btn {
1099
1170
  margin-left: 10px;
1100
1171
  }
@@ -1211,7 +1282,8 @@
1211
1282
  }
1212
1283
 
1213
1284
  .e-de-op-more-less {
1214
- display: block;
1285
+ display: -ms-inline-flexbox;
1286
+ display: inline-flex;
1215
1287
  margin-top: 14px;
1216
1288
  }
1217
1289
 
@@ -1489,7 +1561,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1489
1561
  }
1490
1562
 
1491
1563
  .e-documenteditor .e-de-op-close-button {
1492
- left: 260px;
1564
+ left: 250px;
1493
1565
  position: absolute;
1494
1566
  top: 18px;
1495
1567
  padding-top: 0px;
@@ -1637,7 +1709,8 @@ label[for*="_wholeWord_e-de-rtl"] {
1637
1709
  }
1638
1710
 
1639
1711
  .e-bigger .e-de-op-more-less {
1640
- display: block;
1712
+ display: -ms-inline-flexbox;
1713
+ display: inline-flex;
1641
1714
  margin-top: 16px;
1642
1715
  }
1643
1716
 
@@ -1659,7 +1732,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1659
1732
  }
1660
1733
 
1661
1734
  .e-documenteditor .e-de-op-close-button.e-de-rtl {
1662
- right: 267px;
1735
+ right: 255px;
1663
1736
  }
1664
1737
 
1665
1738
  .e-de-table-measure-lbl {
@@ -2025,12 +2098,15 @@ label[for*="_wholeWord_e-de-rtl"] {
2025
2098
  }
2026
2099
 
2027
2100
  .e-de-font-dlg {
2028
- width: 380px;
2101
+ width: max-content;
2029
2102
  }
2030
2103
 
2031
2104
  .e-de-hyperlink {
2032
- height: auto;
2033
- width: auto;
2105
+ width: 250px;
2106
+ }
2107
+
2108
+ .e-bigger .e-de-hyperlink {
2109
+ width: 300px;
2034
2110
  }
2035
2111
 
2036
2112
  .e-de-insert-table {
@@ -2194,13 +2270,12 @@ label[for*="_wholeWord_e-de-rtl"] {
2194
2270
 
2195
2271
  .e-button-custom {
2196
2272
  height: 32px;
2197
- padding: 0;
2198
- width: 70px;
2273
+ width: 100%;
2199
2274
  }
2200
2275
 
2201
2276
  .e-bigger .e-button-custom {
2202
2277
  height: 37px;
2203
- width: 88px;
2278
+ width: 100%;
2204
2279
  }
2205
2280
 
2206
2281
  .e-styles-listview,
@@ -2341,13 +2416,13 @@ label[for*="_wholeWord_e-de-rtl"] {
2341
2416
  }
2342
2417
 
2343
2418
  .e-bigger .e-de-style-bold-button-size {
2344
- margin-left: 6px;
2419
+ margin-left: 8px;
2345
2420
  margin-right: 8px;
2346
2421
  height: 35px;
2347
2422
  }
2348
2423
 
2349
2424
  .e-de-style-bold-button-size {
2350
- margin-left: 6px;
2425
+ margin-left: 8px;
2351
2426
  margin-right: 8px;
2352
2427
  height: 31px;
2353
2428
  }
@@ -2362,12 +2437,12 @@ label[for*="_wholeWord_e-de-rtl"] {
2362
2437
  }
2363
2438
 
2364
2439
  .e-de-style-icon-button-first-size {
2365
- margin-left: 6px;
2440
+ margin-left: 8px;
2366
2441
  margin-right: 3px;
2367
2442
  }
2368
2443
 
2369
2444
  .e-de-style-icon-button-last-size {
2370
- margin-right: 6px;
2445
+ margin-right: 8px;
2371
2446
  }
2372
2447
 
2373
2448
  .e-de-style-font-color-picker {
@@ -2815,6 +2890,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2815
2890
  .e-de-rp-sub-content-div {
2816
2891
  line-height: none;
2817
2892
  font-size: 12px;
2893
+ margin-bottom: 8px;
2818
2894
  }
2819
2895
 
2820
2896
  .e-de-bullet-icons {
@@ -2869,7 +2945,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2869
2945
  }
2870
2946
 
2871
2947
  .e-bigger .e-de-font-dlg {
2872
- width: 375px;
2948
+ width: max-content;
2873
2949
  }
2874
2950
 
2875
2951
  .e-bigger .e-para-dlg-sub-height {
@@ -2899,6 +2975,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2899
2975
 
2900
2976
  .e-bigger .e-de-rp-header {
2901
2977
  font-size: 16px;
2978
+ width: 75%;
2902
2979
  }
2903
2980
 
2904
2981
  .e-de-restrict-format {
@@ -2926,6 +3003,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2926
3003
  font-weight: normal;
2927
3004
  opacity: 0.87;
2928
3005
  color: #212529;
3006
+ width: 75%;
2929
3007
  }
2930
3008
 
2931
3009
  .e-de-rp-user .e-checkbox-wrapper {
@@ -2939,8 +3017,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2939
3017
  opacity: 0.87;
2940
3018
  border-radius: 2px;
2941
3019
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
2942
- height: 36px;
2943
- margin: 0 24px !important;
2944
3020
  border-color: #dee2e6;
2945
3021
  box-shadow: none;
2946
3022
  color: #495057;
@@ -2948,15 +3024,12 @@ label[for*="_wholeWord_e-de-rtl"] {
2948
3024
  }
2949
3025
 
2950
3026
  .e-bigger .e-de-rp-btn-enforce {
2951
- margin: 0;
2952
- width: 100%;
2953
3027
  padding-left: 10px;
2954
3028
  padding-right: 10px;
2955
3029
  }
2956
3030
 
2957
3031
  .e-de-rp-nav-btn {
2958
- margin: 0 12px;
2959
- width: 210px;
3032
+ width: auto;
2960
3033
  }
2961
3034
 
2962
3035
  .e-de-rp-btn-stop-enforce {
@@ -2965,8 +3038,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2965
3038
  opacity: 0.87;
2966
3039
  border-radius: 2px;
2967
3040
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
2968
- height: 36px;
2969
- margin: 0 46px;
2970
3041
  border-color: #dee2e6;
2971
3042
  box-shadow: none;
2972
3043
  color: #495057;
@@ -2981,6 +3052,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2981
3052
  .e-de-restrict-pane {
2982
3053
  padding-left: 0;
2983
3054
  padding-top: 0;
3055
+ padding-right: 0;
2984
3056
  }
2985
3057
 
2986
3058
  .e-de-rp-whole-header {
@@ -2993,16 +3065,14 @@ label[for*="_wholeWord_e-de-rtl"] {
2993
3065
  border-radius: 2px;
2994
3066
  font-size: 12px;
2995
3067
  height: 110px;
2996
- width: 238px;
2997
3068
  }
2998
3069
 
2999
3070
  .e-de-rp-enforce {
3000
- padding-top: 12px;
3001
- text-align: center;
3071
+ padding: 12px;
3002
3072
  }
3003
3073
 
3004
3074
  .e-de-rp-enforce-nav {
3005
- margin: 12px 0;
3075
+ margin: 0 12px 12px 12px;
3006
3076
  }
3007
3077
 
3008
3078
  .e-de-enforce-dlg-title {
@@ -3013,7 +3083,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3013
3083
 
3014
3084
  .e-de-enforce .e-de-enforce-dlg-input {
3015
3085
  height: 32px;
3016
- margin-bottom: 8px;
3017
3086
  width: 300px;
3018
3087
  }
3019
3088
 
@@ -3034,6 +3103,8 @@ label[for*="_wholeWord_e-de-rtl"] {
3034
3103
 
3035
3104
  .e-de-user-dlg-list {
3036
3105
  margin-bottom: 15px;
3106
+ display: -ms-inline-flexbox;
3107
+ display: inline-flex;
3037
3108
  }
3038
3109
 
3039
3110
  .e-de-user-listview {
@@ -3066,25 +3137,23 @@ label[for*="_wholeWord_e-de-rtl"] {
3066
3137
  padding: 12px 12px 24px;
3067
3138
  }
3068
3139
 
3069
- .e-de-rp-stop-div3 {
3070
- padding: 0 0 12px 12px;
3071
- }
3072
-
3073
3140
  .e-de-rp-close-icon {
3074
3141
  float: right;
3075
3142
  position: relative;
3076
3143
  top: -7px;
3144
+ right: -9px;
3077
3145
  }
3078
3146
 
3079
3147
  .e-de-restrict-pane {
3080
3148
  height: 100%;
3081
3149
  overflow: auto;
3150
+ overflow-x: hidden;
3082
3151
  width: 268px;
3083
3152
  }
3084
3153
 
3085
3154
  .e-de-rp-nav-lbl {
3086
3155
  font-size: 13px;
3087
- margin: 0 28px;
3156
+ margin: 0 12px;
3088
3157
  }
3089
3158
 
3090
3159
  .e-documenteditor-optionspane {
@@ -3203,7 +3272,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3203
3272
  color: #4d841e;
3204
3273
  padding: 5px 4px;
3205
3274
  text-transform: initial;
3206
- width: 66px;
3207
3275
  }
3208
3276
 
3209
3277
  .e-btn.e-outline.e-de-track-accept-button:hover {
@@ -3212,7 +3280,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3212
3280
  color: #fff;
3213
3281
  padding: 5px 4px;
3214
3282
  text-transform: initial;
3215
- width: 66px;
3216
3283
  }
3217
3284
 
3218
3285
  .e-btn.e-outline.e-de-track-reject-button {
@@ -3222,7 +3289,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3222
3289
  padding: 5px 6px;
3223
3290
  margin-left: 8px;
3224
3291
  text-transform: initial;
3225
- width: 64px;
3226
3292
  }
3227
3293
 
3228
3294
  .e-btn.e-outline.e-de-track-reject-button:hover {
@@ -3232,7 +3298,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3232
3298
  padding: 5px 6px;
3233
3299
  margin-left: 8px;
3234
3300
  text-transform: initial;
3235
- width: 64px;
3236
3301
  }
3237
3302
 
3238
3303
  .e-de-track-chngs-count {
@@ -3351,7 +3416,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3351
3416
  font-size: 13px;
3352
3417
  font-weight: normal;
3353
3418
  padding-left: 8px;
3354
- padding-left: 8px;
3355
3419
  width: 90%;
3356
3420
  }
3357
3421
 
@@ -3514,6 +3578,7 @@ textarea.e-de-cmt-textarea {
3514
3578
 
3515
3579
  .e-rtl .e-de-rp-close-icon {
3516
3580
  float: left;
3581
+ right: 9px;
3517
3582
  }
3518
3583
 
3519
3584
  .e-rtl .e-de-cp-option.e-btn.e-icon-btn {
@@ -3574,6 +3639,13 @@ textarea.e-de-cmt-textarea {
3574
3639
  padding-right: 8px;
3575
3640
  }
3576
3641
 
3642
+ .e-bigger .e-de-rp-close-icon {
3643
+ float: right;
3644
+ position: relative;
3645
+ top: -8px;
3646
+ right: -10px;
3647
+ }
3648
+
3577
3649
  .e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
3578
3650
  .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
3579
3651
  margin-right: 12px;
@@ -3610,6 +3682,80 @@ textarea.e-de-cmt-textarea {
3610
3682
  top: 0;
3611
3683
  }
3612
3684
 
3685
+ .e-de-rp-mu-btn {
3686
+ margin-top: 3px;
3687
+ }
3688
+
3689
+ .e-rtl .e-de-cmt-author-name {
3690
+ padding-left: 0%;
3691
+ padding-right: 8px;
3692
+ }
3693
+
3694
+ .e-bigger .e-de-cmt-author-name {
3695
+ padding-left: 8px;
3696
+ }
3697
+
3698
+ .e-bigger .e-de-cmt-rply-view {
3699
+ margin-top: 12px;
3700
+ }
3701
+
3702
+ .e-bigger .e-de-cmt-sub-container {
3703
+ padding: 8px;
3704
+ }
3705
+
3706
+ .e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
3707
+ padding-left: 6px;
3708
+ }
3709
+
3710
+ .e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3711
+ padding-left: 7px;
3712
+ }
3713
+
3714
+ .e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
3715
+ padding: 0%;
3716
+ }
3717
+
3718
+ .e-bigger .e-de-rp-nav-btn {
3719
+ width: auto;
3720
+ }
3721
+
3722
+ .e-bigger .e-de-rp-whole-header {
3723
+ padding: 12px;
3724
+ }
3725
+
3726
+ .e-bigger .e-de-rp-sub-div {
3727
+ border-bottom: 1px solid #e4e4e4;
3728
+ padding: 12px;
3729
+ }
3730
+
3731
+ .e-bigger .e-de-rp-enforce {
3732
+ padding: 12px;
3733
+ }
3734
+
3735
+ .e-bigger .e-de-enforce .e-de-enforce-dlg-input {
3736
+ width: 300px;
3737
+ }
3738
+
3739
+ .e-bigger .e-rtl .e-de-cmt-author-name {
3740
+ padding-left: 0%;
3741
+ padding-right: 8px;
3742
+ }
3743
+
3744
+ .e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3745
+ padding-left: 8px;
3746
+ padding-right: 6px;
3747
+ }
3748
+
3749
+ .e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3750
+ padding-left: 8px;
3751
+ padding-right: 7px;
3752
+ }
3753
+
3754
+ .e-bigger .e-rtl .e-de-rp-close-icon {
3755
+ float: left;
3756
+ right: 10px;
3757
+ }
3758
+
3613
3759
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3614
3760
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3615
3761
  font-size: 14px;
@@ -3624,8 +3770,7 @@ textarea.e-de-cmt-textarea {
3624
3770
  display: block;
3625
3771
  font-size: 16px;
3626
3772
  font-weight: 400;
3627
- margin-bottom: 15px;
3628
- margin-top: 15px;
3773
+ margin-bottom: 8px;
3629
3774
  }
3630
3775
 
3631
3776
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
@@ -3669,7 +3814,6 @@ textarea.e-de-cmt-textarea {
3669
3814
  font-size: 12px;
3670
3815
  font-weight: normal;
3671
3816
  margin-bottom: 15px;
3672
- margin-top: 0;
3673
3817
  }
3674
3818
 
3675
3819
  .e-bigger .e-de-rtl-btn-div {
@@ -3689,7 +3833,6 @@ textarea.e-de-cmt-textarea {
3689
3833
  font-size: 16px;
3690
3834
  font-weight: 400;
3691
3835
  margin-bottom: 15px;
3692
- margin-top: 15px;
3693
3836
  opacity: 87%;
3694
3837
  }
3695
3838
 
@@ -3734,7 +3877,6 @@ textarea.e-de-cmt-textarea {
3734
3877
  font-size: 12px;
3735
3878
  font-weight: normal;
3736
3879
  margin-bottom: 15px;
3737
- margin-top: 0;
3738
3880
  }
3739
3881
 
3740
3882
  .e-de-rtl-btn-div {
@@ -4196,6 +4338,15 @@ textarea.e-de-cmt-textarea {
4196
4338
  top: 100px;
4197
4339
  }
4198
4340
 
4341
+ .e-de-scrollbar-hide::-webkit-scrollbar {
4342
+ width: 0;
4343
+ }
4344
+
4345
+ .e-de-scrollbar-hide {
4346
+ -ms-overflow-style: none;
4347
+ scrollbar-width: none;
4348
+ }
4349
+
4199
4350
  .e-de-toolbar {
4200
4351
  height: 100%;
4201
4352
  }
@@ -4242,6 +4393,7 @@ textarea.e-de-cmt-textarea {
4242
4393
  border: 0;
4243
4394
  color: #212529;
4244
4395
  float: right;
4396
+ font-weight: 400;
4245
4397
  height: 33px;
4246
4398
  }
4247
4399
 
@@ -4271,13 +4423,11 @@ textarea.e-de-cmt-textarea {
4271
4423
  border: 0;
4272
4424
  box-shadow: none;
4273
4425
  float: right;
4274
- height: 33px;
4275
- margin-left: calc(100% - 380px);
4276
- width: 33px;
4426
+ margin-left: calc(100% - 340px);
4277
4427
  }
4278
4428
 
4279
4429
  .e-bigger .e-btn-pageweb-spellcheck {
4280
- margin-left: calc(100% - 410px);
4430
+ margin-left: calc(100% - 370px);
4281
4431
  }
4282
4432
 
4283
4433
  .e-de-ctn-title {
@@ -4309,9 +4459,8 @@ textarea.e-de-cmt-textarea {
4309
4459
 
4310
4460
  .e-de-statusbar-spellcheck {
4311
4461
  border-radius: 2px;
4312
- height: 34px;
4462
+ font-weight: 400;
4313
4463
  margin-left: 7.5px;
4314
- width: 91px;
4315
4464
  }
4316
4465
 
4317
4466
  .e-de-ctn {
@@ -4324,9 +4473,7 @@ textarea.e-de-cmt-textarea {
4324
4473
 
4325
4474
  .e-bigger .e-de-statusbar-spellcheck {
4326
4475
  border-radius: 2px;
4327
- height: 34px;
4328
4476
  margin-left: 7.5px;
4329
- width: 111px;
4330
4477
  }
4331
4478
 
4332
4479
  .e-de-ctnr-toolbar {
@@ -4822,8 +4969,7 @@ textarea.e-de-cmt-textarea {
4822
4969
 
4823
4970
  .e-de-property-div-padding {
4824
4971
  border-bottom: 0.5px solid #dee2e6;
4825
- padding-bottom: 11.5px;
4826
- padding-top: 12.5px;
4972
+ padding: 12.5px;
4827
4973
  }
4828
4974
 
4829
4975
  .e-de-ctnr-dropdown-ftr {
@@ -4836,7 +4982,8 @@ textarea.e-de-cmt-textarea {
4836
4982
  text-indent: 1.2em;
4837
4983
  }
4838
4984
 
4839
- .e-de-char-fmt-btn-left > button {
4985
+ .e-de-char-fmt-btn-left > button,
4986
+ .e-de-insert-del-cell button {
4840
4987
  width: 37.75px;
4841
4988
  }
4842
4989
 
@@ -4852,7 +4999,8 @@ textarea.e-de-cmt-textarea {
4852
4999
  width: 149px;
4853
5000
  }
4854
5001
 
4855
- .e-bigger .e-de-char-fmt-btn-left > button {
5002
+ .e-bigger .e-de-char-fmt-btn-left > button,
5003
+ .e-bigger .e-de-insert-del-cell button {
4856
5004
  width: 37.25px;
4857
5005
  }
4858
5006
 
@@ -5215,7 +5363,7 @@ textarea.e-de-cmt-textarea {
5215
5363
  color: #212529;
5216
5364
  float: right;
5217
5365
  height: 34px;
5218
- margin-left: calc(100% - 380px);
5366
+ margin-left: calc(100% - 340px);
5219
5367
  }
5220
5368
 
5221
5369
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -5224,7 +5372,7 @@ textarea.e-de-cmt-textarea {
5224
5372
  color: #212529;
5225
5373
  float: right;
5226
5374
  height: 34px;
5227
- margin-left: calc(100% - 410px);
5375
+ margin-left: calc(100% - 370px);
5228
5376
  }
5229
5377
 
5230
5378
  .e-de-btn-cancel {
@@ -5262,37 +5410,6 @@ textarea.e-de-cmt-textarea {
5262
5410
  padding-right: 12px;
5263
5411
  }
5264
5412
 
5265
- .e-de-border-style-div {
5266
- margin-left: 12px;
5267
- }
5268
-
5269
- .e-de-border-style-div.e-de-rtl {
5270
- margin-left: 0;
5271
- margin-right: 12px;
5272
- }
5273
-
5274
- .e-de-insert-del-cell {
5275
- margin-left: 12px;
5276
- }
5277
-
5278
- .e-de-insert-del-cell.e-de-rtl {
5279
- margin-left: 0;
5280
- margin-right: 12px;
5281
- }
5282
-
5283
- .e-de-cell-margin {
5284
- margin-left: 12px;
5285
- }
5286
-
5287
- .e-de-align-text {
5288
- margin-left: 12px;
5289
- }
5290
-
5291
- .e-de-align-text.e-de-rtl {
5292
- margin-left: 0;
5293
- margin-right: 12px;
5294
- }
5295
-
5296
5413
  .e-de-border-size-button {
5297
5414
  height: 31px;
5298
5415
  margin-top: 14px;
@@ -5304,27 +5421,22 @@ textarea.e-de-cmt-textarea {
5304
5421
  width: 99px;
5305
5422
  }
5306
5423
 
5307
- .e-de-cell-div {
5308
- margin-left: 12px;
5309
- }
5310
-
5311
- .e-de-cell-div.e-de-rtl {
5312
- margin-left: 0;
5424
+ .e-de-cell-text-box {
5313
5425
  margin-right: 12px;
5314
5426
  }
5315
5427
 
5316
- .e-de-cell-text-box {
5317
- margin-right: 12px;
5428
+ .e-de-pane-rtl .e-de-cell-text-box {
5429
+ margin-left: 12px;
5430
+ margin-right: 0;
5318
5431
  }
5319
5432
 
5320
5433
  .e-de-prop-fill-label {
5321
- margin-left: 10.3px;
5322
5434
  margin-right: 8px;
5323
5435
  }
5324
5436
 
5325
5437
  .e-de-prop-fill-label.e-de-rtl {
5326
5438
  margin-left: 8px;
5327
- margin-right: 10.3px;
5439
+ margin-right: 0;
5328
5440
  }
5329
5441
 
5330
5442
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5358,35 +5470,18 @@ textarea.e-de-cmt-textarea {
5358
5470
  }
5359
5471
 
5360
5472
  .e-bigger .e-de-prop-fill-label {
5361
- margin-left: 14.5px;
5473
+ margin-left: 0;
5362
5474
  margin-right: 9.8px;
5363
5475
  }
5364
5476
 
5365
5477
  .e-bigger .e-de-prop-fill-label.e-de-rtl {
5366
5478
  margin-left: 9.8px;
5367
- margin-right: 14.5px;
5368
- }
5369
-
5370
- .e-bigger .e-de-cell-text-box {
5371
- margin-right: 16px;
5479
+ margin-right: 0px;
5372
5480
  }
5373
5481
 
5374
- .e-bigger .e-de-cell-div {
5482
+ .e-bigger .e-rtl .e-de-cell-text-box {
5375
5483
  margin-left: 16px;
5376
- }
5377
-
5378
- .e-bigger .e-de-cell-div.e-de-rtl {
5379
- margin-left: 0;
5380
- margin-right: 16px;
5381
- }
5382
-
5383
- .e-bigger .e-de-border-style-div {
5384
- margin-left: 16px;
5385
- }
5386
-
5387
- .e-bigger .e-de-border-style-div.e-de-rtl {
5388
- margin-left: 0;
5389
- margin-right: 16px;
5484
+ margin-right: 0;
5390
5485
  }
5391
5486
 
5392
5487
  .e-bigger .e-de-color-picker {
@@ -5400,33 +5495,6 @@ textarea.e-de-cmt-textarea {
5400
5495
  width: 117px;
5401
5496
  }
5402
5497
 
5403
- .e-bigger .e-de-align-text {
5404
- margin-left: 16px;
5405
- }
5406
-
5407
- .e-bigger .e-de-align-text.e-de-rtl {
5408
- margin-left: 0;
5409
- margin-right: 16px;
5410
- }
5411
-
5412
- .e-bigger .e-de-insert-del-cell {
5413
- margin-left: 16px;
5414
- }
5415
-
5416
- .e-bigger .e-de-insert-del-cell.e-de-rtl {
5417
- margin-left: 0;
5418
- margin-right: 16px;
5419
- }
5420
-
5421
- .e-bigger .e-de-cell-margin {
5422
- margin-left: 14px;
5423
- }
5424
-
5425
- .e-bigger .e-de-cell-margin.e-de-rtl {
5426
- margin-left: 0;
5427
- margin-right: 14px;
5428
- }
5429
-
5430
5498
  .e-bigger .e-de-stylediv {
5431
5499
  padding-left: 16px;
5432
5500
  }
@@ -5704,8 +5772,7 @@ textarea.e-de-cmt-textarea {
5704
5772
 
5705
5773
  .e-bigger .e-de-property-div-padding {
5706
5774
  border-bottom: 0.5px solid #dee2e6;
5707
- padding-bottom: 14.5px;
5708
- padding-top: 15.5px;
5775
+ padding: 16px;
5709
5776
  }
5710
5777
 
5711
5778
  .e-bigger .e-de-font-clr-picker > div button,