@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45
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 +134 -90
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/document-editor/documenteditor.component.js +2 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
- package/styles/bootstrap-dark.css +284 -302
- package/styles/bootstrap.css +30 -110
- package/styles/bootstrap4.css +56 -139
- package/styles/bootstrap5-dark.css +5866 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5866 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/document-editor/bootstrap-dark.css +53 -142
- package/styles/document-editor/bootstrap.css +10 -99
- package/styles/document-editor/bootstrap4.css +36 -125
- package/styles/document-editor/bootstrap5-dark.css +3699 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -0
- package/styles/document-editor/bootstrap5.css +3699 -0
- package/styles/document-editor/bootstrap5.scss +1 -0
- package/styles/document-editor/fabric-dark.css +31 -120
- package/styles/document-editor/fabric.css +10 -99
- package/styles/document-editor/highcontrast.css +15 -104
- package/styles/document-editor/material-dark.css +76 -168
- package/styles/document-editor/material.css +10 -99
- package/styles/document-editor/tailwind-dark.css +63 -61
- package/styles/document-editor/tailwind.css +47 -44
- package/styles/document-editor-container/bootstrap-dark.css +231 -160
- package/styles/document-editor-container/bootstrap.css +20 -11
- package/styles/document-editor-container/bootstrap4.css +20 -14
- package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/bootstrap5.css +2166 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -0
- package/styles/document-editor-container/fabric-dark.css +214 -138
- package/styles/document-editor-container/fabric.css +67 -13
- package/styles/document-editor-container/highcontrast-light.css +87 -13
- package/styles/document-editor-container/highcontrast.css +66 -13
- package/styles/document-editor-container/material-dark.css +232 -170
- package/styles/document-editor-container/material.css +67 -15
- package/styles/document-editor-container/tailwind-dark.css +132 -45
- package/styles/document-editor-container/tailwind.css +127 -40
- package/styles/fabric-dark.css +245 -258
- package/styles/fabric.css +77 -112
- package/styles/highcontrast-light.css +87 -13
- package/styles/highcontrast.css +81 -117
- package/styles/material-dark.css +308 -338
- package/styles/material.css +77 -114
- package/styles/tailwind-dark.css +195 -106
- package/styles/tailwind.css +174 -84
|
@@ -663,16 +663,6 @@
|
|
|
663
663
|
display: block;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
667
|
-
height: 14px;
|
|
668
|
-
line-height: 6px;
|
|
669
|
-
width: 14px;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
673
|
-
font-size: 12px;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
666
|
.e-documenteditor .e-de-op-close-button {
|
|
677
667
|
left: 267px;
|
|
678
668
|
position: absolute;
|
|
@@ -707,7 +697,6 @@
|
|
|
707
697
|
|
|
708
698
|
.e-de-ff-dlg-heading-small {
|
|
709
699
|
display: block;
|
|
710
|
-
font-size: 14px;
|
|
711
700
|
font-weight: 400;
|
|
712
701
|
margin-bottom: 4px;
|
|
713
702
|
}
|
|
@@ -1346,10 +1335,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1346
1335
|
.e-de-row-ht-top,
|
|
1347
1336
|
.e-de-cell-ht-top {
|
|
1348
1337
|
padding: 0 20px;
|
|
1338
|
+
width: 160px;
|
|
1349
1339
|
}
|
|
1350
1340
|
|
|
1351
1341
|
.e-de-ht-wdth-type {
|
|
1352
1342
|
margin-top: -22px;
|
|
1343
|
+
width: 120px;
|
|
1353
1344
|
}
|
|
1354
1345
|
|
|
1355
1346
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1498,6 +1489,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1498
1489
|
top: 18px;
|
|
1499
1490
|
}
|
|
1500
1491
|
|
|
1492
|
+
.e-de-restrict-pane {
|
|
1493
|
+
color: #000;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1501
1496
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1502
1497
|
margin-left: 1px;
|
|
1503
1498
|
margin-right: 0;
|
|
@@ -1542,7 +1537,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1542
1537
|
}
|
|
1543
1538
|
|
|
1544
1539
|
.e-documenteditor .e-input {
|
|
1545
|
-
color: #000;
|
|
1546
1540
|
font-size: 14px;
|
|
1547
1541
|
}
|
|
1548
1542
|
|
|
@@ -1925,7 +1919,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1925
1919
|
}
|
|
1926
1920
|
|
|
1927
1921
|
.e-de-spellcheck-btn {
|
|
1928
|
-
height: 36px;
|
|
1929
1922
|
margin-bottom: 8px;
|
|
1930
1923
|
width: 154px;
|
|
1931
1924
|
}
|
|
@@ -1992,10 +1985,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1992
1985
|
top: 385px;
|
|
1993
1986
|
}
|
|
1994
1987
|
|
|
1995
|
-
.e-de-font-content-label span.e-label {
|
|
1996
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
1988
|
.e-de-font-label span.e-label {
|
|
2000
1989
|
color: rgba(0, 0, 0, 0.87);
|
|
2001
1990
|
}
|
|
@@ -2010,17 +1999,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2010
1999
|
color: rgba(0, 0, 0, 0.87);
|
|
2011
2000
|
}
|
|
2012
2001
|
|
|
2013
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2014
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2015
|
-
font-size: 14px;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2019
|
-
height: 18px;
|
|
2020
|
-
line-height: 10px;
|
|
2021
|
-
width: 18px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
2002
|
.e-de-op-dlg-footer {
|
|
2025
2003
|
margin-top: 15px;
|
|
2026
2004
|
}
|
|
@@ -2042,62 +2020,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2042
2020
|
border: 0;
|
|
2043
2021
|
}
|
|
2044
2022
|
|
|
2045
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2046
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2050
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2054
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2058
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2062
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2066
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2070
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2074
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2078
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2082
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2086
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2090
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2094
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2098
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2099
|
-
}
|
|
2100
|
-
|
|
2101
2023
|
.e-de-list-format-info {
|
|
2102
2024
|
border-radius: 50% !important;
|
|
2103
2025
|
cursor: default;
|
|
@@ -2426,6 +2348,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2426
2348
|
float: right;
|
|
2427
2349
|
margin-left: 40px;
|
|
2428
2350
|
margin-top: 6px;
|
|
2351
|
+
width: 120px;
|
|
2429
2352
|
}
|
|
2430
2353
|
|
|
2431
2354
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2459,11 +2382,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2459
2382
|
float: right;
|
|
2460
2383
|
margin-left: 20px;
|
|
2461
2384
|
margin-top: 6px;
|
|
2385
|
+
width: 120px;
|
|
2462
2386
|
}
|
|
2463
2387
|
|
|
2464
2388
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2465
2389
|
margin-left: 0;
|
|
2466
2390
|
margin-right: 20px;
|
|
2391
|
+
width: 120px;
|
|
2467
2392
|
}
|
|
2468
2393
|
|
|
2469
2394
|
.e-de-table-ppty-options-break {
|
|
@@ -2851,20 +2776,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2851
2776
|
color: rgba(0, 0, 0, 0.87);
|
|
2852
2777
|
}
|
|
2853
2778
|
|
|
2854
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2855
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2856
|
-
font-size: 12px;
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2860
|
-
height: 16px;
|
|
2861
|
-
width: 16px;
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2865
|
-
margin-bottom: 8px;
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
2779
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2869
2780
|
width: auto;
|
|
2870
2781
|
}
|
|
@@ -2937,7 +2848,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2937
2848
|
font-size: 14px;
|
|
2938
2849
|
font-weight: normal;
|
|
2939
2850
|
margin-bottom: 8px;
|
|
2940
|
-
margin-top: c;
|
|
2941
2851
|
}
|
|
2942
2852
|
|
|
2943
2853
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3095,6 +3005,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3095
3005
|
}
|
|
3096
3006
|
|
|
3097
3007
|
.e-de-tc-no-chng {
|
|
3008
|
+
color: #000;
|
|
3098
3009
|
font-size: 14px;
|
|
3099
3010
|
opacity: 65%;
|
|
3100
3011
|
margin: 60px 0;
|
|
@@ -635,6 +635,26 @@
|
|
|
635
635
|
font-family: 'e-icons';
|
|
636
636
|
}
|
|
637
637
|
|
|
638
|
+
.e-item .e-de-paste-column::before {
|
|
639
|
+
content: '\e869';
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.e-item .e-de-paste-row::before {
|
|
643
|
+
content: '\e866';
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.e-item .e-de-paste-overwrite-cells::before {
|
|
647
|
+
content: '\e86b';
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.e-item .e-de-paste-nested-table::before {
|
|
651
|
+
content: '\e864';
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.e-item .e-de-paste-merge-table::before {
|
|
655
|
+
content: '\e861';
|
|
656
|
+
}
|
|
657
|
+
|
|
638
658
|
.e-de-blink-cursor {
|
|
639
659
|
border-left: 1px solid #000;
|
|
640
660
|
pointer-events: none;
|
|
@@ -778,7 +798,6 @@
|
|
|
778
798
|
|
|
779
799
|
.e-de-ff-dlg-heading-small {
|
|
780
800
|
display: block;
|
|
781
|
-
font-size: 12px;
|
|
782
801
|
font-weight: 500;
|
|
783
802
|
margin-bottom: 4px;
|
|
784
803
|
}
|
|
@@ -1059,7 +1078,7 @@
|
|
|
1059
1078
|
display: block;
|
|
1060
1079
|
font-size: 12px;
|
|
1061
1080
|
font-weight: 500;
|
|
1062
|
-
margin-bottom:
|
|
1081
|
+
margin-bottom: 12px;
|
|
1063
1082
|
margin-top: 8px;
|
|
1064
1083
|
}
|
|
1065
1084
|
|
|
@@ -1067,7 +1086,7 @@
|
|
|
1067
1086
|
display: block;
|
|
1068
1087
|
font-size: 12px;
|
|
1069
1088
|
font-weight: 500;
|
|
1070
|
-
margin-bottom:
|
|
1089
|
+
margin-bottom: 12px;
|
|
1071
1090
|
margin-top: 12px;
|
|
1072
1091
|
}
|
|
1073
1092
|
|
|
@@ -1141,7 +1160,7 @@
|
|
|
1141
1160
|
font-size: 12px;
|
|
1142
1161
|
font-weight: 500;
|
|
1143
1162
|
margin-bottom: 4px;
|
|
1144
|
-
margin-top:
|
|
1163
|
+
margin-top: 12px;
|
|
1145
1164
|
}
|
|
1146
1165
|
|
|
1147
1166
|
.e-de-hyperlink .e-de-hyperlink-dlg-input {
|
|
@@ -1155,7 +1174,7 @@
|
|
|
1155
1174
|
display: flex;
|
|
1156
1175
|
font-size: 12px;
|
|
1157
1176
|
font-weight: 500;
|
|
1158
|
-
margin-bottom:
|
|
1177
|
+
margin-bottom: 12px;
|
|
1159
1178
|
line-height: 18px;
|
|
1160
1179
|
}
|
|
1161
1180
|
|
|
@@ -1266,7 +1285,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1266
1285
|
display: inline-block;
|
|
1267
1286
|
font-size: 12px;
|
|
1268
1287
|
font-weight: 500;
|
|
1269
|
-
margin-bottom:
|
|
1288
|
+
margin-bottom: 12px;
|
|
1270
1289
|
margin-top: 12px;
|
|
1271
1290
|
width: 150px;
|
|
1272
1291
|
}
|
|
@@ -1354,7 +1373,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1354
1373
|
.e-de-table-dialog-options-label {
|
|
1355
1374
|
font-size: 14px;
|
|
1356
1375
|
font-weight: 500;
|
|
1357
|
-
padding-bottom:
|
|
1376
|
+
padding-bottom: 12px;
|
|
1358
1377
|
padding-top: 16px !important;
|
|
1359
1378
|
color: #9ca3af;
|
|
1360
1379
|
}
|
|
@@ -1385,10 +1404,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1385
1404
|
.e-de-row-ht-top,
|
|
1386
1405
|
.e-de-cell-ht-top {
|
|
1387
1406
|
padding: 0 12px;
|
|
1407
|
+
width: 144px;
|
|
1388
1408
|
}
|
|
1389
1409
|
|
|
1390
1410
|
.e-de-ht-wdth-type {
|
|
1391
1411
|
margin-top: -22px;
|
|
1412
|
+
width: 120px;
|
|
1392
1413
|
}
|
|
1393
1414
|
|
|
1394
1415
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1431,7 +1452,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1431
1452
|
font-size: 12px;
|
|
1432
1453
|
font-weight: 500;
|
|
1433
1454
|
margin-bottom: 4px;
|
|
1434
|
-
margin-top:
|
|
1455
|
+
margin-top: 12px;
|
|
1435
1456
|
}
|
|
1436
1457
|
|
|
1437
1458
|
.e-de-insert-footnote-dlg-sub-header,
|
|
@@ -1440,7 +1461,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1440
1461
|
font-size: 12px;
|
|
1441
1462
|
font-weight: 500;
|
|
1442
1463
|
margin-bottom: 4px;
|
|
1443
|
-
margin-top:
|
|
1464
|
+
margin-top: 12px;
|
|
1444
1465
|
}
|
|
1445
1466
|
|
|
1446
1467
|
.e-de-insert-footnote-dlg-header {
|
|
@@ -1537,6 +1558,21 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1537
1558
|
top: 10px;
|
|
1538
1559
|
}
|
|
1539
1560
|
|
|
1561
|
+
.e-bigger .e-de-table-properties-dlg {
|
|
1562
|
+
width: 485px;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
.e-bigger .e-de-table-ppty-dlg-preferred-width-div,
|
|
1566
|
+
.e-bigger .e-de-table-ppty-dlg-measure-drop-down-div,
|
|
1567
|
+
.e-bigger .e-de-ht-wdth-type {
|
|
1568
|
+
width: 155px;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.e-bigger .e-de-row-ht-top,
|
|
1572
|
+
.e-bigger .e-de-cell-ht-top {
|
|
1573
|
+
width: 179px;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1540
1576
|
.e-bigger .e-de-restrict-pane {
|
|
1541
1577
|
width: 295px;
|
|
1542
1578
|
}
|
|
@@ -1715,10 +1751,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1715
1751
|
margin-top: 40px;
|
|
1716
1752
|
}
|
|
1717
1753
|
|
|
1718
|
-
.e-bigger .e-de-table-properties-dlg {
|
|
1719
|
-
width: 437px;
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
1754
|
.e-bigger .e-de-ht-wdth-type {
|
|
1723
1755
|
margin-top: -18px;
|
|
1724
1756
|
}
|
|
@@ -1790,7 +1822,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1790
1822
|
}
|
|
1791
1823
|
|
|
1792
1824
|
.e-bigger .e-de-page-setup-dlg-sub-container-port {
|
|
1793
|
-
margin-top:
|
|
1825
|
+
margin-top: 42px;
|
|
1794
1826
|
}
|
|
1795
1827
|
|
|
1796
1828
|
.e-bigger .e-de-page-setup-dlg-first-page-prop {
|
|
@@ -1998,10 +2030,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1998
2030
|
}
|
|
1999
2031
|
|
|
2000
2032
|
.e-de-restrict-pane {
|
|
2001
|
-
color: #fff;
|
|
2002
2033
|
line-height: 1.5;
|
|
2003
2034
|
}
|
|
2004
2035
|
|
|
2036
|
+
.e-de-restrict-pane {
|
|
2037
|
+
color: #fff;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2005
2040
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
2006
2041
|
margin-left: 12px;
|
|
2007
2042
|
margin-right: 0;
|
|
@@ -2015,6 +2050,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2015
2050
|
font-size: 12px;
|
|
2016
2051
|
font-weight: 500;
|
|
2017
2052
|
display: block;
|
|
2053
|
+
margin-bottom: 0;
|
|
2018
2054
|
}
|
|
2019
2055
|
|
|
2020
2056
|
.e-de-tbl-indent-lbl {
|
|
@@ -2045,7 +2081,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2045
2081
|
}
|
|
2046
2082
|
|
|
2047
2083
|
.e-documenteditor .e-input {
|
|
2048
|
-
color: #fff;
|
|
2049
2084
|
font-size: 14px;
|
|
2050
2085
|
}
|
|
2051
2086
|
|
|
@@ -2426,7 +2461,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2426
2461
|
}
|
|
2427
2462
|
|
|
2428
2463
|
.e-de-spellcheck-btn {
|
|
2429
|
-
height: 36px;
|
|
2430
2464
|
margin-bottom: 8px;
|
|
2431
2465
|
width: 154px;
|
|
2432
2466
|
}
|
|
@@ -2494,10 +2528,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2494
2528
|
top: 385px;
|
|
2495
2529
|
}
|
|
2496
2530
|
|
|
2497
|
-
.e-de-font-content-label span.e-label {
|
|
2498
|
-
color: #fff;
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
2531
|
.e-de-font-label span.e-label {
|
|
2502
2532
|
color: #fff;
|
|
2503
2533
|
}
|
|
@@ -2533,34 +2563,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2533
2563
|
border: 0;
|
|
2534
2564
|
}
|
|
2535
2565
|
|
|
2536
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2537
|
-
color: #fff;
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2541
|
-
color: #fff;
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2545
|
-
color: #fff;
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2549
|
-
color: #fff;
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2553
|
-
color: #fff;
|
|
2554
|
-
}
|
|
2555
|
-
|
|
2556
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2557
|
-
color: #fff;
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2561
|
-
color: #fff;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
2566
|
.e-de-list-format-info {
|
|
2565
2567
|
border-radius: 50% !important;
|
|
2566
2568
|
cursor: default;
|
|
@@ -2692,7 +2694,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2692
2694
|
.e-de-style-style-based-on,
|
|
2693
2695
|
.e-de-style-style-paragraph {
|
|
2694
2696
|
font-weight: 500;
|
|
2695
|
-
margin-bottom:
|
|
2697
|
+
margin-bottom: 12px;
|
|
2696
2698
|
font-size: 12px;
|
|
2697
2699
|
}
|
|
2698
2700
|
|
|
@@ -2730,7 +2732,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2730
2732
|
}
|
|
2731
2733
|
|
|
2732
2734
|
.e-style-font-fmaily-right {
|
|
2733
|
-
margin-right:
|
|
2735
|
+
margin-right: 12px;
|
|
2734
2736
|
}
|
|
2735
2737
|
|
|
2736
2738
|
.e-style-font {
|
|
@@ -2832,6 +2834,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2832
2834
|
float: right;
|
|
2833
2835
|
margin-left: 12px;
|
|
2834
2836
|
margin-top: 6px;
|
|
2837
|
+
width: 120px;
|
|
2835
2838
|
}
|
|
2836
2839
|
|
|
2837
2840
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2865,11 +2868,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2865
2868
|
float: right;
|
|
2866
2869
|
margin-left: 12px;
|
|
2867
2870
|
margin-top: 6px;
|
|
2871
|
+
width: 120px;
|
|
2868
2872
|
}
|
|
2869
2873
|
|
|
2870
2874
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2871
2875
|
margin-left: 0;
|
|
2872
2876
|
margin-right: 12px;
|
|
2877
|
+
width: 120px;
|
|
2873
2878
|
}
|
|
2874
2879
|
|
|
2875
2880
|
.e-de-table-ppty-options-break {
|
|
@@ -3016,7 +3021,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3016
3021
|
.e-bookmark-dlgfields {
|
|
3017
3022
|
font-weight: 500;
|
|
3018
3023
|
font-size: 12px;
|
|
3019
|
-
margin-bottom:
|
|
3024
|
+
margin-bottom: 12px;
|
|
3020
3025
|
}
|
|
3021
3026
|
|
|
3022
3027
|
.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
|
|
@@ -3264,19 +3269,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3264
3269
|
border-radius: 2px;
|
|
3265
3270
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
3266
3271
|
height: 36px;
|
|
3267
|
-
margin: 0
|
|
3272
|
+
margin: 0 12px !important;
|
|
3268
3273
|
}
|
|
3269
3274
|
|
|
3270
3275
|
.e-bigger .e-de-rp-btn-enforce {
|
|
3271
3276
|
margin: 0;
|
|
3272
|
-
width: 100%;
|
|
3273
3277
|
padding-left: 10px;
|
|
3274
3278
|
padding-right: 10px;
|
|
3275
3279
|
}
|
|
3276
3280
|
|
|
3277
3281
|
.e-de-rp-nav-btn {
|
|
3278
3282
|
margin: 0 24px;
|
|
3279
|
-
width: 210px;
|
|
3280
3283
|
}
|
|
3281
3284
|
|
|
3282
3285
|
.e-de-rp-btn-stop-enforce {
|
|
@@ -3321,7 +3324,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3321
3324
|
font-size: 12px;
|
|
3322
3325
|
font-weight: 500;
|
|
3323
3326
|
margin-bottom: 4px;
|
|
3324
|
-
margin-top: c;
|
|
3325
3327
|
}
|
|
3326
3328
|
|
|
3327
3329
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3331,19 +3333,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3331
3333
|
}
|
|
3332
3334
|
|
|
3333
3335
|
.e-de-user-add-btn {
|
|
3334
|
-
background: #4b5563;
|
|
3335
3336
|
border-radius: 2px;
|
|
3336
3337
|
width: 74px;
|
|
3337
3338
|
}
|
|
3338
3339
|
|
|
3339
3340
|
.e-de-user-dlg .e-de-user-dlg-textbox-input {
|
|
3340
|
-
margin-right:
|
|
3341
|
+
margin-right: 24px;
|
|
3341
3342
|
width: 304px;
|
|
3342
3343
|
}
|
|
3343
3344
|
|
|
3344
3345
|
.e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
|
|
3345
3346
|
margin-right: 0;
|
|
3346
|
-
margin-left:
|
|
3347
|
+
margin-left: 24px;
|
|
3347
3348
|
}
|
|
3348
3349
|
|
|
3349
3350
|
.e-de-user-dlg-list {
|
|
@@ -3481,6 +3482,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3481
3482
|
}
|
|
3482
3483
|
|
|
3483
3484
|
.e-de-tc-no-chng {
|
|
3485
|
+
color: #fff;
|
|
3484
3486
|
font-size: 14px;
|
|
3485
3487
|
opacity: 65%;
|
|
3486
3488
|
margin: 60px 0;
|
|
@@ -4007,12 +4009,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4007
4009
|
}
|
|
4008
4010
|
|
|
4009
4011
|
.e-de-para-dlg-spacing-div {
|
|
4010
|
-
margin-left:
|
|
4012
|
+
margin-left: 40px;
|
|
4011
4013
|
}
|
|
4012
4014
|
|
|
4013
4015
|
.e-de-para-dlg-spacing-div.e-de-rtl {
|
|
4014
4016
|
margin-left: 0;
|
|
4015
|
-
margin-right:
|
|
4017
|
+
margin-right: 40px;
|
|
4016
4018
|
}
|
|
4017
4019
|
|
|
4018
4020
|
.e-de-para-dlg-sub-container .e-input-group {
|