@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
|
@@ -425,6 +425,21 @@
|
|
|
425
425
|
font-family: "e-icons";
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
+
.e-de-e-paragraph-style-mark::before {
|
|
429
|
+
content: "\e844";
|
|
430
|
+
font-family: "e-icons";
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.e-de-e-character-style-mark::before {
|
|
434
|
+
content: "\e8bf";
|
|
435
|
+
font-family: "e-icons";
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-de-e-linked-style-mark::before {
|
|
439
|
+
content: "\e8c0";
|
|
440
|
+
font-family: "e-icons";
|
|
441
|
+
}
|
|
442
|
+
|
|
428
443
|
.e-de-ctnr-columns::before {
|
|
429
444
|
content: "\e8b4";
|
|
430
445
|
font-family: "e-icons";
|
|
@@ -463,31 +478,31 @@
|
|
|
463
478
|
.e-de-ctnr-columns-one::before {
|
|
464
479
|
content: "\e8b9";
|
|
465
480
|
font-family: "e-icons";
|
|
466
|
-
font-size:
|
|
481
|
+
font-size: 68px;
|
|
467
482
|
}
|
|
468
483
|
|
|
469
484
|
.e-de-ctnr-columns-two::before {
|
|
470
485
|
content: "\e8ba";
|
|
471
486
|
font-family: "e-icons";
|
|
472
|
-
font-size:
|
|
487
|
+
font-size: 68px;
|
|
473
488
|
}
|
|
474
489
|
|
|
475
490
|
.e-de-ctnr-columns-three::before {
|
|
476
491
|
content: "\e8bb";
|
|
477
492
|
font-family: "e-icons";
|
|
478
|
-
font-size:
|
|
493
|
+
font-size: 68px;
|
|
479
494
|
}
|
|
480
495
|
|
|
481
496
|
.e-de-ctnr-columns-right::before {
|
|
482
497
|
content: "\e8b7";
|
|
483
498
|
font-family: "e-icons";
|
|
484
|
-
font-size:
|
|
499
|
+
font-size: 68px;
|
|
485
500
|
}
|
|
486
501
|
|
|
487
502
|
.e-de-ctnr-columns-left::before {
|
|
488
503
|
content: "\e8b8";
|
|
489
504
|
font-family: "e-icons";
|
|
490
|
-
font-size:
|
|
505
|
+
font-size: 68px;
|
|
491
506
|
}
|
|
492
507
|
|
|
493
508
|
.e-de-toolbar {
|
|
@@ -567,8 +582,48 @@
|
|
|
567
582
|
height: 100%;
|
|
568
583
|
}
|
|
569
584
|
|
|
585
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
586
|
+
box-shadow: none;
|
|
587
|
+
height: 32px;
|
|
588
|
+
}
|
|
589
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
590
|
+
box-shadow: none;
|
|
591
|
+
}
|
|
592
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
593
|
+
box-shadow: none;
|
|
594
|
+
}
|
|
595
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
596
|
+
box-shadow: none;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.e-de-ctnr-group-btn-middle button {
|
|
600
|
+
border-radius: 0px;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
604
|
+
box-shadow: none;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
608
|
+
.e-de-ctn .e-de-status-bar button {
|
|
609
|
+
box-shadow: none;
|
|
610
|
+
height: 32px;
|
|
611
|
+
}
|
|
612
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
613
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
614
|
+
box-shadow: none;
|
|
615
|
+
}
|
|
616
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
617
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
618
|
+
box-shadow: none;
|
|
619
|
+
}
|
|
620
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
621
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
622
|
+
box-shadow: none;
|
|
623
|
+
}
|
|
624
|
+
|
|
570
625
|
.e-de-statusbar-pageweb {
|
|
571
|
-
background
|
|
626
|
+
background: #faf9f8;
|
|
572
627
|
border: 0;
|
|
573
628
|
box-shadow: none;
|
|
574
629
|
float: right;
|
|
@@ -592,12 +647,25 @@
|
|
|
592
647
|
font-size: 18px;
|
|
593
648
|
}
|
|
594
649
|
|
|
650
|
+
.e-listview .e-list-icon {
|
|
651
|
+
height: 24px;
|
|
652
|
+
width: 16px;
|
|
653
|
+
margin-right: 16px;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.e-de-listview-icon {
|
|
657
|
+
height: auto;
|
|
658
|
+
width: auto;
|
|
659
|
+
line-height: 22px;
|
|
660
|
+
margin-right: 16px;
|
|
661
|
+
}
|
|
662
|
+
|
|
595
663
|
.e-de-linespacing {
|
|
596
664
|
margin-top: 8px;
|
|
597
665
|
}
|
|
598
666
|
|
|
599
667
|
.e-de-statusbar-zoom {
|
|
600
|
-
background
|
|
668
|
+
background: #faf9f8;
|
|
601
669
|
border: 0;
|
|
602
670
|
color: #3b3a39;
|
|
603
671
|
float: right;
|
|
@@ -688,14 +756,22 @@
|
|
|
688
756
|
.e-de-statusbar-separator {
|
|
689
757
|
border-left: 1px solid #edebe9;
|
|
690
758
|
height: 16px;
|
|
691
|
-
margin-left:
|
|
759
|
+
margin-left: 7.5px;
|
|
760
|
+
margin-right: 7.5px;
|
|
761
|
+
margin-top: 6px;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.e-bigger .e-de-statusbar-separator {
|
|
765
|
+
border-left: 1px solid #edebe9;
|
|
766
|
+
height: 16px;
|
|
767
|
+
margin-left: 7.5px;
|
|
768
|
+
margin-right: 7.5px;
|
|
692
769
|
margin-top: 6px;
|
|
693
770
|
}
|
|
694
771
|
|
|
695
772
|
.e-de-statusbar-spellcheck {
|
|
696
773
|
border-radius: 2px;
|
|
697
774
|
font-weight: 400;
|
|
698
|
-
margin-left: 7.5px;
|
|
699
775
|
}
|
|
700
776
|
|
|
701
777
|
.e-de-ctn {
|
|
@@ -708,7 +784,6 @@
|
|
|
708
784
|
|
|
709
785
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
710
786
|
border-radius: 2px;
|
|
711
|
-
margin-left: 7.5px;
|
|
712
787
|
}
|
|
713
788
|
|
|
714
789
|
.e-de-ctnr-toolbar {
|
|
@@ -733,7 +808,7 @@
|
|
|
733
808
|
|
|
734
809
|
.e-de-tool-ctnr-properties-pane,
|
|
735
810
|
.e-de-ctnr-properties-pane {
|
|
736
|
-
background
|
|
811
|
+
background: #faf9f8;
|
|
737
812
|
border-bottom: 1px solid #edebe9;
|
|
738
813
|
border-top: 1px solid #edebe9;
|
|
739
814
|
}
|
|
@@ -881,7 +956,7 @@
|
|
|
881
956
|
margin: 0 12px;
|
|
882
957
|
}
|
|
883
958
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
884
|
-
margin-left: 8px;
|
|
959
|
+
margin-left: 8px !important;
|
|
885
960
|
margin-right: 4px;
|
|
886
961
|
}
|
|
887
962
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -897,20 +972,23 @@
|
|
|
897
972
|
}
|
|
898
973
|
|
|
899
974
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
975
|
+
-ms-flex-direction: column;
|
|
976
|
+
flex-direction: column;
|
|
977
|
+
height: calc(100% - 10px);
|
|
900
978
|
padding: 0;
|
|
901
|
-
padding-bottom:
|
|
979
|
+
padding-bottom: 8px;
|
|
902
980
|
}
|
|
903
981
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
904
982
|
padding: 0;
|
|
905
|
-
padding-bottom:
|
|
983
|
+
padding-bottom: 8px;
|
|
906
984
|
}
|
|
907
985
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
908
986
|
padding: 0;
|
|
909
|
-
padding-bottom:
|
|
987
|
+
padding-bottom: 8px;
|
|
910
988
|
}
|
|
911
989
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
912
990
|
padding: 0;
|
|
913
|
-
padding-bottom:
|
|
991
|
+
padding-bottom: 8px;
|
|
914
992
|
}
|
|
915
993
|
|
|
916
994
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -939,7 +1017,7 @@
|
|
|
939
1017
|
}
|
|
940
1018
|
|
|
941
1019
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
942
|
-
background
|
|
1020
|
+
background: #f3f2f1;
|
|
943
1021
|
border-radius: 0;
|
|
944
1022
|
box-shadow: none;
|
|
945
1023
|
color: #0078d4;
|
|
@@ -981,6 +1059,7 @@
|
|
|
981
1059
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
982
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 {
|
|
983
1061
|
padding: 0 !important;
|
|
1062
|
+
min-height: 16px;
|
|
984
1063
|
}
|
|
985
1064
|
|
|
986
1065
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1003,6 +1082,7 @@
|
|
|
1003
1082
|
}
|
|
1004
1083
|
|
|
1005
1084
|
.e-de-review-pane {
|
|
1085
|
+
background: #faf9f8;
|
|
1006
1086
|
border-left: 1px solid #edebe9;
|
|
1007
1087
|
height: 100%;
|
|
1008
1088
|
min-height: 200px;
|
|
@@ -1023,34 +1103,6 @@
|
|
|
1023
1103
|
width: 345px;
|
|
1024
1104
|
}
|
|
1025
1105
|
|
|
1026
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
1027
|
-
box-shadow: none;
|
|
1028
|
-
height: 32px;
|
|
1029
|
-
}
|
|
1030
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
1031
|
-
box-shadow: none;
|
|
1032
|
-
}
|
|
1033
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
1034
|
-
box-shadow: none;
|
|
1035
|
-
}
|
|
1036
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1037
|
-
box-shadow: none;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.e-de-ctnr-group-btn button {
|
|
1041
|
-
box-shadow: none;
|
|
1042
|
-
height: 32px;
|
|
1043
|
-
}
|
|
1044
|
-
.e-de-ctnr-group-btn button:focus {
|
|
1045
|
-
box-shadow: none;
|
|
1046
|
-
}
|
|
1047
|
-
.e-de-ctnr-group-btn button:active {
|
|
1048
|
-
box-shadow: none;
|
|
1049
|
-
}
|
|
1050
|
-
.e-de-ctnr-group-btn button:hover {
|
|
1051
|
-
box-shadow: none;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
1106
|
.e-de-property-div-padding {
|
|
1055
1107
|
border-bottom: 0.5px solid #edebe9;
|
|
1056
1108
|
padding: 16px;
|
|
@@ -1092,7 +1144,7 @@
|
|
|
1092
1144
|
}
|
|
1093
1145
|
|
|
1094
1146
|
.e-bigger .e-de-panel-right-width {
|
|
1095
|
-
width:
|
|
1147
|
+
width: 96px;
|
|
1096
1148
|
}
|
|
1097
1149
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1098
1150
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -1182,7 +1234,7 @@
|
|
|
1182
1234
|
}
|
|
1183
1235
|
|
|
1184
1236
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1185
|
-
border-bottom: 1px solid #605e5c;
|
|
1237
|
+
border-bottom: 1px solid #605e5c !important;
|
|
1186
1238
|
margin-left: 5px;
|
|
1187
1239
|
width: 100%;
|
|
1188
1240
|
}
|
|
@@ -1251,10 +1303,10 @@
|
|
|
1251
1303
|
}
|
|
1252
1304
|
|
|
1253
1305
|
.e-de-list-container {
|
|
1254
|
-
background: #faf9f8;
|
|
1255
1306
|
border: 1px solid #ccc;
|
|
1256
1307
|
border-radius: 2px;
|
|
1257
1308
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
1309
|
+
background: #faf9f8;
|
|
1258
1310
|
box-sizing: border-box;
|
|
1259
1311
|
display: inline-block;
|
|
1260
1312
|
line-height: normal;
|
|
@@ -1346,8 +1398,8 @@
|
|
|
1346
1398
|
border: 1px solid #edebe9;
|
|
1347
1399
|
color: #3b3a39;
|
|
1348
1400
|
height: 129px;
|
|
1349
|
-
margin-left: 78px;
|
|
1350
1401
|
width: 94px;
|
|
1402
|
+
margin-left: 78px;
|
|
1351
1403
|
}
|
|
1352
1404
|
|
|
1353
1405
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1402,7 +1454,7 @@
|
|
|
1402
1454
|
}
|
|
1403
1455
|
|
|
1404
1456
|
.e-de-status-bar {
|
|
1405
|
-
background
|
|
1457
|
+
background: #faf9f8;
|
|
1406
1458
|
display: -ms-flexbox;
|
|
1407
1459
|
display: flex;
|
|
1408
1460
|
padding-top: 4px;
|
|
@@ -1527,7 +1579,7 @@
|
|
|
1527
1579
|
}
|
|
1528
1580
|
|
|
1529
1581
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
1530
|
-
height:
|
|
1582
|
+
height: 36px !important;
|
|
1531
1583
|
}
|
|
1532
1584
|
|
|
1533
1585
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1535,8 +1587,8 @@
|
|
|
1535
1587
|
}
|
|
1536
1588
|
|
|
1537
1589
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1538
|
-
height: 38px;
|
|
1539
1590
|
width: 38px;
|
|
1591
|
+
height: 38px;
|
|
1540
1592
|
}
|
|
1541
1593
|
|
|
1542
1594
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1548,6 +1600,18 @@
|
|
|
1548
1600
|
width: 70px;
|
|
1549
1601
|
}
|
|
1550
1602
|
|
|
1603
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1604
|
+
height: 24px;
|
|
1605
|
+
width: 16px;
|
|
1606
|
+
margin-left: 16px;
|
|
1607
|
+
}
|
|
1608
|
+
.e-rtl .e-de-listview-icon {
|
|
1609
|
+
height: auto;
|
|
1610
|
+
width: auto;
|
|
1611
|
+
line-height: 22px;
|
|
1612
|
+
margin-left: 16px;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1551
1615
|
.e-bigger .de-split-button > div:first-child {
|
|
1552
1616
|
margin-right: 0;
|
|
1553
1617
|
}
|
|
@@ -1656,11 +1720,10 @@
|
|
|
1656
1720
|
height: 81px;
|
|
1657
1721
|
}
|
|
1658
1722
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1659
|
-
height: 25px;
|
|
1660
1723
|
margin: 0 14px;
|
|
1661
1724
|
}
|
|
1662
1725
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1663
|
-
margin-left: 10px;
|
|
1726
|
+
margin-left: 10px !important;
|
|
1664
1727
|
margin-right: 6px;
|
|
1665
1728
|
}
|
|
1666
1729
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1677,22 +1740,22 @@
|
|
|
1677
1740
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1678
1741
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1679
1742
|
padding: 0;
|
|
1680
|
-
padding-bottom:
|
|
1743
|
+
padding-bottom: 8px;
|
|
1681
1744
|
}
|
|
1682
1745
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1683
1746
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1684
1747
|
padding: 0;
|
|
1685
|
-
padding-bottom:
|
|
1748
|
+
padding-bottom: 8px;
|
|
1686
1749
|
}
|
|
1687
1750
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1688
1751
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1689
1752
|
padding: 0;
|
|
1690
|
-
padding-bottom:
|
|
1753
|
+
padding-bottom: 8px;
|
|
1691
1754
|
}
|
|
1692
1755
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1693
1756
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1694
1757
|
padding: 0;
|
|
1695
|
-
padding-bottom:
|
|
1758
|
+
padding-bottom: 8px;
|
|
1696
1759
|
}
|
|
1697
1760
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1698
1761
|
padding: 0 !important;
|
|
@@ -1708,7 +1771,7 @@
|
|
|
1708
1771
|
width: 75px;
|
|
1709
1772
|
}
|
|
1710
1773
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1711
|
-
background
|
|
1774
|
+
background: #f3f2f1;
|
|
1712
1775
|
border-radius: 0;
|
|
1713
1776
|
box-shadow: none;
|
|
1714
1777
|
min-height: 100%;
|
|
@@ -1758,6 +1821,19 @@
|
|
|
1758
1821
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1759
1822
|
box-shadow: none;
|
|
1760
1823
|
}
|
|
1824
|
+
.e-bigger .e-de-status-bar button {
|
|
1825
|
+
height: 38px;
|
|
1826
|
+
box-shadow: none;
|
|
1827
|
+
}
|
|
1828
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
1829
|
+
box-shadow: none;
|
|
1830
|
+
}
|
|
1831
|
+
.e-bigger .e-de-status-bar button:active {
|
|
1832
|
+
box-shadow: none;
|
|
1833
|
+
}
|
|
1834
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
1835
|
+
box-shadow: none;
|
|
1836
|
+
}
|
|
1761
1837
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1762
1838
|
box-shadow: none;
|
|
1763
1839
|
height: 38px;
|
|
@@ -1871,18 +1947,18 @@
|
|
|
1871
1947
|
margin-left: 10px;
|
|
1872
1948
|
}
|
|
1873
1949
|
.e-bigger .e-de-status-bar {
|
|
1874
|
-
background
|
|
1950
|
+
background: #faf9f8;
|
|
1875
1951
|
display: -ms-flexbox;
|
|
1876
1952
|
display: flex;
|
|
1877
1953
|
padding-top: 5px;
|
|
1878
1954
|
width: 100%;
|
|
1879
1955
|
}
|
|
1880
1956
|
.e-bigger .e-de-statusbar-zoom {
|
|
1881
|
-
background-color: #faf9f8;
|
|
1882
1957
|
border: 0;
|
|
1883
1958
|
color: #3b3a39;
|
|
1884
1959
|
float: right;
|
|
1885
1960
|
height: 34px;
|
|
1961
|
+
background-color: #faf9f8;
|
|
1886
1962
|
}
|
|
1887
1963
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1888
1964
|
line-height: 25px;
|
|
@@ -1892,6 +1968,28 @@
|
|
|
1892
1968
|
height: 0;
|
|
1893
1969
|
line-height: 0.5;
|
|
1894
1970
|
}
|
|
1971
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1972
|
+
height: 24px;
|
|
1973
|
+
width: 16px;
|
|
1974
|
+
margin-right: 20px;
|
|
1975
|
+
}
|
|
1976
|
+
.e-bigger .e-de-listview-icon {
|
|
1977
|
+
height: auto;
|
|
1978
|
+
width: auto;
|
|
1979
|
+
line-height: 22px;
|
|
1980
|
+
margin-right: 20px;
|
|
1981
|
+
}
|
|
1982
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1983
|
+
height: 24px;
|
|
1984
|
+
width: 16px;
|
|
1985
|
+
margin-left: 20px;
|
|
1986
|
+
}
|
|
1987
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1988
|
+
height: auto;
|
|
1989
|
+
width: auto;
|
|
1990
|
+
line-height: 22px;
|
|
1991
|
+
margin-left: 20px;
|
|
1992
|
+
}
|
|
1895
1993
|
|
|
1896
1994
|
.e-de-ctn .e-de-bzr-button {
|
|
1897
1995
|
font-size: 12px;
|
|
@@ -1949,9 +2047,6 @@
|
|
|
1949
2047
|
padding-top: 0 !important;
|
|
1950
2048
|
}
|
|
1951
2049
|
|
|
1952
|
-
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
|
|
1953
|
-
font-size: 16px;
|
|
1954
|
-
}
|
|
1955
2050
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1956
2051
|
font-size: 18px;
|
|
1957
2052
|
padding-bottom: 4px;
|