@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.
- package/CHANGELOG.md +208 -0
- package/README.md +1 -1
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +11 -10
- package/src/document-editor/documenteditor.component.d.ts +3 -50
- package/src/document-editor/documenteditor.component.js +168 -197
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
- package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
- package/styles/bootstrap-dark.css +167 -58
- package/styles/bootstrap.css +167 -54
- package/styles/bootstrap4.css +185 -65
- package/styles/bootstrap5-dark.css +187 -74
- package/styles/bootstrap5.css +187 -74
- package/styles/document-editor/bootstrap-dark.css +13 -2
- package/styles/document-editor/bootstrap.css +17 -2
- package/styles/document-editor/bootstrap4.css +23 -4
- package/styles/document-editor/bootstrap5-dark.css +32 -17
- package/styles/document-editor/bootstrap5.css +32 -17
- package/styles/document-editor/fabric-dark.css +13 -2
- package/styles/document-editor/fabric.css +17 -2
- package/styles/document-editor/fluent-dark.css +47 -27
- package/styles/document-editor/fluent.css +47 -27
- package/styles/document-editor/highcontrast-light.css +5 -0
- package/styles/document-editor/highcontrast.css +13 -2
- package/styles/document-editor/material-dark.css +13 -2
- package/styles/document-editor/material.css +13 -2
- 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 +29 -17
- package/styles/document-editor/tailwind.css +32 -17
- package/styles/document-editor-container/bootstrap-dark.css +154 -56
- package/styles/document-editor-container/bootstrap.css +150 -52
- package/styles/document-editor-container/bootstrap4.css +162 -61
- package/styles/document-editor-container/bootstrap5-dark.css +155 -57
- package/styles/document-editor-container/bootstrap5.css +155 -57
- package/styles/document-editor-container/fabric-dark.css +154 -56
- package/styles/document-editor-container/fabric.css +154 -56
- package/styles/document-editor-container/fluent-dark.css +159 -64
- package/styles/document-editor-container/fluent.css +159 -64
- package/styles/document-editor-container/highcontrast-light.css +154 -56
- package/styles/document-editor-container/highcontrast.css +154 -56
- package/styles/document-editor-container/material-dark.css +159 -61
- package/styles/document-editor-container/material.css +154 -55
- 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 +153 -55
- package/styles/document-editor-container/tailwind.css +153 -55
- package/styles/fabric-dark.css +167 -58
- package/styles/fabric.css +171 -58
- package/styles/fluent-dark.css +206 -91
- package/styles/fluent.css +206 -91
- package/styles/highcontrast-light.css +159 -56
- package/styles/highcontrast.css +167 -58
- package/styles/material-dark.css +172 -63
- package/styles/material.css +167 -57
- 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 +182 -72
- package/styles/tailwind.css +185 -72
|
@@ -400,6 +400,21 @@
|
|
|
400
400
|
font-family: "e-icons";
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
+
.e-de-e-paragraph-style-mark::before {
|
|
404
|
+
content: "\e353";
|
|
405
|
+
font-family: "e-icons";
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-de-e-character-style-mark::before {
|
|
409
|
+
content: "\e982";
|
|
410
|
+
font-family: "e-icons";
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.e-de-e-linked-style-mark::before {
|
|
414
|
+
content: "\e983";
|
|
415
|
+
font-family: "e-icons";
|
|
416
|
+
}
|
|
417
|
+
|
|
403
418
|
.e-de-ctnr-columns::before {
|
|
404
419
|
content: "\e972";
|
|
405
420
|
font-family: "e-icons";
|
|
@@ -532,8 +547,48 @@
|
|
|
532
547
|
height: 100%;
|
|
533
548
|
}
|
|
534
549
|
|
|
550
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
551
|
+
box-shadow: none;
|
|
552
|
+
height: 32px;
|
|
553
|
+
}
|
|
554
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
555
|
+
box-shadow: none;
|
|
556
|
+
}
|
|
557
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
558
|
+
box-shadow: none;
|
|
559
|
+
}
|
|
560
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
561
|
+
box-shadow: none;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.e-de-ctnr-group-btn-middle button {
|
|
565
|
+
border-radius: 0px;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
569
|
+
box-shadow: none;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
573
|
+
.e-de-ctn .e-de-status-bar button {
|
|
574
|
+
box-shadow: none;
|
|
575
|
+
height: 32px;
|
|
576
|
+
}
|
|
577
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
578
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
579
|
+
box-shadow: none;
|
|
580
|
+
}
|
|
581
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
582
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
583
|
+
box-shadow: none;
|
|
584
|
+
}
|
|
585
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
586
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
587
|
+
box-shadow: none;
|
|
588
|
+
}
|
|
589
|
+
|
|
535
590
|
.e-de-statusbar-pageweb {
|
|
536
|
-
background
|
|
591
|
+
background: #fff;
|
|
537
592
|
border: 0;
|
|
538
593
|
box-shadow: none;
|
|
539
594
|
float: right;
|
|
@@ -562,12 +617,25 @@
|
|
|
562
617
|
font-size: 16px;
|
|
563
618
|
}
|
|
564
619
|
|
|
620
|
+
.e-listview .e-list-icon {
|
|
621
|
+
height: 24px;
|
|
622
|
+
width: 16px;
|
|
623
|
+
margin-right: 12px;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-de-listview-icon {
|
|
627
|
+
height: auto;
|
|
628
|
+
width: auto;
|
|
629
|
+
line-height: 22px;
|
|
630
|
+
margin-right: 12px;
|
|
631
|
+
}
|
|
632
|
+
|
|
565
633
|
.e-de-linespacing {
|
|
566
634
|
margin-top: 12px;
|
|
567
635
|
}
|
|
568
636
|
|
|
569
637
|
.e-de-statusbar-zoom {
|
|
570
|
-
background
|
|
638
|
+
background: #fff;
|
|
571
639
|
border: 0;
|
|
572
640
|
color: #333;
|
|
573
641
|
float: right;
|
|
@@ -630,14 +698,22 @@
|
|
|
630
698
|
.e-de-statusbar-separator {
|
|
631
699
|
border-left: 1px solid #dadada;
|
|
632
700
|
height: 16px;
|
|
633
|
-
margin-left:
|
|
701
|
+
margin-left: 7.5px;
|
|
702
|
+
margin-right: 7.5px;
|
|
703
|
+
margin-top: 10px;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.e-bigger .e-de-statusbar-separator {
|
|
707
|
+
border-left: 1px solid #dadada;
|
|
708
|
+
height: 16px;
|
|
709
|
+
margin-left: 7.5px;
|
|
710
|
+
margin-right: 7.5px;
|
|
634
711
|
margin-top: 10px;
|
|
635
712
|
}
|
|
636
713
|
|
|
637
714
|
.e-de-statusbar-spellcheck {
|
|
638
715
|
border-radius: 2px;
|
|
639
716
|
font-weight: 400;
|
|
640
|
-
margin-left: 7.5px;
|
|
641
717
|
}
|
|
642
718
|
|
|
643
719
|
.e-de-ctn {
|
|
@@ -650,7 +726,6 @@
|
|
|
650
726
|
|
|
651
727
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
652
728
|
border-radius: 2px;
|
|
653
|
-
margin-left: 7.5px;
|
|
654
729
|
}
|
|
655
730
|
|
|
656
731
|
.e-de-ctnr-toolbar {
|
|
@@ -675,7 +750,7 @@
|
|
|
675
750
|
|
|
676
751
|
.e-de-tool-ctnr-properties-pane,
|
|
677
752
|
.e-de-ctnr-properties-pane {
|
|
678
|
-
background
|
|
753
|
+
background: #fff;
|
|
679
754
|
border-bottom: 1px solid #dadada;
|
|
680
755
|
border-top: 1px solid #dadada;
|
|
681
756
|
}
|
|
@@ -776,7 +851,7 @@
|
|
|
776
851
|
margin: 0 5.5px;
|
|
777
852
|
}
|
|
778
853
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
779
|
-
margin-left: 12px;
|
|
854
|
+
margin-left: 12px !important;
|
|
780
855
|
margin-right: 6px;
|
|
781
856
|
}
|
|
782
857
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -792,20 +867,23 @@
|
|
|
792
867
|
}
|
|
793
868
|
|
|
794
869
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
870
|
+
-ms-flex-direction: column;
|
|
871
|
+
flex-direction: column;
|
|
872
|
+
height: calc(100% - 10px);
|
|
795
873
|
padding: 0;
|
|
796
|
-
padding-bottom:
|
|
874
|
+
padding-bottom: 5px;
|
|
797
875
|
}
|
|
798
876
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
799
877
|
padding: 0;
|
|
800
|
-
padding-bottom:
|
|
878
|
+
padding-bottom: 5px;
|
|
801
879
|
}
|
|
802
880
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
803
881
|
padding: 0;
|
|
804
|
-
padding-bottom:
|
|
882
|
+
padding-bottom: 5px;
|
|
805
883
|
}
|
|
806
884
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
807
885
|
padding: 0;
|
|
808
|
-
padding-bottom:
|
|
886
|
+
padding-bottom: 5px;
|
|
809
887
|
}
|
|
810
888
|
|
|
811
889
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -834,7 +912,7 @@
|
|
|
834
912
|
}
|
|
835
913
|
|
|
836
914
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
837
|
-
background
|
|
915
|
+
background: #fff;
|
|
838
916
|
border-radius: 0;
|
|
839
917
|
box-shadow: none;
|
|
840
918
|
color: #0081e5;
|
|
@@ -876,6 +954,7 @@
|
|
|
876
954
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
877
955
|
.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
956
|
padding: 0 !important;
|
|
957
|
+
min-height: 16px;
|
|
879
958
|
}
|
|
880
959
|
|
|
881
960
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -898,6 +977,7 @@
|
|
|
898
977
|
}
|
|
899
978
|
|
|
900
979
|
.e-de-review-pane {
|
|
980
|
+
background: #fff;
|
|
901
981
|
border-left: 1px solid #eaeaea;
|
|
902
982
|
height: 100%;
|
|
903
983
|
min-height: 200px;
|
|
@@ -915,34 +995,6 @@
|
|
|
915
995
|
width: 272px;
|
|
916
996
|
}
|
|
917
997
|
|
|
918
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
919
|
-
box-shadow: none;
|
|
920
|
-
height: 32px;
|
|
921
|
-
}
|
|
922
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
923
|
-
box-shadow: none;
|
|
924
|
-
}
|
|
925
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
926
|
-
box-shadow: none;
|
|
927
|
-
}
|
|
928
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
929
|
-
box-shadow: none;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.e-de-ctnr-group-btn button {
|
|
933
|
-
box-shadow: none;
|
|
934
|
-
height: 32px;
|
|
935
|
-
}
|
|
936
|
-
.e-de-ctnr-group-btn button:focus {
|
|
937
|
-
box-shadow: none;
|
|
938
|
-
}
|
|
939
|
-
.e-de-ctnr-group-btn button:active {
|
|
940
|
-
box-shadow: none;
|
|
941
|
-
}
|
|
942
|
-
.e-de-ctnr-group-btn button:hover {
|
|
943
|
-
box-shadow: none;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
998
|
.e-de-property-div-padding {
|
|
947
999
|
border-bottom: 0.5px solid #e0e0e0;
|
|
948
1000
|
padding: 12.5px;
|
|
@@ -1066,7 +1118,7 @@
|
|
|
1066
1118
|
}
|
|
1067
1119
|
|
|
1068
1120
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1069
|
-
border-bottom: 1px solid #ccc;
|
|
1121
|
+
border-bottom: 1px solid #ccc !important;
|
|
1070
1122
|
margin-left: 5px;
|
|
1071
1123
|
width: 100%;
|
|
1072
1124
|
}
|
|
@@ -1135,10 +1187,10 @@
|
|
|
1135
1187
|
}
|
|
1136
1188
|
|
|
1137
1189
|
.e-de-list-container {
|
|
1138
|
-
background: #fff;
|
|
1139
1190
|
border: 1px solid #ccc;
|
|
1140
1191
|
border-radius: 2px;
|
|
1141
1192
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
1193
|
+
background: #fff;
|
|
1142
1194
|
box-sizing: border-box;
|
|
1143
1195
|
display: inline-block;
|
|
1144
1196
|
line-height: normal;
|
|
@@ -1232,8 +1284,8 @@
|
|
|
1232
1284
|
border: 1px solid #dadada;
|
|
1233
1285
|
color: #333;
|
|
1234
1286
|
height: 129px;
|
|
1235
|
-
margin-left: 78px;
|
|
1236
1287
|
width: 94px;
|
|
1288
|
+
margin-left: 78px;
|
|
1237
1289
|
}
|
|
1238
1290
|
|
|
1239
1291
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1288,7 +1340,7 @@
|
|
|
1288
1340
|
}
|
|
1289
1341
|
|
|
1290
1342
|
.e-de-status-bar {
|
|
1291
|
-
background
|
|
1343
|
+
background: #fff;
|
|
1292
1344
|
display: -ms-flexbox;
|
|
1293
1345
|
display: flex;
|
|
1294
1346
|
padding-top: 2.8px;
|
|
@@ -1413,7 +1465,7 @@
|
|
|
1413
1465
|
}
|
|
1414
1466
|
|
|
1415
1467
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
1416
|
-
height:
|
|
1468
|
+
height: 36px !important;
|
|
1417
1469
|
}
|
|
1418
1470
|
|
|
1419
1471
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1421,8 +1473,8 @@
|
|
|
1421
1473
|
}
|
|
1422
1474
|
|
|
1423
1475
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1424
|
-
height: 38px;
|
|
1425
1476
|
width: 38px;
|
|
1477
|
+
height: 38px;
|
|
1426
1478
|
}
|
|
1427
1479
|
|
|
1428
1480
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1434,6 +1486,18 @@
|
|
|
1434
1486
|
width: 70px;
|
|
1435
1487
|
}
|
|
1436
1488
|
|
|
1489
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1490
|
+
height: 24px;
|
|
1491
|
+
width: 16px;
|
|
1492
|
+
margin-left: 12px;
|
|
1493
|
+
}
|
|
1494
|
+
.e-rtl .e-de-listview-icon {
|
|
1495
|
+
height: auto;
|
|
1496
|
+
width: auto;
|
|
1497
|
+
line-height: 22px;
|
|
1498
|
+
margin-left: 12px;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1437
1501
|
.e-bigger .de-split-button > div:first-child {
|
|
1438
1502
|
margin-right: 0;
|
|
1439
1503
|
}
|
|
@@ -1542,11 +1606,10 @@
|
|
|
1542
1606
|
height: 82px;
|
|
1543
1607
|
}
|
|
1544
1608
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1545
|
-
height: 25px;
|
|
1546
1609
|
margin: 0 7.5px;
|
|
1547
1610
|
}
|
|
1548
1611
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1549
|
-
margin-left: 16px;
|
|
1612
|
+
margin-left: 16px !important;
|
|
1550
1613
|
margin-right: 8px;
|
|
1551
1614
|
}
|
|
1552
1615
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1563,22 +1626,22 @@
|
|
|
1563
1626
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1564
1627
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1565
1628
|
padding: 0;
|
|
1566
|
-
padding-bottom:
|
|
1629
|
+
padding-bottom: 5px;
|
|
1567
1630
|
}
|
|
1568
1631
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1569
1632
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1570
1633
|
padding: 0;
|
|
1571
|
-
padding-bottom:
|
|
1634
|
+
padding-bottom: 5px;
|
|
1572
1635
|
}
|
|
1573
1636
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1574
1637
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1575
1638
|
padding: 0;
|
|
1576
|
-
padding-bottom:
|
|
1639
|
+
padding-bottom: 5px;
|
|
1577
1640
|
}
|
|
1578
1641
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1579
1642
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1580
1643
|
padding: 0;
|
|
1581
|
-
padding-bottom:
|
|
1644
|
+
padding-bottom: 5px;
|
|
1582
1645
|
}
|
|
1583
1646
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1584
1647
|
padding: 0 !important;
|
|
@@ -1594,7 +1657,7 @@
|
|
|
1594
1657
|
width: 75px;
|
|
1595
1658
|
}
|
|
1596
1659
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1597
|
-
background
|
|
1660
|
+
background: #fff;
|
|
1598
1661
|
border-radius: 0;
|
|
1599
1662
|
box-shadow: none;
|
|
1600
1663
|
min-height: 100%;
|
|
@@ -1622,7 +1685,7 @@
|
|
|
1622
1685
|
}
|
|
1623
1686
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1624
1687
|
display: table;
|
|
1625
|
-
font-size: 12px;
|
|
1688
|
+
font-size: 12px !important;
|
|
1626
1689
|
margin: 0 6px;
|
|
1627
1690
|
padding: 0;
|
|
1628
1691
|
white-space: normal;
|
|
@@ -1644,6 +1707,19 @@
|
|
|
1644
1707
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1645
1708
|
box-shadow: none;
|
|
1646
1709
|
}
|
|
1710
|
+
.e-bigger .e-de-status-bar button {
|
|
1711
|
+
height: 38px;
|
|
1712
|
+
box-shadow: none;
|
|
1713
|
+
}
|
|
1714
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
1715
|
+
box-shadow: none;
|
|
1716
|
+
}
|
|
1717
|
+
.e-bigger .e-de-status-bar button:active {
|
|
1718
|
+
box-shadow: none;
|
|
1719
|
+
}
|
|
1720
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
1721
|
+
box-shadow: none;
|
|
1722
|
+
}
|
|
1647
1723
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1648
1724
|
box-shadow: none;
|
|
1649
1725
|
height: 38px;
|
|
@@ -1759,18 +1835,18 @@
|
|
|
1759
1835
|
margin-left: 10px;
|
|
1760
1836
|
}
|
|
1761
1837
|
.e-bigger .e-de-status-bar {
|
|
1762
|
-
background
|
|
1838
|
+
background: #fff;
|
|
1763
1839
|
display: -ms-flexbox;
|
|
1764
1840
|
display: flex;
|
|
1765
1841
|
padding-top: 3px;
|
|
1766
1842
|
width: 100%;
|
|
1767
1843
|
}
|
|
1768
1844
|
.e-bigger .e-de-statusbar-zoom {
|
|
1769
|
-
background-color: #fff;
|
|
1770
1845
|
border: 0;
|
|
1771
1846
|
color: #333;
|
|
1772
1847
|
float: right;
|
|
1773
1848
|
height: 34px;
|
|
1849
|
+
background-color: #fff;
|
|
1774
1850
|
}
|
|
1775
1851
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1776
1852
|
line-height: 25px;
|
|
@@ -1780,6 +1856,28 @@
|
|
|
1780
1856
|
height: 0;
|
|
1781
1857
|
line-height: 0;
|
|
1782
1858
|
}
|
|
1859
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1860
|
+
height: 24px;
|
|
1861
|
+
width: 16px;
|
|
1862
|
+
margin-right: 16px;
|
|
1863
|
+
}
|
|
1864
|
+
.e-bigger .e-de-listview-icon {
|
|
1865
|
+
height: auto;
|
|
1866
|
+
width: auto;
|
|
1867
|
+
line-height: 22px;
|
|
1868
|
+
margin-right: 16px;
|
|
1869
|
+
}
|
|
1870
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1871
|
+
height: 24px;
|
|
1872
|
+
width: 16px;
|
|
1873
|
+
margin-left: 16px;
|
|
1874
|
+
}
|
|
1875
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1876
|
+
height: auto;
|
|
1877
|
+
width: auto;
|
|
1878
|
+
line-height: 22px;
|
|
1879
|
+
margin-left: 16px;
|
|
1880
|
+
}
|
|
1783
1881
|
|
|
1784
1882
|
.e-de-ctn .e-de-bzr-button {
|
|
1785
1883
|
font-size: 12px;
|