@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
@@ -535,7 +535,7 @@
535
535
  }
536
536
 
537
537
  .e-de-statusbar-pageweb {
538
- background-color: #303030;
538
+ background: #303030;
539
539
  border: 0;
540
540
  box-shadow: none;
541
541
  float: right;
@@ -564,12 +564,22 @@
564
564
  font-size: 16px;
565
565
  }
566
566
 
567
+ .e-listview .e-list-icon {
568
+ height: 24px;
569
+ width: 16px;
570
+ margin-right: 12px;
571
+ }
572
+
573
+ .e-de-listview-icon {
574
+ line-height: 22px;
575
+ }
576
+
567
577
  .e-de-linespacing {
568
578
  margin-top: 11px;
569
579
  }
570
580
 
571
581
  .e-de-statusbar-zoom {
572
- background-color: #303030;
582
+ background: #303030;
573
583
  border: 0;
574
584
  color: #fff;
575
585
  float: right;
@@ -677,7 +687,7 @@
677
687
 
678
688
  .e-de-tool-ctnr-properties-pane,
679
689
  .e-de-ctnr-properties-pane {
680
- background-color: #303030;
690
+ background: #303030;
681
691
  border-bottom: 1px solid #616161;
682
692
  border-top: 1px solid #616161;
683
693
  }
@@ -776,7 +786,7 @@
776
786
  margin: 0 5.5px;
777
787
  }
778
788
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
779
- margin-left: 12px;
789
+ margin-left: 12px !important;
780
790
  margin-right: 6px;
781
791
  }
782
792
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -792,20 +802,23 @@
792
802
  }
793
803
 
794
804
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
805
+ -ms-flex-direction: column;
806
+ flex-direction: column;
807
+ height: calc(100% - 10px);
795
808
  padding: 0;
796
- padding-bottom: 6px;
809
+ padding-bottom: 5px;
797
810
  }
798
811
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
799
812
  padding: 0;
800
- padding-bottom: 6px;
813
+ padding-bottom: 5px;
801
814
  }
802
815
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
803
816
  padding: 0;
804
- padding-bottom: 6px;
817
+ padding-bottom: 5px;
805
818
  }
806
819
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
807
820
  padding: 0;
808
- padding-bottom: 6px;
821
+ padding-bottom: 5px;
809
822
  }
810
823
 
811
824
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -834,7 +847,7 @@
834
847
  }
835
848
 
836
849
  .e-de-ctnr-properties-pane-btn .e-btn {
837
- background-color: #212121;
850
+ background: #212121;
838
851
  border-radius: 0;
839
852
  box-shadow: none;
840
853
  color: #3f51b5;
@@ -876,6 +889,7 @@
876
889
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
877
890
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
878
891
  padding: 0 !important;
892
+ min-height: 16px;
879
893
  }
880
894
 
881
895
  .e-de-hdr-ftr-frst-div {
@@ -1230,8 +1244,8 @@
1230
1244
  border: 1px solid #616161;
1231
1245
  color: #9e9e9e;
1232
1246
  height: 129px;
1233
- margin-left: 78px;
1234
1247
  width: 94px;
1248
+ margin-left: 78px;
1235
1249
  }
1236
1250
 
1237
1251
  .e-de-toc-template1.e-de-rtl {
@@ -1286,7 +1300,7 @@
1286
1300
  }
1287
1301
 
1288
1302
  .e-de-status-bar {
1289
- background-color: #303030;
1303
+ background: #303030;
1290
1304
  display: -ms-flexbox;
1291
1305
  display: flex;
1292
1306
  padding-top: 2.5px;
@@ -1419,8 +1433,8 @@
1419
1433
  }
1420
1434
 
1421
1435
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1422
- height: 38px;
1423
1436
  width: 38px;
1437
+ height: 38px;
1424
1438
  }
1425
1439
 
1426
1440
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1432,6 +1446,15 @@
1432
1446
  width: 70px;
1433
1447
  }
1434
1448
 
1449
+ .e-rtl .e-listview .e-list-icon {
1450
+ height: 24px;
1451
+ width: 16px;
1452
+ margin-left: 12px;
1453
+ }
1454
+ .e-rtl .e-de-listview-icon {
1455
+ line-height: 22px;
1456
+ }
1457
+
1435
1458
  .e-bigger .de-split-button > div:first-child {
1436
1459
  margin-right: 0;
1437
1460
  }
@@ -1544,7 +1567,7 @@
1544
1567
  margin: 0 7.5px;
1545
1568
  }
1546
1569
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1547
- margin-left: 16px;
1570
+ margin-left: 16px !important;
1548
1571
  margin-right: 8px;
1549
1572
  }
1550
1573
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1561,22 +1584,22 @@
1561
1584
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1562
1585
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1563
1586
  padding: 0;
1564
- padding-bottom: 6px;
1587
+ padding-bottom: 5px;
1565
1588
  }
1566
1589
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1567
1590
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1568
1591
  padding: 0;
1569
- padding-bottom: 6px;
1592
+ padding-bottom: 5px;
1570
1593
  }
1571
1594
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1572
1595
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1573
1596
  padding: 0;
1574
- padding-bottom: 6px;
1597
+ padding-bottom: 5px;
1575
1598
  }
1576
1599
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1577
1600
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1578
1601
  padding: 0;
1579
- padding-bottom: 6px;
1602
+ padding-bottom: 5px;
1580
1603
  }
1581
1604
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1582
1605
  padding: 0 !important;
@@ -1592,7 +1615,7 @@
1592
1615
  width: 75px;
1593
1616
  }
1594
1617
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1595
- background-color: #212121;
1618
+ background: #212121;
1596
1619
  border-radius: 0;
1597
1620
  box-shadow: none;
1598
1621
  min-height: 100%;
@@ -1620,7 +1643,7 @@
1620
1643
  }
1621
1644
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1622
1645
  display: table;
1623
- font-size: 12px;
1646
+ font-size: 12px !important;
1624
1647
  margin: 0 6px;
1625
1648
  padding: 0;
1626
1649
  white-space: normal;
@@ -1776,6 +1799,22 @@
1776
1799
  height: 0;
1777
1800
  line-height: 0;
1778
1801
  }
1802
+ .e-bigger .e-listview .e-list-icon {
1803
+ height: 24px;
1804
+ width: 16px;
1805
+ margin-right: 12px;
1806
+ }
1807
+ .e-bigger .e-de-listview-icon {
1808
+ line-height: 22px;
1809
+ }
1810
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1811
+ height: 24px;
1812
+ width: 16px;
1813
+ margin-left: 12px;
1814
+ }
1815
+ .e-bigger .e-rtl .e-de-listview-icon {
1816
+ line-height: 22px;
1817
+ }
1779
1818
 
1780
1819
  .e-de-ctn .e-de-bzr-button {
1781
1820
  font-size: 12px;
@@ -535,7 +535,7 @@
535
535
  }
536
536
 
537
537
  .e-de-statusbar-pageweb {
538
- background-color: #fafafa;
538
+ background: #fafafa;
539
539
  border: 0;
540
540
  box-shadow: none;
541
541
  float: right;
@@ -564,12 +564,22 @@
564
564
  font-size: 16px;
565
565
  }
566
566
 
567
+ .e-listview .e-list-icon {
568
+ height: 24px;
569
+ width: 16px;
570
+ margin-right: 12px;
571
+ }
572
+
573
+ .e-de-listview-icon {
574
+ line-height: 22px;
575
+ }
576
+
567
577
  .e-de-linespacing {
568
578
  margin-top: 11px;
569
579
  }
570
580
 
571
581
  .e-de-statusbar-zoom {
572
- background-color: #fafafa;
582
+ background: #fafafa;
573
583
  border: 0;
574
584
  color: #000;
575
585
  float: right;
@@ -682,7 +692,7 @@
682
692
 
683
693
  .e-de-tool-ctnr-properties-pane,
684
694
  .e-de-ctnr-properties-pane {
685
- background-color: #fafafa;
695
+ background: #fafafa;
686
696
  border-bottom: 1px solid #eee;
687
697
  border-top: 1px solid #eee;
688
698
  }
@@ -781,7 +791,7 @@
781
791
  margin: 0 5.5px;
782
792
  }
783
793
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
784
- margin-left: 12px;
794
+ margin-left: 12px !important;
785
795
  margin-right: 6px;
786
796
  }
787
797
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -797,20 +807,23 @@
797
807
  }
798
808
 
799
809
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
810
+ -ms-flex-direction: column;
811
+ flex-direction: column;
812
+ height: calc(100% - 10px);
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:focus {
804
817
  padding: 0;
805
- padding-bottom: 6px;
818
+ padding-bottom: 5px;
806
819
  }
807
820
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
808
821
  padding: 0;
809
- padding-bottom: 6px;
822
+ padding-bottom: 5px;
810
823
  }
811
824
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
812
825
  padding: 0;
813
- padding-bottom: 6px;
826
+ padding-bottom: 5px;
814
827
  }
815
828
 
816
829
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -839,7 +852,7 @@
839
852
  }
840
853
 
841
854
  .e-de-ctnr-properties-pane-btn .e-btn {
842
- background-color: #fafafa;
855
+ background: #fafafa;
843
856
  border-radius: 0;
844
857
  box-shadow: none;
845
858
  color: #3f51b5;
@@ -881,6 +894,7 @@
881
894
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
882
895
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
883
896
  padding: 0 !important;
897
+ min-height: 16px;
884
898
  }
885
899
 
886
900
  .e-de-hdr-ftr-frst-div {
@@ -1235,8 +1249,8 @@
1235
1249
  border: 1px solid #eee;
1236
1250
  color: rgba(0, 0, 0, 0.54);
1237
1251
  height: 129px;
1238
- margin-left: 78px;
1239
1252
  width: 94px;
1253
+ margin-left: 78px;
1240
1254
  }
1241
1255
 
1242
1256
  .e-de-toc-template1.e-de-rtl {
@@ -1291,7 +1305,7 @@
1291
1305
  }
1292
1306
 
1293
1307
  .e-de-status-bar {
1294
- background-color: #fafafa;
1308
+ background: #fafafa;
1295
1309
  display: -ms-flexbox;
1296
1310
  display: flex;
1297
1311
  padding-top: 2.5px;
@@ -1424,8 +1438,8 @@
1424
1438
  }
1425
1439
 
1426
1440
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1427
- height: 38px;
1428
1441
  width: 38px;
1442
+ height: 38px;
1429
1443
  }
1430
1444
 
1431
1445
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1437,6 +1451,15 @@
1437
1451
  width: 70px;
1438
1452
  }
1439
1453
 
1454
+ .e-rtl .e-listview .e-list-icon {
1455
+ height: 24px;
1456
+ width: 16px;
1457
+ margin-left: 12px;
1458
+ }
1459
+ .e-rtl .e-de-listview-icon {
1460
+ line-height: 22px;
1461
+ }
1462
+
1440
1463
  .e-bigger .de-split-button > div:first-child {
1441
1464
  margin-right: 0;
1442
1465
  }
@@ -1553,7 +1576,7 @@
1553
1576
  margin: 0 7.5px;
1554
1577
  }
1555
1578
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1556
- margin-left: 16px;
1579
+ margin-left: 16px !important;
1557
1580
  margin-right: 8px;
1558
1581
  }
1559
1582
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1570,22 +1593,22 @@
1570
1593
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1571
1594
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1572
1595
  padding: 0;
1573
- padding-bottom: 6px;
1596
+ padding-bottom: 5px;
1574
1597
  }
1575
1598
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1576
1599
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1577
1600
  padding: 0;
1578
- padding-bottom: 6px;
1601
+ padding-bottom: 5px;
1579
1602
  }
1580
1603
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1581
1604
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1582
1605
  padding: 0;
1583
- padding-bottom: 6px;
1606
+ padding-bottom: 5px;
1584
1607
  }
1585
1608
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1586
1609
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1587
1610
  padding: 0;
1588
- padding-bottom: 6px;
1611
+ padding-bottom: 5px;
1589
1612
  }
1590
1613
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1591
1614
  padding: 0 !important;
@@ -1601,7 +1624,7 @@
1601
1624
  width: 75px;
1602
1625
  }
1603
1626
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1604
- background-color: #fafafa;
1627
+ background: #fafafa;
1605
1628
  border-radius: 0;
1606
1629
  box-shadow: none;
1607
1630
  min-height: 100%;
@@ -1785,6 +1808,22 @@
1785
1808
  height: 6px;
1786
1809
  line-height: 0;
1787
1810
  }
1811
+ .e-bigger .e-listview .e-list-icon {
1812
+ height: 24px;
1813
+ width: 16px;
1814
+ margin-right: 12px;
1815
+ }
1816
+ .e-bigger .e-de-listview-icon {
1817
+ line-height: 22px;
1818
+ }
1819
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1820
+ height: 24px;
1821
+ width: 16px;
1822
+ margin-left: 12px;
1823
+ }
1824
+ .e-bigger .e-rtl .e-de-listview-icon {
1825
+ line-height: 22px;
1826
+ }
1788
1827
 
1789
1828
  .e-de-ctn .e-de-bzr-button {
1790
1829
  font-size: 12px;
@@ -559,7 +559,7 @@
559
559
  }
560
560
 
561
561
  .e-de-statusbar-pageweb {
562
- background-color: #374151;
562
+ background: #374151;
563
563
  border: 0;
564
564
  box-shadow: none;
565
565
  float: right;
@@ -583,12 +583,22 @@
583
583
  font-size: 18px;
584
584
  }
585
585
 
586
+ .e-listview .e-list-icon {
587
+ height: 24px;
588
+ width: 16px;
589
+ margin-right: 10px;
590
+ }
591
+
592
+ .e-de-listview-icon {
593
+ line-height: 22px;
594
+ }
595
+
586
596
  .e-de-linespacing {
587
597
  margin-top: 8px;
588
598
  }
589
599
 
590
600
  .e-de-statusbar-zoom {
591
- background-color: #374151;
601
+ background: #374151;
592
602
  border: 0;
593
603
  color: #9ca3af;
594
604
  float: right;
@@ -722,7 +732,7 @@
722
732
 
723
733
  .e-de-tool-ctnr-properties-pane,
724
734
  .e-de-ctnr-properties-pane {
725
- background-color: #232e3e;
735
+ background: #232e3e;
726
736
  border-bottom: 1px solid #4b5563;
727
737
  border-top: 1px solid #4b5563;
728
738
  }
@@ -870,7 +880,7 @@
870
880
  margin: 0 8px;
871
881
  }
872
882
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
873
- margin-left: 8px;
883
+ margin-left: 8px !important;
874
884
  margin-right: 8px;
875
885
  }
876
886
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -886,20 +896,23 @@
886
896
  }
887
897
 
888
898
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
899
+ -ms-flex-direction: column;
900
+ flex-direction: column;
901
+ height: calc(100% - 10px);
889
902
  padding: 0;
890
- padding-bottom: 14px;
903
+ padding-bottom: 10px;
891
904
  }
892
905
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
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:active {
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:hover {
901
914
  padding: 0;
902
- padding-bottom: 14px;
915
+ padding-bottom: 10px;
903
916
  }
904
917
 
905
918
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -928,7 +941,7 @@
928
941
  }
929
942
 
930
943
  .e-de-ctnr-properties-pane-btn .e-btn {
931
- background-color: #374151;
944
+ background: #374151;
932
945
  border-radius: 0;
933
946
  box-shadow: none;
934
947
  color: #22d3ee;
@@ -970,6 +983,7 @@
970
983
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
971
984
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
972
985
  padding: 0 !important;
986
+ min-height: 16px;
973
987
  }
974
988
 
975
989
  .e-de-hdr-ftr-frst-div {
@@ -1085,7 +1099,7 @@
1085
1099
  }
1086
1100
 
1087
1101
  .e-bigger .e-de-panel-right-width {
1088
- width: 86px;
1102
+ width: 96px;
1089
1103
  }
1090
1104
  .e-bigger .e-de-char-fmt-btn-left > button,
1091
1105
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -1323,8 +1337,8 @@
1323
1337
  border: 1px solid #4b5563;
1324
1338
  color: #9ca3af;
1325
1339
  height: 129px;
1326
- margin-left: 78px;
1327
1340
  width: 94px;
1341
+ margin-left: 78px;
1328
1342
  }
1329
1343
 
1330
1344
  .e-de-toc-template1.e-de-rtl {
@@ -1380,7 +1394,7 @@
1380
1394
  }
1381
1395
 
1382
1396
  .e-de-status-bar {
1383
- background-color: #374151;
1397
+ background: #374151;
1384
1398
  display: -ms-flexbox;
1385
1399
  display: flex;
1386
1400
  padding-top: 0;
@@ -1513,8 +1527,8 @@
1513
1527
  }
1514
1528
 
1515
1529
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1516
- height: 38px;
1517
1530
  width: 38px;
1531
+ height: 38px;
1518
1532
  }
1519
1533
 
1520
1534
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1536,6 +1550,15 @@
1536
1550
  padding: 0;
1537
1551
  }
1538
1552
 
1553
+ .e-rtl .e-listview .e-list-icon {
1554
+ height: 24px;
1555
+ width: 16px;
1556
+ margin-left: 10px;
1557
+ }
1558
+ .e-rtl .e-de-listview-icon {
1559
+ line-height: 22px;
1560
+ }
1561
+
1539
1562
  .e-bigger .de-split-button > div:first-child {
1540
1563
  margin-right: 0;
1541
1564
  }
@@ -1658,7 +1681,7 @@
1658
1681
  margin: 0 12px;
1659
1682
  }
1660
1683
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1661
- margin-left: 12px;
1684
+ margin-left: 12px !important;
1662
1685
  margin-right: 12px;
1663
1686
  }
1664
1687
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1675,22 +1698,22 @@
1675
1698
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1676
1699
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1677
1700
  padding: 0;
1678
- padding-bottom: 14px;
1701
+ padding-bottom: 10px;
1679
1702
  }
1680
1703
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1681
1704
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1682
1705
  padding: 0;
1683
- padding-bottom: 14px;
1706
+ padding-bottom: 10px;
1684
1707
  }
1685
1708
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1686
1709
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1687
1710
  padding: 0;
1688
- padding-bottom: 14px;
1711
+ padding-bottom: 10px;
1689
1712
  }
1690
1713
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1691
1714
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1692
1715
  padding: 0;
1693
- padding-bottom: 14px;
1716
+ padding-bottom: 10px;
1694
1717
  }
1695
1718
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1696
1719
  padding: 0 !important;
@@ -1706,7 +1729,7 @@
1706
1729
  width: 75px;
1707
1730
  }
1708
1731
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1709
- background-color: #374151;
1732
+ background: #374151;
1710
1733
  border-radius: 0;
1711
1734
  box-shadow: none;
1712
1735
  min-height: 100%;
@@ -1875,6 +1898,22 @@
1875
1898
  float: right;
1876
1899
  height: 34px;
1877
1900
  }
1901
+ .e-bigger .e-listview .e-list-icon {
1902
+ height: 24px;
1903
+ width: 16px;
1904
+ margin-right: 16px;
1905
+ }
1906
+ .e-bigger .e-de-listview-icon {
1907
+ line-height: 22px;
1908
+ }
1909
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1910
+ height: 24px;
1911
+ width: 16px;
1912
+ margin-left: 16px;
1913
+ }
1914
+ .e-bigger .e-rtl .e-de-listview-icon {
1915
+ line-height: 22px;
1916
+ }
1878
1917
 
1879
1918
  .e-de-ctn .e-de-bzr-button {
1880
1919
  font-weight: 400;