@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
@@ -533,7 +533,7 @@
533
533
  }
534
534
 
535
535
  .e-de-statusbar-pageweb {
536
- background-color: #fff;
536
+ background: #fff;
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: #fff;
580
+ background: #fff;
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: #fff;
688
+ background: #fff;
679
689
  border-bottom: 1px solid #dadada;
680
690
  border-top: 1px solid #dadada;
681
691
  }
@@ -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: #fff;
850
+ background: #fff;
838
851
  border-radius: 0;
839
852
  box-shadow: none;
840
853
  color: #0081e5;
@@ -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 {
@@ -1232,8 +1246,8 @@
1232
1246
  border: 1px solid #dadada;
1233
1247
  color: #333;
1234
1248
  height: 129px;
1235
- margin-left: 78px;
1236
1249
  width: 94px;
1250
+ margin-left: 78px;
1237
1251
  }
1238
1252
 
1239
1253
  .e-de-toc-template1.e-de-rtl {
@@ -1288,7 +1302,7 @@
1288
1302
  }
1289
1303
 
1290
1304
  .e-de-status-bar {
1291
- background-color: #fff;
1305
+ background: #fff;
1292
1306
  display: -ms-flexbox;
1293
1307
  display: flex;
1294
1308
  padding-top: 2.8px;
@@ -1421,8 +1435,8 @@
1421
1435
  }
1422
1436
 
1423
1437
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1424
- height: 38px;
1425
1438
  width: 38px;
1439
+ height: 38px;
1426
1440
  }
1427
1441
 
1428
1442
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1434,6 +1448,15 @@
1434
1448
  width: 70px;
1435
1449
  }
1436
1450
 
1451
+ .e-rtl .e-listview .e-list-icon {
1452
+ height: 24px;
1453
+ width: 16px;
1454
+ margin-left: 12px;
1455
+ }
1456
+ .e-rtl .e-de-listview-icon {
1457
+ line-height: 22px;
1458
+ }
1459
+
1437
1460
  .e-bigger .de-split-button > div:first-child {
1438
1461
  margin-right: 0;
1439
1462
  }
@@ -1546,7 +1569,7 @@
1546
1569
  margin: 0 7.5px;
1547
1570
  }
1548
1571
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1549
- margin-left: 16px;
1572
+ margin-left: 16px !important;
1550
1573
  margin-right: 8px;
1551
1574
  }
1552
1575
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1563,22 +1586,22 @@
1563
1586
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1564
1587
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1565
1588
  padding: 0;
1566
- padding-bottom: 6px;
1589
+ padding-bottom: 5px;
1567
1590
  }
1568
1591
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1569
1592
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1570
1593
  padding: 0;
1571
- padding-bottom: 6px;
1594
+ padding-bottom: 5px;
1572
1595
  }
1573
1596
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1574
1597
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1575
1598
  padding: 0;
1576
- padding-bottom: 6px;
1599
+ padding-bottom: 5px;
1577
1600
  }
1578
1601
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1579
1602
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
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 .e-tbar-btn-text {
1584
1607
  padding: 0 !important;
@@ -1594,7 +1617,7 @@
1594
1617
  width: 75px;
1595
1618
  }
1596
1619
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1597
- background-color: #fff;
1620
+ background: #fff;
1598
1621
  border-radius: 0;
1599
1622
  box-shadow: none;
1600
1623
  min-height: 100%;
@@ -1622,7 +1645,7 @@
1622
1645
  }
1623
1646
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1624
1647
  display: table;
1625
- font-size: 12px;
1648
+ font-size: 12px !important;
1626
1649
  margin: 0 6px;
1627
1650
  padding: 0;
1628
1651
  white-space: normal;
@@ -1780,6 +1803,22 @@
1780
1803
  height: 0;
1781
1804
  line-height: 0;
1782
1805
  }
1806
+ .e-bigger .e-listview .e-list-icon {
1807
+ height: 24px;
1808
+ width: 16px;
1809
+ margin-right: 16px;
1810
+ }
1811
+ .e-bigger .e-de-listview-icon {
1812
+ line-height: 22px;
1813
+ }
1814
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1815
+ height: 24px;
1816
+ width: 16px;
1817
+ margin-left: 16px;
1818
+ }
1819
+ .e-bigger .e-rtl .e-de-listview-icon {
1820
+ line-height: 22px;
1821
+ }
1783
1822
 
1784
1823
  .e-de-ctn .e-de-bzr-button {
1785
1824
  font-size: 12px;
@@ -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: #201f1e;
571
+ background: #201f1e;
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: #201f1e;
610
+ background: #201f1e;
601
611
  border: 0;
602
612
  color: #c8c6c4;
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: #201f1e;
746
+ background: #201f1e;
737
747
  border-bottom: 1px solid #292827;
738
748
  border-top: 1px solid #292827;
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: #252423;
955
+ background: #252423;
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 #292827;
1347
1361
  color: #c8c6c4;
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: #201f1e;
1419
+ background: #201f1e;
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: #252423;
1734
+ background: #252423;
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;