@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45

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 (54) hide show
  1. package/CHANGELOG.md +134 -90
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
  4. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
  6. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/document-editor/documenteditor.component.js +2 -1
  10. package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
  11. package/styles/bootstrap-dark.css +284 -302
  12. package/styles/bootstrap.css +30 -110
  13. package/styles/bootstrap4.css +56 -139
  14. package/styles/bootstrap5-dark.css +5866 -0
  15. package/styles/bootstrap5-dark.scss +2 -0
  16. package/styles/bootstrap5.css +5866 -0
  17. package/styles/bootstrap5.scss +2 -0
  18. package/styles/document-editor/bootstrap-dark.css +53 -142
  19. package/styles/document-editor/bootstrap.css +10 -99
  20. package/styles/document-editor/bootstrap4.css +36 -125
  21. package/styles/document-editor/bootstrap5-dark.css +3699 -0
  22. package/styles/document-editor/bootstrap5-dark.scss +1 -0
  23. package/styles/document-editor/bootstrap5.css +3699 -0
  24. package/styles/document-editor/bootstrap5.scss +1 -0
  25. package/styles/document-editor/fabric-dark.css +31 -120
  26. package/styles/document-editor/fabric.css +10 -99
  27. package/styles/document-editor/highcontrast.css +15 -104
  28. package/styles/document-editor/material-dark.css +76 -168
  29. package/styles/document-editor/material.css +10 -99
  30. package/styles/document-editor/tailwind-dark.css +63 -61
  31. package/styles/document-editor/tailwind.css +47 -44
  32. package/styles/document-editor-container/bootstrap-dark.css +231 -160
  33. package/styles/document-editor-container/bootstrap.css +20 -11
  34. package/styles/document-editor-container/bootstrap4.css +20 -14
  35. package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
  36. package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
  37. package/styles/document-editor-container/bootstrap5.css +2166 -0
  38. package/styles/document-editor-container/bootstrap5.scss +1 -0
  39. package/styles/document-editor-container/fabric-dark.css +214 -138
  40. package/styles/document-editor-container/fabric.css +67 -13
  41. package/styles/document-editor-container/highcontrast-light.css +87 -13
  42. package/styles/document-editor-container/highcontrast.css +66 -13
  43. package/styles/document-editor-container/material-dark.css +232 -170
  44. package/styles/document-editor-container/material.css +67 -15
  45. package/styles/document-editor-container/tailwind-dark.css +132 -45
  46. package/styles/document-editor-container/tailwind.css +127 -40
  47. package/styles/fabric-dark.css +245 -258
  48. package/styles/fabric.css +77 -112
  49. package/styles/highcontrast-light.css +87 -13
  50. package/styles/highcontrast.css +81 -117
  51. package/styles/material-dark.css +308 -338
  52. package/styles/material.css +77 -114
  53. package/styles/tailwind-dark.css +195 -106
  54. package/styles/tailwind.css +174 -84
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
3
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
4
  .e-documenteditor .e-close::before {
@@ -636,6 +637,26 @@
636
637
  font-family: 'e-icons';
637
638
  }
638
639
 
640
+ .e-item .e-de-paste-column::before {
641
+ content: '\e869';
642
+ }
643
+
644
+ .e-item .e-de-paste-row::before {
645
+ content: '\e866';
646
+ }
647
+
648
+ .e-item .e-de-paste-overwrite-cells::before {
649
+ content: '\e86b';
650
+ }
651
+
652
+ .e-item .e-de-paste-nested-table::before {
653
+ content: '\e864';
654
+ }
655
+
656
+ .e-item .e-de-paste-merge-table::before {
657
+ content: '\e861';
658
+ }
659
+
639
660
  .e-de-blink-cursor {
640
661
  border-left: 1px solid #000;
641
662
  pointer-events: none;
@@ -779,7 +800,6 @@
779
800
 
780
801
  .e-de-ff-dlg-heading-small {
781
802
  display: block;
782
- font-size: 12px;
783
803
  font-weight: 500;
784
804
  margin-bottom: 4px;
785
805
  }
@@ -1060,7 +1080,7 @@
1060
1080
  display: block;
1061
1081
  font-size: 12px;
1062
1082
  font-weight: 500;
1063
- margin-bottom: 4px;
1083
+ margin-bottom: 12px;
1064
1084
  margin-top: 8px;
1065
1085
  }
1066
1086
 
@@ -1068,7 +1088,7 @@
1068
1088
  display: block;
1069
1089
  font-size: 12px;
1070
1090
  font-weight: 500;
1071
- margin-bottom: 4px;
1091
+ margin-bottom: 12px;
1072
1092
  margin-top: 12px;
1073
1093
  }
1074
1094
 
@@ -1142,7 +1162,7 @@
1142
1162
  font-size: 12px;
1143
1163
  font-weight: 500;
1144
1164
  margin-bottom: 4px;
1145
- margin-top: 0;
1165
+ margin-top: 12px;
1146
1166
  }
1147
1167
 
1148
1168
  .e-de-hyperlink .e-de-hyperlink-dlg-input {
@@ -1156,7 +1176,7 @@
1156
1176
  display: flex;
1157
1177
  font-size: 12px;
1158
1178
  font-weight: 500;
1159
- margin-bottom: 4px;
1179
+ margin-bottom: 12px;
1160
1180
  line-height: 18px;
1161
1181
  }
1162
1182
 
@@ -1267,7 +1287,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1267
1287
  display: inline-block;
1268
1288
  font-size: 12px;
1269
1289
  font-weight: 500;
1270
- margin-bottom: 4px;
1290
+ margin-bottom: 12px;
1271
1291
  margin-top: 12px;
1272
1292
  width: 150px;
1273
1293
  }
@@ -1355,7 +1375,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1355
1375
  .e-de-table-dialog-options-label {
1356
1376
  font-size: 14px;
1357
1377
  font-weight: 500;
1358
- padding-bottom: 8px;
1378
+ padding-bottom: 12px;
1359
1379
  padding-top: 16px !important;
1360
1380
  color: #9ca3af;
1361
1381
  }
@@ -1386,10 +1406,12 @@ label[for*="_wholeWord_e-de-rtl"] {
1386
1406
  .e-de-row-ht-top,
1387
1407
  .e-de-cell-ht-top {
1388
1408
  padding: 0 12px;
1409
+ width: 144px;
1389
1410
  }
1390
1411
 
1391
1412
  .e-de-ht-wdth-type {
1392
1413
  margin-top: -22px;
1414
+ width: 120px;
1393
1415
  }
1394
1416
 
1395
1417
  .e-de-row-ht-top.e-de-rtl,
@@ -1432,7 +1454,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1432
1454
  font-size: 12px;
1433
1455
  font-weight: 500;
1434
1456
  margin-bottom: 4px;
1435
- margin-top: 0;
1457
+ margin-top: 12px;
1436
1458
  }
1437
1459
 
1438
1460
  .e-de-insert-footnote-dlg-sub-header,
@@ -1441,7 +1463,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1441
1463
  font-size: 12px;
1442
1464
  font-weight: 500;
1443
1465
  margin-bottom: 4px;
1444
- margin-top: 0;
1466
+ margin-top: 12px;
1445
1467
  }
1446
1468
 
1447
1469
  .e-de-insert-footnote-dlg-header {
@@ -1538,6 +1560,21 @@ label[for*="_wholeWord_e-de-rtl"] {
1538
1560
  top: 10px;
1539
1561
  }
1540
1562
 
1563
+ .e-bigger .e-de-table-properties-dlg {
1564
+ width: 485px;
1565
+ }
1566
+
1567
+ .e-bigger .e-de-table-ppty-dlg-preferred-width-div,
1568
+ .e-bigger .e-de-table-ppty-dlg-measure-drop-down-div,
1569
+ .e-bigger .e-de-ht-wdth-type {
1570
+ width: 155px;
1571
+ }
1572
+
1573
+ .e-bigger .e-de-row-ht-top,
1574
+ .e-bigger .e-de-cell-ht-top {
1575
+ width: 179px;
1576
+ }
1577
+
1541
1578
  .e-bigger .e-de-restrict-pane {
1542
1579
  width: 295px;
1543
1580
  }
@@ -1716,10 +1753,6 @@ label[for*="_wholeWord_e-de-rtl"] {
1716
1753
  margin-top: 40px;
1717
1754
  }
1718
1755
 
1719
- .e-bigger .e-de-table-properties-dlg {
1720
- width: 437px;
1721
- }
1722
-
1723
1756
  .e-bigger .e-de-ht-wdth-type {
1724
1757
  margin-top: -18px;
1725
1758
  }
@@ -1791,7 +1824,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1791
1824
  }
1792
1825
 
1793
1826
  .e-bigger .e-de-page-setup-dlg-sub-container-port {
1794
- margin-top: 35px;
1827
+ margin-top: 42px;
1795
1828
  }
1796
1829
 
1797
1830
  .e-bigger .e-de-page-setup-dlg-first-page-prop {
@@ -1999,10 +2032,13 @@ label[for*="_wholeWord_e-de-rtl"] {
1999
2032
  }
2000
2033
 
2001
2034
  .e-de-restrict-pane {
2002
- color: #fff;
2003
2035
  line-height: 1.5;
2004
2036
  }
2005
2037
 
2038
+ .e-de-restrict-pane {
2039
+ color: #fff;
2040
+ }
2041
+
2006
2042
  .e-de-op.e-de-rtl .e-de-search-tab-content {
2007
2043
  margin-left: 12px;
2008
2044
  margin-right: 0;
@@ -2016,6 +2052,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2016
2052
  font-size: 12px;
2017
2053
  font-weight: 500;
2018
2054
  display: block;
2055
+ margin-bottom: 0;
2019
2056
  }
2020
2057
 
2021
2058
  .e-de-tbl-indent-lbl {
@@ -2046,7 +2083,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2046
2083
  }
2047
2084
 
2048
2085
  .e-documenteditor .e-input {
2049
- color: #fff;
2050
2086
  font-size: 14px;
2051
2087
  }
2052
2088
 
@@ -2427,7 +2463,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2427
2463
  }
2428
2464
 
2429
2465
  .e-de-spellcheck-btn {
2430
- height: 36px;
2431
2466
  margin-bottom: 8px;
2432
2467
  width: 154px;
2433
2468
  }
@@ -2495,10 +2530,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2495
2530
  top: 385px;
2496
2531
  }
2497
2532
 
2498
- .e-de-font-content-label span.e-label {
2499
- color: #fff;
2500
- }
2501
-
2502
2533
  .e-de-font-label span.e-label {
2503
2534
  color: #fff;
2504
2535
  }
@@ -2534,34 +2565,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2534
2565
  border: 0;
2535
2566
  }
2536
2567
 
2537
- .e-de-table-container-div .e-checkbox-wrapper .e-label {
2538
- color: #fff;
2539
- }
2540
-
2541
- .e-de-table-header-div .e-checkbox-wrapper .e-label {
2542
- color: #fff;
2543
- }
2544
-
2545
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
2546
- color: #fff;
2547
- }
2548
-
2549
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
2550
- color: #fff;
2551
- }
2552
-
2553
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
2554
- color: #fff;
2555
- }
2556
-
2557
- .e-de-tbl-margin-sub-header .e-label {
2558
- color: #fff;
2559
- }
2560
-
2561
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
2562
- color: #fff;
2563
- }
2564
-
2565
2568
  .e-de-list-format-info {
2566
2569
  border-radius: 50% !important;
2567
2570
  cursor: default;
@@ -2693,7 +2696,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2693
2696
  .e-de-style-style-based-on,
2694
2697
  .e-de-style-style-paragraph {
2695
2698
  font-weight: 500;
2696
- margin-bottom: 4px;
2699
+ margin-bottom: 12px;
2697
2700
  font-size: 12px;
2698
2701
  }
2699
2702
 
@@ -2731,7 +2734,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2731
2734
  }
2732
2735
 
2733
2736
  .e-style-font-fmaily-right {
2734
- margin-right: 4px;
2737
+ margin-right: 12px;
2735
2738
  }
2736
2739
 
2737
2740
  .e-style-font {
@@ -2833,6 +2836,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2833
2836
  float: right;
2834
2837
  margin-left: 12px;
2835
2838
  margin-top: 6px;
2839
+ width: 120px;
2836
2840
  }
2837
2841
 
2838
2842
  .e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
@@ -2866,11 +2870,13 @@ label[for*="_wholeWord_e-de-rtl"] {
2866
2870
  float: right;
2867
2871
  margin-left: 12px;
2868
2872
  margin-top: 6px;
2873
+ width: 120px;
2869
2874
  }
2870
2875
 
2871
2876
  .e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
2872
2877
  margin-left: 0;
2873
2878
  margin-right: 12px;
2879
+ width: 120px;
2874
2880
  }
2875
2881
 
2876
2882
  .e-de-table-ppty-options-break {
@@ -3017,7 +3023,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3017
3023
  .e-bookmark-dlgfields {
3018
3024
  font-weight: 500;
3019
3025
  font-size: 12px;
3020
- margin-bottom: 4px;
3026
+ margin-bottom: 12px;
3021
3027
  }
3022
3028
 
3023
3029
  .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
@@ -3265,19 +3271,17 @@ label[for*="_wholeWord_e-de-rtl"] {
3265
3271
  border-radius: 2px;
3266
3272
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
3267
3273
  height: 36px;
3268
- margin: 0 24px !important;
3274
+ margin: 0 12px !important;
3269
3275
  }
3270
3276
 
3271
3277
  .e-bigger .e-de-rp-btn-enforce {
3272
3278
  margin: 0;
3273
- width: 100%;
3274
3279
  padding-left: 10px;
3275
3280
  padding-right: 10px;
3276
3281
  }
3277
3282
 
3278
3283
  .e-de-rp-nav-btn {
3279
3284
  margin: 0 24px;
3280
- width: 210px;
3281
3285
  }
3282
3286
 
3283
3287
  .e-de-rp-btn-stop-enforce {
@@ -3322,7 +3326,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3322
3326
  font-size: 12px;
3323
3327
  font-weight: 500;
3324
3328
  margin-bottom: 4px;
3325
- margin-top: c;
3326
3329
  }
3327
3330
 
3328
3331
  .e-de-enforce .e-de-enforce-dlg-input {
@@ -3332,19 +3335,18 @@ label[for*="_wholeWord_e-de-rtl"] {
3332
3335
  }
3333
3336
 
3334
3337
  .e-de-user-add-btn {
3335
- background: #4b5563;
3336
3338
  border-radius: 2px;
3337
3339
  width: 74px;
3338
3340
  }
3339
3341
 
3340
3342
  .e-de-user-dlg .e-de-user-dlg-textbox-input {
3341
- margin-right: 12px;
3343
+ margin-right: 24px;
3342
3344
  width: 304px;
3343
3345
  }
3344
3346
 
3345
3347
  .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
3346
3348
  margin-right: 0;
3347
- margin-left: 12px;
3349
+ margin-left: 24px;
3348
3350
  }
3349
3351
 
3350
3352
  .e-de-user-dlg-list {
@@ -3482,6 +3484,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3482
3484
  }
3483
3485
 
3484
3486
  .e-de-tc-no-chng {
3487
+ color: #fff;
3485
3488
  font-size: 14px;
3486
3489
  opacity: 65%;
3487
3490
  margin: 60px 0;
@@ -4008,12 +4011,12 @@ label[for*="_wholeWord_e-de-rtl"] {
4008
4011
  }
4009
4012
 
4010
4013
  .e-de-para-dlg-spacing-div {
4011
- margin-left: 12px;
4014
+ margin-left: 40px;
4012
4015
  }
4013
4016
 
4014
4017
  .e-de-para-dlg-spacing-div.e-de-rtl {
4015
4018
  margin-left: 0;
4016
- margin-right: 12px;
4019
+ margin-right: 40px;
4017
4020
  }
4018
4021
 
4019
4022
  .e-de-para-dlg-sub-container .e-input-group {
@@ -4579,7 +4582,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4579
4582
  }
4580
4583
 
4581
4584
  .e-hglt-no-color:hover {
4582
- background-color: #d3d3d3;
4585
+ background-color: #374151;
4583
4586
  cursor: pointer;
4584
4587
  }
4585
4588
 
@@ -4601,8 +4604,6 @@ label[for*="_wholeWord_e-de-rtl"] {
4601
4604
  border: 0;
4602
4605
  box-shadow: none;
4603
4606
  float: right;
4604
- height: 33px;
4605
- width: 33px;
4606
4607
  }
4607
4608
 
4608
4609
  .e-de-statusbar-pageweb:hover {
@@ -4611,16 +4612,17 @@ label[for*="_wholeWord_e-de-rtl"] {
4611
4612
 
4612
4613
  .e-de-statusbar-pageweb .e-de-printlayout,
4613
4614
  .e-de-statusbar-pageweb .e-de-weblayout {
4614
- font-size: 14px;
4615
+ font-size: 18px;
4615
4616
  }
4616
4617
 
4617
- .e-bigger .e-btn.e-de-statusbar-pageweb {
4618
- padding: 0;
4618
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
4619
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
4620
+ font-size: 18px;
4619
4621
  }
4620
4622
 
4621
4623
  .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
4622
4624
  .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
4623
- font-size: 16px;
4625
+ font-size: 18px;
4624
4626
  }
4625
4627
 
4626
4628
  .e-de-linespacing {
@@ -4637,8 +4639,6 @@ label[for*="_wholeWord_e-de-rtl"] {
4637
4639
 
4638
4640
  .e-de-pagenumber-text {
4639
4641
  border: none !important;
4640
- height: 22px !important;
4641
- margin-top: -3px !important;
4642
4642
  }
4643
4643
 
4644
4644
  .e-de-pagenumber-input {
@@ -4646,12 +4646,17 @@ label[for*="_wholeWord_e-de-rtl"] {
4646
4646
  border: 1px solid #4b5563;
4647
4647
  border-radius: 2px;
4648
4648
  color: #9ca3af;
4649
- height: 22px;
4650
- padding: 2px;
4649
+ font-family: inherit;
4650
+ font-size: 14px;
4651
+ padding: 0px;
4651
4652
  text-align: center;
4652
4653
  width: 22px;
4653
4654
  }
4654
4655
 
4656
+ .e-bigger .e-de-pagenumber-input {
4657
+ font-size: 16px;
4658
+ }
4659
+
4655
4660
  .e-btn-pageweb-toggle {
4656
4661
  background-color: #4b5563;
4657
4662
  box-shadow: none;
@@ -4674,7 +4679,32 @@ label[for*="_wholeWord_e-de-rtl"] {
4674
4679
 
4675
4680
  .e-de-ctn-title {
4676
4681
  background-color: #22d3ee;
4682
+ border-bottom: none !important;
4677
4683
  color: #000;
4684
+ font-size: 14px !important;
4685
+ }
4686
+
4687
+ .e-de-ctn-title button {
4688
+ font-size: 14px !important;
4689
+ height: 36px ​ !important;
4690
+ }
4691
+
4692
+ .e-de-ctn-title button .e-btn-icon {
4693
+ font-size: 16px !important;
4694
+ }
4695
+
4696
+ .e-bigger .e-de-ctn-title {
4697
+ font-size: 16px !important;
4698
+ height: 40px !important;
4699
+ }
4700
+
4701
+ .e-bigger .e-de-ctn-title button {
4702
+ font-size: 16px !important;
4703
+ height: auto ​ !important;
4704
+ }
4705
+
4706
+ .e-bigger .e-de-ctn-title button .e-btn-icon {
4707
+ font-size: 18px !important;
4678
4708
  }
4679
4709
 
4680
4710
  .e-de-tool-ctnr-properties-pane {
@@ -4723,7 +4753,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4723
4753
  .e-de-ctnr-toolbar {
4724
4754
  display: -ms-flexbox;
4725
4755
  display: flex;
4726
- height: 75px;
4756
+ height: 85px;
4727
4757
  width: 100%;
4728
4758
  }
4729
4759
 
@@ -4748,11 +4778,11 @@ label[for*="_wholeWord_e-de-rtl"] {
4748
4778
  }
4749
4779
 
4750
4780
  .e-de-ctnr-segment {
4751
- margin-bottom: 8px;
4781
+ margin-bottom: 12px;
4752
4782
  }
4753
4783
 
4754
4784
  .e-de-insert-del-cell > div:last-child {
4755
- margin-left: 8px !important;
4785
+ margin-left: 10px !important;
4756
4786
  }
4757
4787
 
4758
4788
  .e-bigger .e-de-ctnr-prop-label,
@@ -4770,11 +4800,20 @@ label[for*="_wholeWord_e-de-rtl"] {
4770
4800
  }
4771
4801
 
4772
4802
  .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
4773
- margin-left: -3px;
4803
+ margin-left: -5px;
4774
4804
  }
4775
4805
 
4776
- .e-de-ctnr-group-btn .e-btn .e-btn-icon {
4777
- margin-left: 0;
4806
+ .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
4807
+ font-size: 18px;
4808
+ }
4809
+
4810
+ .e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon {
4811
+ margin-left: 0px;
4812
+ margin-right: -5px;
4813
+ }
4814
+
4815
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
4816
+ font-size: 16px;
4778
4817
  }
4779
4818
 
4780
4819
  .e-de-property-div-padding .e-de-cellmargin-text {
@@ -4787,29 +4826,29 @@ label[for*="_wholeWord_e-de-rtl"] {
4787
4826
 
4788
4827
  .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
4789
4828
  .e-de-font-clr-picker > .e-split-btn-wrapper {
4790
- margin-right: 8px;
4829
+ margin-right: 10px;
4791
4830
  }
4792
4831
 
4793
4832
  .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
4794
4833
  .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
4795
- margin-left: 8px;
4834
+ margin-left: 10px;
4796
4835
  margin-right: 0;
4797
4836
  }
4798
4837
 
4799
4838
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4800
4839
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4801
- margin-right: 8px;
4840
+ margin-right: 10px;
4802
4841
  }
4803
4842
 
4804
4843
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4805
4844
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4806
- margin-left: 8px;
4845
+ margin-left: 10px;
4807
4846
  margin-right: 0;
4808
4847
  }
4809
4848
 
4810
4849
  .e-de-tlbr-wrapper {
4811
4850
  background-color: #374151;
4812
- height: 75px;
4851
+ height: 85px;
4813
4852
  width: calc(100% - 75px);
4814
4853
  }
4815
4854
 
@@ -4819,8 +4858,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4819
4858
  font-size: 14px;
4820
4859
  font-weight: 500;
4821
4860
  letter-spacing: 0.05px;
4822
- margin-bottom: 12px;
4823
4861
  line-height: 1.5;
4862
+ margin-bottom: 12px;
4824
4863
  opacity: 0.87;
4825
4864
  }
4826
4865
 
@@ -4878,7 +4917,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4878
4917
  }
4879
4918
 
4880
4919
  .e-de-toolbar.e-toolbar .e-toolbar-items {
4881
- height: 75px;
4920
+ height: 85px;
4882
4921
  }
4883
4922
 
4884
4923
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
@@ -4938,10 +4977,6 @@ label[for*="_wholeWord_e-de-rtl"] {
4938
4977
  width: 100%;
4939
4978
  }
4940
4979
 
4941
- .de-split-button > div:first-child {
4942
- margin-right: 8px;
4943
- }
4944
-
4945
4980
  .e-de-ctnr-properties-pane-btn {
4946
4981
  width: 75px;
4947
4982
  }
@@ -4977,12 +5012,12 @@ label[for*="_wholeWord_e-de-rtl"] {
4977
5012
 
4978
5013
  .e-de-showhide-btn {
4979
5014
  border: 0;
4980
- height: 75px;
5015
+ height: 85px;
4981
5016
  }
4982
5017
 
4983
5018
  .e-de-showhide-btn-rtl {
4984
5019
  border: 0;
4985
- height: 75px;
5020
+ height: 85px;
4986
5021
  }
4987
5022
 
4988
5023
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
@@ -5134,8 +5169,9 @@ label[for*="_wholeWord_e-de-rtl"] {
5134
5169
  .e-de-ctnr-hglt-color {
5135
5170
  font-size: 12px;
5136
5171
  font-weight: 400;
5137
- height: 18px !important;
5138
- width: 18px !important;
5172
+ height: 20px !important;
5173
+ width: 20px !important;
5174
+ border-radius: 4px;
5139
5175
  }
5140
5176
 
5141
5177
  .e-de-font-clr-picker > div div button,
@@ -5305,6 +5341,52 @@ label[for*="_wholeWord_e-de-rtl"] {
5305
5341
  box-shadow: none !important;
5306
5342
  }
5307
5343
 
5344
+ .e-de-ctnr-group-btn-top > button:first-child {
5345
+ border-radius: 0;
5346
+ border-top-left-radius: 4px;
5347
+ }
5348
+
5349
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
5350
+ border-top-left-radius: 0;
5351
+ border-top-right-radius: 4px;
5352
+ }
5353
+
5354
+ .e-de-ctnr-group-btn-top > button:last-child {
5355
+ border-radius: 0;
5356
+ border-top-right-radius: 4px;
5357
+ }
5358
+
5359
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
5360
+ border-top-left-radius: 4px;
5361
+ border-top-right-radius: 0;
5362
+ }
5363
+
5364
+ .e-de-ctnr-group-btn-middle > button {
5365
+ border-radius: 0;
5366
+ border-top: 0;
5367
+ border-bottom: 0;
5368
+ }
5369
+
5370
+ .e-de-ctnr-group-btn-bottom > button:first-child {
5371
+ border-radius: 0;
5372
+ border-bottom-left-radius: 4px;
5373
+ }
5374
+
5375
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
5376
+ border-bottom-left-radius: 0;
5377
+ border-bottom-right-radius: 4px;
5378
+ }
5379
+
5380
+ .e-de-ctnr-group-btn-bottom > button:last-child {
5381
+ border-radius: 0;
5382
+ border-bottom-right-radius: 4px;
5383
+ }
5384
+
5385
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
5386
+ border-bottom-right-radius: 0;
5387
+ border-bottom-left-radius: 4px;
5388
+ }
5389
+
5308
5390
  .e-de-toc-template1 {
5309
5391
  background: #fff;
5310
5392
  border: 1px solid #4b5563;
@@ -5370,7 +5452,7 @@ label[for*="_wholeWord_e-de-rtl"] {
5370
5452
  background-color: #374151;
5371
5453
  display: -ms-flexbox;
5372
5454
  display: flex;
5373
- padding-top: 3.5px;
5455
+ padding-top: 0;
5374
5456
  width: 100%;
5375
5457
  }
5376
5458
 
@@ -5378,30 +5460,38 @@ label[for*="_wholeWord_e-de-rtl"] {
5378
5460
  color: #9ca3af;
5379
5461
  display: -ms-inline-flexbox;
5380
5462
  display: inline-flex;
5381
- font-size: 12px;
5463
+ font-size: 14px;
5382
5464
  height: 100%;
5383
5465
  padding-top: 8px;
5384
5466
  width: 110px;
5385
5467
  }
5386
5468
 
5469
+ .e-de-ctnr-pg-no span {
5470
+ border: 1px solid transparent;
5471
+ }
5472
+
5387
5473
  .e-de-ctnr-pg-no-spellout {
5388
5474
  color: #9ca3af;
5389
5475
  display: -ms-inline-flexbox;
5390
5476
  display: inline-flex;
5391
- font-size: 12px;
5477
+ font-size: 14px;
5392
5478
  height: 100%;
5393
5479
  padding-top: 8px;
5394
- width: calc(100% - 152px);
5480
+ width: calc(100% - 170px);
5481
+ }
5482
+
5483
+ .e-de-ctnr-pg-no-spellout span {
5484
+ border: 1px solid transparent;
5395
5485
  }
5396
5486
 
5397
5487
  .e-bigger .e-de-ctnr-pg-no-spellout {
5398
5488
  color: #9ca3af;
5399
5489
  display: -ms-inline-flexbox;
5400
5490
  display: inline-flex;
5401
- font-size: 14px;
5491
+ font-size: 16px;
5402
5492
  height: 100%;
5403
- padding-top: 8px;
5404
- width: calc(100% - 168px);
5493
+ padding-top: 7px;
5494
+ width: calc(100% - 205px);
5405
5495
  }
5406
5496
 
5407
5497
  .e-de-statusbar-zoom-spell {
@@ -5555,7 +5645,7 @@ label[for*="_wholeWord_e-de-rtl"] {
5555
5645
  }
5556
5646
 
5557
5647
  .e-bigger .de-split-button > div:first-child {
5558
- margin-right: 16px;
5648
+ margin-right: 0;
5559
5649
  }
5560
5650
 
5561
5651
  .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
@@ -5698,8 +5788,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5698
5788
  margin-right: 0;
5699
5789
  }
5700
5790
 
5701
- .e-bigger .e-de-ctnr-segment > div:first-child,
5702
- .e-bigger .e-de-ctnr-segment > button:first-child {
5791
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5792
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5703
5793
  margin-right: 16px;
5704
5794
  }
5705
5795
 
@@ -5902,8 +5992,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5902
5992
  .e-bigger .e-de-ctnr-hglt-color {
5903
5993
  font-size: 12px;
5904
5994
  font-weight: 400;
5905
- height: 25px !important;
5906
- width: 25px !important;
5995
+ height: 24px !important;
5996
+ width: 24px !important;
5907
5997
  border-radius: 4px;
5908
5998
  }
5909
5999
 
@@ -6020,7 +6110,6 @@ label[for*="_wholeWord_e-de-rtl"] {
6020
6110
  background: #4b5563;
6021
6111
  border: none;
6022
6112
  border-radius: 4px;
6023
- color: #fff;
6024
6113
  }
6025
6114
 
6026
6115
  .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {