@syncfusion/ej2-react-documenteditor 21.2.9 → 22.1.34
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 +22 -0
- package/dist/ej2-react-documenteditor.min.js +1 -1
- package/dist/ej2-react-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +102 -37
- package/styles/bootstrap.css +106 -37
- package/styles/bootstrap4.css +110 -37
- package/styles/bootstrap5-dark.css +102 -37
- package/styles/bootstrap5.css +102 -37
- package/styles/document-editor/bootstrap-dark.css +6 -0
- package/styles/document-editor/bootstrap.css +10 -0
- package/styles/document-editor/bootstrap4.css +14 -0
- package/styles/document-editor/bootstrap5-dark.css +6 -0
- package/styles/document-editor/bootstrap5.css +6 -0
- package/styles/document-editor/fabric-dark.css +6 -0
- package/styles/document-editor/fabric.css +10 -0
- package/styles/document-editor/fluent-dark.css +6 -0
- package/styles/document-editor/fluent.css +6 -0
- package/styles/document-editor/highcontrast.css +6 -0
- package/styles/document-editor/material-dark.css +6 -0
- package/styles/document-editor/material.css +6 -0
- package/styles/document-editor/material3-dark.css +3971 -0
- package/styles/document-editor/material3-dark.scss +2 -0
- package/styles/document-editor/material3.css +4027 -0
- package/styles/document-editor/material3.scss +2 -0
- package/styles/document-editor/tailwind-dark.css +6 -0
- package/styles/document-editor/tailwind.css +6 -0
- package/styles/document-editor-container/bootstrap-dark.css +96 -37
- package/styles/document-editor-container/bootstrap.css +96 -37
- package/styles/document-editor-container/bootstrap4.css +96 -37
- package/styles/document-editor-container/bootstrap5-dark.css +96 -37
- package/styles/document-editor-container/bootstrap5.css +96 -37
- package/styles/document-editor-container/fabric-dark.css +96 -37
- package/styles/document-editor-container/fabric.css +96 -37
- package/styles/document-editor-container/fluent-dark.css +96 -37
- package/styles/document-editor-container/fluent.css +96 -37
- package/styles/document-editor-container/highcontrast-light.css +96 -37
- package/styles/document-editor-container/highcontrast.css +96 -37
- package/styles/document-editor-container/material-dark.css +101 -42
- package/styles/document-editor-container/material.css +97 -37
- package/styles/document-editor-container/material3-dark.css +2178 -0
- package/styles/document-editor-container/material3-dark.scss +2 -0
- package/styles/document-editor-container/material3.css +2234 -0
- package/styles/document-editor-container/material3.scss +2 -0
- package/styles/document-editor-container/tailwind-dark.css +95 -36
- package/styles/document-editor-container/tailwind.css +95 -36
- package/styles/fabric-dark.css +102 -37
- package/styles/fabric.css +106 -37
- package/styles/fluent-dark.css +102 -37
- package/styles/fluent.css +102 -37
- package/styles/highcontrast-light.css +96 -37
- package/styles/highcontrast.css +102 -37
- package/styles/material-dark.css +107 -42
- package/styles/material.css +103 -37
- package/styles/material3-dark.css +6150 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6261 -0
- package/styles/material3.scss +3 -0
- package/styles/tailwind-dark.css +101 -36
- package/styles/tailwind.css +101 -36
|
@@ -399,6 +399,21 @@
|
|
|
399
399
|
font-family: "e-icons";
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
+
.e-de-e-paragraph-style-mark::before {
|
|
403
|
+
content: "\e353";
|
|
404
|
+
font-family: "e-icons";
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.e-de-e-character-style-mark::before {
|
|
408
|
+
content: "\e980";
|
|
409
|
+
font-family: "e-icons";
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.e-de-e-linked-style-mark::before {
|
|
413
|
+
content: "\e981";
|
|
414
|
+
font-family: "e-icons";
|
|
415
|
+
}
|
|
416
|
+
|
|
402
417
|
.e-de-ctnr-columns::before {
|
|
403
418
|
content: "\e968";
|
|
404
419
|
font-family: "e-icons";
|
|
@@ -531,6 +546,46 @@
|
|
|
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: 32px;
|
|
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: 32px;
|
|
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
590
|
background: #000;
|
|
536
591
|
border: 0;
|
|
@@ -568,7 +623,10 @@
|
|
|
568
623
|
}
|
|
569
624
|
|
|
570
625
|
.e-de-listview-icon {
|
|
626
|
+
height: auto;
|
|
627
|
+
width: auto;
|
|
571
628
|
line-height: 22px;
|
|
629
|
+
margin-right: 12px;
|
|
572
630
|
}
|
|
573
631
|
|
|
574
632
|
.e-de-linespacing {
|
|
@@ -639,14 +697,22 @@
|
|
|
639
697
|
.e-de-statusbar-separator {
|
|
640
698
|
border-left: 1px solid #dadada;
|
|
641
699
|
height: 16px;
|
|
642
|
-
margin-left:
|
|
700
|
+
margin-left: 7.5px;
|
|
701
|
+
margin-right: 7.5px;
|
|
702
|
+
margin-top: 10px;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.e-bigger .e-de-statusbar-separator {
|
|
706
|
+
border-left: 1px solid #dadada;
|
|
707
|
+
height: 16px;
|
|
708
|
+
margin-left: 7.5px;
|
|
709
|
+
margin-right: 7.5px;
|
|
643
710
|
margin-top: 10px;
|
|
644
711
|
}
|
|
645
712
|
|
|
646
713
|
.e-de-statusbar-spellcheck {
|
|
647
714
|
border-radius: 2px;
|
|
648
715
|
font-weight: 400;
|
|
649
|
-
margin-left: 7.5px;
|
|
650
716
|
}
|
|
651
717
|
|
|
652
718
|
.e-de-ctn {
|
|
@@ -659,7 +725,6 @@
|
|
|
659
725
|
|
|
660
726
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
661
727
|
border-radius: 2px;
|
|
662
|
-
margin-left: 7.5px;
|
|
663
728
|
}
|
|
664
729
|
|
|
665
730
|
.e-de-ctnr-toolbar {
|
|
@@ -909,6 +974,7 @@
|
|
|
909
974
|
}
|
|
910
975
|
|
|
911
976
|
.e-de-review-pane {
|
|
977
|
+
background: #000;
|
|
912
978
|
border-left: 1px solid #e1e1e1;
|
|
913
979
|
height: 100%;
|
|
914
980
|
min-height: 200px;
|
|
@@ -926,34 +992,6 @@
|
|
|
926
992
|
width: 272px;
|
|
927
993
|
}
|
|
928
994
|
|
|
929
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
930
|
-
box-shadow: none;
|
|
931
|
-
height: 32px;
|
|
932
|
-
}
|
|
933
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
934
|
-
box-shadow: none;
|
|
935
|
-
}
|
|
936
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
937
|
-
box-shadow: none;
|
|
938
|
-
}
|
|
939
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
940
|
-
box-shadow: none;
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
.e-de-ctnr-group-btn button {
|
|
944
|
-
box-shadow: none;
|
|
945
|
-
height: 32px;
|
|
946
|
-
}
|
|
947
|
-
.e-de-ctnr-group-btn button:focus {
|
|
948
|
-
box-shadow: none;
|
|
949
|
-
}
|
|
950
|
-
.e-de-ctnr-group-btn button:active {
|
|
951
|
-
box-shadow: none;
|
|
952
|
-
}
|
|
953
|
-
.e-de-ctnr-group-btn button:hover {
|
|
954
|
-
box-shadow: none;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
995
|
.e-de-property-div-padding {
|
|
958
996
|
border-bottom: 0.5px solid #e0e0e0;
|
|
959
997
|
padding: 12.5px;
|
|
@@ -1077,7 +1115,7 @@
|
|
|
1077
1115
|
}
|
|
1078
1116
|
|
|
1079
1117
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1080
|
-
border-bottom: 1px solid #ccc;
|
|
1118
|
+
border-bottom: 1px solid #ccc !important;
|
|
1081
1119
|
margin-left: 5px;
|
|
1082
1120
|
width: 100%;
|
|
1083
1121
|
}
|
|
@@ -1146,10 +1184,10 @@
|
|
|
1146
1184
|
}
|
|
1147
1185
|
|
|
1148
1186
|
.e-de-list-container {
|
|
1149
|
-
background: #000;
|
|
1150
1187
|
border: 1px solid #ccc;
|
|
1151
1188
|
border-radius: 2px;
|
|
1152
1189
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
1190
|
+
background: #000;
|
|
1153
1191
|
box-sizing: border-box;
|
|
1154
1192
|
display: inline-block;
|
|
1155
1193
|
line-height: normal;
|
|
@@ -1431,7 +1469,7 @@
|
|
|
1431
1469
|
}
|
|
1432
1470
|
|
|
1433
1471
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
1434
|
-
height:
|
|
1472
|
+
height: 36px !important;
|
|
1435
1473
|
}
|
|
1436
1474
|
|
|
1437
1475
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1458,7 +1496,10 @@
|
|
|
1458
1496
|
margin-left: 12px;
|
|
1459
1497
|
}
|
|
1460
1498
|
.e-rtl .e-de-listview-icon {
|
|
1499
|
+
height: auto;
|
|
1500
|
+
width: auto;
|
|
1461
1501
|
line-height: 22px;
|
|
1502
|
+
margin-left: 12px;
|
|
1462
1503
|
}
|
|
1463
1504
|
|
|
1464
1505
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -1569,7 +1610,6 @@
|
|
|
1569
1610
|
height: 82px;
|
|
1570
1611
|
}
|
|
1571
1612
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1572
|
-
height: 25px;
|
|
1573
1613
|
margin: 0 7.5px;
|
|
1574
1614
|
}
|
|
1575
1615
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -1671,6 +1711,19 @@
|
|
|
1671
1711
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1672
1712
|
box-shadow: none;
|
|
1673
1713
|
}
|
|
1714
|
+
.e-bigger .e-de-status-bar button {
|
|
1715
|
+
height: 38px;
|
|
1716
|
+
box-shadow: none;
|
|
1717
|
+
}
|
|
1718
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
1719
|
+
box-shadow: none;
|
|
1720
|
+
}
|
|
1721
|
+
.e-bigger .e-de-status-bar button:active {
|
|
1722
|
+
box-shadow: none;
|
|
1723
|
+
}
|
|
1724
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
1725
|
+
box-shadow: none;
|
|
1726
|
+
}
|
|
1674
1727
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1675
1728
|
box-shadow: none;
|
|
1676
1729
|
height: 38px;
|
|
@@ -1784,18 +1837,18 @@
|
|
|
1784
1837
|
margin-left: 10px;
|
|
1785
1838
|
}
|
|
1786
1839
|
.e-bigger .e-de-status-bar {
|
|
1787
|
-
background
|
|
1840
|
+
background: #000;
|
|
1788
1841
|
display: -ms-flexbox;
|
|
1789
1842
|
display: flex;
|
|
1790
1843
|
padding-top: 1.5px;
|
|
1791
1844
|
width: 100%;
|
|
1792
1845
|
}
|
|
1793
1846
|
.e-bigger .e-de-statusbar-zoom {
|
|
1794
|
-
background-color: #000;
|
|
1795
1847
|
border: 0;
|
|
1796
1848
|
color: #fff;
|
|
1797
1849
|
float: right;
|
|
1798
1850
|
height: 34px;
|
|
1851
|
+
background-color: #000;
|
|
1799
1852
|
}
|
|
1800
1853
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1801
1854
|
line-height: 25px;
|
|
@@ -1811,7 +1864,10 @@
|
|
|
1811
1864
|
margin-right: 16px;
|
|
1812
1865
|
}
|
|
1813
1866
|
.e-bigger .e-de-listview-icon {
|
|
1867
|
+
height: auto;
|
|
1868
|
+
width: auto;
|
|
1814
1869
|
line-height: 22px;
|
|
1870
|
+
margin-right: 16px;
|
|
1815
1871
|
}
|
|
1816
1872
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1817
1873
|
height: 24px;
|
|
@@ -1819,7 +1875,10 @@
|
|
|
1819
1875
|
margin-left: 16px;
|
|
1820
1876
|
}
|
|
1821
1877
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1878
|
+
height: auto;
|
|
1879
|
+
width: auto;
|
|
1822
1880
|
line-height: 22px;
|
|
1881
|
+
margin-left: 16px;
|
|
1823
1882
|
}
|
|
1824
1883
|
|
|
1825
1884
|
.e-de-ctn .e-de-bzr-button {
|
|
@@ -402,6 +402,21 @@
|
|
|
402
402
|
font-family: "e-icons";
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
+
.e-de-e-paragraph-style-mark::before {
|
|
406
|
+
content: "\e353";
|
|
407
|
+
font-family: "e-icons";
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-de-e-character-style-mark::before {
|
|
411
|
+
content: "\e97d";
|
|
412
|
+
font-family: "e-icons";
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-de-e-linked-style-mark::before {
|
|
416
|
+
content: "\e97e";
|
|
417
|
+
font-family: "e-icons";
|
|
418
|
+
}
|
|
419
|
+
|
|
405
420
|
.e-de-ctnr-columns::before {
|
|
406
421
|
content: "\e955";
|
|
407
422
|
font-family: "e-icons";
|
|
@@ -534,6 +549,46 @@
|
|
|
534
549
|
height: 100%;
|
|
535
550
|
}
|
|
536
551
|
|
|
552
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
553
|
+
box-shadow: none;
|
|
554
|
+
height: 28px;
|
|
555
|
+
}
|
|
556
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
557
|
+
box-shadow: none;
|
|
558
|
+
}
|
|
559
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
560
|
+
box-shadow: none;
|
|
561
|
+
}
|
|
562
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
563
|
+
box-shadow: none;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.e-de-ctnr-group-btn-middle button {
|
|
567
|
+
border-radius: 0px;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
571
|
+
box-shadow: none;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
575
|
+
.e-de-ctn .e-de-status-bar button {
|
|
576
|
+
box-shadow: none;
|
|
577
|
+
height: 28px;
|
|
578
|
+
}
|
|
579
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
580
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
581
|
+
box-shadow: none;
|
|
582
|
+
}
|
|
583
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
584
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
585
|
+
box-shadow: none;
|
|
586
|
+
}
|
|
587
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
588
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
589
|
+
box-shadow: none;
|
|
590
|
+
}
|
|
591
|
+
|
|
537
592
|
.e-de-statusbar-pageweb {
|
|
538
593
|
background: #303030;
|
|
539
594
|
border: 0;
|
|
@@ -571,7 +626,10 @@
|
|
|
571
626
|
}
|
|
572
627
|
|
|
573
628
|
.e-de-listview-icon {
|
|
629
|
+
height: auto;
|
|
630
|
+
width: auto;
|
|
574
631
|
line-height: 22px;
|
|
632
|
+
margin-right: 12px;
|
|
575
633
|
}
|
|
576
634
|
|
|
577
635
|
.e-de-linespacing {
|
|
@@ -642,14 +700,22 @@
|
|
|
642
700
|
.e-de-statusbar-separator {
|
|
643
701
|
border-left: 1px solid #626161;
|
|
644
702
|
height: 16px;
|
|
645
|
-
margin-left:
|
|
703
|
+
margin-left: 7.5px;
|
|
704
|
+
margin-right: 7.5px;
|
|
705
|
+
margin-top: 10px;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.e-bigger .e-de-statusbar-separator {
|
|
709
|
+
border-left: 1px solid #626161;
|
|
710
|
+
height: 16px;
|
|
711
|
+
margin-left: 7.5px;
|
|
712
|
+
margin-right: 7.5px;
|
|
646
713
|
margin-top: 10px;
|
|
647
714
|
}
|
|
648
715
|
|
|
649
716
|
.e-de-statusbar-spellcheck {
|
|
650
717
|
border-radius: 2px;
|
|
651
718
|
font-weight: 400;
|
|
652
|
-
margin-left: 7.5px;
|
|
653
719
|
}
|
|
654
720
|
|
|
655
721
|
.e-de-ctn {
|
|
@@ -662,7 +728,6 @@
|
|
|
662
728
|
|
|
663
729
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
664
730
|
border-radius: 2px;
|
|
665
|
-
margin-left: 7.5px;
|
|
666
731
|
}
|
|
667
732
|
|
|
668
733
|
.e-de-ctnr-toolbar {
|
|
@@ -912,6 +977,7 @@
|
|
|
912
977
|
}
|
|
913
978
|
|
|
914
979
|
.e-de-review-pane {
|
|
980
|
+
background: #303030;
|
|
915
981
|
border-left: 1px solid #616161;
|
|
916
982
|
height: 100%;
|
|
917
983
|
min-height: 200px;
|
|
@@ -929,34 +995,6 @@
|
|
|
929
995
|
width: 270px;
|
|
930
996
|
}
|
|
931
997
|
|
|
932
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
933
|
-
box-shadow: none;
|
|
934
|
-
height: 28px;
|
|
935
|
-
}
|
|
936
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
937
|
-
box-shadow: none;
|
|
938
|
-
}
|
|
939
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
940
|
-
box-shadow: none;
|
|
941
|
-
}
|
|
942
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
943
|
-
box-shadow: none;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
.e-de-ctnr-group-btn button {
|
|
947
|
-
box-shadow: none;
|
|
948
|
-
height: 28px;
|
|
949
|
-
}
|
|
950
|
-
.e-de-ctnr-group-btn button:focus {
|
|
951
|
-
box-shadow: none;
|
|
952
|
-
}
|
|
953
|
-
.e-de-ctnr-group-btn button:active {
|
|
954
|
-
box-shadow: none;
|
|
955
|
-
}
|
|
956
|
-
.e-de-ctnr-group-btn button:hover {
|
|
957
|
-
box-shadow: none;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
998
|
.e-de-property-div-padding {
|
|
961
999
|
border-bottom: 0.5px solid #616161;
|
|
962
1000
|
padding: 12.5px;
|
|
@@ -1080,7 +1118,7 @@
|
|
|
1080
1118
|
}
|
|
1081
1119
|
|
|
1082
1120
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1083
|
-
border-bottom: 1px solid #ccc;
|
|
1121
|
+
border-bottom: 1px solid #ccc !important;
|
|
1084
1122
|
margin-left: 5px;
|
|
1085
1123
|
width: 100%;
|
|
1086
1124
|
}
|
|
@@ -1149,10 +1187,10 @@
|
|
|
1149
1187
|
}
|
|
1150
1188
|
|
|
1151
1189
|
.e-de-list-container {
|
|
1152
|
-
background: #303030;
|
|
1153
1190
|
border: 1px solid #ccc;
|
|
1154
1191
|
border-radius: 2px;
|
|
1155
1192
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
1193
|
+
background: #303030;
|
|
1156
1194
|
box-sizing: border-box;
|
|
1157
1195
|
display: inline-block;
|
|
1158
1196
|
line-height: normal;
|
|
@@ -1425,7 +1463,7 @@
|
|
|
1425
1463
|
}
|
|
1426
1464
|
|
|
1427
1465
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
1428
|
-
height:
|
|
1466
|
+
height: 36px !important;
|
|
1429
1467
|
}
|
|
1430
1468
|
|
|
1431
1469
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1452,7 +1490,10 @@
|
|
|
1452
1490
|
margin-left: 12px;
|
|
1453
1491
|
}
|
|
1454
1492
|
.e-rtl .e-de-listview-icon {
|
|
1493
|
+
height: auto;
|
|
1494
|
+
width: auto;
|
|
1455
1495
|
line-height: 22px;
|
|
1496
|
+
margin-left: 12px;
|
|
1456
1497
|
}
|
|
1457
1498
|
|
|
1458
1499
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -1511,7 +1552,7 @@
|
|
|
1511
1552
|
.e-bigger .e-de-ctnr-toolbar {
|
|
1512
1553
|
display: -ms-flexbox;
|
|
1513
1554
|
display: flex;
|
|
1514
|
-
height:
|
|
1555
|
+
height: 90px;
|
|
1515
1556
|
width: 100%;
|
|
1516
1557
|
}
|
|
1517
1558
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
@@ -1540,7 +1581,7 @@
|
|
|
1540
1581
|
}
|
|
1541
1582
|
.e-bigger .e-de-tlbr-wrapper {
|
|
1542
1583
|
background-color: #212121;
|
|
1543
|
-
height:
|
|
1584
|
+
height: 90px;
|
|
1544
1585
|
width: calc(100% - 75px);
|
|
1545
1586
|
}
|
|
1546
1587
|
.e-bigger .e-de-ctnr-prop-label {
|
|
@@ -1560,10 +1601,9 @@
|
|
|
1560
1601
|
margin-right: 14.5px;
|
|
1561
1602
|
}
|
|
1562
1603
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
1563
|
-
height:
|
|
1604
|
+
height: 90px;
|
|
1564
1605
|
}
|
|
1565
1606
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1566
|
-
height: 25px;
|
|
1567
1607
|
margin: 0 7.5px;
|
|
1568
1608
|
}
|
|
1569
1609
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -1632,11 +1672,11 @@
|
|
|
1632
1672
|
}
|
|
1633
1673
|
.e-bigger .e-de-showhide-btn {
|
|
1634
1674
|
border: 0;
|
|
1635
|
-
height:
|
|
1675
|
+
height: 90px;
|
|
1636
1676
|
}
|
|
1637
1677
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
1638
1678
|
border: 0;
|
|
1639
|
-
height:
|
|
1679
|
+
height: 90px;
|
|
1640
1680
|
}
|
|
1641
1681
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1642
1682
|
padding: 0;
|
|
@@ -1665,6 +1705,19 @@
|
|
|
1665
1705
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1666
1706
|
box-shadow: none;
|
|
1667
1707
|
}
|
|
1708
|
+
.e-bigger .e-de-status-bar button {
|
|
1709
|
+
height: 36px;
|
|
1710
|
+
box-shadow: none;
|
|
1711
|
+
}
|
|
1712
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
1713
|
+
box-shadow: none;
|
|
1714
|
+
}
|
|
1715
|
+
.e-bigger .e-de-status-bar button:active {
|
|
1716
|
+
box-shadow: none;
|
|
1717
|
+
}
|
|
1718
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
1719
|
+
box-shadow: none;
|
|
1720
|
+
}
|
|
1668
1721
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1669
1722
|
box-shadow: none;
|
|
1670
1723
|
height: 36px;
|
|
@@ -1778,18 +1831,18 @@
|
|
|
1778
1831
|
margin-left: 10px;
|
|
1779
1832
|
}
|
|
1780
1833
|
.e-bigger .e-de-status-bar {
|
|
1781
|
-
background
|
|
1834
|
+
background: #303030;
|
|
1782
1835
|
display: -ms-flexbox;
|
|
1783
1836
|
display: flex;
|
|
1784
1837
|
padding-top: 3.5px;
|
|
1785
1838
|
width: 100%;
|
|
1786
1839
|
}
|
|
1787
1840
|
.e-bigger .e-de-statusbar-zoom {
|
|
1788
|
-
background-color: #303030;
|
|
1789
1841
|
border: 0;
|
|
1790
1842
|
color: #fff;
|
|
1791
1843
|
float: right;
|
|
1792
1844
|
height: 34px;
|
|
1845
|
+
background-color: #303030;
|
|
1793
1846
|
}
|
|
1794
1847
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1795
1848
|
line-height: 25px;
|
|
@@ -1805,7 +1858,10 @@
|
|
|
1805
1858
|
margin-right: 12px;
|
|
1806
1859
|
}
|
|
1807
1860
|
.e-bigger .e-de-listview-icon {
|
|
1861
|
+
height: auto;
|
|
1862
|
+
width: auto;
|
|
1808
1863
|
line-height: 22px;
|
|
1864
|
+
margin-right: 12px;
|
|
1809
1865
|
}
|
|
1810
1866
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1811
1867
|
height: 24px;
|
|
@@ -1813,7 +1869,10 @@
|
|
|
1813
1869
|
margin-left: 12px;
|
|
1814
1870
|
}
|
|
1815
1871
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1872
|
+
height: auto;
|
|
1873
|
+
width: auto;
|
|
1816
1874
|
line-height: 22px;
|
|
1875
|
+
margin-left: 12px;
|
|
1817
1876
|
}
|
|
1818
1877
|
|
|
1819
1878
|
.e-de-ctn .e-de-bzr-button {
|