@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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 (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -558,7 +558,7 @@
558
558
  }
559
559
 
560
560
  .e-de-statusbar-pageweb {
561
- background-color: #282d31;
561
+ background: #282d31;
562
562
  border: 0;
563
563
  box-shadow: none;
564
564
  float: right;
@@ -585,12 +585,22 @@
585
585
  font-size: 18px;
586
586
  }
587
587
 
588
+ .e-listview .e-list-icon {
589
+ height: 24px;
590
+ width: 16px;
591
+ margin-right: 12px;
592
+ }
593
+
594
+ .e-de-listview-icon {
595
+ line-height: 22px;
596
+ }
597
+
588
598
  .e-de-linespacing {
589
599
  margin-top: 8px;
590
600
  }
591
601
 
592
602
  .e-de-statusbar-zoom {
593
- background-color: #282d31;
603
+ background: #282d31;
594
604
  border: 0;
595
605
  color: #ced4da;
596
606
  float: right;
@@ -727,7 +737,7 @@
727
737
 
728
738
  .e-de-tool-ctnr-properties-pane,
729
739
  .e-de-ctnr-properties-pane {
730
- background-color: #282d31;
740
+ background: #282d31;
731
741
  border-bottom: 1px solid #444c54;
732
742
  border-top: 1px solid #444c54;
733
743
  }
@@ -874,7 +884,7 @@
874
884
  margin: 0 14px;
875
885
  }
876
886
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
877
- margin-left: 8px;
887
+ margin-left: 8px !important;
878
888
  margin-right: 4px;
879
889
  }
880
890
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -890,20 +900,23 @@
890
900
  }
891
901
 
892
902
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
903
+ -ms-flex-direction: column;
904
+ flex-direction: column;
905
+ height: calc(100% - 10px);
893
906
  padding: 0;
894
- padding-bottom: 14px;
907
+ padding-bottom: 10px;
895
908
  }
896
909
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
897
910
  padding: 0;
898
- padding-bottom: 14px;
911
+ padding-bottom: 10px;
899
912
  }
900
913
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
901
914
  padding: 0;
902
- padding-bottom: 14px;
915
+ padding-bottom: 10px;
903
916
  }
904
917
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
905
918
  padding: 0;
906
- padding-bottom: 14px;
919
+ padding-bottom: 10px;
907
920
  }
908
921
 
909
922
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -949,7 +962,7 @@
949
962
  }
950
963
 
951
964
  .e-de-ctnr-group-btn .e-btn {
952
- background-color: #212529;
965
+ background: #212529;
953
966
  border-color: #444c54;
954
967
  }
955
968
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -1042,7 +1055,7 @@
1042
1055
  }
1043
1056
 
1044
1057
  .e-de-ctnr-properties-pane-btn .e-btn {
1045
- background-color: #282d31;
1058
+ background: #282d31;
1046
1059
  border-radius: 0;
1047
1060
  box-shadow: none;
1048
1061
  color: #0d6efd;
@@ -1084,6 +1097,7 @@
1084
1097
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1085
1098
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1086
1099
  padding: 0 !important;
1100
+ min-height: 16px;
1087
1101
  }
1088
1102
 
1089
1103
  .e-de-hdr-ftr-frst-div {
@@ -1192,7 +1206,7 @@
1192
1206
  }
1193
1207
 
1194
1208
  .e-bigger .e-de-panel-right-width {
1195
- width: 86px;
1209
+ width: 96px;
1196
1210
  }
1197
1211
  .e-bigger .e-de-char-fmt-btn-left > button,
1198
1212
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -1447,8 +1461,8 @@
1447
1461
  border: 1px solid #444c54;
1448
1462
  color: #ced4da;
1449
1463
  height: 129px;
1450
- margin-left: 78px;
1451
1464
  width: 94px;
1465
+ margin-left: 78px;
1452
1466
  }
1453
1467
 
1454
1468
  .e-de-toc-template1.e-de-rtl {
@@ -1503,7 +1517,7 @@
1503
1517
  }
1504
1518
 
1505
1519
  .e-de-status-bar {
1506
- background-color: #282d31;
1520
+ background: #282d31;
1507
1521
  display: -ms-flexbox;
1508
1522
  display: flex;
1509
1523
  padding-top: 4px;
@@ -1636,8 +1650,8 @@
1636
1650
  }
1637
1651
 
1638
1652
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1639
- height: 38px;
1640
1653
  width: 39px;
1654
+ height: 38px;
1641
1655
  }
1642
1656
 
1643
1657
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1649,6 +1663,15 @@
1649
1663
  width: 70px;
1650
1664
  }
1651
1665
 
1666
+ .e-rtl .e-listview .e-list-icon {
1667
+ height: 24px;
1668
+ width: 16px;
1669
+ margin-left: 12px;
1670
+ }
1671
+ .e-rtl .e-de-listview-icon {
1672
+ line-height: 22px;
1673
+ }
1674
+
1652
1675
  .e-bigger .de-split-button > div:first-child {
1653
1676
  margin-right: 0;
1654
1677
  }
@@ -1773,7 +1796,7 @@
1773
1796
  margin: 0 16px;
1774
1797
  }
1775
1798
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1776
- margin-left: 12px;
1799
+ margin-left: 12px !important;
1777
1800
  margin-right: 6px;
1778
1801
  }
1779
1802
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1790,22 +1813,22 @@
1790
1813
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1791
1814
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1792
1815
  padding: 0;
1793
- padding-bottom: 14px;
1816
+ padding-bottom: 10px;
1794
1817
  }
1795
1818
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1796
1819
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1797
1820
  padding: 0;
1798
- padding-bottom: 14px;
1821
+ padding-bottom: 10px;
1799
1822
  }
1800
1823
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1801
1824
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1802
1825
  padding: 0;
1803
- padding-bottom: 14px;
1826
+ padding-bottom: 10px;
1804
1827
  }
1805
1828
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1806
1829
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1807
1830
  padding: 0;
1808
- padding-bottom: 14px;
1831
+ padding-bottom: 10px;
1809
1832
  }
1810
1833
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1811
1834
  padding: 0 !important;
@@ -1821,7 +1844,7 @@
1821
1844
  width: 75px;
1822
1845
  }
1823
1846
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1824
- background-color: #282d31;
1847
+ background: #282d31;
1825
1848
  border-radius: 0;
1826
1849
  box-shadow: none;
1827
1850
  min-height: 100%;
@@ -2007,6 +2030,22 @@
2007
2030
  height: 0;
2008
2031
  line-height: 0.5;
2009
2032
  }
2033
+ .e-bigger .e-listview .e-list-icon {
2034
+ height: 24px;
2035
+ width: 16px;
2036
+ margin-right: 16px;
2037
+ }
2038
+ .e-bigger .e-de-listview-icon {
2039
+ line-height: 22px;
2040
+ }
2041
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2042
+ height: 24px;
2043
+ width: 16px;
2044
+ margin-left: 16px;
2045
+ }
2046
+ .e-bigger .e-rtl .e-de-listview-icon {
2047
+ line-height: 22px;
2048
+ }
2010
2049
 
2011
2050
  .e-de-ctn .e-de-bzr-button {
2012
2051
  background: #282d31;
@@ -558,7 +558,7 @@
558
558
  }
559
559
 
560
560
  .e-de-statusbar-pageweb {
561
- background-color: #f8f9fa;
561
+ background: #f8f9fa;
562
562
  border: 0;
563
563
  box-shadow: none;
564
564
  float: right;
@@ -585,12 +585,22 @@
585
585
  font-size: 18px;
586
586
  }
587
587
 
588
+ .e-listview .e-list-icon {
589
+ height: 24px;
590
+ width: 16px;
591
+ margin-right: 12px;
592
+ }
593
+
594
+ .e-de-listview-icon {
595
+ line-height: 22px;
596
+ }
597
+
588
598
  .e-de-linespacing {
589
599
  margin-top: 8px;
590
600
  }
591
601
 
592
602
  .e-de-statusbar-zoom {
593
- background-color: #f8f9fa;
603
+ background: #f8f9fa;
594
604
  border: 0;
595
605
  color: #495057;
596
606
  float: right;
@@ -727,7 +737,7 @@
727
737
 
728
738
  .e-de-tool-ctnr-properties-pane,
729
739
  .e-de-ctnr-properties-pane {
730
- background-color: #f8f9fa;
740
+ background: #f8f9fa;
731
741
  border-bottom: 1px solid #dee2e6;
732
742
  border-top: 1px solid #dee2e6;
733
743
  }
@@ -874,7 +884,7 @@
874
884
  margin: 0 14px;
875
885
  }
876
886
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
877
- margin-left: 8px;
887
+ margin-left: 8px !important;
878
888
  margin-right: 4px;
879
889
  }
880
890
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -890,20 +900,23 @@
890
900
  }
891
901
 
892
902
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
903
+ -ms-flex-direction: column;
904
+ flex-direction: column;
905
+ height: calc(100% - 10px);
893
906
  padding: 0;
894
- padding-bottom: 14px;
907
+ padding-bottom: 10px;
895
908
  }
896
909
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
897
910
  padding: 0;
898
- padding-bottom: 14px;
911
+ padding-bottom: 10px;
899
912
  }
900
913
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
901
914
  padding: 0;
902
- padding-bottom: 14px;
915
+ padding-bottom: 10px;
903
916
  }
904
917
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
905
918
  padding: 0;
906
- padding-bottom: 14px;
919
+ padding-bottom: 10px;
907
920
  }
908
921
 
909
922
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -949,7 +962,7 @@
949
962
  }
950
963
 
951
964
  .e-de-ctnr-group-btn .e-btn {
952
- background-color: #fff;
965
+ background: #fff;
953
966
  border-color: #dee2e6;
954
967
  }
955
968
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -1042,7 +1055,7 @@
1042
1055
  }
1043
1056
 
1044
1057
  .e-de-ctnr-properties-pane-btn .e-btn {
1045
- background-color: #f8f9fa;
1058
+ background: #f8f9fa;
1046
1059
  border-radius: 0;
1047
1060
  box-shadow: none;
1048
1061
  color: #0d6efd;
@@ -1084,6 +1097,7 @@
1084
1097
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1085
1098
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1086
1099
  padding: 0 !important;
1100
+ min-height: 16px;
1087
1101
  }
1088
1102
 
1089
1103
  .e-de-hdr-ftr-frst-div {
@@ -1192,7 +1206,7 @@
1192
1206
  }
1193
1207
 
1194
1208
  .e-bigger .e-de-panel-right-width {
1195
- width: 86px;
1209
+ width: 96px;
1196
1210
  }
1197
1211
  .e-bigger .e-de-char-fmt-btn-left > button,
1198
1212
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -1447,8 +1461,8 @@
1447
1461
  border: 1px solid #dee2e6;
1448
1462
  color: #495057;
1449
1463
  height: 129px;
1450
- margin-left: 78px;
1451
1464
  width: 94px;
1465
+ margin-left: 78px;
1452
1466
  }
1453
1467
 
1454
1468
  .e-de-toc-template1.e-de-rtl {
@@ -1503,7 +1517,7 @@
1503
1517
  }
1504
1518
 
1505
1519
  .e-de-status-bar {
1506
- background-color: #f8f9fa;
1520
+ background: #f8f9fa;
1507
1521
  display: -ms-flexbox;
1508
1522
  display: flex;
1509
1523
  padding-top: 4px;
@@ -1636,8 +1650,8 @@
1636
1650
  }
1637
1651
 
1638
1652
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1639
- height: 38px;
1640
1653
  width: 39px;
1654
+ height: 38px;
1641
1655
  }
1642
1656
 
1643
1657
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1649,6 +1663,15 @@
1649
1663
  width: 70px;
1650
1664
  }
1651
1665
 
1666
+ .e-rtl .e-listview .e-list-icon {
1667
+ height: 24px;
1668
+ width: 16px;
1669
+ margin-left: 12px;
1670
+ }
1671
+ .e-rtl .e-de-listview-icon {
1672
+ line-height: 22px;
1673
+ }
1674
+
1652
1675
  .e-bigger .de-split-button > div:first-child {
1653
1676
  margin-right: 0;
1654
1677
  }
@@ -1773,7 +1796,7 @@
1773
1796
  margin: 0 16px;
1774
1797
  }
1775
1798
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1776
- margin-left: 12px;
1799
+ margin-left: 12px !important;
1777
1800
  margin-right: 6px;
1778
1801
  }
1779
1802
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1790,22 +1813,22 @@
1790
1813
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1791
1814
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1792
1815
  padding: 0;
1793
- padding-bottom: 14px;
1816
+ padding-bottom: 10px;
1794
1817
  }
1795
1818
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1796
1819
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1797
1820
  padding: 0;
1798
- padding-bottom: 14px;
1821
+ padding-bottom: 10px;
1799
1822
  }
1800
1823
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1801
1824
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1802
1825
  padding: 0;
1803
- padding-bottom: 14px;
1826
+ padding-bottom: 10px;
1804
1827
  }
1805
1828
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1806
1829
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1807
1830
  padding: 0;
1808
- padding-bottom: 14px;
1831
+ padding-bottom: 10px;
1809
1832
  }
1810
1833
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1811
1834
  padding: 0 !important;
@@ -1821,7 +1844,7 @@
1821
1844
  width: 75px;
1822
1845
  }
1823
1846
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1824
- background-color: #f8f9fa;
1847
+ background: #f8f9fa;
1825
1848
  border-radius: 0;
1826
1849
  box-shadow: none;
1827
1850
  min-height: 100%;
@@ -2007,6 +2030,22 @@
2007
2030
  height: 0;
2008
2031
  line-height: 0.5;
2009
2032
  }
2033
+ .e-bigger .e-listview .e-list-icon {
2034
+ height: 24px;
2035
+ width: 16px;
2036
+ margin-right: 16px;
2037
+ }
2038
+ .e-bigger .e-de-listview-icon {
2039
+ line-height: 22px;
2040
+ }
2041
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2042
+ height: 24px;
2043
+ width: 16px;
2044
+ margin-left: 16px;
2045
+ }
2046
+ .e-bigger .e-rtl .e-de-listview-icon {
2047
+ line-height: 22px;
2048
+ }
2010
2049
 
2011
2050
  .e-de-ctn .e-de-bzr-button {
2012
2051
  background: #f8f9fa;
@@ -533,7 +533,7 @@
533
533
  }
534
534
 
535
535
  .e-de-statusbar-pageweb {
536
- background-color: #282727;
536
+ background: #282727;
537
537
  border: 0;
538
538
  box-shadow: none;
539
539
  float: right;
@@ -562,12 +562,22 @@
562
562
  font-size: 16px;
563
563
  }
564
564
 
565
+ .e-listview .e-list-icon {
566
+ height: 24px;
567
+ width: 16px;
568
+ margin-right: 12px;
569
+ }
570
+
571
+ .e-de-listview-icon {
572
+ line-height: 22px;
573
+ }
574
+
565
575
  .e-de-linespacing {
566
576
  margin-top: 12px;
567
577
  }
568
578
 
569
579
  .e-de-statusbar-zoom {
570
- background-color: #282727;
580
+ background: #282727;
571
581
  border: 0;
572
582
  color: #dadada;
573
583
  float: right;
@@ -675,7 +685,7 @@
675
685
 
676
686
  .e-de-tool-ctnr-properties-pane,
677
687
  .e-de-ctnr-properties-pane {
678
- background-color: #282727;
688
+ background: #282727;
679
689
  border-bottom: 1px solid #4a4848;
680
690
  border-top: 1px solid #4a4848;
681
691
  }
@@ -774,7 +784,7 @@
774
784
  margin: 0 5.5px;
775
785
  }
776
786
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
777
- margin-left: 12px;
787
+ margin-left: 12px !important;
778
788
  margin-right: 6px;
779
789
  }
780
790
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -790,20 +800,23 @@
790
800
  }
791
801
 
792
802
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
803
+ -ms-flex-direction: column;
804
+ flex-direction: column;
805
+ height: calc(100% - 10px);
793
806
  padding: 0;
794
- padding-bottom: 6px;
807
+ padding-bottom: 5px;
795
808
  }
796
809
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
797
810
  padding: 0;
798
- padding-bottom: 6px;
811
+ padding-bottom: 5px;
799
812
  }
800
813
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
801
814
  padding: 0;
802
- padding-bottom: 6px;
815
+ padding-bottom: 5px;
803
816
  }
804
817
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
805
818
  padding: 0;
806
- padding-bottom: 6px;
819
+ padding-bottom: 5px;
807
820
  }
808
821
 
809
822
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -832,7 +845,7 @@
832
845
  }
833
846
 
834
847
  .e-de-ctnr-properties-pane-btn .e-btn {
835
- background-color: #333232;
848
+ background: #333232;
836
849
  border-radius: 0;
837
850
  box-shadow: none;
838
851
  color: #007ddb;
@@ -874,6 +887,7 @@
874
887
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
875
888
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
876
889
  padding: 0 !important;
890
+ min-height: 16px;
877
891
  }
878
892
 
879
893
  .e-de-hdr-ftr-frst-div {
@@ -1228,8 +1242,8 @@
1228
1242
  border: 1px solid #4a4848;
1229
1243
  color: #c8c8c8;
1230
1244
  height: 129px;
1231
- margin-left: 78px;
1232
1245
  width: 94px;
1246
+ margin-left: 78px;
1233
1247
  }
1234
1248
 
1235
1249
  .e-de-toc-template1.e-de-rtl {
@@ -1284,7 +1298,7 @@
1284
1298
  }
1285
1299
 
1286
1300
  .e-de-status-bar {
1287
- background-color: #282727;
1301
+ background: #282727;
1288
1302
  display: -ms-flexbox;
1289
1303
  display: flex;
1290
1304
  padding-top: 2.5px;
@@ -1417,8 +1431,8 @@
1417
1431
  }
1418
1432
 
1419
1433
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1420
- height: 38px;
1421
1434
  width: 38px;
1435
+ height: 38px;
1422
1436
  }
1423
1437
 
1424
1438
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1430,6 +1444,15 @@
1430
1444
  width: 70px;
1431
1445
  }
1432
1446
 
1447
+ .e-rtl .e-listview .e-list-icon {
1448
+ height: 24px;
1449
+ width: 16px;
1450
+ margin-left: 12px;
1451
+ }
1452
+ .e-rtl .e-de-listview-icon {
1453
+ line-height: 22px;
1454
+ }
1455
+
1433
1456
  .e-bigger .de-split-button > div:first-child {
1434
1457
  margin-right: 0;
1435
1458
  }
@@ -1542,7 +1565,7 @@
1542
1565
  margin: 0 7.5px;
1543
1566
  }
1544
1567
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1545
- margin-left: 16px;
1568
+ margin-left: 16px !important;
1546
1569
  margin-right: 8px;
1547
1570
  }
1548
1571
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1559,22 +1582,22 @@
1559
1582
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1560
1583
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1561
1584
  padding: 0;
1562
- padding-bottom: 6px;
1585
+ padding-bottom: 5px;
1563
1586
  }
1564
1587
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1565
1588
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1566
1589
  padding: 0;
1567
- padding-bottom: 6px;
1590
+ padding-bottom: 5px;
1568
1591
  }
1569
1592
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1570
1593
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1571
1594
  padding: 0;
1572
- padding-bottom: 6px;
1595
+ padding-bottom: 5px;
1573
1596
  }
1574
1597
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1575
1598
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1576
1599
  padding: 0;
1577
- padding-bottom: 6px;
1600
+ padding-bottom: 5px;
1578
1601
  }
1579
1602
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1580
1603
  padding: 0 !important;
@@ -1590,7 +1613,7 @@
1590
1613
  width: 75px;
1591
1614
  }
1592
1615
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1593
- background-color: #333232;
1616
+ background: #333232;
1594
1617
  border-radius: 0;
1595
1618
  box-shadow: none;
1596
1619
  min-height: 100%;
@@ -1618,7 +1641,7 @@
1618
1641
  }
1619
1642
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1620
1643
  display: table;
1621
- font-size: 12px;
1644
+ font-size: 12px !important;
1622
1645
  margin: 0 6px;
1623
1646
  padding: 0;
1624
1647
  white-space: normal;
@@ -1774,6 +1797,22 @@
1774
1797
  height: 0;
1775
1798
  line-height: 0;
1776
1799
  }
1800
+ .e-bigger .e-listview .e-list-icon {
1801
+ height: 24px;
1802
+ width: 16px;
1803
+ margin-right: 16px;
1804
+ }
1805
+ .e-bigger .e-de-listview-icon {
1806
+ line-height: 22px;
1807
+ }
1808
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1809
+ height: 24px;
1810
+ width: 16px;
1811
+ margin-left: 16px;
1812
+ }
1813
+ .e-bigger .e-rtl .e-de-listview-icon {
1814
+ line-height: 22px;
1815
+ }
1777
1816
 
1778
1817
  .e-de-ctn .e-de-bzr-button {
1779
1818
  font-size: 12px;