@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
@@ -532,7 +532,7 @@
532
532
  }
533
533
 
534
534
  .e-de-statusbar-pageweb {
535
- background-color: #1a1a1a;
535
+ background: #1a1a1a;
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: 6px;
566
576
  }
567
577
 
568
578
  .e-de-statusbar-zoom {
569
- background-color: #1a1a1a;
579
+ background: #1a1a1a;
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: #1a1a1a;
687
+ background: #1a1a1a;
678
688
  border-bottom: 1px solid #505050;
679
689
  border-top: 1px solid #505050;
680
690
  }
@@ -784,7 +794,7 @@
784
794
  margin: 0 5.5px;
785
795
  }
786
796
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
787
- margin-left: 12px;
797
+ margin-left: 12px !important;
788
798
  margin-right: 6px;
789
799
  }
790
800
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -800,20 +810,23 @@
800
810
  }
801
811
 
802
812
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
813
+ -ms-flex-direction: column;
814
+ flex-direction: column;
815
+ height: calc(100% - 10px);
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:focus {
807
820
  padding: 0;
808
- padding-bottom: 6px;
821
+ padding-bottom: 5px;
809
822
  }
810
823
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
811
824
  padding: 0;
812
- padding-bottom: 6px;
825
+ padding-bottom: 5px;
813
826
  }
814
827
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
815
828
  padding: 0;
816
- padding-bottom: 6px;
829
+ padding-bottom: 5px;
817
830
  }
818
831
 
819
832
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -842,7 +855,7 @@
842
855
  }
843
856
 
844
857
  .e-de-ctnr-properties-pane-btn .e-btn {
845
- background-color: #131313;
858
+ background: #131313;
846
859
  border-radius: 0;
847
860
  box-shadow: none;
848
861
  color: #0070f0;
@@ -884,6 +897,7 @@
884
897
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
885
898
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
886
899
  padding: 0 !important;
900
+ min-height: 16px;
887
901
  }
888
902
 
889
903
  .e-de-hdr-ftr-frst-div {
@@ -1238,8 +1252,8 @@
1238
1252
  border: 1px solid #505050;
1239
1253
  color: #acacac;
1240
1254
  height: 129px;
1241
- margin-left: 78px;
1242
1255
  width: 94px;
1256
+ margin-left: 78px;
1243
1257
  }
1244
1258
 
1245
1259
  .e-de-toc-template1.e-de-rtl {
@@ -1294,7 +1308,7 @@
1294
1308
  }
1295
1309
 
1296
1310
  .e-de-status-bar {
1297
- background-color: #1a1a1a;
1311
+ background: #1a1a1a;
1298
1312
  display: -ms-flexbox;
1299
1313
  display: flex;
1300
1314
  padding-top: 2.5px;
@@ -1427,8 +1441,8 @@
1427
1441
  }
1428
1442
 
1429
1443
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1430
- height: 38px;
1431
1444
  width: 38px;
1445
+ height: 38px;
1432
1446
  }
1433
1447
 
1434
1448
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1440,6 +1454,15 @@
1440
1454
  width: 70px;
1441
1455
  }
1442
1456
 
1457
+ .e-rtl .e-listview .e-list-icon {
1458
+ height: 24px;
1459
+ width: 16px;
1460
+ margin-left: 12px;
1461
+ }
1462
+ .e-rtl .e-de-listview-icon {
1463
+ line-height: 22px;
1464
+ }
1465
+
1443
1466
  .e-bigger .de-split-button > div:first-child {
1444
1467
  margin-right: 16px;
1445
1468
  }
@@ -1561,7 +1584,7 @@
1561
1584
  margin: 0 7.5px;
1562
1585
  }
1563
1586
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1564
- margin-left: 16px;
1587
+ margin-left: 16px !important;
1565
1588
  margin-right: 8px;
1566
1589
  }
1567
1590
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1578,22 +1601,22 @@
1578
1601
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1579
1602
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1580
1603
  padding: 0;
1581
- padding-bottom: 6px;
1604
+ padding-bottom: 5px;
1582
1605
  }
1583
1606
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1584
1607
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1585
1608
  padding: 0;
1586
- padding-bottom: 6px;
1609
+ padding-bottom: 5px;
1587
1610
  }
1588
1611
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1589
1612
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1590
1613
  padding: 0;
1591
- padding-bottom: 6px;
1614
+ padding-bottom: 5px;
1592
1615
  }
1593
1616
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1594
1617
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1595
1618
  padding: 0;
1596
- padding-bottom: 6px;
1619
+ padding-bottom: 5px;
1597
1620
  }
1598
1621
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1599
1622
  padding: 0 !important;
@@ -1609,7 +1632,7 @@
1609
1632
  width: 75px;
1610
1633
  }
1611
1634
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1612
- background-color: #131313;
1635
+ background: #131313;
1613
1636
  border-radius: 0;
1614
1637
  box-shadow: none;
1615
1638
  min-height: 100%;
@@ -1637,7 +1660,7 @@
1637
1660
  }
1638
1661
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1639
1662
  display: table;
1640
- font-size: 12px;
1663
+ font-size: 12px !important;
1641
1664
  margin: 0 6px;
1642
1665
  padding: 0;
1643
1666
  white-space: normal;
@@ -1793,6 +1816,22 @@
1793
1816
  height: 0;
1794
1817
  line-height: 0;
1795
1818
  }
1819
+ .e-bigger .e-listview .e-list-icon {
1820
+ height: 24px;
1821
+ width: 16px;
1822
+ margin-right: 16px;
1823
+ }
1824
+ .e-bigger .e-de-listview-icon {
1825
+ line-height: 22px;
1826
+ }
1827
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1828
+ height: 24px;
1829
+ width: 16px;
1830
+ margin-left: 16px;
1831
+ }
1832
+ .e-bigger .e-rtl .e-de-listview-icon {
1833
+ line-height: 22px;
1834
+ }
1796
1835
 
1797
1836
  .e-de-ctn .e-de-bzr-button {
1798
1837
  font-size: 12px;
@@ -532,7 +532,7 @@
532
532
  }
533
533
 
534
534
  .e-de-statusbar-pageweb {
535
- background-color: #f8f8f8;
535
+ background: #f8f8f8;
536
536
  border: 0;
537
537
  box-shadow: none;
538
538
  float: right;
@@ -562,12 +562,22 @@
562
562
  margin-top: -6px;
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: 6px;
567
577
  }
568
578
 
569
579
  .e-de-statusbar-zoom {
570
- background-color: #f8f8f8;
580
+ background: #f8f8f8;
571
581
  border: 0;
572
582
  color: #333;
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: #f8f8f8;
688
+ background: #f8f8f8;
679
689
  border-bottom: 1px solid #ccc;
680
690
  border-top: 1px solid #ccc;
681
691
  }
@@ -785,7 +795,7 @@
785
795
  margin: 0 5.5px;
786
796
  }
787
797
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
788
- margin-left: 12px;
798
+ margin-left: 12px !important;
789
799
  margin-right: 6px;
790
800
  }
791
801
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -801,20 +811,23 @@
801
811
  }
802
812
 
803
813
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
814
+ -ms-flex-direction: column;
815
+ flex-direction: column;
816
+ height: calc(100% - 10px);
804
817
  padding: 0 1px;
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:focus {
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:active {
812
825
  padding: 0;
813
- padding-bottom: 6px;
826
+ padding-bottom: 5px;
814
827
  }
815
828
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
816
829
  padding: 0;
817
- padding-bottom: 6px;
830
+ padding-bottom: 5px;
818
831
  }
819
832
 
820
833
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -843,7 +856,7 @@
843
856
  }
844
857
 
845
858
  .e-de-ctnr-properties-pane-btn .e-btn {
846
- background-color: #f8f8f8;
859
+ background: #f8f8f8;
847
860
  border-radius: 0;
848
861
  box-shadow: none;
849
862
  color: #317ab9;
@@ -885,6 +898,7 @@
885
898
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
886
899
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
887
900
  padding: 0 !important;
901
+ min-height: 16px;
888
902
  }
889
903
 
890
904
  .e-de-hdr-ftr-frst-div {
@@ -1240,8 +1254,8 @@
1240
1254
  border: 1px solid #ccc;
1241
1255
  color: #333;
1242
1256
  height: 129px;
1243
- margin-left: 78px;
1244
1257
  width: 94px;
1258
+ margin-left: 78px;
1245
1259
  }
1246
1260
 
1247
1261
  .e-de-toc-template1.e-de-rtl {
@@ -1296,7 +1310,7 @@
1296
1310
  }
1297
1311
 
1298
1312
  .e-de-status-bar {
1299
- background-color: #f8f8f8;
1313
+ background: #f8f8f8;
1300
1314
  display: -ms-flexbox;
1301
1315
  display: flex;
1302
1316
  padding-top: 2.5px;
@@ -1429,8 +1443,8 @@
1429
1443
  }
1430
1444
 
1431
1445
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1432
- height: 38px;
1433
1446
  width: 38px;
1447
+ height: 38px;
1434
1448
  }
1435
1449
 
1436
1450
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1442,6 +1456,15 @@
1442
1456
  width: 70px;
1443
1457
  }
1444
1458
 
1459
+ .e-rtl .e-listview .e-list-icon {
1460
+ height: 24px;
1461
+ width: 16px;
1462
+ margin-left: 12px;
1463
+ }
1464
+ .e-rtl .e-de-listview-icon {
1465
+ line-height: 22px;
1466
+ }
1467
+
1445
1468
  .e-bigger .de-split-button > div:first-child {
1446
1469
  margin-right: 16px;
1447
1470
  }
@@ -1563,7 +1586,7 @@
1563
1586
  margin: 0 7.5px;
1564
1587
  }
1565
1588
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1566
- margin-left: 16px;
1589
+ margin-left: 16px !important;
1567
1590
  margin-right: 8px;
1568
1591
  }
1569
1592
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1611,7 +1634,7 @@
1611
1634
  width: 75px;
1612
1635
  }
1613
1636
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1614
- background-color: #f8f8f8;
1637
+ background: #f8f8f8;
1615
1638
  border-radius: 0;
1616
1639
  box-shadow: none;
1617
1640
  min-height: 100%;
@@ -1639,7 +1662,7 @@
1639
1662
  }
1640
1663
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1641
1664
  display: table;
1642
- font-size: 12px;
1665
+ font-size: 12px !important;
1643
1666
  margin: 0 6px;
1644
1667
  padding: 0;
1645
1668
  white-space: normal;
@@ -1802,6 +1825,22 @@
1802
1825
  height: 0;
1803
1826
  line-height: 0;
1804
1827
  }
1828
+ .e-bigger .e-listview .e-list-icon {
1829
+ height: 24px;
1830
+ width: 16px;
1831
+ margin-right: 16px;
1832
+ }
1833
+ .e-bigger .e-de-listview-icon {
1834
+ line-height: 22px;
1835
+ }
1836
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1837
+ height: 24px;
1838
+ width: 16px;
1839
+ margin-left: 16px;
1840
+ }
1841
+ .e-bigger .e-rtl .e-de-listview-icon {
1842
+ line-height: 22px;
1843
+ }
1805
1844
 
1806
1845
  .e-de-ctn .e-de-bzr-button {
1807
1846
  font-size: 12px;
@@ -532,7 +532,7 @@
532
532
  }
533
533
 
534
534
  .e-de-statusbar-pageweb {
535
- background-color: #f8f9fa;
535
+ background: #f8f9fa;
536
536
  border: 0;
537
537
  box-shadow: none;
538
538
  float: right;
@@ -562,12 +562,22 @@
562
562
  font-size: 18px;
563
563
  }
564
564
 
565
+ .e-listview .e-list-icon {
566
+ height: 24px;
567
+ width: 16px;
568
+ margin-right: 14px;
569
+ }
570
+
571
+ .e-de-listview-icon {
572
+ line-height: 22px;
573
+ }
574
+
565
575
  .e-de-linespacing {
566
576
  margin-top: 6px;
567
577
  }
568
578
 
569
579
  .e-de-statusbar-zoom {
570
- background-color: #f8f9fa;
580
+ background: #f8f9fa;
571
581
  border: 0;
572
582
  color: #212529;
573
583
  float: right;
@@ -676,7 +686,7 @@
676
686
 
677
687
  .e-de-tool-ctnr-properties-pane,
678
688
  .e-de-ctnr-properties-pane {
679
- background-color: #f8f9fa;
689
+ background: #f8f9fa;
680
690
  border-bottom: 1px solid #dee2e6;
681
691
  border-top: 1px solid #dee2e6;
682
692
  }
@@ -786,7 +796,7 @@
786
796
  margin: 0 5.5px;
787
797
  }
788
798
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
789
- margin-left: 14px;
799
+ margin-left: 14px !important;
790
800
  margin-right: 7px;
791
801
  }
792
802
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -802,37 +812,43 @@
802
812
  }
803
813
 
804
814
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
815
+ -ms-flex-direction: column;
816
+ flex-direction: column;
817
+ height: calc(100% - 10px);
805
818
  padding: 0;
806
- padding-bottom: 6px;
819
+ padding-bottom: 5px;
807
820
  }
808
821
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
809
822
  padding: 0;
810
- padding-bottom: 6px;
823
+ padding-bottom: 5px;
811
824
  }
812
825
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
813
826
  padding: 0;
814
- padding-bottom: 6px;
827
+ padding-bottom: 5px;
815
828
  }
816
829
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
817
830
  padding: 0;
818
- padding-bottom: 6px;
831
+ padding-bottom: 5px;
819
832
  }
820
833
 
821
834
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
835
+ -ms-flex-direction: column;
836
+ flex-direction: column;
837
+ height: calc(100% - 10px);
822
838
  padding: 0 1px;
823
- padding-bottom: 6px;
839
+ padding-bottom: 5px;
824
840
  }
825
841
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
826
842
  padding: 0;
827
- padding-bottom: 6px;
843
+ padding-bottom: 5px;
828
844
  }
829
845
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
830
846
  padding: 0;
831
- padding-bottom: 6px;
847
+ padding-bottom: 5px;
832
848
  }
833
849
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
834
850
  padding: 0;
835
- padding-bottom: 6px;
851
+ padding-bottom: 5px;
836
852
  }
837
853
 
838
854
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
@@ -904,7 +920,7 @@
904
920
  }
905
921
 
906
922
  .e-de-ctnr-group-btn .e-btn {
907
- background-color: #fff;
923
+ background: #fff;
908
924
  border-color: #dee2e6;
909
925
  }
910
926
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -1001,7 +1017,7 @@
1001
1017
  }
1002
1018
 
1003
1019
  .e-de-ctnr-properties-pane-btn .e-btn {
1004
- background-color: #f8f9fa;
1020
+ background: #f8f9fa;
1005
1021
  border-radius: 0;
1006
1022
  box-shadow: none;
1007
1023
  color: #007bff;
@@ -1043,6 +1059,7 @@
1043
1059
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1044
1060
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1045
1061
  padding: 0 !important;
1062
+ min-height: 16px;
1046
1063
  }
1047
1064
 
1048
1065
  .e-de-hdr-ftr-frst-div {
@@ -1403,8 +1420,8 @@
1403
1420
  border: 1px solid #dee2e6;
1404
1421
  color: #212529;
1405
1422
  height: 129px;
1406
- margin-left: 78px;
1407
1423
  width: 94px;
1424
+ margin-left: 78px;
1408
1425
  }
1409
1426
 
1410
1427
  .e-de-toc-template1.e-de-rtl {
@@ -1459,7 +1476,7 @@
1459
1476
  }
1460
1477
 
1461
1478
  .e-de-status-bar {
1462
- background-color: #f8f9fa;
1479
+ background: #f8f9fa;
1463
1480
  display: -ms-flexbox;
1464
1481
  display: flex;
1465
1482
  padding-top: 2.5px;
@@ -1592,8 +1609,8 @@
1592
1609
  }
1593
1610
 
1594
1611
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1595
- height: 38px;
1596
1612
  width: 38px;
1613
+ height: 38px;
1597
1614
  }
1598
1615
 
1599
1616
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1605,6 +1622,15 @@
1605
1622
  width: 70px;
1606
1623
  }
1607
1624
 
1625
+ .e-rtl .e-listview .e-list-icon {
1626
+ height: 24px;
1627
+ width: 16px;
1628
+ margin-left: 14px;
1629
+ }
1630
+ .e-rtl .e-de-listview-icon {
1631
+ line-height: 22px;
1632
+ }
1633
+
1608
1634
  .e-bigger .de-split-button > div:first-child {
1609
1635
  margin-right: 0;
1610
1636
  }
@@ -1726,7 +1752,7 @@
1726
1752
  margin: 0 7.5px;
1727
1753
  }
1728
1754
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1729
- margin-left: 16px;
1755
+ margin-left: 16px !important;
1730
1756
  margin-right: 8px;
1731
1757
  }
1732
1758
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1743,22 +1769,22 @@
1743
1769
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1744
1770
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1745
1771
  padding: 0;
1746
- padding-bottom: 6px;
1772
+ padding-bottom: 5px;
1747
1773
  }
1748
1774
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1749
1775
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1750
1776
  padding: 0;
1751
- padding-bottom: 6px;
1777
+ padding-bottom: 5px;
1752
1778
  }
1753
1779
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1754
1780
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1755
1781
  padding: 0;
1756
- padding-bottom: 6px;
1782
+ padding-bottom: 5px;
1757
1783
  }
1758
1784
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1759
1785
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1760
1786
  padding: 0;
1761
- padding-bottom: 6px;
1787
+ padding-bottom: 5px;
1762
1788
  }
1763
1789
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1764
1790
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
@@ -1794,7 +1820,7 @@
1794
1820
  width: 75px;
1795
1821
  }
1796
1822
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1797
- background-color: #f8f9fa;
1823
+ background: #f8f9fa;
1798
1824
  border-radius: 0;
1799
1825
  box-shadow: none;
1800
1826
  min-height: 100%;
@@ -1822,7 +1848,7 @@
1822
1848
  }
1823
1849
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1824
1850
  display: table;
1825
- font-size: 12px;
1851
+ font-size: 12px !important;
1826
1852
  margin: 0 6px;
1827
1853
  padding: 0;
1828
1854
  white-space: normal;
@@ -1985,6 +2011,22 @@
1985
2011
  height: 0;
1986
2012
  line-height: 0;
1987
2013
  }
2014
+ .e-bigger .e-listview .e-list-icon {
2015
+ height: 24px;
2016
+ width: 16px;
2017
+ margin-right: 16px;
2018
+ }
2019
+ .e-bigger .e-de-listview-icon {
2020
+ line-height: 22px;
2021
+ }
2022
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2023
+ height: 24px;
2024
+ width: 16px;
2025
+ margin-left: 16px;
2026
+ }
2027
+ .e-bigger .e-rtl .e-de-listview-icon {
2028
+ line-height: 22px;
2029
+ }
1988
2030
 
1989
2031
  .e-de-ctn .e-de-bzr-button {
1990
2032
  font-size: 12px;