@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.
Files changed (58) hide show
  1. package/CHANGELOG.md +58 -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
@@ -469,6 +469,15 @@
469
469
  top: 100px;
470
470
  }
471
471
 
472
+ .e-de-scrollbar-hide::-webkit-scrollbar {
473
+ width: 0;
474
+ }
475
+
476
+ .e-de-scrollbar-hide {
477
+ -ms-overflow-style: none;
478
+ scrollbar-width: none;
479
+ }
480
+
472
481
  .e-de-toolbar {
473
482
  height: 100%;
474
483
  }
@@ -511,6 +520,7 @@
511
520
  border: 0;
512
521
  color: #ced4da;
513
522
  float: right;
523
+ font-weight: 400;
514
524
  height: 33px;
515
525
  box-shadow: none;
516
526
  }
@@ -546,13 +556,11 @@
546
556
  border: 0;
547
557
  box-shadow: none;
548
558
  float: right;
549
- height: 33px;
550
- margin-left: calc(100% - 395px);
551
- width: 33px;
559
+ margin-left: calc(100% - 360px);
552
560
  }
553
561
 
554
562
  .e-bigger .e-btn-pageweb-spellcheck {
555
- margin-left: calc(100% - 460px);
563
+ margin-left: calc(100% - 410px);
556
564
  }
557
565
 
558
566
  .e-de-ctn-title {
@@ -564,7 +572,7 @@
564
572
 
565
573
  .e-de-ctn-title button {
566
574
  font-size: 14px !important;
567
- height: 36px !important;
575
+ height: 36px !important;
568
576
  margin: 0 !important;
569
577
  }
570
578
 
@@ -610,9 +618,8 @@
610
618
 
611
619
  .e-de-statusbar-spellcheck {
612
620
  border-radius: 2px;
613
- height: 34px;
621
+ font-weight: 400;
614
622
  margin-left: 7.5px;
615
- width: 106px;
616
623
  }
617
624
 
618
625
  .e-de-ctn {
@@ -625,9 +632,7 @@
625
632
 
626
633
  .e-bigger .e-de-statusbar-spellcheck {
627
634
  border-radius: 2px;
628
- height: 34px;
629
635
  margin-left: 7.5px;
630
- width: 145px;
631
636
  }
632
637
 
633
638
  .e-de-ctnr-toolbar {
@@ -671,8 +676,7 @@
671
676
  }
672
677
 
673
678
  .e-bigger .e-de-property-div-padding {
674
- padding-bottom: 16px;
675
- padding-top: 16px;
679
+ padding: 16px;
676
680
  }
677
681
 
678
682
  .e-bigger .e-de-insert-del-cell > div:last-child {
@@ -1105,8 +1109,7 @@
1105
1109
 
1106
1110
  .e-de-property-div-padding {
1107
1111
  border-bottom: 0.5px solid #444c54;
1108
- padding-bottom: 12px;
1109
- padding-top: 12px;
1112
+ padding: 12px;
1110
1113
  }
1111
1114
 
1112
1115
  .e-de-ctnr-dropdown-ftr {
@@ -1119,7 +1122,8 @@
1119
1122
  text-indent: 1.2em;
1120
1123
  }
1121
1124
 
1122
- .e-de-char-fmt-btn-left > button {
1125
+ .e-de-char-fmt-btn-left > button,
1126
+ .e-de-insert-del-cell button {
1123
1127
  width: 38.75px;
1124
1128
  }
1125
1129
 
@@ -1135,8 +1139,9 @@
1135
1139
  width: 169px;
1136
1140
  }
1137
1141
 
1138
- .e-bigger .e-de-char-fmt-btn-left > button {
1139
- width: 38.75px;
1142
+ .e-bigger .e-de-char-fmt-btn-left > button,
1143
+ .e-bigger .e-de-insert-del-cell button {
1144
+ width: 44px;
1140
1145
  }
1141
1146
 
1142
1147
  .e-de-panel-right-width {
@@ -1508,7 +1513,7 @@
1508
1513
  color: #ced4da;
1509
1514
  float: right;
1510
1515
  height: 34px;
1511
- margin-left: calc(100% - 395px);
1516
+ margin-left: calc(100% - 360px);
1512
1517
  }
1513
1518
 
1514
1519
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -1517,7 +1522,7 @@
1517
1522
  color: #ced4da;
1518
1523
  float: right;
1519
1524
  height: 34px;
1520
- margin-left: calc(100% - 460px);
1525
+ margin-left: calc(100% - 410px);
1521
1526
  }
1522
1527
 
1523
1528
  .e-de-btn-cancel {
@@ -1555,37 +1560,6 @@
1555
1560
  padding-right: 12px;
1556
1561
  }
1557
1562
 
1558
- .e-de-border-style-div {
1559
- margin-left: 12px;
1560
- }
1561
-
1562
- .e-de-border-style-div.e-de-rtl {
1563
- margin-left: 0;
1564
- margin-right: 12px;
1565
- }
1566
-
1567
- .e-de-insert-del-cell {
1568
- margin-left: 12px;
1569
- }
1570
-
1571
- .e-de-insert-del-cell.e-de-rtl {
1572
- margin-left: 0;
1573
- margin-right: 12px;
1574
- }
1575
-
1576
- .e-de-cell-margin {
1577
- margin-left: 12px;
1578
- }
1579
-
1580
- .e-de-align-text {
1581
- margin-left: 12px;
1582
- }
1583
-
1584
- .e-de-align-text.e-de-rtl {
1585
- margin-left: 0;
1586
- margin-right: 12px;
1587
- }
1588
-
1589
1563
  .e-de-border-size-button {
1590
1564
  height: 31px;
1591
1565
  margin-top: 8px;
@@ -1597,27 +1571,22 @@
1597
1571
  width: 99px;
1598
1572
  }
1599
1573
 
1600
- .e-de-cell-div {
1601
- margin-left: 12px;
1602
- }
1603
-
1604
- .e-de-cell-div.e-de-rtl {
1605
- margin-left: 0;
1574
+ .e-de-cell-text-box {
1606
1575
  margin-right: 12px;
1607
1576
  }
1608
1577
 
1609
- .e-de-cell-text-box {
1610
- margin-right: 12px;
1578
+ .e-de-pane-rtl .e-de-cell-text-box {
1579
+ margin-left: 12px;
1580
+ margin-right: 0;
1611
1581
  }
1612
1582
 
1613
1583
  .e-de-prop-fill-label {
1614
- margin-left: 10.3px;
1615
1584
  margin-right: 8px;
1616
1585
  }
1617
1586
 
1618
1587
  .e-de-prop-fill-label.e-de-rtl {
1619
1588
  margin-left: 8px;
1620
- margin-right: 10.3px;
1589
+ margin-right: 0;
1621
1590
  }
1622
1591
 
1623
1592
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -1630,12 +1599,12 @@
1630
1599
 
1631
1600
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1632
1601
  height: 38px;
1633
- width: 38px;
1602
+ width: 39px;
1634
1603
  }
1635
1604
 
1636
1605
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1637
1606
  height: 42px;
1638
- width: 42px;
1607
+ width: 44px;
1639
1608
  }
1640
1609
 
1641
1610
  .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
@@ -1651,41 +1620,24 @@
1651
1620
  }
1652
1621
 
1653
1622
  .e-bigger .e-de-prop-fill-label {
1654
- margin-left: 14.5px;
1623
+ margin-left: 0;
1655
1624
  margin-right: 9.8px;
1656
1625
  }
1657
1626
 
1658
1627
  .e-bigger .e-de-prop-fill-label.e-de-rtl {
1659
1628
  margin-left: 9.8px;
1660
- margin-right: 14.5px;
1661
- }
1662
-
1663
- .e-bigger .e-de-cell-text-box {
1664
- margin-right: 16px;
1629
+ margin-right: 0px;
1665
1630
  }
1666
1631
 
1667
- .e-bigger .e-de-cell-div {
1632
+ .e-bigger .e-rtl .e-de-cell-text-box {
1668
1633
  margin-left: 16px;
1634
+ margin-right: 0;
1669
1635
  }
1670
1636
 
1671
1637
  .e-bigger .e-de-cell-div button {
1672
1638
  width: 45px !important;
1673
1639
  }
1674
1640
 
1675
- .e-bigger .e-de-cell-div.e-de-rtl {
1676
- margin-left: 0;
1677
- margin-right: 16px;
1678
- }
1679
-
1680
- .e-bigger .e-de-border-style-div {
1681
- margin-left: 16px;
1682
- }
1683
-
1684
- .e-bigger .e-de-border-style-div.e-de-rtl {
1685
- margin-left: 0;
1686
- margin-right: 16px;
1687
- }
1688
-
1689
1641
  .e-bigger .e-de-color-picker {
1690
1642
  height: 38px;
1691
1643
  width: 95px;
@@ -1697,33 +1649,6 @@
1697
1649
  width: 95px;
1698
1650
  }
1699
1651
 
1700
- .e-bigger .e-de-align-text {
1701
- margin-left: 16px;
1702
- }
1703
-
1704
- .e-bigger .e-de-align-text.e-de-rtl {
1705
- margin-left: 0;
1706
- margin-right: 16px;
1707
- }
1708
-
1709
- .e-bigger .e-de-insert-del-cell {
1710
- margin-left: 16px;
1711
- }
1712
-
1713
- .e-bigger .e-de-insert-del-cell.e-de-rtl {
1714
- margin-left: 0;
1715
- margin-right: 16px;
1716
- }
1717
-
1718
- .e-bigger .e-de-cell-margin {
1719
- margin-left: 14px;
1720
- }
1721
-
1722
- .e-bigger .e-de-cell-margin.e-de-rtl {
1723
- margin-left: 0;
1724
- margin-right: 14px;
1725
- }
1726
-
1727
1652
  .e-bigger .e-de-stylediv {
1728
1653
  padding-left: 16px;
1729
1654
  }
@@ -1779,6 +1704,17 @@
1779
1704
  margin-bottom: 16px;
1780
1705
  }
1781
1706
 
1707
+ .e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1708
+ .e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
1709
+ margin-right: 16px;
1710
+ }
1711
+
1712
+ .e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1713
+ .e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
1714
+ margin-left: 16px;
1715
+ margin-right: 0;
1716
+ }
1717
+
1782
1718
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1783
1719
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1784
1720
  margin-right: 16px;
@@ -1967,8 +1903,7 @@
1967
1903
 
1968
1904
  .e-bigger .e-de-property-div-padding {
1969
1905
  border-bottom: 0.5px solid #444c54;
1970
- padding-bottom: 14.5px;
1971
- padding-top: 15.5px;
1906
+ padding: 16px;
1972
1907
  }
1973
1908
 
1974
1909
  .e-bigger .e-de-font-clr-picker > div button,
@@ -469,6 +469,15 @@
469
469
  top: 100px;
470
470
  }
471
471
 
472
+ .e-de-scrollbar-hide::-webkit-scrollbar {
473
+ width: 0;
474
+ }
475
+
476
+ .e-de-scrollbar-hide {
477
+ -ms-overflow-style: none;
478
+ scrollbar-width: none;
479
+ }
480
+
472
481
  .e-de-toolbar {
473
482
  height: 100%;
474
483
  }
@@ -511,6 +520,7 @@
511
520
  border: 0;
512
521
  color: #495057;
513
522
  float: right;
523
+ font-weight: 400;
514
524
  height: 33px;
515
525
  box-shadow: none;
516
526
  }
@@ -546,13 +556,11 @@
546
556
  border: 0;
547
557
  box-shadow: none;
548
558
  float: right;
549
- height: 33px;
550
- margin-left: calc(100% - 395px);
551
- width: 33px;
559
+ margin-left: calc(100% - 360px);
552
560
  }
553
561
 
554
562
  .e-bigger .e-btn-pageweb-spellcheck {
555
- margin-left: calc(100% - 460px);
563
+ margin-left: calc(100% - 410px);
556
564
  }
557
565
 
558
566
  .e-de-ctn-title {
@@ -564,7 +572,7 @@
564
572
 
565
573
  .e-de-ctn-title button {
566
574
  font-size: 14px !important;
567
- height: 36px !important;
575
+ height: 36px !important;
568
576
  margin: 0 !important;
569
577
  }
570
578
 
@@ -610,9 +618,8 @@
610
618
 
611
619
  .e-de-statusbar-spellcheck {
612
620
  border-radius: 2px;
613
- height: 34px;
621
+ font-weight: 400;
614
622
  margin-left: 7.5px;
615
- width: 106px;
616
623
  }
617
624
 
618
625
  .e-de-ctn {
@@ -625,9 +632,7 @@
625
632
 
626
633
  .e-bigger .e-de-statusbar-spellcheck {
627
634
  border-radius: 2px;
628
- height: 34px;
629
635
  margin-left: 7.5px;
630
- width: 145px;
631
636
  }
632
637
 
633
638
  .e-de-ctnr-toolbar {
@@ -671,8 +676,7 @@
671
676
  }
672
677
 
673
678
  .e-bigger .e-de-property-div-padding {
674
- padding-bottom: 16px;
675
- padding-top: 16px;
679
+ padding: 16px;
676
680
  }
677
681
 
678
682
  .e-bigger .e-de-insert-del-cell > div:last-child {
@@ -1105,8 +1109,7 @@
1105
1109
 
1106
1110
  .e-de-property-div-padding {
1107
1111
  border-bottom: 0.5px solid #dee2e6;
1108
- padding-bottom: 12px;
1109
- padding-top: 12px;
1112
+ padding: 12px;
1110
1113
  }
1111
1114
 
1112
1115
  .e-de-ctnr-dropdown-ftr {
@@ -1119,7 +1122,8 @@
1119
1122
  text-indent: 1.2em;
1120
1123
  }
1121
1124
 
1122
- .e-de-char-fmt-btn-left > button {
1125
+ .e-de-char-fmt-btn-left > button,
1126
+ .e-de-insert-del-cell button {
1123
1127
  width: 38.75px;
1124
1128
  }
1125
1129
 
@@ -1135,8 +1139,9 @@
1135
1139
  width: 169px;
1136
1140
  }
1137
1141
 
1138
- .e-bigger .e-de-char-fmt-btn-left > button {
1139
- width: 38.75px;
1142
+ .e-bigger .e-de-char-fmt-btn-left > button,
1143
+ .e-bigger .e-de-insert-del-cell button {
1144
+ width: 44px;
1140
1145
  }
1141
1146
 
1142
1147
  .e-de-panel-right-width {
@@ -1508,7 +1513,7 @@
1508
1513
  color: #495057;
1509
1514
  float: right;
1510
1515
  height: 34px;
1511
- margin-left: calc(100% - 395px);
1516
+ margin-left: calc(100% - 360px);
1512
1517
  }
1513
1518
 
1514
1519
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -1517,7 +1522,7 @@
1517
1522
  color: #495057;
1518
1523
  float: right;
1519
1524
  height: 34px;
1520
- margin-left: calc(100% - 460px);
1525
+ margin-left: calc(100% - 410px);
1521
1526
  }
1522
1527
 
1523
1528
  .e-de-btn-cancel {
@@ -1555,37 +1560,6 @@
1555
1560
  padding-right: 12px;
1556
1561
  }
1557
1562
 
1558
- .e-de-border-style-div {
1559
- margin-left: 12px;
1560
- }
1561
-
1562
- .e-de-border-style-div.e-de-rtl {
1563
- margin-left: 0;
1564
- margin-right: 12px;
1565
- }
1566
-
1567
- .e-de-insert-del-cell {
1568
- margin-left: 12px;
1569
- }
1570
-
1571
- .e-de-insert-del-cell.e-de-rtl {
1572
- margin-left: 0;
1573
- margin-right: 12px;
1574
- }
1575
-
1576
- .e-de-cell-margin {
1577
- margin-left: 12px;
1578
- }
1579
-
1580
- .e-de-align-text {
1581
- margin-left: 12px;
1582
- }
1583
-
1584
- .e-de-align-text.e-de-rtl {
1585
- margin-left: 0;
1586
- margin-right: 12px;
1587
- }
1588
-
1589
1563
  .e-de-border-size-button {
1590
1564
  height: 31px;
1591
1565
  margin-top: 8px;
@@ -1597,27 +1571,22 @@
1597
1571
  width: 99px;
1598
1572
  }
1599
1573
 
1600
- .e-de-cell-div {
1601
- margin-left: 12px;
1602
- }
1603
-
1604
- .e-de-cell-div.e-de-rtl {
1605
- margin-left: 0;
1574
+ .e-de-cell-text-box {
1606
1575
  margin-right: 12px;
1607
1576
  }
1608
1577
 
1609
- .e-de-cell-text-box {
1610
- margin-right: 12px;
1578
+ .e-de-pane-rtl .e-de-cell-text-box {
1579
+ margin-left: 12px;
1580
+ margin-right: 0;
1611
1581
  }
1612
1582
 
1613
1583
  .e-de-prop-fill-label {
1614
- margin-left: 10.3px;
1615
1584
  margin-right: 8px;
1616
1585
  }
1617
1586
 
1618
1587
  .e-de-prop-fill-label.e-de-rtl {
1619
1588
  margin-left: 8px;
1620
- margin-right: 10.3px;
1589
+ margin-right: 0;
1621
1590
  }
1622
1591
 
1623
1592
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -1630,12 +1599,12 @@
1630
1599
 
1631
1600
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1632
1601
  height: 38px;
1633
- width: 38px;
1602
+ width: 39px;
1634
1603
  }
1635
1604
 
1636
1605
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1637
1606
  height: 42px;
1638
- width: 42px;
1607
+ width: 44px;
1639
1608
  }
1640
1609
 
1641
1610
  .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
@@ -1651,41 +1620,24 @@
1651
1620
  }
1652
1621
 
1653
1622
  .e-bigger .e-de-prop-fill-label {
1654
- margin-left: 14.5px;
1623
+ margin-left: 0;
1655
1624
  margin-right: 9.8px;
1656
1625
  }
1657
1626
 
1658
1627
  .e-bigger .e-de-prop-fill-label.e-de-rtl {
1659
1628
  margin-left: 9.8px;
1660
- margin-right: 14.5px;
1661
- }
1662
-
1663
- .e-bigger .e-de-cell-text-box {
1664
- margin-right: 16px;
1629
+ margin-right: 0px;
1665
1630
  }
1666
1631
 
1667
- .e-bigger .e-de-cell-div {
1632
+ .e-bigger .e-rtl .e-de-cell-text-box {
1668
1633
  margin-left: 16px;
1634
+ margin-right: 0;
1669
1635
  }
1670
1636
 
1671
1637
  .e-bigger .e-de-cell-div button {
1672
1638
  width: 45px !important;
1673
1639
  }
1674
1640
 
1675
- .e-bigger .e-de-cell-div.e-de-rtl {
1676
- margin-left: 0;
1677
- margin-right: 16px;
1678
- }
1679
-
1680
- .e-bigger .e-de-border-style-div {
1681
- margin-left: 16px;
1682
- }
1683
-
1684
- .e-bigger .e-de-border-style-div.e-de-rtl {
1685
- margin-left: 0;
1686
- margin-right: 16px;
1687
- }
1688
-
1689
1641
  .e-bigger .e-de-color-picker {
1690
1642
  height: 38px;
1691
1643
  width: 95px;
@@ -1697,33 +1649,6 @@
1697
1649
  width: 95px;
1698
1650
  }
1699
1651
 
1700
- .e-bigger .e-de-align-text {
1701
- margin-left: 16px;
1702
- }
1703
-
1704
- .e-bigger .e-de-align-text.e-de-rtl {
1705
- margin-left: 0;
1706
- margin-right: 16px;
1707
- }
1708
-
1709
- .e-bigger .e-de-insert-del-cell {
1710
- margin-left: 16px;
1711
- }
1712
-
1713
- .e-bigger .e-de-insert-del-cell.e-de-rtl {
1714
- margin-left: 0;
1715
- margin-right: 16px;
1716
- }
1717
-
1718
- .e-bigger .e-de-cell-margin {
1719
- margin-left: 14px;
1720
- }
1721
-
1722
- .e-bigger .e-de-cell-margin.e-de-rtl {
1723
- margin-left: 0;
1724
- margin-right: 14px;
1725
- }
1726
-
1727
1652
  .e-bigger .e-de-stylediv {
1728
1653
  padding-left: 16px;
1729
1654
  }
@@ -1779,6 +1704,17 @@
1779
1704
  margin-bottom: 16px;
1780
1705
  }
1781
1706
 
1707
+ .e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1708
+ .e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
1709
+ margin-right: 16px;
1710
+ }
1711
+
1712
+ .e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1713
+ .e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
1714
+ margin-left: 16px;
1715
+ margin-right: 0;
1716
+ }
1717
+
1782
1718
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1783
1719
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1784
1720
  margin-right: 16px;
@@ -1967,8 +1903,7 @@
1967
1903
 
1968
1904
  .e-bigger .e-de-property-div-padding {
1969
1905
  border-bottom: 0.5px solid #dee2e6;
1970
- padding-bottom: 14.5px;
1971
- padding-top: 15.5px;
1906
+ padding: 16px;
1972
1907
  }
1973
1908
 
1974
1909
  .e-bigger .e-de-font-clr-picker > div button,