@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;
|
|
@@ -3682,22 +3593,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3682
3593
|
height: 145px;
|
|
3683
3594
|
}
|
|
3684
3595
|
|
|
3685
|
-
.e-de-ctnr-close::before {
|
|
3686
|
-
content: '\eb1e';
|
|
3687
|
-
}
|
|
3688
|
-
|
|
3689
3596
|
.e-de-ctnr-linespacing::before {
|
|
3690
3597
|
content: '\eb30';
|
|
3691
3598
|
}
|
|
3692
3599
|
|
|
3693
|
-
.e-de-ctnr-undo::before {
|
|
3694
|
-
content: '\ebc5';
|
|
3695
|
-
}
|
|
3696
|
-
|
|
3697
|
-
.e-de-ctnr-find::before {
|
|
3698
|
-
content: '\e60e';
|
|
3699
|
-
}
|
|
3700
|
-
|
|
3701
3600
|
.e-de-ctnr-lock::before {
|
|
3702
3601
|
content: '\eb20';
|
|
3703
3602
|
}
|
|
@@ -3710,16 +3609,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3710
3609
|
content: '\eb27';
|
|
3711
3610
|
}
|
|
3712
3611
|
|
|
3713
|
-
.e-de-
|
|
3714
|
-
content: '\
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
.e-de-ctnr-download::before {
|
|
3718
|
-
content: '\eb2a';
|
|
3612
|
+
.e-de-cnt-track::before {
|
|
3613
|
+
content: '\e20a';
|
|
3614
|
+
font-family: 'e-icons';
|
|
3719
3615
|
}
|
|
3720
3616
|
|
|
3721
|
-
.e-de-ctnr-
|
|
3722
|
-
content: '\
|
|
3617
|
+
.e-de-ctnr-table::before {
|
|
3618
|
+
content: '\eb2b';
|
|
3723
3619
|
}
|
|
3724
3620
|
|
|
3725
3621
|
.e-de-ctnr-tableofcontent::before {
|
|
@@ -3730,26 +3626,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3730
3626
|
content: '\eb1b';
|
|
3731
3627
|
}
|
|
3732
3628
|
|
|
3733
|
-
.e-de-ctnr-highlight::before {
|
|
3734
|
-
content: '\ebc6';
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
3629
|
.e-de-ctnr-new::before {
|
|
3738
3630
|
content: '\eb0c';
|
|
3739
3631
|
}
|
|
3740
3632
|
|
|
3741
|
-
.e-de-ctnr-paste::before {
|
|
3742
|
-
content: '\e601';
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
3633
|
.e-de-ctnr-bold::before {
|
|
3746
3634
|
content: '\eb2f';
|
|
3747
3635
|
}
|
|
3748
3636
|
|
|
3749
|
-
.e-de-ctnr-subscript::before {
|
|
3750
|
-
content: '\e357';
|
|
3751
|
-
}
|
|
3752
|
-
|
|
3753
3637
|
.e-de-ctnr-fontcolor::before {
|
|
3754
3638
|
content: '\eb1f';
|
|
3755
3639
|
}
|
|
@@ -3766,233 +3650,265 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3766
3650
|
content: '\eb1a';
|
|
3767
3651
|
}
|
|
3768
3652
|
|
|
3769
|
-
.e-de-ctnr-strikethrough::before {
|
|
3770
|
-
content: '\ebc9';
|
|
3771
|
-
}
|
|
3772
|
-
|
|
3773
3653
|
.e-de-ctnr-image::before {
|
|
3774
3654
|
content: '\eb1c';
|
|
3775
3655
|
}
|
|
3776
3656
|
|
|
3777
|
-
.e-de-ctnr-redo::before {
|
|
3778
|
-
content: '\ebd3';
|
|
3779
|
-
}
|
|
3780
|
-
|
|
3781
3657
|
.e-de-ctnr-bookmark::before {
|
|
3782
3658
|
content: '\eb11';
|
|
3783
3659
|
}
|
|
3784
3660
|
|
|
3785
|
-
.e-de-ctnr-increaseindent::before {
|
|
3786
|
-
content: '\e33f';
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
3661
|
.e-de-ctnr-header::before {
|
|
3790
3662
|
content: '\eb0b';
|
|
3791
3663
|
}
|
|
3792
3664
|
|
|
3793
|
-
.e-de-ctnr-backgroundcolor::before {
|
|
3794
|
-
content: '\eb31';
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
3665
|
.e-de-ctnr-open::before {
|
|
3798
3666
|
content: '\eb28';
|
|
3799
3667
|
}
|
|
3800
3668
|
|
|
3801
|
-
.e-de-ctnr-
|
|
3802
|
-
content: '\
|
|
3669
|
+
.e-de-ctnr-bullets::before {
|
|
3670
|
+
content: '\eb25';
|
|
3803
3671
|
}
|
|
3804
3672
|
|
|
3805
|
-
.e-de-ctnr-
|
|
3806
|
-
content: '\
|
|
3673
|
+
.e-de-ctnr-showhide::before {
|
|
3674
|
+
content: '\eb23';
|
|
3675
|
+
font-size: 16px;
|
|
3807
3676
|
}
|
|
3808
3677
|
|
|
3809
|
-
.e-de-ctnr-
|
|
3810
|
-
content: '\
|
|
3678
|
+
.e-de-ctnr-footer::before {
|
|
3679
|
+
content: '\eb0a';
|
|
3811
3680
|
}
|
|
3812
3681
|
|
|
3813
|
-
.e-de-ctnr-
|
|
3814
|
-
content: '\
|
|
3682
|
+
.e-de-ctnr-clearall::before {
|
|
3683
|
+
content: '\eb26';
|
|
3815
3684
|
}
|
|
3816
3685
|
|
|
3817
|
-
.e-de-ctnr-
|
|
3818
|
-
content: '\
|
|
3686
|
+
.e-de-ctnr-outsideborder::before {
|
|
3687
|
+
content: '\eb66';
|
|
3819
3688
|
}
|
|
3820
3689
|
|
|
3821
|
-
.e-de-ctnr-
|
|
3822
|
-
content: '\
|
|
3690
|
+
.e-de-ctnr-allborders::before {
|
|
3691
|
+
content: '\eb95';
|
|
3823
3692
|
}
|
|
3824
3693
|
|
|
3825
|
-
.e-de-ctnr-
|
|
3826
|
-
content: '\
|
|
3694
|
+
.e-de-ctnr-insideborders::before {
|
|
3695
|
+
content: '\eb88';
|
|
3827
3696
|
}
|
|
3828
3697
|
|
|
3829
|
-
.e-de-ctnr-
|
|
3830
|
-
content: '\
|
|
3831
|
-
font-size: 16px;
|
|
3698
|
+
.e-de-ctnr-mergecell::before {
|
|
3699
|
+
content: '\eb93';
|
|
3832
3700
|
}
|
|
3833
3701
|
|
|
3834
|
-
.e-de-ctnr-
|
|
3835
|
-
content: '\
|
|
3702
|
+
.e-de-ctnr-aligntop::before {
|
|
3703
|
+
content: '\eb35';
|
|
3836
3704
|
}
|
|
3837
3705
|
|
|
3838
|
-
.e-de-ctnr-
|
|
3839
|
-
content: '\
|
|
3706
|
+
.e-de-ctnr-alignbottom::before {
|
|
3707
|
+
content: '\eb0e';
|
|
3840
3708
|
}
|
|
3841
3709
|
|
|
3842
|
-
.e-de-ctnr-
|
|
3843
|
-
content: '\
|
|
3710
|
+
.e-de-ctnr-aligncenter-table::before {
|
|
3711
|
+
content: '\eb0d';
|
|
3844
3712
|
}
|
|
3845
3713
|
|
|
3846
|
-
.e-de-ctnr-
|
|
3847
|
-
content: '\
|
|
3714
|
+
.e-de-ctnr-bullet-none::before {
|
|
3715
|
+
content: '\e256';
|
|
3848
3716
|
}
|
|
3849
3717
|
|
|
3850
|
-
.e-de-ctnr-
|
|
3851
|
-
content: '\
|
|
3718
|
+
.e-de-ctnr-bullet-dot::before {
|
|
3719
|
+
content: '\e270';
|
|
3852
3720
|
}
|
|
3853
3721
|
|
|
3854
|
-
.e-de-ctnr-
|
|
3855
|
-
content: '\
|
|
3722
|
+
.e-de-ctnr-bullet-circle::before {
|
|
3723
|
+
content: '\e254';
|
|
3856
3724
|
}
|
|
3857
3725
|
|
|
3858
|
-
.e-de-ctnr-
|
|
3859
|
-
content: '\
|
|
3726
|
+
.e-de-ctnr-bullet-square::before {
|
|
3727
|
+
content: '\e271';
|
|
3860
3728
|
}
|
|
3861
3729
|
|
|
3862
|
-
.e-de-ctnr-
|
|
3863
|
-
content: '\
|
|
3730
|
+
.e-de-ctnr-bullet-flower::before {
|
|
3731
|
+
content: '\e267';
|
|
3864
3732
|
}
|
|
3865
3733
|
|
|
3866
|
-
.e-de-ctnr-
|
|
3867
|
-
content: '\
|
|
3734
|
+
.e-de-ctnr-bullet-arrow::before {
|
|
3735
|
+
content: '\e253';
|
|
3868
3736
|
}
|
|
3869
3737
|
|
|
3870
|
-
.e-de-ctnr-
|
|
3871
|
-
content: '\
|
|
3738
|
+
.e-de-ctnr-bullet-tick::before {
|
|
3739
|
+
content: '\e259';
|
|
3872
3740
|
}
|
|
3873
3741
|
|
|
3874
|
-
.e-de-
|
|
3875
|
-
content: '\
|
|
3742
|
+
.e-de-selected-item::before {
|
|
3743
|
+
content: '\e935';
|
|
3876
3744
|
}
|
|
3877
3745
|
|
|
3878
|
-
.e-de-ctnr-
|
|
3879
|
-
content: '\
|
|
3746
|
+
.e-de-ctnr-break::before {
|
|
3747
|
+
content: '\eba1';
|
|
3880
3748
|
}
|
|
3881
3749
|
|
|
3882
|
-
.e-de-
|
|
3883
|
-
content: '\
|
|
3750
|
+
.e-de-selected-spellcheck-item::before {
|
|
3751
|
+
content: '\e935';
|
|
3752
|
+
font-family: 'e-icons';
|
|
3753
|
+
font-size: 10px;
|
|
3884
3754
|
}
|
|
3885
3755
|
|
|
3886
|
-
.e-de-
|
|
3887
|
-
content: '\
|
|
3756
|
+
.e-de-selected-underline-item::before {
|
|
3757
|
+
content: '\e935';
|
|
3758
|
+
font-family: 'e-icons';
|
|
3759
|
+
font-size: 10px;
|
|
3888
3760
|
}
|
|
3889
3761
|
|
|
3890
|
-
.e-de-ctnr-
|
|
3891
|
-
content: '\
|
|
3762
|
+
.e-de-ctnr-page-break::before {
|
|
3763
|
+
content: '\eba5';
|
|
3892
3764
|
}
|
|
3893
3765
|
|
|
3894
|
-
.e-de-ctnr-
|
|
3895
|
-
content: '\
|
|
3766
|
+
.e-de-ctnr-section-break::before {
|
|
3767
|
+
content: '\eba7';
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
.e-de-ctnr-upload::before {
|
|
3771
|
+
content: '\eba4';
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.e-de-ctnr-leftborders::before {
|
|
3775
|
+
content: '\e291';
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
.e-de-ctnr-rightborder::before {
|
|
3779
|
+
content: '\e288';
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.e-de-ctnr-topborder::before {
|
|
3783
|
+
content: '\e281';
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.e-de-ctnr-bottomborder::before {
|
|
3787
|
+
content: '\e298';
|
|
3896
3788
|
}
|
|
3897
3789
|
|
|
3898
3790
|
.e-de-ctnr-insertleft::before {
|
|
3899
|
-
content: '\
|
|
3791
|
+
content: '\e285';
|
|
3900
3792
|
}
|
|
3901
3793
|
|
|
3902
3794
|
.e-de-ctnr-insertright::before {
|
|
3903
|
-
content: '\
|
|
3795
|
+
content: '\e284';
|
|
3904
3796
|
}
|
|
3905
3797
|
|
|
3906
3798
|
.e-de-ctnr-insertabove::before {
|
|
3907
|
-
content: '\
|
|
3799
|
+
content: '\e506';
|
|
3908
3800
|
}
|
|
3909
3801
|
|
|
3910
3802
|
.e-de-ctnr-insertbelow::before {
|
|
3911
|
-
content: '\
|
|
3803
|
+
content: '\e505';
|
|
3912
3804
|
}
|
|
3913
3805
|
|
|
3914
3806
|
.e-de-ctnr-deleterows::before {
|
|
3915
|
-
content: '\
|
|
3807
|
+
content: '\e283';
|
|
3916
3808
|
}
|
|
3917
3809
|
|
|
3918
3810
|
.e-de-ctnr-deletecolumns::before {
|
|
3919
|
-
content: '\
|
|
3811
|
+
content: '\e282';
|
|
3920
3812
|
}
|
|
3921
3813
|
|
|
3922
|
-
.e-de-ctnr-
|
|
3923
|
-
content: '\
|
|
3814
|
+
.e-de-ctnr-undo::before {
|
|
3815
|
+
content: '\ebc5';
|
|
3924
3816
|
}
|
|
3925
3817
|
|
|
3926
|
-
.e-de-ctnr-
|
|
3927
|
-
content: '\
|
|
3818
|
+
.e-de-ctnr-find::before {
|
|
3819
|
+
content: '\e60e';
|
|
3928
3820
|
}
|
|
3929
3821
|
|
|
3930
|
-
.e-de-ctnr-
|
|
3931
|
-
content: '\
|
|
3822
|
+
.e-de-ctnr-download::before {
|
|
3823
|
+
content: '\ec32';
|
|
3932
3824
|
}
|
|
3933
3825
|
|
|
3934
|
-
.e-de-ctnr-
|
|
3935
|
-
content: '\
|
|
3826
|
+
.e-de-ctnr-justify::before {
|
|
3827
|
+
content: '\e334';
|
|
3936
3828
|
}
|
|
3937
3829
|
|
|
3938
|
-
.e-de-ctnr-
|
|
3939
|
-
content: '\
|
|
3830
|
+
.e-de-ctnr-highlight::before {
|
|
3831
|
+
content: '\ebc6';
|
|
3940
3832
|
}
|
|
3941
3833
|
|
|
3942
|
-
.e-de-ctnr-
|
|
3943
|
-
content: '\
|
|
3834
|
+
.e-de-ctnr-paste::before {
|
|
3835
|
+
content: '\e601';
|
|
3944
3836
|
}
|
|
3945
3837
|
|
|
3946
|
-
.e-de-ctnr-
|
|
3947
|
-
content: '\
|
|
3838
|
+
.e-de-ctnr-subscript::before {
|
|
3839
|
+
content: '\e357';
|
|
3948
3840
|
}
|
|
3949
3841
|
|
|
3950
|
-
.e-de-ctnr-
|
|
3951
|
-
content: '\
|
|
3842
|
+
.e-de-ctnr-strikethrough::before {
|
|
3843
|
+
content: '\ebc9';
|
|
3952
3844
|
}
|
|
3953
3845
|
|
|
3954
|
-
.e-de-ctnr-
|
|
3955
|
-
content: '\
|
|
3846
|
+
.e-de-ctnr-redo::before {
|
|
3847
|
+
content: '\ebd3';
|
|
3956
3848
|
}
|
|
3957
3849
|
|
|
3958
|
-
.e-de-ctnr-
|
|
3959
|
-
content: '\
|
|
3850
|
+
.e-de-ctnr-increaseindent::before {
|
|
3851
|
+
content: '\e33f';
|
|
3960
3852
|
}
|
|
3961
3853
|
|
|
3962
|
-
.e-de-ctnr-
|
|
3963
|
-
content: '\
|
|
3854
|
+
.e-de-ctnr-underline::before {
|
|
3855
|
+
content: '\ebc8';
|
|
3964
3856
|
}
|
|
3965
3857
|
|
|
3966
|
-
.e-de-
|
|
3967
|
-
content: '\
|
|
3858
|
+
.e-de-ctnr-superscript::before {
|
|
3859
|
+
content: '\e352';
|
|
3968
3860
|
}
|
|
3969
3861
|
|
|
3970
|
-
.e-de-
|
|
3971
|
-
content: '\
|
|
3972
|
-
font-family: 'e-icons';
|
|
3973
|
-
font-size: 10px;
|
|
3862
|
+
.e-de-ctnr-alignleft::before {
|
|
3863
|
+
content: '\e33a';
|
|
3974
3864
|
}
|
|
3975
3865
|
|
|
3976
|
-
.e-de-
|
|
3977
|
-
content: '\
|
|
3978
|
-
font-family: 'e-icons';
|
|
3979
|
-
font-size: 10px;
|
|
3866
|
+
.e-de-ctnr-numbering::before {
|
|
3867
|
+
content: '\e346';
|
|
3980
3868
|
}
|
|
3981
3869
|
|
|
3982
|
-
.e-de-ctnr-
|
|
3983
|
-
content: '\
|
|
3870
|
+
.e-de-ctnr-decreaseindent::before {
|
|
3871
|
+
content: '\e35d';
|
|
3984
3872
|
}
|
|
3985
3873
|
|
|
3986
|
-
.e-de-ctnr-
|
|
3987
|
-
content: '\
|
|
3874
|
+
.e-de-ctnr-insideverticalborder::before {
|
|
3875
|
+
content: '\e287';
|
|
3988
3876
|
}
|
|
3989
3877
|
|
|
3990
|
-
.e-de-ctnr-
|
|
3991
|
-
content: '\
|
|
3878
|
+
.e-de-ctnr-insidehorizondalborder::before {
|
|
3879
|
+
content: '\e276';
|
|
3992
3880
|
}
|
|
3993
3881
|
|
|
3994
|
-
.e-de-ctnr-
|
|
3995
|
-
content: '\
|
|
3882
|
+
.e-de-ctnr-highlightcolor::before {
|
|
3883
|
+
content: '\ebc6';
|
|
3884
|
+
}
|
|
3885
|
+
|
|
3886
|
+
.e-de-ctnr-close::before {
|
|
3887
|
+
content: '\e361';
|
|
3888
|
+
}
|
|
3889
|
+
|
|
3890
|
+
.e-de-ctnr-backgroundcolor::before {
|
|
3891
|
+
content: '\ebca';
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3894
|
+
.e-de-ctnr-aligncenter::before {
|
|
3895
|
+
content: '\e35e';
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3898
|
+
.e-de-ctnr-print::before {
|
|
3899
|
+
content: '\ebd2';
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3902
|
+
.e-de-ctnr-alignright::before {
|
|
3903
|
+
content: '\e34d';
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
|
+
.e-de-ctnr-strokesize::before {
|
|
3907
|
+
content: '\ebd7';
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
.e-de-ctnr-cellbg-clr-picker::before {
|
|
3911
|
+
content: '\ebca';
|
|
3996
3912
|
}
|
|
3997
3913
|
|
|
3998
3914
|
.e-de-flip {
|
|
@@ -4004,11 +3920,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4004
3920
|
font-family: 'e-icons';
|
|
4005
3921
|
}
|
|
4006
3922
|
|
|
4007
|
-
.e-de-cnt-track::before {
|
|
4008
|
-
content: '\e20a';
|
|
4009
|
-
font-family: 'e-icons';
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
3923
|
.e-de-printlayout::before {
|
|
4013
3924
|
content: '\e897';
|
|
4014
3925
|
font-family: 'e-icons';
|
|
@@ -4145,7 +4056,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4145
4056
|
|
|
4146
4057
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
4147
4058
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
4148
|
-
font-size:
|
|
4059
|
+
font-size: 16px;
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4062
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
4063
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
4064
|
+
font-size: 16px;
|
|
4149
4065
|
}
|
|
4150
4066
|
|
|
4151
4067
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -4171,8 +4087,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4171
4087
|
|
|
4172
4088
|
.e-de-pagenumber-text {
|
|
4173
4089
|
border: none !important;
|
|
4174
|
-
height: 22px !important;
|
|
4175
|
-
margin-top: -3px !important;
|
|
4176
4090
|
}
|
|
4177
4091
|
|
|
4178
4092
|
.e-de-pagenumber-input {
|
|
@@ -4180,8 +4094,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4180
4094
|
border: 1px solid #505050;
|
|
4181
4095
|
border-radius: 2px;
|
|
4182
4096
|
color: #fff;
|
|
4183
|
-
|
|
4184
|
-
padding: 2px;
|
|
4097
|
+
padding: 0px;
|
|
4185
4098
|
text-align: center;
|
|
4186
4099
|
width: 22px;
|
|
4187
4100
|
}
|
|
@@ -4204,6 +4117,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4204
4117
|
|
|
4205
4118
|
.e-de-ctn-title {
|
|
4206
4119
|
background-color: #0070f0;
|
|
4120
|
+
border-bottom: none !important;
|
|
4207
4121
|
color: #fff;
|
|
4208
4122
|
}
|
|
4209
4123
|
|
|
@@ -4433,10 +4347,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4433
4347
|
width: 100%;
|
|
4434
4348
|
}
|
|
4435
4349
|
|
|
4436
|
-
.de-split-button > div:first-child {
|
|
4437
|
-
margin-right: 14px;
|
|
4438
|
-
}
|
|
4439
|
-
|
|
4440
4350
|
.e-de-ctnr-properties-pane-btn {
|
|
4441
4351
|
width: 75px;
|
|
4442
4352
|
}
|
|
@@ -4807,6 +4717,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4807
4717
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
4808
4718
|
}
|
|
4809
4719
|
|
|
4720
|
+
.e-de-ctnr-group-btn-top > button:first-child {
|
|
4721
|
+
border-radius: 0;
|
|
4722
|
+
border-top-left-radius: 4px;
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
|
|
4726
|
+
border-top-left-radius: 0;
|
|
4727
|
+
border-top-right-radius: 4px;
|
|
4728
|
+
}
|
|
4729
|
+
|
|
4730
|
+
.e-de-ctnr-group-btn-top > button:last-child {
|
|
4731
|
+
border-radius: 0;
|
|
4732
|
+
border-top-right-radius: 4px;
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4735
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
|
|
4736
|
+
border-top-left-radius: 4px;
|
|
4737
|
+
border-top-right-radius: 0;
|
|
4738
|
+
}
|
|
4739
|
+
|
|
4740
|
+
.e-de-ctnr-group-btn-middle > button {
|
|
4741
|
+
border-radius: 0;
|
|
4742
|
+
border-top: 0;
|
|
4743
|
+
border-bottom: 0;
|
|
4744
|
+
}
|
|
4745
|
+
|
|
4746
|
+
.e-de-ctnr-group-btn-bottom > button:first-child {
|
|
4747
|
+
border-radius: 0;
|
|
4748
|
+
border-bottom-left-radius: 4px;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4751
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
|
|
4752
|
+
border-bottom-left-radius: 0;
|
|
4753
|
+
border-bottom-right-radius: 4px;
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4756
|
+
.e-de-ctnr-group-btn-bottom > button:last-child {
|
|
4757
|
+
border-radius: 0;
|
|
4758
|
+
border-bottom-right-radius: 4px;
|
|
4759
|
+
}
|
|
4760
|
+
|
|
4761
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
|
|
4762
|
+
border-bottom-right-radius: 0;
|
|
4763
|
+
border-bottom-left-radius: 4px;
|
|
4764
|
+
}
|
|
4765
|
+
|
|
4810
4766
|
.e-de-toc-template1 {
|
|
4811
4767
|
background: #1a1a1a;
|
|
4812
4768
|
border: 1px solid #505050;
|
|
@@ -4885,6 +4841,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4885
4841
|
width: 100px;
|
|
4886
4842
|
}
|
|
4887
4843
|
|
|
4844
|
+
.e-de-ctnr-pg-no span {
|
|
4845
|
+
border: 1px solid transparent;
|
|
4846
|
+
}
|
|
4847
|
+
|
|
4888
4848
|
.e-de-ctnr-pg-no-spellout {
|
|
4889
4849
|
color: #fff;
|
|
4890
4850
|
display: -ms-inline-flexbox;
|
|
@@ -4895,6 +4855,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4895
4855
|
width: calc(100% - 140px);
|
|
4896
4856
|
}
|
|
4897
4857
|
|
|
4858
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
4859
|
+
border: 1px solid transparent;
|
|
4860
|
+
}
|
|
4861
|
+
|
|
4898
4862
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
4899
4863
|
color: #fff;
|
|
4900
4864
|
display: -ms-inline-flexbox;
|
|
@@ -5189,8 +5153,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5189
5153
|
margin-right: 0;
|
|
5190
5154
|
}
|
|
5191
5155
|
|
|
5192
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
5193
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
5156
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5157
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5194
5158
|
margin-right: 16px;
|
|
5195
5159
|
}
|
|
5196
5160
|
|
|
@@ -5404,7 +5368,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5404
5368
|
font-weight: 400;
|
|
5405
5369
|
height: 25px !important;
|
|
5406
5370
|
width: 25px !important;
|
|
5407
|
-
border-radius: 4px;
|
|
5408
5371
|
}
|
|
5409
5372
|
|
|
5410
5373
|
.e-bigger .e-de-ctnr-list {
|
|
@@ -5516,6 +5479,25 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5516
5479
|
line-height: 0;
|
|
5517
5480
|
}
|
|
5518
5481
|
|
|
5482
|
+
.e-de-ctn .e-de-bzr-button {
|
|
5483
|
+
font-size: 12px;
|
|
5484
|
+
font-weight: 400;
|
|
5485
|
+
background: inherit;
|
|
5486
|
+
height: 100%;
|
|
5487
|
+
color: #f0f0f0;
|
|
5488
|
+
border: 1px solid inherit;
|
|
5489
|
+
box-shadow: none;
|
|
5490
|
+
border: none;
|
|
5491
|
+
padding-bottom: 6px;
|
|
5492
|
+
}
|
|
5493
|
+
|
|
5494
|
+
.e-de-ctn .e-de-bzr-button:hover {
|
|
5495
|
+
background: inherit;
|
|
5496
|
+
border: inherit;
|
|
5497
|
+
border-radius: inherit;
|
|
5498
|
+
color: #f0f0f0;
|
|
5499
|
+
}
|
|
5500
|
+
|
|
5519
5501
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5520
5502
|
font-size: 16px;
|
|
5521
5503
|
}
|