@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
|
@@ -106,16 +106,6 @@
|
|
|
106
106
|
font-family: 'e-icons';
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.e-de-acceptchange::before {
|
|
110
|
-
content: '\e19f';
|
|
111
|
-
font-family: 'e-icons';
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-de-rejectchange::before {
|
|
115
|
-
content: '\e204';
|
|
116
|
-
font-family: 'e-icons';
|
|
117
|
-
}
|
|
118
|
-
|
|
119
109
|
.e-de-ctn-title-download::before {
|
|
120
110
|
content: '\e603';
|
|
121
111
|
font-family: 'e-icons';
|
|
@@ -167,8 +157,18 @@
|
|
|
167
157
|
font-size: 51px;
|
|
168
158
|
}
|
|
169
159
|
|
|
160
|
+
.e-de-acceptchange::before {
|
|
161
|
+
content: '\e19f';
|
|
162
|
+
font-family: 'e-icons';
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.e-de-rejectchange::before {
|
|
166
|
+
content: '\e204';
|
|
167
|
+
font-family: 'e-icons';
|
|
168
|
+
}
|
|
169
|
+
|
|
170
170
|
.e-de-table-border-setting {
|
|
171
|
-
border: 1px solid #
|
|
171
|
+
border: 1px solid #ddd;
|
|
172
172
|
height: 48px;
|
|
173
173
|
left: 5px;
|
|
174
174
|
position: relative;
|
|
@@ -177,14 +177,14 @@
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.e-de-table-border-setting-genral {
|
|
180
|
-
border: 1px solid
|
|
180
|
+
border: 1px solid #ddd;
|
|
181
181
|
display: inline-block;
|
|
182
182
|
height: 60px;
|
|
183
183
|
width: 60px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.e-de-table-border-preview-genral {
|
|
187
|
-
border: 1px solid
|
|
187
|
+
border: 1px solid #ddd;
|
|
188
188
|
display: inline-block;
|
|
189
189
|
height: 25px;
|
|
190
190
|
width: 25px;
|
|
@@ -314,6 +314,10 @@
|
|
|
314
314
|
content: '\e279';
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
+
.e-menu-item .e-de-open-properties::before {
|
|
318
|
+
content: '\e605';
|
|
319
|
+
}
|
|
320
|
+
|
|
317
321
|
.e-menu-item .e-de-spellcheck::before {
|
|
318
322
|
content: '\e689';
|
|
319
323
|
}
|
|
@@ -553,17 +557,13 @@
|
|
|
553
557
|
content: '\e91f';
|
|
554
558
|
}
|
|
555
559
|
|
|
556
|
-
.e-menu-item .e-de-open-properties::before {
|
|
557
|
-
content: '\e605';
|
|
558
|
-
}
|
|
559
|
-
|
|
560
560
|
.e-btn-icon .e-de-paste::before,
|
|
561
561
|
.e-icon-btn .e-de-paste::before {
|
|
562
562
|
content: '\e68a';
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
.e-de-blink-cursor {
|
|
566
|
-
border-left: 1px solid
|
|
566
|
+
border-left: 1px solid rgba(0, 0, 0, 0.87);
|
|
567
567
|
pointer-events: none;
|
|
568
568
|
position: absolute;
|
|
569
569
|
z-index: 3;
|
|
@@ -669,16 +669,6 @@
|
|
|
669
669
|
display: block;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
673
|
-
height: 14px;
|
|
674
|
-
line-height: 6px;
|
|
675
|
-
width: 14px;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
679
|
-
font-size: 12px;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
672
|
.e-documenteditor .e-de-op-close-button {
|
|
683
673
|
left: 267px;
|
|
684
674
|
position: absolute;
|
|
@@ -713,7 +703,6 @@
|
|
|
713
703
|
|
|
714
704
|
.e-de-ff-dlg-heading-small {
|
|
715
705
|
display: block;
|
|
716
|
-
font-size: 14px;
|
|
717
706
|
font-weight: 400;
|
|
718
707
|
margin-bottom: 4px;
|
|
719
708
|
}
|
|
@@ -912,7 +901,7 @@
|
|
|
912
901
|
}
|
|
913
902
|
|
|
914
903
|
.e-de-toc-dlg-heading {
|
|
915
|
-
color:
|
|
904
|
+
color: #f0f0f0;
|
|
916
905
|
display: block;
|
|
917
906
|
font-size: 14px;
|
|
918
907
|
font-weight: 400;
|
|
@@ -920,7 +909,7 @@
|
|
|
920
909
|
}
|
|
921
910
|
|
|
922
911
|
.e-de-toc-dlg-main-heading {
|
|
923
|
-
color:
|
|
912
|
+
color: #f0f0f0;
|
|
924
913
|
display: block;
|
|
925
914
|
font-size: 14px;
|
|
926
915
|
font-weight: 500;
|
|
@@ -974,7 +963,7 @@
|
|
|
974
963
|
}
|
|
975
964
|
|
|
976
965
|
.e-de-toc-dlg-sub-heading {
|
|
977
|
-
color:
|
|
966
|
+
color: #f0f0f0;
|
|
978
967
|
display: block;
|
|
979
968
|
font-size: 14px;
|
|
980
969
|
font-weight: 400;
|
|
@@ -1141,7 +1130,7 @@
|
|
|
1141
1130
|
}
|
|
1142
1131
|
|
|
1143
1132
|
.e-de-font-dlg-main-header {
|
|
1144
|
-
color:
|
|
1133
|
+
color: #f0f0f0;
|
|
1145
1134
|
font-size: 14px;
|
|
1146
1135
|
font-weight: normal;
|
|
1147
1136
|
margin-right: 17px;
|
|
@@ -1213,12 +1202,12 @@
|
|
|
1213
1202
|
|
|
1214
1203
|
.e-de-op-search-txt {
|
|
1215
1204
|
border-bottom: 1px solid #ddd;
|
|
1216
|
-
color:
|
|
1205
|
+
color: #f0f0f0;
|
|
1217
1206
|
font-size: 14px;
|
|
1218
1207
|
}
|
|
1219
1208
|
|
|
1220
1209
|
.e-de-op-search-txt .e-de-op-search-word {
|
|
1221
|
-
color:
|
|
1210
|
+
color: #f0f0f0;
|
|
1222
1211
|
}
|
|
1223
1212
|
|
|
1224
1213
|
.e-de-op-more-less {
|
|
@@ -1352,10 +1341,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1352
1341
|
.e-de-row-ht-top,
|
|
1353
1342
|
.e-de-cell-ht-top {
|
|
1354
1343
|
padding: 0 20px;
|
|
1344
|
+
width: 160px;
|
|
1355
1345
|
}
|
|
1356
1346
|
|
|
1357
1347
|
.e-de-ht-wdth-type {
|
|
1358
1348
|
margin-top: -22px;
|
|
1349
|
+
width: 120px;
|
|
1359
1350
|
}
|
|
1360
1351
|
|
|
1361
1352
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1465,9 +1456,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1465
1456
|
}
|
|
1466
1457
|
|
|
1467
1458
|
.e-de-tooltip {
|
|
1468
|
-
background-color: #
|
|
1459
|
+
background-color: #1a1a1a;
|
|
1469
1460
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1470
|
-
color: #
|
|
1461
|
+
color: #f0f0f0;
|
|
1471
1462
|
cursor: text;
|
|
1472
1463
|
display: table;
|
|
1473
1464
|
max-width: 200px;
|
|
@@ -1476,9 +1467,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1476
1467
|
}
|
|
1477
1468
|
|
|
1478
1469
|
.e-de-form-popup {
|
|
1479
|
-
background-color: #
|
|
1470
|
+
background-color: #1a1a1a;
|
|
1480
1471
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1481
|
-
color: #
|
|
1472
|
+
color: #f0f0f0;
|
|
1482
1473
|
cursor: text;
|
|
1483
1474
|
max-width: 350px;
|
|
1484
1475
|
min-width: 300px;
|
|
@@ -1504,6 +1495,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1504
1495
|
top: 18px;
|
|
1505
1496
|
}
|
|
1506
1497
|
|
|
1498
|
+
.e-de-restrict-pane {
|
|
1499
|
+
color: #fff;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1507
1502
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1508
1503
|
margin-left: 20px;
|
|
1509
1504
|
margin-right: 0;
|
|
@@ -1548,7 +1543,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1548
1543
|
}
|
|
1549
1544
|
|
|
1550
1545
|
.e-documenteditor .e-input {
|
|
1551
|
-
color: #000;
|
|
1552
1546
|
font-size: 14px;
|
|
1553
1547
|
}
|
|
1554
1548
|
|
|
@@ -1931,7 +1925,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1931
1925
|
}
|
|
1932
1926
|
|
|
1933
1927
|
.e-de-spellcheck-btn {
|
|
1934
|
-
height: 36px;
|
|
1935
1928
|
margin-bottom: 8px;
|
|
1936
1929
|
width: 154px;
|
|
1937
1930
|
}
|
|
@@ -1998,10 +1991,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1998
1991
|
top: 385px;
|
|
1999
1992
|
}
|
|
2000
1993
|
|
|
2001
|
-
.e-de-font-content-label span.e-label {
|
|
2002
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
1994
|
.e-de-font-label span.e-label {
|
|
2006
1995
|
color: rgba(0, 0, 0, 0.87);
|
|
2007
1996
|
}
|
|
@@ -2016,17 +2005,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2016
2005
|
color: rgba(0, 0, 0, 0.87);
|
|
2017
2006
|
}
|
|
2018
2007
|
|
|
2019
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2020
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2021
|
-
font-size: 14px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2025
|
-
height: 15px;
|
|
2026
|
-
line-height: 11px;
|
|
2027
|
-
width: 15px;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
2008
|
.e-de-op-dlg-footer {
|
|
2031
2009
|
margin-top: 15px;
|
|
2032
2010
|
}
|
|
@@ -2048,62 +2026,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2048
2026
|
border: 0;
|
|
2049
2027
|
}
|
|
2050
2028
|
|
|
2051
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2052
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2056
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2060
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2064
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2068
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2072
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2076
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2080
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2084
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2088
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2092
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2096
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2100
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2104
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
2029
|
.e-de-list-format-info {
|
|
2108
2030
|
border-radius: 50% !important;
|
|
2109
2031
|
cursor: default;
|
|
@@ -2198,7 +2120,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2198
2120
|
.e-de-style-formatting {
|
|
2199
2121
|
font-size: 14px;
|
|
2200
2122
|
font-weight: 400;
|
|
2201
|
-
color:
|
|
2123
|
+
color: #f0f0f0;
|
|
2202
2124
|
}
|
|
2203
2125
|
|
|
2204
2126
|
.e-de-style-formatting {
|
|
@@ -2337,12 +2259,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2337
2259
|
}
|
|
2338
2260
|
|
|
2339
2261
|
.e-de-style-paragraph-group-button {
|
|
2340
|
-
border-right: 2px solid
|
|
2262
|
+
border-right: 2px solid "";
|
|
2341
2263
|
}
|
|
2342
2264
|
|
|
2343
2265
|
.e-de-style-font-group-button {
|
|
2344
|
-
border-left: 2px solid
|
|
2345
|
-
border-right: 2px solid
|
|
2266
|
+
border-left: 2px solid "";
|
|
2267
|
+
border-right: 2px solid "";
|
|
2346
2268
|
}
|
|
2347
2269
|
|
|
2348
2270
|
.e-de-op-replace-messagediv {
|
|
@@ -2432,6 +2354,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2432
2354
|
float: right;
|
|
2433
2355
|
margin-left: 20px;
|
|
2434
2356
|
margin-top: 6px;
|
|
2357
|
+
width: 120px;
|
|
2435
2358
|
}
|
|
2436
2359
|
|
|
2437
2360
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2465,11 +2388,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2465
2388
|
float: right;
|
|
2466
2389
|
margin-left: 20px;
|
|
2467
2390
|
margin-top: 6px;
|
|
2391
|
+
width: 120px;
|
|
2468
2392
|
}
|
|
2469
2393
|
|
|
2470
2394
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2471
2395
|
margin-left: 0;
|
|
2472
2396
|
margin-right: 20px;
|
|
2397
|
+
width: 120px;
|
|
2473
2398
|
}
|
|
2474
2399
|
|
|
2475
2400
|
.e-de-table-ppty-options-break {
|
|
@@ -2754,7 +2679,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2754
2679
|
}
|
|
2755
2680
|
|
|
2756
2681
|
.e-de-header-footer-list {
|
|
2757
|
-
color:
|
|
2682
|
+
color: #f0f0f0;
|
|
2758
2683
|
}
|
|
2759
2684
|
|
|
2760
2685
|
.e-de-ltr-btn-div {
|
|
@@ -2814,12 +2739,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2814
2739
|
}
|
|
2815
2740
|
|
|
2816
2741
|
.e-bigger .e-de-toc-label {
|
|
2817
|
-
margin-left:
|
|
2742
|
+
margin-left: 4px;
|
|
2818
2743
|
}
|
|
2819
2744
|
|
|
2820
2745
|
.e-bigger .e-de-toc-label-rtl {
|
|
2821
2746
|
margin-left: 0px;
|
|
2822
|
-
margin-right:
|
|
2747
|
+
margin-right: 4px;
|
|
2823
2748
|
}
|
|
2824
2749
|
|
|
2825
2750
|
.e-bigger .e-de-outline-rtl {
|
|
@@ -2857,27 +2782,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2857
2782
|
color: #f0f0f0;
|
|
2858
2783
|
}
|
|
2859
2784
|
|
|
2860
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2861
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2862
|
-
font-size: 12px;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2866
|
-
height: 16px;
|
|
2867
|
-
width: 16px;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2871
|
-
margin-bottom: 8px;
|
|
2872
|
-
}
|
|
2873
|
-
|
|
2874
2785
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2875
2786
|
width: auto;
|
|
2876
2787
|
}
|
|
2877
2788
|
|
|
2878
2789
|
.e-de-rp-nav-btn,
|
|
2879
2790
|
.e-de-rp-btn-enforce {
|
|
2880
|
-
background:
|
|
2791
|
+
background: "";
|
|
2881
2792
|
font-size: 13px;
|
|
2882
2793
|
opacity: 0.87;
|
|
2883
2794
|
border-radius: 2px;
|
|
@@ -2899,7 +2810,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2899
2810
|
}
|
|
2900
2811
|
|
|
2901
2812
|
.e-de-rp-btn-stop-enforce {
|
|
2902
|
-
background:
|
|
2813
|
+
background: "";
|
|
2903
2814
|
font-size: 13px;
|
|
2904
2815
|
opacity: 0.87;
|
|
2905
2816
|
border-radius: 2px;
|
|
@@ -2943,7 +2854,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2943
2854
|
font-size: 14px;
|
|
2944
2855
|
font-weight: normal;
|
|
2945
2856
|
margin-bottom: 8px;
|
|
2946
|
-
margin-top: c;
|
|
2947
2857
|
}
|
|
2948
2858
|
|
|
2949
2859
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -2953,7 +2863,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2953
2863
|
}
|
|
2954
2864
|
|
|
2955
2865
|
.e-de-user-add-btn {
|
|
2956
|
-
background:
|
|
2866
|
+
background: "";
|
|
2957
2867
|
border-radius: 2px;
|
|
2958
2868
|
width: 74px;
|
|
2959
2869
|
}
|
|
@@ -3029,7 +2939,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3029
2939
|
|
|
3030
2940
|
.e-de-cmt-pane {
|
|
3031
2941
|
background-color: inherit;
|
|
3032
|
-
color:
|
|
2942
|
+
color: #f0f0f0;
|
|
3033
2943
|
}
|
|
3034
2944
|
|
|
3035
2945
|
.e-de-cp-whole-header {
|
|
@@ -3071,7 +2981,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3071
2981
|
}
|
|
3072
2982
|
|
|
3073
2983
|
.e-de-tc-pane {
|
|
3074
|
-
color:
|
|
2984
|
+
color: #f0f0f0;
|
|
3075
2985
|
}
|
|
3076
2986
|
|
|
3077
2987
|
.e-de-trckchanges-inner {
|
|
@@ -3101,6 +3011,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3101
3011
|
}
|
|
3102
3012
|
|
|
3103
3013
|
.e-de-tc-no-chng {
|
|
3014
|
+
color: #fff;
|
|
3104
3015
|
font-size: 14px;
|
|
3105
3016
|
opacity: 65%;
|
|
3106
3017
|
margin: 60px 0;
|
|
@@ -3333,7 +3244,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3333
3244
|
}
|
|
3334
3245
|
|
|
3335
3246
|
.e-de-cmt-textarea.e-input {
|
|
3336
|
-
color:
|
|
3247
|
+
color: #f0f0f0;
|
|
3337
3248
|
font-size: 13px;
|
|
3338
3249
|
line-height: normal;
|
|
3339
3250
|
min-height: 30px;
|
|
@@ -3550,7 +3461,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3550
3461
|
}
|
|
3551
3462
|
|
|
3552
3463
|
.e-bigger .e-de-para-dlg-heading {
|
|
3553
|
-
color:
|
|
3464
|
+
color: #f0f0f0;
|
|
3554
3465
|
display: block;
|
|
3555
3466
|
font-size: 16px;
|
|
3556
3467
|
font-weight: 400;
|
|
@@ -3614,7 +3525,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3614
3525
|
}
|
|
3615
3526
|
|
|
3616
3527
|
.e-de-para-dlg-heading {
|
|
3617
|
-
color:
|
|
3528
|
+
color: #f0f0f0;
|
|
3618
3529
|
display: block;
|
|
3619
3530
|
font-size: 16px;
|
|
3620
3531
|
font-weight: 400;
|
|
@@ -669,16 +669,6 @@
|
|
|
669
669
|
display: block;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
673
|
-
height: 14px;
|
|
674
|
-
line-height: 6px;
|
|
675
|
-
width: 14px;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
679
|
-
font-size: 12px;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
672
|
.e-documenteditor .e-de-op-close-button {
|
|
683
673
|
left: 267px;
|
|
684
674
|
position: absolute;
|
|
@@ -713,7 +703,6 @@
|
|
|
713
703
|
|
|
714
704
|
.e-de-ff-dlg-heading-small {
|
|
715
705
|
display: block;
|
|
716
|
-
font-size: 14px;
|
|
717
706
|
font-weight: 400;
|
|
718
707
|
margin-bottom: 4px;
|
|
719
708
|
}
|
|
@@ -1348,10 +1337,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1348
1337
|
.e-de-row-ht-top,
|
|
1349
1338
|
.e-de-cell-ht-top {
|
|
1350
1339
|
padding: 0 20px;
|
|
1340
|
+
width: 160px;
|
|
1351
1341
|
}
|
|
1352
1342
|
|
|
1353
1343
|
.e-de-ht-wdth-type {
|
|
1354
1344
|
margin-top: -22px;
|
|
1345
|
+
width: 120px;
|
|
1355
1346
|
}
|
|
1356
1347
|
|
|
1357
1348
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1500,6 +1491,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1500
1491
|
top: 18px;
|
|
1501
1492
|
}
|
|
1502
1493
|
|
|
1494
|
+
.e-de-restrict-pane {
|
|
1495
|
+
color: #000;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1503
1498
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1504
1499
|
margin-left: 20px;
|
|
1505
1500
|
margin-right: 0;
|
|
@@ -1544,7 +1539,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1544
1539
|
}
|
|
1545
1540
|
|
|
1546
1541
|
.e-documenteditor .e-input {
|
|
1547
|
-
color: #000;
|
|
1548
1542
|
font-size: 14px;
|
|
1549
1543
|
}
|
|
1550
1544
|
|
|
@@ -1927,7 +1921,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1927
1921
|
}
|
|
1928
1922
|
|
|
1929
1923
|
.e-de-spellcheck-btn {
|
|
1930
|
-
height: 36px;
|
|
1931
1924
|
margin-bottom: 8px;
|
|
1932
1925
|
width: 154px;
|
|
1933
1926
|
}
|
|
@@ -1994,10 +1987,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1994
1987
|
top: 385px;
|
|
1995
1988
|
}
|
|
1996
1989
|
|
|
1997
|
-
.e-de-font-content-label span.e-label {
|
|
1998
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
1990
|
.e-de-font-label span.e-label {
|
|
2002
1991
|
color: rgba(0, 0, 0, 0.87);
|
|
2003
1992
|
}
|
|
@@ -2012,17 +2001,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2012
2001
|
color: rgba(0, 0, 0, 0.87);
|
|
2013
2002
|
}
|
|
2014
2003
|
|
|
2015
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2016
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2017
|
-
font-size: 14px;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2021
|
-
height: 15px;
|
|
2022
|
-
line-height: 11px;
|
|
2023
|
-
width: 15px;
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
2004
|
.e-de-op-dlg-footer {
|
|
2027
2005
|
margin-top: 15px;
|
|
2028
2006
|
}
|
|
@@ -2044,62 +2022,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2044
2022
|
border: 0;
|
|
2045
2023
|
}
|
|
2046
2024
|
|
|
2047
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2048
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2052
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2056
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2060
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2064
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2068
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2072
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2076
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2080
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2084
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2088
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2092
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2096
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2100
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
2025
|
.e-de-list-format-info {
|
|
2104
2026
|
border-radius: 50% !important;
|
|
2105
2027
|
cursor: default;
|
|
@@ -2428,6 +2350,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2428
2350
|
float: right;
|
|
2429
2351
|
margin-left: 20px;
|
|
2430
2352
|
margin-top: 6px;
|
|
2353
|
+
width: 120px;
|
|
2431
2354
|
}
|
|
2432
2355
|
|
|
2433
2356
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2461,11 +2384,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2461
2384
|
float: right;
|
|
2462
2385
|
margin-left: 20px;
|
|
2463
2386
|
margin-top: 6px;
|
|
2387
|
+
width: 120px;
|
|
2464
2388
|
}
|
|
2465
2389
|
|
|
2466
2390
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2467
2391
|
margin-left: 0;
|
|
2468
2392
|
margin-right: 20px;
|
|
2393
|
+
width: 120px;
|
|
2469
2394
|
}
|
|
2470
2395
|
|
|
2471
2396
|
.e-de-table-ppty-options-break {
|
|
@@ -2853,20 +2778,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2853
2778
|
color: #777;
|
|
2854
2779
|
}
|
|
2855
2780
|
|
|
2856
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2857
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2858
|
-
font-size: 12px;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2862
|
-
height: 16px;
|
|
2863
|
-
width: 16px;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2867
|
-
margin-bottom: 8px;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
2781
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2871
2782
|
width: auto;
|
|
2872
2783
|
}
|
|
@@ -2939,7 +2850,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2939
2850
|
font-size: 14px;
|
|
2940
2851
|
font-weight: normal;
|
|
2941
2852
|
margin-bottom: 8px;
|
|
2942
|
-
margin-top: c;
|
|
2943
2853
|
}
|
|
2944
2854
|
|
|
2945
2855
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3097,6 +3007,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3097
3007
|
}
|
|
3098
3008
|
|
|
3099
3009
|
.e-de-tc-no-chng {
|
|
3010
|
+
color: #000;
|
|
3100
3011
|
font-size: 14px;
|
|
3101
3012
|
opacity: 65%;
|
|
3102
3013
|
margin: 60px 0;
|