@syncfusion/ej2-vue-documenteditor 20.4.54 → 21.1.36

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 (71) hide show
  1. package/CHANGELOG.md +208 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
  4. package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
  6. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
  8. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/document-editor/documenteditor.component.d.ts +3 -50
  12. package/src/document-editor/documenteditor.component.js +168 -197
  13. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
  14. package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
  15. package/styles/bootstrap-dark.css +167 -58
  16. package/styles/bootstrap.css +167 -54
  17. package/styles/bootstrap4.css +185 -65
  18. package/styles/bootstrap5-dark.css +187 -74
  19. package/styles/bootstrap5.css +187 -74
  20. package/styles/document-editor/bootstrap-dark.css +13 -2
  21. package/styles/document-editor/bootstrap.css +17 -2
  22. package/styles/document-editor/bootstrap4.css +23 -4
  23. package/styles/document-editor/bootstrap5-dark.css +32 -17
  24. package/styles/document-editor/bootstrap5.css +32 -17
  25. package/styles/document-editor/fabric-dark.css +13 -2
  26. package/styles/document-editor/fabric.css +17 -2
  27. package/styles/document-editor/fluent-dark.css +47 -27
  28. package/styles/document-editor/fluent.css +47 -27
  29. package/styles/document-editor/highcontrast-light.css +5 -0
  30. package/styles/document-editor/highcontrast.css +13 -2
  31. package/styles/document-editor/material-dark.css +13 -2
  32. package/styles/document-editor/material.css +13 -2
  33. package/styles/document-editor/material3-dark.css +3971 -0
  34. package/styles/document-editor/material3-dark.scss +2 -0
  35. package/styles/document-editor/material3.css +4027 -0
  36. package/styles/document-editor/material3.scss +2 -0
  37. package/styles/document-editor/tailwind-dark.css +29 -17
  38. package/styles/document-editor/tailwind.css +32 -17
  39. package/styles/document-editor-container/bootstrap-dark.css +154 -56
  40. package/styles/document-editor-container/bootstrap.css +150 -52
  41. package/styles/document-editor-container/bootstrap4.css +162 -61
  42. package/styles/document-editor-container/bootstrap5-dark.css +155 -57
  43. package/styles/document-editor-container/bootstrap5.css +155 -57
  44. package/styles/document-editor-container/fabric-dark.css +154 -56
  45. package/styles/document-editor-container/fabric.css +154 -56
  46. package/styles/document-editor-container/fluent-dark.css +159 -64
  47. package/styles/document-editor-container/fluent.css +159 -64
  48. package/styles/document-editor-container/highcontrast-light.css +154 -56
  49. package/styles/document-editor-container/highcontrast.css +154 -56
  50. package/styles/document-editor-container/material-dark.css +159 -61
  51. package/styles/document-editor-container/material.css +154 -55
  52. package/styles/document-editor-container/material3-dark.css +2178 -0
  53. package/styles/document-editor-container/material3-dark.scss +2 -0
  54. package/styles/document-editor-container/material3.css +2234 -0
  55. package/styles/document-editor-container/material3.scss +2 -0
  56. package/styles/document-editor-container/tailwind-dark.css +153 -55
  57. package/styles/document-editor-container/tailwind.css +153 -55
  58. package/styles/fabric-dark.css +167 -58
  59. package/styles/fabric.css +171 -58
  60. package/styles/fluent-dark.css +206 -91
  61. package/styles/fluent.css +206 -91
  62. package/styles/highcontrast-light.css +159 -56
  63. package/styles/highcontrast.css +167 -58
  64. package/styles/material-dark.css +172 -63
  65. package/styles/material.css +167 -57
  66. package/styles/material3-dark.css +6150 -0
  67. package/styles/material3-dark.scss +3 -0
  68. package/styles/material3.css +6261 -0
  69. package/styles/material3.scss +3 -0
  70. package/styles/tailwind-dark.css +182 -72
  71. package/styles/tailwind.css +185 -72
@@ -399,6 +399,21 @@
399
399
  font-family: "e-icons";
400
400
  }
401
401
 
402
+ .e-de-e-paragraph-style-mark::before {
403
+ content: "\e720";
404
+ font-family: "e-icons";
405
+ }
406
+
407
+ .e-de-e-character-style-mark::before {
408
+ content: "\e97b";
409
+ font-family: "e-icons";
410
+ }
411
+
412
+ .e-de-e-linked-style-mark::before {
413
+ content: "\e97c";
414
+ font-family: "e-icons";
415
+ }
416
+
402
417
  .e-de-ctnr-columns::before {
403
418
  content: "\e955";
404
419
  font-family: "e-icons";
@@ -531,8 +546,48 @@
531
546
  height: 100%;
532
547
  }
533
548
 
549
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
550
+ box-shadow: none;
551
+ height: 31px;
552
+ }
553
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
554
+ box-shadow: none;
555
+ }
556
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
557
+ box-shadow: none;
558
+ }
559
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
560
+ box-shadow: none;
561
+ }
562
+
563
+ .e-de-ctnr-group-btn-middle button {
564
+ border-radius: 0px;
565
+ }
566
+
567
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
568
+ box-shadow: none;
569
+ }
570
+
571
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
572
+ .e-de-ctn .e-de-status-bar button {
573
+ box-shadow: none;
574
+ height: 31px;
575
+ }
576
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
577
+ .e-de-ctn .e-de-status-bar button:focus {
578
+ box-shadow: none;
579
+ }
580
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
581
+ .e-de-ctn .e-de-status-bar button:active {
582
+ box-shadow: none;
583
+ }
584
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
585
+ .e-de-ctn .e-de-status-bar button:hover {
586
+ box-shadow: none;
587
+ }
588
+
534
589
  .e-de-statusbar-pageweb {
535
- background-color: #f8f9fa;
590
+ background: #f8f9fa;
536
591
  border: 0;
537
592
  box-shadow: none;
538
593
  float: right;
@@ -562,12 +617,25 @@
562
617
  font-size: 18px;
563
618
  }
564
619
 
620
+ .e-listview .e-list-icon {
621
+ height: 24px;
622
+ width: 16px;
623
+ margin-right: 14px;
624
+ }
625
+
626
+ .e-de-listview-icon {
627
+ height: auto;
628
+ width: auto;
629
+ line-height: 22px;
630
+ margin-right: 14px;
631
+ }
632
+
565
633
  .e-de-linespacing {
566
634
  margin-top: 6px;
567
635
  }
568
636
 
569
637
  .e-de-statusbar-zoom {
570
- background-color: #f8f9fa;
638
+ background: #f8f9fa;
571
639
  border: 0;
572
640
  color: #212529;
573
641
  float: right;
@@ -631,14 +699,22 @@
631
699
  .e-de-statusbar-separator {
632
700
  border-left: 1px solid #495057;
633
701
  height: 16px;
634
- margin-left: 15.5;
702
+ margin-left: 7.5px;
703
+ margin-right: 7.5px;
704
+ margin-top: 10px;
705
+ }
706
+
707
+ .e-bigger .e-de-statusbar-separator {
708
+ border-left: 1px solid #495057;
709
+ height: 16px;
710
+ margin-left: 7.5px;
711
+ margin-right: 7.5px;
635
712
  margin-top: 10px;
636
713
  }
637
714
 
638
715
  .e-de-statusbar-spellcheck {
639
716
  border-radius: 2px;
640
717
  font-weight: 400;
641
- margin-left: 7.5px;
642
718
  }
643
719
 
644
720
  .e-de-ctn {
@@ -651,7 +727,6 @@
651
727
 
652
728
  .e-bigger .e-de-statusbar-spellcheck {
653
729
  border-radius: 2px;
654
- margin-left: 7.5px;
655
730
  }
656
731
 
657
732
  .e-de-ctnr-toolbar {
@@ -676,7 +751,7 @@
676
751
 
677
752
  .e-de-tool-ctnr-properties-pane,
678
753
  .e-de-ctnr-properties-pane {
679
- background-color: #f8f9fa;
754
+ background: #f8f9fa;
680
755
  border-bottom: 1px solid #dee2e6;
681
756
  border-top: 1px solid #dee2e6;
682
757
  }
@@ -786,7 +861,7 @@
786
861
  margin: 0 5.5px;
787
862
  }
788
863
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
789
- margin-left: 14px;
864
+ margin-left: 14px !important;
790
865
  margin-right: 7px;
791
866
  }
792
867
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -802,37 +877,43 @@
802
877
  }
803
878
 
804
879
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
880
+ -ms-flex-direction: column;
881
+ flex-direction: column;
882
+ height: calc(100% - 10px);
805
883
  padding: 0;
806
- padding-bottom: 6px;
884
+ padding-bottom: 5px;
807
885
  }
808
886
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
809
887
  padding: 0;
810
- padding-bottom: 6px;
888
+ padding-bottom: 5px;
811
889
  }
812
890
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
813
891
  padding: 0;
814
- padding-bottom: 6px;
892
+ padding-bottom: 5px;
815
893
  }
816
894
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
817
895
  padding: 0;
818
- padding-bottom: 6px;
896
+ padding-bottom: 5px;
819
897
  }
820
898
 
821
899
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
900
+ -ms-flex-direction: column;
901
+ flex-direction: column;
902
+ height: calc(100% - 10px);
822
903
  padding: 0 1px;
823
- padding-bottom: 6px;
904
+ padding-bottom: 5px;
824
905
  }
825
906
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
826
907
  padding: 0;
827
- padding-bottom: 6px;
908
+ padding-bottom: 5px;
828
909
  }
829
910
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
830
911
  padding: 0;
831
- padding-bottom: 6px;
912
+ padding-bottom: 5px;
832
913
  }
833
914
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
834
915
  padding: 0;
835
- padding-bottom: 6px;
916
+ padding-bottom: 5px;
836
917
  }
837
918
 
838
919
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
@@ -904,7 +985,7 @@
904
985
  }
905
986
 
906
987
  .e-de-ctnr-group-btn .e-btn {
907
- background-color: #fff;
988
+ background: #fff;
908
989
  border-color: #dee2e6;
909
990
  }
910
991
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -1001,7 +1082,7 @@
1001
1082
  }
1002
1083
 
1003
1084
  .e-de-ctnr-properties-pane-btn .e-btn {
1004
- background-color: #f8f9fa;
1085
+ background: #f8f9fa;
1005
1086
  border-radius: 0;
1006
1087
  box-shadow: none;
1007
1088
  color: #007bff;
@@ -1043,6 +1124,7 @@
1043
1124
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1044
1125
  .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
1126
  padding: 0 !important;
1127
+ min-height: 16px;
1046
1128
  }
1047
1129
 
1048
1130
  .e-de-hdr-ftr-frst-div {
@@ -1065,6 +1147,7 @@
1065
1147
  }
1066
1148
 
1067
1149
  .e-de-review-pane {
1150
+ background: #f8f9fa;
1068
1151
  border-left: 1px solid #dee2e6;
1069
1152
  height: 100%;
1070
1153
  min-height: 200px;
@@ -1088,34 +1171,6 @@
1088
1171
  border-color: #ced4da;
1089
1172
  }
1090
1173
 
1091
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1092
- box-shadow: none;
1093
- height: 31px;
1094
- }
1095
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
1096
- box-shadow: none;
1097
- }
1098
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
1099
- box-shadow: none;
1100
- }
1101
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1102
- box-shadow: none;
1103
- }
1104
-
1105
- .e-de-ctnr-group-btn button {
1106
- box-shadow: none;
1107
- height: 31px;
1108
- }
1109
- .e-de-ctnr-group-btn button:focus {
1110
- box-shadow: none;
1111
- }
1112
- .e-de-ctnr-group-btn button:active {
1113
- box-shadow: none;
1114
- }
1115
- .e-de-ctnr-group-btn button:hover {
1116
- box-shadow: none;
1117
- }
1118
-
1119
1174
  .e-de-property-div-padding {
1120
1175
  border-bottom: 0.5px solid #dee2e6;
1121
1176
  padding: 12.5px;
@@ -1240,7 +1295,7 @@
1240
1295
  }
1241
1296
 
1242
1297
  .e-de-list-header-presetmenu .e-de-list-line {
1243
- border-bottom: 1px solid #495057;
1298
+ border-bottom: 1px solid #495057 !important;
1244
1299
  margin-left: 5px;
1245
1300
  width: 100%;
1246
1301
  }
@@ -1309,10 +1364,10 @@
1309
1364
  }
1310
1365
 
1311
1366
  .e-de-list-container {
1312
- background: #f8f9fa;
1313
1367
  border: 1px solid #ccc;
1314
1368
  border-radius: 2px;
1315
1369
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1370
+ background: #f8f9fa;
1316
1371
  box-sizing: border-box;
1317
1372
  display: inline-block;
1318
1373
  line-height: normal;
@@ -1403,8 +1458,8 @@
1403
1458
  border: 1px solid #dee2e6;
1404
1459
  color: #212529;
1405
1460
  height: 129px;
1406
- margin-left: 78px;
1407
1461
  width: 94px;
1462
+ margin-left: 78px;
1408
1463
  }
1409
1464
 
1410
1465
  .e-de-toc-template1.e-de-rtl {
@@ -1459,7 +1514,7 @@
1459
1514
  }
1460
1515
 
1461
1516
  .e-de-status-bar {
1462
- background-color: #f8f9fa;
1517
+ background: #f8f9fa;
1463
1518
  display: -ms-flexbox;
1464
1519
  display: flex;
1465
1520
  padding-top: 2.5px;
@@ -1584,7 +1639,7 @@
1584
1639
  }
1585
1640
 
1586
1641
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1587
- height: 38px !important;
1642
+ height: 36px !important;
1588
1643
  }
1589
1644
 
1590
1645
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -1592,8 +1647,8 @@
1592
1647
  }
1593
1648
 
1594
1649
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1595
- height: 38px;
1596
1650
  width: 38px;
1651
+ height: 38px;
1597
1652
  }
1598
1653
 
1599
1654
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1605,6 +1660,18 @@
1605
1660
  width: 70px;
1606
1661
  }
1607
1662
 
1663
+ .e-rtl .e-listview .e-list-icon {
1664
+ height: 24px;
1665
+ width: 16px;
1666
+ margin-left: 14px;
1667
+ }
1668
+ .e-rtl .e-de-listview-icon {
1669
+ height: auto;
1670
+ width: auto;
1671
+ line-height: 22px;
1672
+ margin-left: 14px;
1673
+ }
1674
+
1608
1675
  .e-bigger .de-split-button > div:first-child {
1609
1676
  margin-right: 0;
1610
1677
  }
@@ -1722,11 +1789,10 @@
1722
1789
  height: 86px;
1723
1790
  }
1724
1791
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1725
- height: 25px;
1726
1792
  margin: 0 7.5px;
1727
1793
  }
1728
1794
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1729
- margin-left: 16px;
1795
+ margin-left: 16px !important;
1730
1796
  margin-right: 8px;
1731
1797
  }
1732
1798
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1743,22 +1809,22 @@
1743
1809
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1744
1810
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1745
1811
  padding: 0;
1746
- padding-bottom: 6px;
1812
+ padding-bottom: 5px;
1747
1813
  }
1748
1814
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1749
1815
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1750
1816
  padding: 0;
1751
- padding-bottom: 6px;
1817
+ padding-bottom: 5px;
1752
1818
  }
1753
1819
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1754
1820
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1755
1821
  padding: 0;
1756
- padding-bottom: 6px;
1822
+ padding-bottom: 5px;
1757
1823
  }
1758
1824
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1759
1825
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1760
1826
  padding: 0;
1761
- padding-bottom: 6px;
1827
+ padding-bottom: 5px;
1762
1828
  }
1763
1829
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1764
1830
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
@@ -1794,7 +1860,7 @@
1794
1860
  width: 75px;
1795
1861
  }
1796
1862
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1797
- background-color: #f8f9fa;
1863
+ background: #f8f9fa;
1798
1864
  border-radius: 0;
1799
1865
  box-shadow: none;
1800
1866
  min-height: 100%;
@@ -1822,7 +1888,7 @@
1822
1888
  }
1823
1889
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1824
1890
  display: table;
1825
- font-size: 12px;
1891
+ font-size: 12px !important;
1826
1892
  margin: 0 6px;
1827
1893
  padding: 0;
1828
1894
  white-space: normal;
@@ -1844,6 +1910,19 @@
1844
1910
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1845
1911
  box-shadow: none;
1846
1912
  }
1913
+ .e-bigger .e-de-status-bar button {
1914
+ height: 38px;
1915
+ box-shadow: none;
1916
+ }
1917
+ .e-bigger .e-de-status-bar button:focus {
1918
+ box-shadow: none;
1919
+ }
1920
+ .e-bigger .e-de-status-bar button:active {
1921
+ box-shadow: none;
1922
+ }
1923
+ .e-bigger .e-de-status-bar button:hover {
1924
+ box-shadow: none;
1925
+ }
1847
1926
  .e-bigger .e-de-ctnr-group-btn button {
1848
1927
  box-shadow: none;
1849
1928
  height: 38px;
@@ -1964,18 +2043,18 @@
1964
2043
  margin-left: 10px;
1965
2044
  }
1966
2045
  .e-bigger .e-de-status-bar {
1967
- background-color: #f8f9fa;
2046
+ background: #f8f9fa;
1968
2047
  display: -ms-flexbox;
1969
2048
  display: flex;
1970
2049
  padding-top: 3px;
1971
2050
  width: 100%;
1972
2051
  }
1973
2052
  .e-bigger .e-de-statusbar-zoom {
1974
- background-color: #f8f9fa;
1975
2053
  border: 0;
1976
2054
  color: #212529;
1977
2055
  float: right;
1978
2056
  height: 34px;
2057
+ background-color: #f8f9fa;
1979
2058
  }
1980
2059
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1981
2060
  line-height: 25px;
@@ -1985,6 +2064,28 @@
1985
2064
  height: 0;
1986
2065
  line-height: 0;
1987
2066
  }
2067
+ .e-bigger .e-listview .e-list-icon {
2068
+ height: 24px;
2069
+ width: 16px;
2070
+ margin-right: 16px;
2071
+ }
2072
+ .e-bigger .e-de-listview-icon {
2073
+ height: auto;
2074
+ width: auto;
2075
+ line-height: 22px;
2076
+ margin-right: 16px;
2077
+ }
2078
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2079
+ height: 24px;
2080
+ width: 16px;
2081
+ margin-left: 16px;
2082
+ }
2083
+ .e-bigger .e-rtl .e-de-listview-icon {
2084
+ height: auto;
2085
+ width: auto;
2086
+ line-height: 22px;
2087
+ margin-left: 16px;
2088
+ }
1988
2089
 
1989
2090
  .e-de-ctn .e-de-bzr-button {
1990
2091
  font-size: 12px;