@syncfusion/ej2-react-documenteditor 20.4.54 → 21.1.37
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.
- package/CHANGELOG.md +46 -0
- package/dist/ej2-react-documenteditor.min.js +2 -2
- package/dist/ej2-react-documenteditor.umd.min.js +2 -2
- package/dist/ej2-react-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-documenteditor.es2015.js +2 -0
- package/dist/es6/ej2-react-documenteditor.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/document-editor/documenteditor.component.d.ts +1 -0
- package/src/document-editor/documenteditor.component.js +1 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -0
- package/src/document-editor-container/documenteditorcontainer.component.js +1 -0
- package/styles/bootstrap-dark.css +64 -21
- package/styles/bootstrap.css +60 -17
- package/styles/bootstrap4.css +74 -28
- package/styles/bootstrap5-dark.css +84 -37
- package/styles/bootstrap5.css +84 -37
- package/styles/document-editor/bootstrap-dark.css +6 -2
- package/styles/document-editor/bootstrap.css +6 -2
- package/styles/document-editor/bootstrap4.css +8 -4
- package/styles/document-editor/bootstrap5-dark.css +25 -17
- package/styles/document-editor/bootstrap5.css +25 -17
- package/styles/document-editor/fabric-dark.css +6 -2
- package/styles/document-editor/fabric.css +6 -2
- package/styles/document-editor/fluent-dark.css +40 -27
- package/styles/document-editor/fluent.css +40 -27
- package/styles/document-editor/highcontrast-light.css +4 -0
- package/styles/document-editor/highcontrast.css +6 -2
- package/styles/document-editor/material-dark.css +6 -2
- package/styles/document-editor/material.css +6 -2
- package/styles/document-editor/tailwind-dark.css +22 -17
- package/styles/document-editor/tailwind.css +25 -17
- package/styles/document-editor-container/bootstrap-dark.css +58 -19
- package/styles/document-editor-container/bootstrap.css +54 -15
- package/styles/document-editor-container/bootstrap4.css +66 -24
- package/styles/document-editor-container/bootstrap5-dark.css +59 -20
- package/styles/document-editor-container/bootstrap5.css +59 -20
- package/styles/document-editor-container/fabric-dark.css +58 -19
- package/styles/document-editor-container/fabric.css +58 -19
- package/styles/document-editor-container/fluent-dark.css +63 -27
- package/styles/document-editor-container/fluent.css +63 -27
- package/styles/document-editor-container/highcontrast-light.css +58 -19
- package/styles/document-editor-container/highcontrast.css +58 -19
- package/styles/document-editor-container/material-dark.css +58 -19
- package/styles/document-editor-container/material.css +57 -18
- package/styles/document-editor-container/tailwind-dark.css +58 -19
- package/styles/document-editor-container/tailwind.css +58 -19
- package/styles/fabric-dark.css +64 -21
- package/styles/fabric.css +64 -21
- package/styles/fluent-dark.css +103 -54
- package/styles/fluent.css +103 -54
- package/styles/highcontrast-light.css +62 -19
- package/styles/highcontrast.css +64 -21
- package/styles/material-dark.css +64 -21
- package/styles/material.css +63 -20
- package/styles/tailwind-dark.css +80 -36
- package/styles/tailwind.css +83 -36
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
.e-de-statusbar-pageweb {
|
|
535
|
-
background
|
|
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
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
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;
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
}
|
|
559
559
|
|
|
560
560
|
.e-de-statusbar-pageweb {
|
|
561
|
-
background
|
|
561
|
+
background: #282d31;
|
|
562
562
|
border: 0;
|
|
563
563
|
box-shadow: none;
|
|
564
564
|
float: right;
|
|
@@ -585,12 +585,22 @@
|
|
|
585
585
|
font-size: 18px;
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
+
.e-listview .e-list-icon {
|
|
589
|
+
height: 24px;
|
|
590
|
+
width: 16px;
|
|
591
|
+
margin-right: 12px;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.e-de-listview-icon {
|
|
595
|
+
line-height: 22px;
|
|
596
|
+
}
|
|
597
|
+
|
|
588
598
|
.e-de-linespacing {
|
|
589
599
|
margin-top: 8px;
|
|
590
600
|
}
|
|
591
601
|
|
|
592
602
|
.e-de-statusbar-zoom {
|
|
593
|
-
background
|
|
603
|
+
background: #282d31;
|
|
594
604
|
border: 0;
|
|
595
605
|
color: #ced4da;
|
|
596
606
|
float: right;
|
|
@@ -727,7 +737,7 @@
|
|
|
727
737
|
|
|
728
738
|
.e-de-tool-ctnr-properties-pane,
|
|
729
739
|
.e-de-ctnr-properties-pane {
|
|
730
|
-
background
|
|
740
|
+
background: #282d31;
|
|
731
741
|
border-bottom: 1px solid #444c54;
|
|
732
742
|
border-top: 1px solid #444c54;
|
|
733
743
|
}
|
|
@@ -874,7 +884,7 @@
|
|
|
874
884
|
margin: 0 14px;
|
|
875
885
|
}
|
|
876
886
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
877
|
-
margin-left: 8px;
|
|
887
|
+
margin-left: 8px !important;
|
|
878
888
|
margin-right: 4px;
|
|
879
889
|
}
|
|
880
890
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -890,20 +900,23 @@
|
|
|
890
900
|
}
|
|
891
901
|
|
|
892
902
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
903
|
+
-ms-flex-direction: column;
|
|
904
|
+
flex-direction: column;
|
|
905
|
+
height: calc(100% - 10px);
|
|
893
906
|
padding: 0;
|
|
894
|
-
padding-bottom:
|
|
907
|
+
padding-bottom: 10px;
|
|
895
908
|
}
|
|
896
909
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
897
910
|
padding: 0;
|
|
898
|
-
padding-bottom:
|
|
911
|
+
padding-bottom: 10px;
|
|
899
912
|
}
|
|
900
913
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
901
914
|
padding: 0;
|
|
902
|
-
padding-bottom:
|
|
915
|
+
padding-bottom: 10px;
|
|
903
916
|
}
|
|
904
917
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
905
918
|
padding: 0;
|
|
906
|
-
padding-bottom:
|
|
919
|
+
padding-bottom: 10px;
|
|
907
920
|
}
|
|
908
921
|
|
|
909
922
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -949,7 +962,7 @@
|
|
|
949
962
|
}
|
|
950
963
|
|
|
951
964
|
.e-de-ctnr-group-btn .e-btn {
|
|
952
|
-
background
|
|
965
|
+
background: #212529;
|
|
953
966
|
border-color: #444c54;
|
|
954
967
|
}
|
|
955
968
|
.e-de-ctnr-group-btn .e-btn:focus {
|
|
@@ -1042,7 +1055,7 @@
|
|
|
1042
1055
|
}
|
|
1043
1056
|
|
|
1044
1057
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
1045
|
-
background
|
|
1058
|
+
background: #282d31;
|
|
1046
1059
|
border-radius: 0;
|
|
1047
1060
|
box-shadow: none;
|
|
1048
1061
|
color: #0d6efd;
|
|
@@ -1084,6 +1097,7 @@
|
|
|
1084
1097
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1085
1098
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1086
1099
|
padding: 0 !important;
|
|
1100
|
+
min-height: 16px;
|
|
1087
1101
|
}
|
|
1088
1102
|
|
|
1089
1103
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1192,7 +1206,7 @@
|
|
|
1192
1206
|
}
|
|
1193
1207
|
|
|
1194
1208
|
.e-bigger .e-de-panel-right-width {
|
|
1195
|
-
width:
|
|
1209
|
+
width: 96px;
|
|
1196
1210
|
}
|
|
1197
1211
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1198
1212
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -1447,8 +1461,8 @@
|
|
|
1447
1461
|
border: 1px solid #444c54;
|
|
1448
1462
|
color: #ced4da;
|
|
1449
1463
|
height: 129px;
|
|
1450
|
-
margin-left: 78px;
|
|
1451
1464
|
width: 94px;
|
|
1465
|
+
margin-left: 78px;
|
|
1452
1466
|
}
|
|
1453
1467
|
|
|
1454
1468
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1503,7 +1517,7 @@
|
|
|
1503
1517
|
}
|
|
1504
1518
|
|
|
1505
1519
|
.e-de-status-bar {
|
|
1506
|
-
background
|
|
1520
|
+
background: #282d31;
|
|
1507
1521
|
display: -ms-flexbox;
|
|
1508
1522
|
display: flex;
|
|
1509
1523
|
padding-top: 4px;
|
|
@@ -1636,8 +1650,8 @@
|
|
|
1636
1650
|
}
|
|
1637
1651
|
|
|
1638
1652
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1639
|
-
height: 38px;
|
|
1640
1653
|
width: 39px;
|
|
1654
|
+
height: 38px;
|
|
1641
1655
|
}
|
|
1642
1656
|
|
|
1643
1657
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1649,6 +1663,15 @@
|
|
|
1649
1663
|
width: 70px;
|
|
1650
1664
|
}
|
|
1651
1665
|
|
|
1666
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1667
|
+
height: 24px;
|
|
1668
|
+
width: 16px;
|
|
1669
|
+
margin-left: 12px;
|
|
1670
|
+
}
|
|
1671
|
+
.e-rtl .e-de-listview-icon {
|
|
1672
|
+
line-height: 22px;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1652
1675
|
.e-bigger .de-split-button > div:first-child {
|
|
1653
1676
|
margin-right: 0;
|
|
1654
1677
|
}
|
|
@@ -1773,7 +1796,7 @@
|
|
|
1773
1796
|
margin: 0 16px;
|
|
1774
1797
|
}
|
|
1775
1798
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1776
|
-
margin-left: 12px;
|
|
1799
|
+
margin-left: 12px !important;
|
|
1777
1800
|
margin-right: 6px;
|
|
1778
1801
|
}
|
|
1779
1802
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1790,22 +1813,22 @@
|
|
|
1790
1813
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1791
1814
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1792
1815
|
padding: 0;
|
|
1793
|
-
padding-bottom:
|
|
1816
|
+
padding-bottom: 10px;
|
|
1794
1817
|
}
|
|
1795
1818
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1796
1819
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1797
1820
|
padding: 0;
|
|
1798
|
-
padding-bottom:
|
|
1821
|
+
padding-bottom: 10px;
|
|
1799
1822
|
}
|
|
1800
1823
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1801
1824
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1802
1825
|
padding: 0;
|
|
1803
|
-
padding-bottom:
|
|
1826
|
+
padding-bottom: 10px;
|
|
1804
1827
|
}
|
|
1805
1828
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1806
1829
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1807
1830
|
padding: 0;
|
|
1808
|
-
padding-bottom:
|
|
1831
|
+
padding-bottom: 10px;
|
|
1809
1832
|
}
|
|
1810
1833
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1811
1834
|
padding: 0 !important;
|
|
@@ -1821,7 +1844,7 @@
|
|
|
1821
1844
|
width: 75px;
|
|
1822
1845
|
}
|
|
1823
1846
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1824
|
-
background
|
|
1847
|
+
background: #282d31;
|
|
1825
1848
|
border-radius: 0;
|
|
1826
1849
|
box-shadow: none;
|
|
1827
1850
|
min-height: 100%;
|
|
@@ -2007,6 +2030,22 @@
|
|
|
2007
2030
|
height: 0;
|
|
2008
2031
|
line-height: 0.5;
|
|
2009
2032
|
}
|
|
2033
|
+
.e-bigger .e-listview .e-list-icon {
|
|
2034
|
+
height: 24px;
|
|
2035
|
+
width: 16px;
|
|
2036
|
+
margin-right: 16px;
|
|
2037
|
+
}
|
|
2038
|
+
.e-bigger .e-de-listview-icon {
|
|
2039
|
+
line-height: 22px;
|
|
2040
|
+
}
|
|
2041
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
2042
|
+
height: 24px;
|
|
2043
|
+
width: 16px;
|
|
2044
|
+
margin-left: 16px;
|
|
2045
|
+
}
|
|
2046
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
2047
|
+
line-height: 22px;
|
|
2048
|
+
}
|
|
2010
2049
|
|
|
2011
2050
|
.e-de-ctn .e-de-bzr-button {
|
|
2012
2051
|
background: #282d31;
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
}
|
|
559
559
|
|
|
560
560
|
.e-de-statusbar-pageweb {
|
|
561
|
-
background
|
|
561
|
+
background: #f8f9fa;
|
|
562
562
|
border: 0;
|
|
563
563
|
box-shadow: none;
|
|
564
564
|
float: right;
|
|
@@ -585,12 +585,22 @@
|
|
|
585
585
|
font-size: 18px;
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
+
.e-listview .e-list-icon {
|
|
589
|
+
height: 24px;
|
|
590
|
+
width: 16px;
|
|
591
|
+
margin-right: 12px;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.e-de-listview-icon {
|
|
595
|
+
line-height: 22px;
|
|
596
|
+
}
|
|
597
|
+
|
|
588
598
|
.e-de-linespacing {
|
|
589
599
|
margin-top: 8px;
|
|
590
600
|
}
|
|
591
601
|
|
|
592
602
|
.e-de-statusbar-zoom {
|
|
593
|
-
background
|
|
603
|
+
background: #f8f9fa;
|
|
594
604
|
border: 0;
|
|
595
605
|
color: #495057;
|
|
596
606
|
float: right;
|
|
@@ -727,7 +737,7 @@
|
|
|
727
737
|
|
|
728
738
|
.e-de-tool-ctnr-properties-pane,
|
|
729
739
|
.e-de-ctnr-properties-pane {
|
|
730
|
-
background
|
|
740
|
+
background: #f8f9fa;
|
|
731
741
|
border-bottom: 1px solid #dee2e6;
|
|
732
742
|
border-top: 1px solid #dee2e6;
|
|
733
743
|
}
|
|
@@ -874,7 +884,7 @@
|
|
|
874
884
|
margin: 0 14px;
|
|
875
885
|
}
|
|
876
886
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
877
|
-
margin-left: 8px;
|
|
887
|
+
margin-left: 8px !important;
|
|
878
888
|
margin-right: 4px;
|
|
879
889
|
}
|
|
880
890
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -890,20 +900,23 @@
|
|
|
890
900
|
}
|
|
891
901
|
|
|
892
902
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
903
|
+
-ms-flex-direction: column;
|
|
904
|
+
flex-direction: column;
|
|
905
|
+
height: calc(100% - 10px);
|
|
893
906
|
padding: 0;
|
|
894
|
-
padding-bottom:
|
|
907
|
+
padding-bottom: 10px;
|
|
895
908
|
}
|
|
896
909
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
897
910
|
padding: 0;
|
|
898
|
-
padding-bottom:
|
|
911
|
+
padding-bottom: 10px;
|
|
899
912
|
}
|
|
900
913
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
901
914
|
padding: 0;
|
|
902
|
-
padding-bottom:
|
|
915
|
+
padding-bottom: 10px;
|
|
903
916
|
}
|
|
904
917
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
905
918
|
padding: 0;
|
|
906
|
-
padding-bottom:
|
|
919
|
+
padding-bottom: 10px;
|
|
907
920
|
}
|
|
908
921
|
|
|
909
922
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -949,7 +962,7 @@
|
|
|
949
962
|
}
|
|
950
963
|
|
|
951
964
|
.e-de-ctnr-group-btn .e-btn {
|
|
952
|
-
background
|
|
965
|
+
background: #fff;
|
|
953
966
|
border-color: #dee2e6;
|
|
954
967
|
}
|
|
955
968
|
.e-de-ctnr-group-btn .e-btn:focus {
|
|
@@ -1042,7 +1055,7 @@
|
|
|
1042
1055
|
}
|
|
1043
1056
|
|
|
1044
1057
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
1045
|
-
background
|
|
1058
|
+
background: #f8f9fa;
|
|
1046
1059
|
border-radius: 0;
|
|
1047
1060
|
box-shadow: none;
|
|
1048
1061
|
color: #0d6efd;
|
|
@@ -1084,6 +1097,7 @@
|
|
|
1084
1097
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1085
1098
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1086
1099
|
padding: 0 !important;
|
|
1100
|
+
min-height: 16px;
|
|
1087
1101
|
}
|
|
1088
1102
|
|
|
1089
1103
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1192,7 +1206,7 @@
|
|
|
1192
1206
|
}
|
|
1193
1207
|
|
|
1194
1208
|
.e-bigger .e-de-panel-right-width {
|
|
1195
|
-
width:
|
|
1209
|
+
width: 96px;
|
|
1196
1210
|
}
|
|
1197
1211
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1198
1212
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -1447,8 +1461,8 @@
|
|
|
1447
1461
|
border: 1px solid #dee2e6;
|
|
1448
1462
|
color: #495057;
|
|
1449
1463
|
height: 129px;
|
|
1450
|
-
margin-left: 78px;
|
|
1451
1464
|
width: 94px;
|
|
1465
|
+
margin-left: 78px;
|
|
1452
1466
|
}
|
|
1453
1467
|
|
|
1454
1468
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1503,7 +1517,7 @@
|
|
|
1503
1517
|
}
|
|
1504
1518
|
|
|
1505
1519
|
.e-de-status-bar {
|
|
1506
|
-
background
|
|
1520
|
+
background: #f8f9fa;
|
|
1507
1521
|
display: -ms-flexbox;
|
|
1508
1522
|
display: flex;
|
|
1509
1523
|
padding-top: 4px;
|
|
@@ -1636,8 +1650,8 @@
|
|
|
1636
1650
|
}
|
|
1637
1651
|
|
|
1638
1652
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1639
|
-
height: 38px;
|
|
1640
1653
|
width: 39px;
|
|
1654
|
+
height: 38px;
|
|
1641
1655
|
}
|
|
1642
1656
|
|
|
1643
1657
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1649,6 +1663,15 @@
|
|
|
1649
1663
|
width: 70px;
|
|
1650
1664
|
}
|
|
1651
1665
|
|
|
1666
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1667
|
+
height: 24px;
|
|
1668
|
+
width: 16px;
|
|
1669
|
+
margin-left: 12px;
|
|
1670
|
+
}
|
|
1671
|
+
.e-rtl .e-de-listview-icon {
|
|
1672
|
+
line-height: 22px;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1652
1675
|
.e-bigger .de-split-button > div:first-child {
|
|
1653
1676
|
margin-right: 0;
|
|
1654
1677
|
}
|
|
@@ -1773,7 +1796,7 @@
|
|
|
1773
1796
|
margin: 0 16px;
|
|
1774
1797
|
}
|
|
1775
1798
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1776
|
-
margin-left: 12px;
|
|
1799
|
+
margin-left: 12px !important;
|
|
1777
1800
|
margin-right: 6px;
|
|
1778
1801
|
}
|
|
1779
1802
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1790,22 +1813,22 @@
|
|
|
1790
1813
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1791
1814
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1792
1815
|
padding: 0;
|
|
1793
|
-
padding-bottom:
|
|
1816
|
+
padding-bottom: 10px;
|
|
1794
1817
|
}
|
|
1795
1818
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1796
1819
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1797
1820
|
padding: 0;
|
|
1798
|
-
padding-bottom:
|
|
1821
|
+
padding-bottom: 10px;
|
|
1799
1822
|
}
|
|
1800
1823
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1801
1824
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1802
1825
|
padding: 0;
|
|
1803
|
-
padding-bottom:
|
|
1826
|
+
padding-bottom: 10px;
|
|
1804
1827
|
}
|
|
1805
1828
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1806
1829
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1807
1830
|
padding: 0;
|
|
1808
|
-
padding-bottom:
|
|
1831
|
+
padding-bottom: 10px;
|
|
1809
1832
|
}
|
|
1810
1833
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1811
1834
|
padding: 0 !important;
|
|
@@ -1821,7 +1844,7 @@
|
|
|
1821
1844
|
width: 75px;
|
|
1822
1845
|
}
|
|
1823
1846
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1824
|
-
background
|
|
1847
|
+
background: #f8f9fa;
|
|
1825
1848
|
border-radius: 0;
|
|
1826
1849
|
box-shadow: none;
|
|
1827
1850
|
min-height: 100%;
|
|
@@ -2007,6 +2030,22 @@
|
|
|
2007
2030
|
height: 0;
|
|
2008
2031
|
line-height: 0.5;
|
|
2009
2032
|
}
|
|
2033
|
+
.e-bigger .e-listview .e-list-icon {
|
|
2034
|
+
height: 24px;
|
|
2035
|
+
width: 16px;
|
|
2036
|
+
margin-right: 16px;
|
|
2037
|
+
}
|
|
2038
|
+
.e-bigger .e-de-listview-icon {
|
|
2039
|
+
line-height: 22px;
|
|
2040
|
+
}
|
|
2041
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
2042
|
+
height: 24px;
|
|
2043
|
+
width: 16px;
|
|
2044
|
+
margin-left: 16px;
|
|
2045
|
+
}
|
|
2046
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
2047
|
+
line-height: 22px;
|
|
2048
|
+
}
|
|
2010
2049
|
|
|
2011
2050
|
.e-de-ctn .e-de-bzr-button {
|
|
2012
2051
|
background: #f8f9fa;
|