@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
@@ -463,31 +463,31 @@
463
463
  .e-de-ctnr-columns-one::before {
464
464
  content: "\e8b9";
465
465
  font-family: "e-icons";
466
- font-size: 60px;
466
+ font-size: 68px;
467
467
  }
468
468
 
469
469
  .e-de-ctnr-columns-two::before {
470
470
  content: "\e8ba";
471
471
  font-family: "e-icons";
472
- font-size: 60px;
472
+ font-size: 68px;
473
473
  }
474
474
 
475
475
  .e-de-ctnr-columns-three::before {
476
476
  content: "\e8bb";
477
477
  font-family: "e-icons";
478
- font-size: 60px;
478
+ font-size: 68px;
479
479
  }
480
480
 
481
481
  .e-de-ctnr-columns-right::before {
482
482
  content: "\e8b7";
483
483
  font-family: "e-icons";
484
- font-size: 60px;
484
+ font-size: 68px;
485
485
  }
486
486
 
487
487
  .e-de-ctnr-columns-left::before {
488
488
  content: "\e8b8";
489
489
  font-family: "e-icons";
490
- font-size: 60px;
490
+ font-size: 68px;
491
491
  }
492
492
 
493
493
  .e-de-toolbar {
@@ -568,7 +568,7 @@
568
568
  }
569
569
 
570
570
  .e-de-statusbar-pageweb {
571
- background-color: #faf9f8;
571
+ background: #faf9f8;
572
572
  border: 0;
573
573
  box-shadow: none;
574
574
  float: right;
@@ -592,12 +592,22 @@
592
592
  font-size: 18px;
593
593
  }
594
594
 
595
+ .e-listview .e-list-icon {
596
+ height: 24px;
597
+ width: 16px;
598
+ margin-right: 16px;
599
+ }
600
+
601
+ .e-de-listview-icon {
602
+ line-height: 22px;
603
+ }
604
+
595
605
  .e-de-linespacing {
596
606
  margin-top: 8px;
597
607
  }
598
608
 
599
609
  .e-de-statusbar-zoom {
600
- background-color: #faf9f8;
610
+ background: #faf9f8;
601
611
  border: 0;
602
612
  color: #3b3a39;
603
613
  float: right;
@@ -733,7 +743,7 @@
733
743
 
734
744
  .e-de-tool-ctnr-properties-pane,
735
745
  .e-de-ctnr-properties-pane {
736
- background-color: #faf9f8;
746
+ background: #faf9f8;
737
747
  border-bottom: 1px solid #edebe9;
738
748
  border-top: 1px solid #edebe9;
739
749
  }
@@ -881,7 +891,7 @@
881
891
  margin: 0 12px;
882
892
  }
883
893
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
884
- margin-left: 8px;
894
+ margin-left: 8px !important;
885
895
  margin-right: 4px;
886
896
  }
887
897
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -897,20 +907,23 @@
897
907
  }
898
908
 
899
909
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
910
+ -ms-flex-direction: column;
911
+ flex-direction: column;
912
+ height: calc(100% - 10px);
900
913
  padding: 0;
901
- padding-bottom: 14px;
914
+ padding-bottom: 8px;
902
915
  }
903
916
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
904
917
  padding: 0;
905
- padding-bottom: 14px;
918
+ padding-bottom: 8px;
906
919
  }
907
920
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
908
921
  padding: 0;
909
- padding-bottom: 14px;
922
+ padding-bottom: 8px;
910
923
  }
911
924
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
912
925
  padding: 0;
913
- padding-bottom: 14px;
926
+ padding-bottom: 8px;
914
927
  }
915
928
 
916
929
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -939,7 +952,7 @@
939
952
  }
940
953
 
941
954
  .e-de-ctnr-properties-pane-btn .e-btn {
942
- background-color: #f3f2f1;
955
+ background: #f3f2f1;
943
956
  border-radius: 0;
944
957
  box-shadow: none;
945
958
  color: #0078d4;
@@ -981,6 +994,7 @@
981
994
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
982
995
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
983
996
  padding: 0 !important;
997
+ min-height: 16px;
984
998
  }
985
999
 
986
1000
  .e-de-hdr-ftr-frst-div {
@@ -1092,7 +1106,7 @@
1092
1106
  }
1093
1107
 
1094
1108
  .e-bigger .e-de-panel-right-width {
1095
- width: 92px;
1109
+ width: 96px;
1096
1110
  }
1097
1111
  .e-bigger .e-de-char-fmt-btn-left > button,
1098
1112
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -1346,8 +1360,8 @@
1346
1360
  border: 1px solid #edebe9;
1347
1361
  color: #3b3a39;
1348
1362
  height: 129px;
1349
- margin-left: 78px;
1350
1363
  width: 94px;
1364
+ margin-left: 78px;
1351
1365
  }
1352
1366
 
1353
1367
  .e-de-toc-template1.e-de-rtl {
@@ -1402,7 +1416,7 @@
1402
1416
  }
1403
1417
 
1404
1418
  .e-de-status-bar {
1405
- background-color: #faf9f8;
1419
+ background: #faf9f8;
1406
1420
  display: -ms-flexbox;
1407
1421
  display: flex;
1408
1422
  padding-top: 4px;
@@ -1535,8 +1549,8 @@
1535
1549
  }
1536
1550
 
1537
1551
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1538
- height: 38px;
1539
1552
  width: 38px;
1553
+ height: 38px;
1540
1554
  }
1541
1555
 
1542
1556
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1548,6 +1562,15 @@
1548
1562
  width: 70px;
1549
1563
  }
1550
1564
 
1565
+ .e-rtl .e-listview .e-list-icon {
1566
+ height: 24px;
1567
+ width: 16px;
1568
+ margin-left: 16px;
1569
+ }
1570
+ .e-rtl .e-de-listview-icon {
1571
+ line-height: 22px;
1572
+ }
1573
+
1551
1574
  .e-bigger .de-split-button > div:first-child {
1552
1575
  margin-right: 0;
1553
1576
  }
@@ -1660,7 +1683,7 @@
1660
1683
  margin: 0 14px;
1661
1684
  }
1662
1685
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1663
- margin-left: 10px;
1686
+ margin-left: 10px !important;
1664
1687
  margin-right: 6px;
1665
1688
  }
1666
1689
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1677,22 +1700,22 @@
1677
1700
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1678
1701
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1679
1702
  padding: 0;
1680
- padding-bottom: 14px;
1703
+ padding-bottom: 8px;
1681
1704
  }
1682
1705
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1683
1706
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1684
1707
  padding: 0;
1685
- padding-bottom: 14px;
1708
+ padding-bottom: 8px;
1686
1709
  }
1687
1710
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1688
1711
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1689
1712
  padding: 0;
1690
- padding-bottom: 14px;
1713
+ padding-bottom: 8px;
1691
1714
  }
1692
1715
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1693
1716
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1694
1717
  padding: 0;
1695
- padding-bottom: 14px;
1718
+ padding-bottom: 8px;
1696
1719
  }
1697
1720
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1698
1721
  padding: 0 !important;
@@ -1708,7 +1731,7 @@
1708
1731
  width: 75px;
1709
1732
  }
1710
1733
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1711
- background-color: #f3f2f1;
1734
+ background: #f3f2f1;
1712
1735
  border-radius: 0;
1713
1736
  box-shadow: none;
1714
1737
  min-height: 100%;
@@ -1892,6 +1915,22 @@
1892
1915
  height: 0;
1893
1916
  line-height: 0.5;
1894
1917
  }
1918
+ .e-bigger .e-listview .e-list-icon {
1919
+ height: 24px;
1920
+ width: 16px;
1921
+ margin-right: 20px;
1922
+ }
1923
+ .e-bigger .e-de-listview-icon {
1924
+ line-height: 22px;
1925
+ }
1926
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1927
+ height: 24px;
1928
+ width: 16px;
1929
+ margin-left: 20px;
1930
+ }
1931
+ .e-bigger .e-rtl .e-de-listview-icon {
1932
+ line-height: 22px;
1933
+ }
1895
1934
 
1896
1935
  .e-de-ctn .e-de-bzr-button {
1897
1936
  font-size: 12px;
@@ -1949,9 +1988,6 @@
1949
1988
  padding-top: 0 !important;
1950
1989
  }
1951
1990
 
1952
- .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
1953
- font-size: 16px;
1954
- }
1955
1991
  .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
1956
1992
  font-size: 18px;
1957
1993
  padding-bottom: 4px;
@@ -2570,7 +2570,7 @@ label[for=container_wholeWord] {
2570
2570
  }
2571
2571
 
2572
2572
  .e-de-statusbar-pageweb {
2573
- background-color: #fff;
2573
+ background: #fff;
2574
2574
  border: 0;
2575
2575
  box-shadow: none;
2576
2576
  float: right;
@@ -2599,12 +2599,22 @@ label[for=container_wholeWord] {
2599
2599
  font-size: 16px;
2600
2600
  }
2601
2601
 
2602
+ .e-listview .e-list-icon {
2603
+ height: 24px;
2604
+ width: 16px;
2605
+ margin-right: 12px;
2606
+ }
2607
+
2608
+ .e-de-listview-icon {
2609
+ line-height: 22px;
2610
+ }
2611
+
2602
2612
  .e-de-linespacing {
2603
2613
  margin-top: 11px;
2604
2614
  }
2605
2615
 
2606
2616
  .e-de-statusbar-zoom {
2607
- background-color: #fff;
2617
+ background: #fff;
2608
2618
  border: 0;
2609
2619
  color: #000;
2610
2620
  float: right;
@@ -2712,7 +2722,7 @@ label[for=container_wholeWord] {
2712
2722
 
2713
2723
  .e-de-tool-ctnr-properties-pane,
2714
2724
  .e-de-ctnr-properties-pane {
2715
- background-color: #fff;
2725
+ background: #fff;
2716
2726
  border-bottom: 1px solid #000;
2717
2727
  border-top: 1px solid #000;
2718
2728
  }
@@ -2811,7 +2821,7 @@ label[for=container_wholeWord] {
2811
2821
  margin: 0 5.5px;
2812
2822
  }
2813
2823
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
2814
- margin-left: 12px;
2824
+ margin-left: 12px !important;
2815
2825
  margin-right: 6px;
2816
2826
  }
2817
2827
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -2827,20 +2837,23 @@ label[for=container_wholeWord] {
2827
2837
  }
2828
2838
 
2829
2839
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2840
+ -ms-flex-direction: column;
2841
+ flex-direction: column;
2842
+ height: calc(100% - 10px);
2830
2843
  padding: 0;
2831
- padding-bottom: 6px;
2844
+ padding-bottom: 5px;
2832
2845
  }
2833
2846
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2834
2847
  padding: 0;
2835
- padding-bottom: 6px;
2848
+ padding-bottom: 5px;
2836
2849
  }
2837
2850
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
2838
2851
  padding: 0;
2839
- padding-bottom: 6px;
2852
+ padding-bottom: 5px;
2840
2853
  }
2841
2854
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
2842
2855
  padding: 0;
2843
- padding-bottom: 6px;
2856
+ padding-bottom: 5px;
2844
2857
  }
2845
2858
 
2846
2859
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -2869,7 +2882,7 @@ label[for=container_wholeWord] {
2869
2882
  }
2870
2883
 
2871
2884
  .e-de-ctnr-properties-pane-btn .e-btn {
2872
- background-color: #fff;
2885
+ background: #fff;
2873
2886
  border-radius: 0;
2874
2887
  box-shadow: none;
2875
2888
  color: #35363b;
@@ -2911,6 +2924,7 @@ label[for=container_wholeWord] {
2911
2924
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
2912
2925
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2913
2926
  padding: 0 !important;
2927
+ min-height: 16px;
2914
2928
  }
2915
2929
 
2916
2930
  .e-de-hdr-ftr-frst-div {
@@ -3265,8 +3279,8 @@ label[for=container_wholeWord] {
3265
3279
  border: 1px solid #000;
3266
3280
  color: #000;
3267
3281
  height: 129px;
3268
- margin-left: 78px;
3269
3282
  width: 94px;
3283
+ margin-left: 78px;
3270
3284
  }
3271
3285
 
3272
3286
  .e-de-toc-template1.e-de-rtl {
@@ -3321,7 +3335,7 @@ label[for=container_wholeWord] {
3321
3335
  }
3322
3336
 
3323
3337
  .e-de-status-bar {
3324
- background-color: #fff;
3338
+ background: #fff;
3325
3339
  display: -ms-flexbox;
3326
3340
  display: flex;
3327
3341
  padding-top: 1.5px;
@@ -3454,8 +3468,8 @@ label[for=container_wholeWord] {
3454
3468
  }
3455
3469
 
3456
3470
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
3457
- height: 38px;
3458
3471
  width: 38px;
3472
+ height: 38px;
3459
3473
  }
3460
3474
 
3461
3475
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -3467,6 +3481,15 @@ label[for=container_wholeWord] {
3467
3481
  width: 70px;
3468
3482
  }
3469
3483
 
3484
+ .e-rtl .e-listview .e-list-icon {
3485
+ height: 24px;
3486
+ width: 16px;
3487
+ margin-left: 12px;
3488
+ }
3489
+ .e-rtl .e-de-listview-icon {
3490
+ line-height: 22px;
3491
+ }
3492
+
3470
3493
  .e-bigger .de-split-button > div:first-child {
3471
3494
  margin-right: 0;
3472
3495
  }
@@ -3579,7 +3602,7 @@ label[for=container_wholeWord] {
3579
3602
  margin: 0 7.5px;
3580
3603
  }
3581
3604
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
3582
- margin-left: 16px;
3605
+ margin-left: 16px !important;
3583
3606
  margin-right: 8px;
3584
3607
  }
3585
3608
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -3596,22 +3619,22 @@ label[for=container_wholeWord] {
3596
3619
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
3597
3620
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
3598
3621
  padding: 0;
3599
- padding-bottom: 6px;
3622
+ padding-bottom: 5px;
3600
3623
  }
3601
3624
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
3602
3625
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
3603
3626
  padding: 0;
3604
- padding-bottom: 6px;
3627
+ padding-bottom: 5px;
3605
3628
  }
3606
3629
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
3607
3630
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
3608
3631
  padding: 0;
3609
- padding-bottom: 6px;
3632
+ padding-bottom: 5px;
3610
3633
  }
3611
3634
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
3612
3635
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
3613
3636
  padding: 0;
3614
- padding-bottom: 6px;
3637
+ padding-bottom: 5px;
3615
3638
  }
3616
3639
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
3617
3640
  padding: 0 !important;
@@ -3627,7 +3650,7 @@ label[for=container_wholeWord] {
3627
3650
  width: 75px;
3628
3651
  }
3629
3652
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
3630
- background-color: #fff;
3653
+ background: #fff;
3631
3654
  border-radius: 0;
3632
3655
  box-shadow: none;
3633
3656
  min-height: 100%;
@@ -3655,7 +3678,7 @@ label[for=container_wholeWord] {
3655
3678
  }
3656
3679
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
3657
3680
  display: table;
3658
- font-size: 12px;
3681
+ font-size: 12px !important;
3659
3682
  margin: 0 6px;
3660
3683
  padding: 0;
3661
3684
  white-space: normal;
@@ -3811,6 +3834,22 @@ label[for=container_wholeWord] {
3811
3834
  height: 0;
3812
3835
  line-height: 0;
3813
3836
  }
3837
+ .e-bigger .e-listview .e-list-icon {
3838
+ height: 24px;
3839
+ width: 16px;
3840
+ margin-right: 16px;
3841
+ }
3842
+ .e-bigger .e-de-listview-icon {
3843
+ line-height: 22px;
3844
+ }
3845
+ .e-bigger .e-rtl .e-listview .e-list-icon {
3846
+ height: 24px;
3847
+ width: 16px;
3848
+ margin-left: 16px;
3849
+ }
3850
+ .e-bigger .e-rtl .e-de-listview-icon {
3851
+ line-height: 22px;
3852
+ }
3814
3853
 
3815
3854
  .e-de-ctn .e-de-bzr-button {
3816
3855
  font-size: 12px;
@@ -532,7 +532,7 @@
532
532
  }
533
533
 
534
534
  .e-de-statusbar-pageweb {
535
- background-color: #000;
535
+ background: #000;
536
536
  border: 0;
537
537
  box-shadow: none;
538
538
  float: right;
@@ -561,12 +561,22 @@
561
561
  font-size: 16px;
562
562
  }
563
563
 
564
+ .e-listview .e-list-icon {
565
+ height: 24px;
566
+ width: 16px;
567
+ margin-right: 12px;
568
+ }
569
+
570
+ .e-de-listview-icon {
571
+ line-height: 22px;
572
+ }
573
+
564
574
  .e-de-linespacing {
565
575
  margin-top: 11px;
566
576
  }
567
577
 
568
578
  .e-de-statusbar-zoom {
569
- background-color: #000;
579
+ background: #000;
570
580
  border: 0;
571
581
  color: #fff;
572
582
  float: right;
@@ -674,7 +684,7 @@
674
684
 
675
685
  .e-de-tool-ctnr-properties-pane,
676
686
  .e-de-ctnr-properties-pane {
677
- background-color: #000;
687
+ background: #000;
678
688
  border-bottom: 1px solid #fff;
679
689
  border-top: 1px solid #fff;
680
690
  }
@@ -773,7 +783,7 @@
773
783
  margin: 0 5.5px;
774
784
  }
775
785
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
776
- margin-left: 12px;
786
+ margin-left: 12px !important;
777
787
  margin-right: 6px;
778
788
  }
779
789
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -789,20 +799,23 @@
789
799
  }
790
800
 
791
801
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
802
+ -ms-flex-direction: column;
803
+ flex-direction: column;
804
+ height: calc(100% - 10px);
792
805
  padding: 0;
793
- padding-bottom: 6px;
806
+ padding-bottom: 5px;
794
807
  }
795
808
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
796
809
  padding: 0;
797
- padding-bottom: 6px;
810
+ padding-bottom: 5px;
798
811
  }
799
812
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
800
813
  padding: 0;
801
- padding-bottom: 6px;
814
+ padding-bottom: 5px;
802
815
  }
803
816
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
804
817
  padding: 0;
805
- padding-bottom: 6px;
818
+ padding-bottom: 5px;
806
819
  }
807
820
 
808
821
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -831,7 +844,7 @@
831
844
  }
832
845
 
833
846
  .e-de-ctnr-properties-pane-btn .e-btn {
834
- background-color: #000;
847
+ background: #000;
835
848
  border-radius: 0;
836
849
  box-shadow: none;
837
850
  color: #ffd939;
@@ -873,6 +886,7 @@
873
886
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
874
887
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
875
888
  padding: 0 !important;
889
+ min-height: 16px;
876
890
  }
877
891
 
878
892
  .e-de-hdr-ftr-frst-div {
@@ -1236,8 +1250,8 @@
1236
1250
  border: 1px solid #fff;
1237
1251
  color: #fff;
1238
1252
  height: 129px;
1239
- margin-left: 78px;
1240
1253
  width: 94px;
1254
+ margin-left: 78px;
1241
1255
  }
1242
1256
 
1243
1257
  .e-de-toc-template1.e-de-rtl {
@@ -1292,7 +1306,7 @@
1292
1306
  }
1293
1307
 
1294
1308
  .e-de-status-bar {
1295
- background-color: #000;
1309
+ background: #000;
1296
1310
  display: -ms-flexbox;
1297
1311
  display: flex;
1298
1312
  padding-top: 1.5px;
@@ -1425,8 +1439,8 @@
1425
1439
  }
1426
1440
 
1427
1441
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1428
- height: 38px;
1429
1442
  width: 38px;
1443
+ height: 38px;
1430
1444
  }
1431
1445
 
1432
1446
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1438,6 +1452,15 @@
1438
1452
  width: 70px;
1439
1453
  }
1440
1454
 
1455
+ .e-rtl .e-listview .e-list-icon {
1456
+ height: 24px;
1457
+ width: 16px;
1458
+ margin-left: 12px;
1459
+ }
1460
+ .e-rtl .e-de-listview-icon {
1461
+ line-height: 22px;
1462
+ }
1463
+
1441
1464
  .e-bigger .de-split-button > div:first-child {
1442
1465
  margin-right: 0;
1443
1466
  }
@@ -1550,7 +1573,7 @@
1550
1573
  margin: 0 7.5px;
1551
1574
  }
1552
1575
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1553
- margin-left: 16px;
1576
+ margin-left: 16px !important;
1554
1577
  margin-right: 8px;
1555
1578
  }
1556
1579
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1567,22 +1590,22 @@
1567
1590
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1568
1591
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1569
1592
  padding: 0;
1570
- padding-bottom: 6px;
1593
+ padding-bottom: 5px;
1571
1594
  }
1572
1595
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1573
1596
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1574
1597
  padding: 0;
1575
- padding-bottom: 6px;
1598
+ padding-bottom: 5px;
1576
1599
  }
1577
1600
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1578
1601
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1579
1602
  padding: 0;
1580
- padding-bottom: 6px;
1603
+ padding-bottom: 5px;
1581
1604
  }
1582
1605
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1583
1606
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1584
1607
  padding: 0;
1585
- padding-bottom: 6px;
1608
+ padding-bottom: 5px;
1586
1609
  }
1587
1610
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1588
1611
  padding: 0 !important;
@@ -1598,7 +1621,7 @@
1598
1621
  width: 75px;
1599
1622
  }
1600
1623
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1601
- background-color: #000;
1624
+ background: #000;
1602
1625
  border-radius: 0;
1603
1626
  box-shadow: none;
1604
1627
  min-height: 100%;
@@ -1626,7 +1649,7 @@
1626
1649
  }
1627
1650
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1628
1651
  display: table;
1629
- font-size: 12px;
1652
+ font-size: 12px !important;
1630
1653
  margin: 0 6px;
1631
1654
  padding: 0;
1632
1655
  white-space: normal;
@@ -1782,6 +1805,22 @@
1782
1805
  height: 0;
1783
1806
  line-height: 0;
1784
1807
  }
1808
+ .e-bigger .e-listview .e-list-icon {
1809
+ height: 24px;
1810
+ width: 16px;
1811
+ margin-right: 16px;
1812
+ }
1813
+ .e-bigger .e-de-listview-icon {
1814
+ line-height: 22px;
1815
+ }
1816
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1817
+ height: 24px;
1818
+ width: 16px;
1819
+ margin-left: 16px;
1820
+ }
1821
+ .e-bigger .e-rtl .e-de-listview-icon {
1822
+ line-height: 22px;
1823
+ }
1785
1824
 
1786
1825
  .e-de-ctn .e-de-bzr-button {
1787
1826
  font-size: 12px;