@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
package/styles/material-dark.css
CHANGED
|
@@ -44,6 +44,16 @@
|
|
|
44
44
|
font-size: 10px;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
+
.e-documenteditor .e-de-save-icon::before {
|
|
48
|
+
content: '\e614';
|
|
49
|
+
font-family: 'e-icons';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-documenteditor .e-de-cancel-icon::before {
|
|
53
|
+
content: '\eb36';
|
|
54
|
+
font-family: 'e-icons';
|
|
55
|
+
}
|
|
56
|
+
|
|
47
57
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
48
58
|
content: '\e817';
|
|
49
59
|
font-family: 'e-icons';
|
|
@@ -75,16 +85,6 @@
|
|
|
75
85
|
font-family: 'e-icons';
|
|
76
86
|
}
|
|
77
87
|
|
|
78
|
-
.e-documenteditor .e-de-save-icon::before {
|
|
79
|
-
content: '\e614';
|
|
80
|
-
font-family: 'e-icons';
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.e-documenteditor .e-de-cancel-icon::before {
|
|
84
|
-
content: '\eb36';
|
|
85
|
-
font-family: 'e-icons';
|
|
86
|
-
}
|
|
87
|
-
|
|
88
88
|
.e-documenteditor .e-de-nav-up::before {
|
|
89
89
|
content: '\e651';
|
|
90
90
|
font-family: 'e-icons';
|
|
@@ -108,18 +108,8 @@
|
|
|
108
108
|
font-family: 'e-icons';
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.e-de-acceptchange::before {
|
|
112
|
-
content: '\e19f';
|
|
113
|
-
font-family: 'e-icons';
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.e-de-rejectchange::before {
|
|
117
|
-
content: '\e204';
|
|
118
|
-
font-family: 'e-icons';
|
|
119
|
-
}
|
|
120
|
-
|
|
121
111
|
.e-de-table-properties-alignment:hover {
|
|
122
|
-
border-color: #
|
|
112
|
+
border-color: #00b0ff;
|
|
123
113
|
}
|
|
124
114
|
|
|
125
115
|
.e-de-table-properties-alignment {
|
|
@@ -131,7 +121,7 @@
|
|
|
131
121
|
}
|
|
132
122
|
|
|
133
123
|
.e-de-tablecell-alignment:hover {
|
|
134
|
-
border-color: #
|
|
124
|
+
border-color: #00b0ff;
|
|
135
125
|
}
|
|
136
126
|
|
|
137
127
|
.e-de-table-left-alignment::before {
|
|
@@ -165,7 +155,7 @@
|
|
|
165
155
|
}
|
|
166
156
|
|
|
167
157
|
.e-de-table-border-setting {
|
|
168
|
-
border: 1px solid
|
|
158
|
+
border: 1px solid #ddd;
|
|
169
159
|
height: 48px;
|
|
170
160
|
left: 5px;
|
|
171
161
|
position: relative;
|
|
@@ -174,21 +164,21 @@
|
|
|
174
164
|
}
|
|
175
165
|
|
|
176
166
|
.e-de-table-border-setting-genral {
|
|
177
|
-
border: 1px solid
|
|
167
|
+
border: 1px solid #ddd;
|
|
178
168
|
display: inline-block;
|
|
179
169
|
height: 60px;
|
|
180
170
|
width: 60px;
|
|
181
171
|
}
|
|
182
172
|
|
|
183
173
|
.e-de-table-border-preview-genral {
|
|
184
|
-
border: 1px solid
|
|
174
|
+
border: 1px solid #ddd;
|
|
185
175
|
display: inline-block;
|
|
186
176
|
height: 25px;
|
|
187
177
|
width: 25px;
|
|
188
178
|
}
|
|
189
179
|
|
|
190
180
|
.e-de-table-border-inside-setting:hover {
|
|
191
|
-
border: 1px solid #
|
|
181
|
+
border: 1px solid #00b0ff;
|
|
192
182
|
}
|
|
193
183
|
|
|
194
184
|
.e-de-table-border-preview {
|
|
@@ -197,15 +187,15 @@
|
|
|
197
187
|
}
|
|
198
188
|
|
|
199
189
|
.e-de-table-border-inside-preview:hover {
|
|
200
|
-
border: 1px solid #
|
|
190
|
+
border: 1px solid #00b0ff;
|
|
201
191
|
}
|
|
202
192
|
|
|
203
193
|
.e-de-table-border-inside-setting-click {
|
|
204
|
-
border: 1px solid #
|
|
194
|
+
border: 1px solid #00b0ff;
|
|
205
195
|
}
|
|
206
196
|
|
|
207
197
|
.e-de-table-border-inside-preview-click {
|
|
208
|
-
border: 1px solid #
|
|
198
|
+
border: 1px solid #00b0ff;
|
|
209
199
|
}
|
|
210
200
|
|
|
211
201
|
.e-de-table-border-none-setting::before {
|
|
@@ -302,6 +292,16 @@
|
|
|
302
292
|
top: 4px;
|
|
303
293
|
}
|
|
304
294
|
|
|
295
|
+
.e-de-acceptchange::before {
|
|
296
|
+
content: '\e19f';
|
|
297
|
+
font-family: 'e-icons';
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.e-de-rejectchange::before {
|
|
301
|
+
content: '\e204';
|
|
302
|
+
font-family: 'e-icons';
|
|
303
|
+
}
|
|
304
|
+
|
|
305
305
|
.e-menu-item .e-de-cmt-add::before {
|
|
306
306
|
content: '\e814';
|
|
307
307
|
font-family: 'e-icons';
|
|
@@ -311,14 +311,16 @@
|
|
|
311
311
|
content: '\e279';
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
.e-menu-item .e-de-copy::before {
|
|
315
|
-
content: '\e280';
|
|
316
|
-
}
|
|
317
|
-
|
|
318
314
|
.e-menu-item .e-de-spellcheck::before {
|
|
319
315
|
content: '\e689';
|
|
320
316
|
}
|
|
321
317
|
|
|
318
|
+
.e-menu-item .e-de-copy::before {
|
|
319
|
+
content: '\e280';
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.e-btn-icon .e-de-paste::before,
|
|
323
|
+
.e-icon-btn .e-de-paste::before,
|
|
322
324
|
.e-menu-item .e-de-paste::before {
|
|
323
325
|
content: '\e501';
|
|
324
326
|
}
|
|
@@ -339,6 +341,10 @@
|
|
|
339
341
|
content: '\e278';
|
|
340
342
|
}
|
|
341
343
|
|
|
344
|
+
.e-menu-item .e-de-open-properties::before {
|
|
345
|
+
content: '\e605';
|
|
346
|
+
}
|
|
347
|
+
|
|
342
348
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
343
349
|
content: '\e295';
|
|
344
350
|
}
|
|
@@ -351,10 +357,6 @@
|
|
|
351
357
|
content: '\e286';
|
|
352
358
|
}
|
|
353
359
|
|
|
354
|
-
.e-menu-item .e-de-open-properties::before {
|
|
355
|
-
content: '\e605';
|
|
356
|
-
}
|
|
357
|
-
|
|
358
360
|
.e-menu-item .e-de-fonts::before {
|
|
359
361
|
content: '\e273';
|
|
360
362
|
}
|
|
@@ -554,13 +556,8 @@
|
|
|
554
556
|
content: '\e91f';
|
|
555
557
|
}
|
|
556
558
|
|
|
557
|
-
.e-btn-icon .e-de-paste::before,
|
|
558
|
-
.e-icon-btn .e-de-paste::before {
|
|
559
|
-
content: '\e68a';
|
|
560
|
-
}
|
|
561
|
-
|
|
562
559
|
.e-de-blink-cursor {
|
|
563
|
-
border-left: 1px solid
|
|
560
|
+
border-left: 1px solid rgba(0, 0, 0, 0.87);
|
|
564
561
|
pointer-events: none;
|
|
565
562
|
position: absolute;
|
|
566
563
|
z-index: 3;
|
|
@@ -666,16 +663,6 @@
|
|
|
666
663
|
display: block;
|
|
667
664
|
}
|
|
668
665
|
|
|
669
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
670
|
-
height: 14px;
|
|
671
|
-
line-height: 6px;
|
|
672
|
-
width: 14px;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
676
|
-
font-size: 12px;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
666
|
.e-documenteditor .e-de-op-close-button {
|
|
680
667
|
left: 267px;
|
|
681
668
|
position: absolute;
|
|
@@ -710,7 +697,6 @@
|
|
|
710
697
|
|
|
711
698
|
.e-de-ff-dlg-heading-small {
|
|
712
699
|
display: block;
|
|
713
|
-
font-size: 14px;
|
|
714
700
|
font-weight: 400;
|
|
715
701
|
margin-bottom: 4px;
|
|
716
702
|
}
|
|
@@ -1319,7 +1305,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1319
1305
|
}
|
|
1320
1306
|
|
|
1321
1307
|
.e-de-table-alignment-active {
|
|
1322
|
-
border: 1px solid #
|
|
1308
|
+
border: 1px solid #00b0ff;
|
|
1323
1309
|
}
|
|
1324
1310
|
|
|
1325
1311
|
.e-de-table-dialog-options-label {
|
|
@@ -1349,10 +1335,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1349
1335
|
.e-de-row-ht-top,
|
|
1350
1336
|
.e-de-cell-ht-top {
|
|
1351
1337
|
padding: 0 20px;
|
|
1338
|
+
width: 160px;
|
|
1352
1339
|
}
|
|
1353
1340
|
|
|
1354
1341
|
.e-de-ht-wdth-type {
|
|
1355
1342
|
margin-top: -22px;
|
|
1343
|
+
width: 120px;
|
|
1356
1344
|
}
|
|
1357
1345
|
|
|
1358
1346
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1462,9 +1450,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1462
1450
|
}
|
|
1463
1451
|
|
|
1464
1452
|
.e-de-tooltip {
|
|
1465
|
-
background-color: #
|
|
1453
|
+
background-color: #303030;
|
|
1466
1454
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1467
|
-
color: #
|
|
1455
|
+
color: #fff;
|
|
1468
1456
|
cursor: text;
|
|
1469
1457
|
display: table;
|
|
1470
1458
|
max-width: 200px;
|
|
@@ -1473,9 +1461,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1473
1461
|
}
|
|
1474
1462
|
|
|
1475
1463
|
.e-de-form-popup {
|
|
1476
|
-
background-color: #
|
|
1464
|
+
background-color: #303030;
|
|
1477
1465
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1478
|
-
color: #
|
|
1466
|
+
color: #fff;
|
|
1479
1467
|
cursor: text;
|
|
1480
1468
|
max-width: 350px;
|
|
1481
1469
|
min-width: 300px;
|
|
@@ -1501,6 +1489,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1501
1489
|
top: 18px;
|
|
1502
1490
|
}
|
|
1503
1491
|
|
|
1492
|
+
.e-de-restrict-pane {
|
|
1493
|
+
color: #fff;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1504
1496
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1505
1497
|
margin-left: 1px;
|
|
1506
1498
|
margin-right: 0;
|
|
@@ -1545,7 +1537,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1545
1537
|
}
|
|
1546
1538
|
|
|
1547
1539
|
.e-documenteditor .e-input {
|
|
1548
|
-
color: #303030;
|
|
1549
1540
|
font-size: 14px;
|
|
1550
1541
|
}
|
|
1551
1542
|
|
|
@@ -1928,7 +1919,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1928
1919
|
}
|
|
1929
1920
|
|
|
1930
1921
|
.e-de-spellcheck-btn {
|
|
1931
|
-
height: 36px;
|
|
1932
1922
|
margin-bottom: 8px;
|
|
1933
1923
|
width: 154px;
|
|
1934
1924
|
}
|
|
@@ -1995,10 +1985,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1995
1985
|
top: 385px;
|
|
1996
1986
|
}
|
|
1997
1987
|
|
|
1998
|
-
.e-de-font-content-label span.e-label {
|
|
1999
|
-
color: #303030;
|
|
2000
|
-
}
|
|
2001
|
-
|
|
2002
1988
|
.e-de-font-label span.e-label {
|
|
2003
1989
|
color: #303030;
|
|
2004
1990
|
}
|
|
@@ -2013,17 +1999,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2013
1999
|
color: #303030;
|
|
2014
2000
|
}
|
|
2015
2001
|
|
|
2016
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2017
|
-
color: #303030;
|
|
2018
|
-
font-size: 14px;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2022
|
-
height: 18px;
|
|
2023
|
-
line-height: 10px;
|
|
2024
|
-
width: 18px;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
2002
|
.e-de-op-dlg-footer {
|
|
2028
2003
|
margin-top: 15px;
|
|
2029
2004
|
}
|
|
@@ -2045,62 +2020,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2045
2020
|
border: 0;
|
|
2046
2021
|
}
|
|
2047
2022
|
|
|
2048
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2049
|
-
color: #303030;
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2053
|
-
color: #303030;
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2057
|
-
color: #303030;
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2061
|
-
color: #303030;
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2065
|
-
color: #303030;
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2069
|
-
color: #303030;
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2073
|
-
color: #303030;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2077
|
-
color: #303030;
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2081
|
-
color: #303030;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2085
|
-
color: #303030;
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2089
|
-
color: #303030;
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2093
|
-
color: #303030;
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2097
|
-
color: #303030;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2101
|
-
color: #303030;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
2023
|
.e-de-list-format-info {
|
|
2105
2024
|
border-radius: 50% !important;
|
|
2106
2025
|
cursor: default;
|
|
@@ -2334,12 +2253,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2334
2253
|
}
|
|
2335
2254
|
|
|
2336
2255
|
.e-de-style-paragraph-group-button {
|
|
2337
|
-
border-right: 2px solid
|
|
2256
|
+
border-right: 2px solid "";
|
|
2338
2257
|
}
|
|
2339
2258
|
|
|
2340
2259
|
.e-de-style-font-group-button {
|
|
2341
|
-
border-left: 2px solid
|
|
2342
|
-
border-right: 2px solid
|
|
2260
|
+
border-left: 2px solid "";
|
|
2261
|
+
border-right: 2px solid "";
|
|
2343
2262
|
}
|
|
2344
2263
|
|
|
2345
2264
|
.e-de-op-replace-messagediv {
|
|
@@ -2429,6 +2348,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2429
2348
|
float: right;
|
|
2430
2349
|
margin-left: 40px;
|
|
2431
2350
|
margin-top: 6px;
|
|
2351
|
+
width: 120px;
|
|
2432
2352
|
}
|
|
2433
2353
|
|
|
2434
2354
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2462,11 +2382,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2462
2382
|
float: right;
|
|
2463
2383
|
margin-left: 20px;
|
|
2464
2384
|
margin-top: 6px;
|
|
2385
|
+
width: 120px;
|
|
2465
2386
|
}
|
|
2466
2387
|
|
|
2467
2388
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2468
2389
|
margin-left: 0;
|
|
2469
2390
|
margin-right: 20px;
|
|
2391
|
+
width: 120px;
|
|
2470
2392
|
}
|
|
2471
2393
|
|
|
2472
2394
|
.e-de-table-ppty-options-break {
|
|
@@ -2735,7 +2657,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2735
2657
|
|
|
2736
2658
|
.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
|
|
2737
2659
|
.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
|
|
2738
|
-
border-color: #
|
|
2660
|
+
border-color: #00b0ff;
|
|
2739
2661
|
}
|
|
2740
2662
|
|
|
2741
2663
|
.e-de-rp-sub-content-div {
|
|
@@ -2811,12 +2733,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2811
2733
|
}
|
|
2812
2734
|
|
|
2813
2735
|
.e-bigger .e-de-toc-label {
|
|
2814
|
-
margin-left:
|
|
2736
|
+
margin-left: 40px;
|
|
2815
2737
|
}
|
|
2816
2738
|
|
|
2817
2739
|
.e-bigger .e-de-toc-label-rtl {
|
|
2818
2740
|
margin-left: 0px;
|
|
2819
|
-
margin-right:
|
|
2741
|
+
margin-right: 40px;
|
|
2820
2742
|
}
|
|
2821
2743
|
|
|
2822
2744
|
.e-bigger .e-de-outline-rtl {
|
|
@@ -2854,27 +2776,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2854
2776
|
color: #9e9e9e;
|
|
2855
2777
|
}
|
|
2856
2778
|
|
|
2857
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2858
|
-
color: #303030;
|
|
2859
|
-
font-size: 12px;
|
|
2860
|
-
}
|
|
2861
|
-
|
|
2862
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2863
|
-
height: 16px;
|
|
2864
|
-
width: 16px;
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2868
|
-
margin-bottom: 8px;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
2779
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2872
2780
|
width: auto;
|
|
2873
2781
|
}
|
|
2874
2782
|
|
|
2875
2783
|
.e-de-rp-nav-btn,
|
|
2876
2784
|
.e-de-rp-btn-enforce {
|
|
2877
|
-
background:
|
|
2785
|
+
background: "";
|
|
2878
2786
|
font-size: 13px;
|
|
2879
2787
|
opacity: 0.87;
|
|
2880
2788
|
border-radius: 2px;
|
|
@@ -2896,7 +2804,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2896
2804
|
}
|
|
2897
2805
|
|
|
2898
2806
|
.e-de-rp-btn-stop-enforce {
|
|
2899
|
-
background:
|
|
2807
|
+
background: "";
|
|
2900
2808
|
font-size: 13px;
|
|
2901
2809
|
opacity: 0.87;
|
|
2902
2810
|
border-radius: 2px;
|
|
@@ -2940,7 +2848,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2940
2848
|
font-size: 14px;
|
|
2941
2849
|
font-weight: normal;
|
|
2942
2850
|
margin-bottom: 8px;
|
|
2943
|
-
margin-top: c;
|
|
2944
2851
|
}
|
|
2945
2852
|
|
|
2946
2853
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -2950,7 +2857,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2950
2857
|
}
|
|
2951
2858
|
|
|
2952
2859
|
.e-de-user-add-btn {
|
|
2953
|
-
background:
|
|
2860
|
+
background: "";
|
|
2954
2861
|
border-radius: 2px;
|
|
2955
2862
|
width: 74px;
|
|
2956
2863
|
}
|
|
@@ -3059,7 +2966,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3059
2966
|
}
|
|
3060
2967
|
|
|
3061
2968
|
.e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3062
|
-
border-left: 3px solid #
|
|
2969
|
+
border-left: 3px solid #00b0ff;
|
|
3063
2970
|
padding-left: 6px;
|
|
3064
2971
|
}
|
|
3065
2972
|
|
|
@@ -3080,7 +2987,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3080
2987
|
}
|
|
3081
2988
|
|
|
3082
2989
|
.e-de-trckchanges-inner:hover {
|
|
3083
|
-
border-left: 2px solid #
|
|
2990
|
+
border-left: 2px solid #00b0ff;
|
|
3084
2991
|
cursor: default;
|
|
3085
2992
|
margin: 8px 0 8px 7.5px;
|
|
3086
2993
|
padding-left: 6px;
|
|
@@ -3089,7 +2996,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3089
2996
|
}
|
|
3090
2997
|
|
|
3091
2998
|
.e-de-trckchanges-inner.e-de-trckchanges-inner-select {
|
|
3092
|
-
border-left: 3px solid #
|
|
2999
|
+
border-left: 3px solid #00b0ff;
|
|
3093
3000
|
cursor: default;
|
|
3094
3001
|
margin: 8px 0 8px 7.5px;
|
|
3095
3002
|
padding-left: 5px;
|
|
@@ -3098,6 +3005,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3098
3005
|
}
|
|
3099
3006
|
|
|
3100
3007
|
.e-de-tc-no-chng {
|
|
3008
|
+
color: #fff;
|
|
3101
3009
|
font-size: 14px;
|
|
3102
3010
|
opacity: 65%;
|
|
3103
3011
|
margin: 60px 0;
|
|
@@ -3269,7 +3177,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3269
3177
|
}
|
|
3270
3178
|
|
|
3271
3179
|
.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3272
|
-
border-left: 2px solid #
|
|
3180
|
+
border-left: 2px solid #00b0ff;
|
|
3273
3181
|
padding-left: 7px;
|
|
3274
3182
|
}
|
|
3275
3183
|
|
|
@@ -3372,11 +3280,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3372
3280
|
}
|
|
3373
3281
|
|
|
3374
3282
|
.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3375
|
-
border-left: 3px solid rgba(
|
|
3283
|
+
border-left: 3px solid rgba(0, 176, 255, 0.5);
|
|
3376
3284
|
}
|
|
3377
3285
|
|
|
3378
3286
|
.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3379
|
-
border-left: 2px solid rgba(
|
|
3287
|
+
border-left: 2px solid rgba(0, 176, 255, 0.5);
|
|
3380
3288
|
}
|
|
3381
3289
|
|
|
3382
3290
|
.e-de-lock-mark {
|
|
@@ -3398,12 +3306,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3398
3306
|
}
|
|
3399
3307
|
|
|
3400
3308
|
.e-de-cmt-mark :hover {
|
|
3401
|
-
color: #
|
|
3309
|
+
color: #00b0ff;
|
|
3402
3310
|
}
|
|
3403
3311
|
|
|
3404
3312
|
.e-de-cmt-mark.e-de-cmt-mark-selected,
|
|
3405
3313
|
.e-de-cmt-mark.e-de-cmt-mark-hover {
|
|
3406
|
-
color: #
|
|
3314
|
+
color: #00b0ff;
|
|
3407
3315
|
}
|
|
3408
3316
|
|
|
3409
3317
|
.e-de-cmt-no-cmt {
|
|
@@ -3449,24 +3357,24 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3449
3357
|
|
|
3450
3358
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3451
3359
|
border-left: 1px solid #eee;
|
|
3452
|
-
border-right: 3px solid #
|
|
3360
|
+
border-right: 3px solid #00b0ff;
|
|
3453
3361
|
padding-left: 8px;
|
|
3454
3362
|
padding-right: 6px;
|
|
3455
3363
|
}
|
|
3456
3364
|
|
|
3457
3365
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3458
3366
|
border-left: 1px solid #eee;
|
|
3459
|
-
border-right: 2px solid #
|
|
3367
|
+
border-right: 2px solid #00b0ff;
|
|
3460
3368
|
padding-left: 8px;
|
|
3461
3369
|
padding-right: 7px;
|
|
3462
3370
|
}
|
|
3463
3371
|
|
|
3464
3372
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3465
|
-
border-right: 3px solid rgba(
|
|
3373
|
+
border-right: 3px solid rgba(0, 176, 255, 0.5);
|
|
3466
3374
|
}
|
|
3467
3375
|
|
|
3468
3376
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3469
|
-
border-right: 2px solid rgba(
|
|
3377
|
+
border-right: 2px solid rgba(0, 176, 255, 0.5);
|
|
3470
3378
|
}
|
|
3471
3379
|
|
|
3472
3380
|
.e-rtl .e-de-cmt-action-button {
|
|
@@ -3687,16 +3595,16 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3687
3595
|
content: '\eb37';
|
|
3688
3596
|
}
|
|
3689
3597
|
|
|
3690
|
-
.e-de-ctnr-
|
|
3691
|
-
content: '\
|
|
3598
|
+
.e-de-ctnr-lock::before {
|
|
3599
|
+
content: '\eb3a';
|
|
3692
3600
|
}
|
|
3693
3601
|
|
|
3694
|
-
.e-de-ctnr-
|
|
3695
|
-
content: '\
|
|
3602
|
+
.e-de-ctnr-link::before {
|
|
3603
|
+
content: '\eb3c';
|
|
3696
3604
|
}
|
|
3697
3605
|
|
|
3698
|
-
.e-de-ctnr-
|
|
3699
|
-
content: '\
|
|
3606
|
+
.e-de-ctnr-alignbottom::before {
|
|
3607
|
+
content: '\eb3d';
|
|
3700
3608
|
}
|
|
3701
3609
|
|
|
3702
3610
|
.e-de-selected-spellcheck-item::before {
|
|
@@ -3711,290 +3619,290 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3711
3619
|
font-size: 10px;
|
|
3712
3620
|
}
|
|
3713
3621
|
|
|
3714
|
-
.e-de-ctnr-
|
|
3715
|
-
content: '\
|
|
3622
|
+
.e-de-ctnr-table::before {
|
|
3623
|
+
content: '\eb3e';
|
|
3716
3624
|
}
|
|
3717
3625
|
|
|
3718
|
-
.e-de-ctnr-
|
|
3719
|
-
content: '\
|
|
3626
|
+
.e-de-ctnr-tableofcontent::before {
|
|
3627
|
+
content: '\eb41';
|
|
3720
3628
|
}
|
|
3721
3629
|
|
|
3722
|
-
.e-de-ctnr-
|
|
3723
|
-
content: '\
|
|
3630
|
+
.e-de-ctnr-pagenumber::before {
|
|
3631
|
+
content: '\eb43';
|
|
3724
3632
|
}
|
|
3725
3633
|
|
|
3726
|
-
.e-de-ctnr-
|
|
3727
|
-
content: '\
|
|
3634
|
+
.e-de-ctnr-bold::before {
|
|
3635
|
+
content: '\eb47';
|
|
3728
3636
|
}
|
|
3729
3637
|
|
|
3730
|
-
.e-de-ctnr-
|
|
3731
|
-
content: '\
|
|
3638
|
+
.e-de-ctnr-aligntop::before {
|
|
3639
|
+
content: '\eb49';
|
|
3732
3640
|
}
|
|
3733
3641
|
|
|
3734
|
-
.e-de-ctnr-
|
|
3735
|
-
content: '\
|
|
3642
|
+
.e-de-ctnr-pagesetup::before {
|
|
3643
|
+
content: '\eb4c';
|
|
3736
3644
|
}
|
|
3737
3645
|
|
|
3738
|
-
.e-de-ctnr-
|
|
3739
|
-
content: '\
|
|
3646
|
+
.e-de-ctnr-strokestyle::before {
|
|
3647
|
+
content: '\eb4d';
|
|
3740
3648
|
}
|
|
3741
3649
|
|
|
3742
|
-
.e-de-ctnr-
|
|
3743
|
-
content: '\
|
|
3650
|
+
.e-de-ctnr-image::before {
|
|
3651
|
+
content: '\eb4f';
|
|
3744
3652
|
}
|
|
3745
3653
|
|
|
3746
|
-
.e-de-ctnr-
|
|
3747
|
-
content: '\
|
|
3654
|
+
.e-de-ctnr-bookmark::before {
|
|
3655
|
+
content: '\eb51';
|
|
3748
3656
|
}
|
|
3749
3657
|
|
|
3750
|
-
.e-de-ctnr-
|
|
3751
|
-
content: '\
|
|
3658
|
+
.e-de-ctnr-header::before {
|
|
3659
|
+
content: '\eb53';
|
|
3752
3660
|
}
|
|
3753
3661
|
|
|
3754
|
-
.e-de-ctnr-
|
|
3755
|
-
content: '\
|
|
3662
|
+
.e-de-ctnr-bullets::before {
|
|
3663
|
+
content: '\eb5b';
|
|
3756
3664
|
}
|
|
3757
3665
|
|
|
3758
|
-
.e-de-ctnr-
|
|
3759
|
-
content: '\
|
|
3666
|
+
.e-de-ctnr-showhide::before {
|
|
3667
|
+
content: '\eb5d';
|
|
3668
|
+
font-size: 16px;
|
|
3760
3669
|
}
|
|
3761
3670
|
|
|
3762
|
-
.e-de-
|
|
3763
|
-
|
|
3671
|
+
.e-de-flip {
|
|
3672
|
+
transform: scaleX(-1);
|
|
3764
3673
|
}
|
|
3765
3674
|
|
|
3766
|
-
.e-de-ctnr-
|
|
3767
|
-
content: '\
|
|
3675
|
+
.e-de-ctnr-print::before {
|
|
3676
|
+
content: '\eb5e';
|
|
3768
3677
|
}
|
|
3769
3678
|
|
|
3770
|
-
.e-de-ctnr-
|
|
3771
|
-
content: '\
|
|
3679
|
+
.e-de-ctnr-alignright::before {
|
|
3680
|
+
content: '\eb5f';
|
|
3772
3681
|
}
|
|
3773
3682
|
|
|
3774
|
-
.e-de-ctnr-
|
|
3775
|
-
content: '\
|
|
3683
|
+
.e-de-ctnr-footer::before {
|
|
3684
|
+
content: '\eb60';
|
|
3776
3685
|
}
|
|
3777
3686
|
|
|
3778
|
-
.e-de-ctnr-
|
|
3779
|
-
content: '\
|
|
3687
|
+
.e-de-ctnr-outsideborder::before {
|
|
3688
|
+
content: '\eb66';
|
|
3780
3689
|
}
|
|
3781
3690
|
|
|
3782
|
-
.e-de-ctnr-
|
|
3783
|
-
content: '\
|
|
3691
|
+
.e-de-ctnr-allborders::before {
|
|
3692
|
+
content: '\eb95';
|
|
3784
3693
|
}
|
|
3785
3694
|
|
|
3786
|
-
.e-de-ctnr-
|
|
3787
|
-
content: '\
|
|
3695
|
+
.e-de-ctnr-insideborders::before {
|
|
3696
|
+
content: '\eb88';
|
|
3788
3697
|
}
|
|
3789
3698
|
|
|
3790
|
-
.e-de-ctnr-
|
|
3791
|
-
content: '\
|
|
3699
|
+
.e-de-ctnr-mergecell::before {
|
|
3700
|
+
content: '\eb93';
|
|
3792
3701
|
}
|
|
3793
3702
|
|
|
3794
|
-
.e-de-ctnr-
|
|
3795
|
-
content: '\
|
|
3703
|
+
.e-de-ctnr-aligncenter-table::before {
|
|
3704
|
+
content: '\eb0d';
|
|
3796
3705
|
}
|
|
3797
3706
|
|
|
3798
|
-
.e-de-ctnr-
|
|
3799
|
-
content: '\
|
|
3707
|
+
.e-de-ctnr-bullet-none::before {
|
|
3708
|
+
content: '\e256';
|
|
3800
3709
|
}
|
|
3801
3710
|
|
|
3802
|
-
.e-de-ctnr-
|
|
3803
|
-
content: '\
|
|
3711
|
+
.e-de-ctnr-bullet-dot::before {
|
|
3712
|
+
content: '\e270';
|
|
3804
3713
|
}
|
|
3805
3714
|
|
|
3806
|
-
.e-de-ctnr-
|
|
3807
|
-
content: '\
|
|
3715
|
+
.e-de-ctnr-bullet-circle::before {
|
|
3716
|
+
content: '\e254';
|
|
3808
3717
|
}
|
|
3809
3718
|
|
|
3810
|
-
.e-de-ctnr-
|
|
3811
|
-
content: '\
|
|
3719
|
+
.e-de-ctnr-bullet-square::before {
|
|
3720
|
+
content: '\e271';
|
|
3812
3721
|
}
|
|
3813
3722
|
|
|
3814
|
-
.e-de-ctnr-
|
|
3815
|
-
content: '\
|
|
3723
|
+
.e-de-ctnr-bullet-flower::before {
|
|
3724
|
+
content: '\e267';
|
|
3816
3725
|
}
|
|
3817
3726
|
|
|
3818
|
-
.e-de-ctnr-
|
|
3819
|
-
content: '\
|
|
3727
|
+
.e-de-ctnr-bullet-arrow::before {
|
|
3728
|
+
content: '\e253';
|
|
3820
3729
|
}
|
|
3821
3730
|
|
|
3822
|
-
.e-de-ctnr-
|
|
3823
|
-
content: '\
|
|
3731
|
+
.e-de-ctnr-bullet-tick::before {
|
|
3732
|
+
content: '\e259';
|
|
3824
3733
|
}
|
|
3825
3734
|
|
|
3826
|
-
.e-de-
|
|
3827
|
-
content: '\
|
|
3735
|
+
.e-de-selected-item::before {
|
|
3736
|
+
content: '\e935';
|
|
3828
3737
|
}
|
|
3829
3738
|
|
|
3830
|
-
.e-de-ctnr-
|
|
3831
|
-
content: '\
|
|
3739
|
+
.e-de-ctnr-break::before {
|
|
3740
|
+
content: '\eba6';
|
|
3832
3741
|
}
|
|
3833
3742
|
|
|
3834
|
-
.e-de-ctnr-
|
|
3835
|
-
content: '\
|
|
3743
|
+
.e-de-ctnr-page-break::before {
|
|
3744
|
+
content: '\eba0';
|
|
3836
3745
|
}
|
|
3837
3746
|
|
|
3838
|
-
.e-de-ctnr-
|
|
3839
|
-
content: '\
|
|
3747
|
+
.e-de-ctnr-section-break::before {
|
|
3748
|
+
content: '\eba2';
|
|
3840
3749
|
}
|
|
3841
3750
|
|
|
3842
|
-
.e-de-ctnr-
|
|
3843
|
-
content: '\
|
|
3751
|
+
.e-de-ctnr-upload::before {
|
|
3752
|
+
content: '\e60f';
|
|
3844
3753
|
}
|
|
3845
3754
|
|
|
3846
|
-
.e-de-ctnr-
|
|
3847
|
-
content: '\
|
|
3848
|
-
font-size: 16px;
|
|
3755
|
+
.e-de-ctnr-undo::before {
|
|
3756
|
+
content: '\e341';
|
|
3849
3757
|
}
|
|
3850
3758
|
|
|
3851
|
-
.e-de-ctnr-
|
|
3852
|
-
content: '\
|
|
3759
|
+
.e-de-ctnr-find::before {
|
|
3760
|
+
content: '\e60e';
|
|
3853
3761
|
}
|
|
3854
3762
|
|
|
3855
|
-
.e-de-ctnr-
|
|
3856
|
-
content: '\
|
|
3763
|
+
.e-de-ctnr-italic::before {
|
|
3764
|
+
content: '\e35a';
|
|
3857
3765
|
}
|
|
3858
3766
|
|
|
3859
|
-
.e-de-ctnr-
|
|
3860
|
-
content: '\
|
|
3767
|
+
.e-de-ctnr-download::before {
|
|
3768
|
+
content: '\e603';
|
|
3861
3769
|
}
|
|
3862
3770
|
|
|
3863
|
-
.e-de-ctnr-
|
|
3864
|
-
content: '\
|
|
3771
|
+
.e-de-ctnr-justify::before {
|
|
3772
|
+
content: '\e334';
|
|
3865
3773
|
}
|
|
3866
3774
|
|
|
3867
|
-
.e-de-ctnr-
|
|
3868
|
-
content: '\
|
|
3775
|
+
.e-de-ctnr-highlight::before {
|
|
3776
|
+
content: '\ec15';
|
|
3869
3777
|
}
|
|
3870
3778
|
|
|
3871
|
-
.e-de-ctnr-
|
|
3872
|
-
content: '\
|
|
3779
|
+
.e-de-ctnr-new::before {
|
|
3780
|
+
content: '\e823';
|
|
3873
3781
|
}
|
|
3874
3782
|
|
|
3875
|
-
.e-de-ctnr-
|
|
3876
|
-
content: '\
|
|
3783
|
+
.e-de-ctnr-paste::before {
|
|
3784
|
+
content: '\e355';
|
|
3877
3785
|
}
|
|
3878
3786
|
|
|
3879
|
-
.e-de-ctnr-
|
|
3880
|
-
content: '\
|
|
3787
|
+
.e-de-ctnr-subscript::before {
|
|
3788
|
+
content: '\e357';
|
|
3881
3789
|
}
|
|
3882
3790
|
|
|
3883
|
-
.e-de-ctnr-
|
|
3884
|
-
content: '\
|
|
3791
|
+
.e-de-ctnr-fontcolor::before {
|
|
3792
|
+
content: '\ec22';
|
|
3885
3793
|
}
|
|
3886
3794
|
|
|
3887
|
-
.e-de-ctnr-
|
|
3888
|
-
content: '\
|
|
3795
|
+
.e-de-ctnr-change-case::before {
|
|
3796
|
+
content: '\e88c';
|
|
3889
3797
|
}
|
|
3890
3798
|
|
|
3891
|
-
.e-de-ctnr-
|
|
3892
|
-
content: '\
|
|
3799
|
+
.e-de-ctnr-strikethrough::before {
|
|
3800
|
+
content: '\e332';
|
|
3893
3801
|
}
|
|
3894
3802
|
|
|
3895
|
-
.e-de-ctnr-
|
|
3896
|
-
content: '\
|
|
3803
|
+
.e-de-ctnr-redo::before {
|
|
3804
|
+
content: '\e354';
|
|
3897
3805
|
}
|
|
3898
3806
|
|
|
3899
|
-
.e-de-ctnr-
|
|
3900
|
-
content: '\
|
|
3807
|
+
.e-de-ctnr-increaseindent::before {
|
|
3808
|
+
content: '\e33f';
|
|
3901
3809
|
}
|
|
3902
3810
|
|
|
3903
|
-
.e-de-ctnr-
|
|
3904
|
-
content: '\
|
|
3811
|
+
.e-de-ctnr-backgroundcolor::before {
|
|
3812
|
+
content: '\e35c';
|
|
3905
3813
|
}
|
|
3906
3814
|
|
|
3907
|
-
.e-de-ctnr-
|
|
3908
|
-
content: '\
|
|
3815
|
+
.e-de-ctnr-open::before {
|
|
3816
|
+
content: '\e609';
|
|
3909
3817
|
}
|
|
3910
3818
|
|
|
3911
|
-
.e-de-ctnr-
|
|
3912
|
-
content: '\
|
|
3819
|
+
.e-de-ctnr-underline::before {
|
|
3820
|
+
content: '\e343';
|
|
3913
3821
|
}
|
|
3914
3822
|
|
|
3915
|
-
.e-de-ctnr-
|
|
3916
|
-
content: '\
|
|
3823
|
+
.e-de-ctnr-superscript::before {
|
|
3824
|
+
content: '\e352';
|
|
3917
3825
|
}
|
|
3918
3826
|
|
|
3919
|
-
.e-de-ctnr-
|
|
3920
|
-
content: '\
|
|
3827
|
+
.e-de-ctnr-alignleft::before {
|
|
3828
|
+
content: '\e33a';
|
|
3921
3829
|
}
|
|
3922
3830
|
|
|
3923
|
-
.e-de-ctnr-
|
|
3924
|
-
content: '\
|
|
3831
|
+
.e-de-ctnr-numbering::before {
|
|
3832
|
+
content: '\e346';
|
|
3925
3833
|
}
|
|
3926
3834
|
|
|
3927
|
-
.e-de-ctnr-
|
|
3928
|
-
content: '\
|
|
3835
|
+
.e-de-ctnr-aligncenter::before {
|
|
3836
|
+
content: '\e35e';
|
|
3929
3837
|
}
|
|
3930
3838
|
|
|
3931
|
-
.e-de-ctnr-
|
|
3932
|
-
content: '\
|
|
3839
|
+
.e-de-ctnr-decreaseindent::before {
|
|
3840
|
+
content: '\e35d';
|
|
3933
3841
|
}
|
|
3934
3842
|
|
|
3935
|
-
.e-de-ctnr-
|
|
3936
|
-
content: '\
|
|
3843
|
+
.e-de-ctnr-clearall::before {
|
|
3844
|
+
content: '\e340';
|
|
3937
3845
|
}
|
|
3938
3846
|
|
|
3939
|
-
.e-de-ctnr-
|
|
3940
|
-
content: '\
|
|
3847
|
+
.e-de-ctnr-leftborders::before {
|
|
3848
|
+
content: '\e291';
|
|
3941
3849
|
}
|
|
3942
3850
|
|
|
3943
|
-
.e-de-ctnr-
|
|
3944
|
-
content: '\
|
|
3945
|
-
font-size: 15px;
|
|
3851
|
+
.e-de-ctnr-insideverticalborder::before {
|
|
3852
|
+
content: '\e287';
|
|
3946
3853
|
}
|
|
3947
3854
|
|
|
3948
|
-
.e-de-ctnr-
|
|
3949
|
-
content: '\
|
|
3855
|
+
.e-de-ctnr-rightborder::before {
|
|
3856
|
+
content: '\e288';
|
|
3950
3857
|
}
|
|
3951
3858
|
|
|
3952
|
-
.e-de-ctnr-
|
|
3953
|
-
content: '\
|
|
3859
|
+
.e-de-ctnr-topborder::before {
|
|
3860
|
+
content: '\e281';
|
|
3954
3861
|
}
|
|
3955
3862
|
|
|
3956
|
-
.e-de-ctnr-
|
|
3957
|
-
content: '\
|
|
3863
|
+
.e-de-ctnr-insidehorizondalborder::before {
|
|
3864
|
+
content: '\e276';
|
|
3958
3865
|
}
|
|
3959
3866
|
|
|
3960
|
-
.e-de-ctnr-
|
|
3961
|
-
content: '\
|
|
3867
|
+
.e-de-ctnr-bottomborder::before {
|
|
3868
|
+
content: '\e298';
|
|
3962
3869
|
}
|
|
3963
3870
|
|
|
3964
|
-
.e-de-ctnr-
|
|
3965
|
-
content: '\
|
|
3871
|
+
.e-de-ctnr-strokesize::before {
|
|
3872
|
+
content: '\ec25';
|
|
3966
3873
|
}
|
|
3967
3874
|
|
|
3968
|
-
.e-de-ctnr-
|
|
3969
|
-
content: '\
|
|
3875
|
+
.e-de-ctnr-highlightcolor::before {
|
|
3876
|
+
content: '\ec15';
|
|
3970
3877
|
}
|
|
3971
3878
|
|
|
3972
|
-
.e-de-ctnr-
|
|
3973
|
-
content: '\
|
|
3879
|
+
.e-de-ctnr-insertleft::before {
|
|
3880
|
+
content: '\e285';
|
|
3974
3881
|
}
|
|
3975
3882
|
|
|
3976
|
-
.e-de-
|
|
3977
|
-
content: '\
|
|
3883
|
+
.e-de-ctnr-insertright::before {
|
|
3884
|
+
content: '\e284';
|
|
3978
3885
|
}
|
|
3979
3886
|
|
|
3980
|
-
.e-de-ctnr-
|
|
3981
|
-
content: '\
|
|
3887
|
+
.e-de-ctnr-insertabove::before {
|
|
3888
|
+
content: '\e506';
|
|
3982
3889
|
}
|
|
3983
3890
|
|
|
3984
|
-
.e-de-ctnr-
|
|
3985
|
-
content: '\
|
|
3891
|
+
.e-de-ctnr-insertbelow::before {
|
|
3892
|
+
content: '\e505';
|
|
3986
3893
|
}
|
|
3987
3894
|
|
|
3988
|
-
.e-de-ctnr-
|
|
3989
|
-
content: '\
|
|
3895
|
+
.e-de-ctnr-deleterows::before {
|
|
3896
|
+
content: '\e283';
|
|
3990
3897
|
}
|
|
3991
3898
|
|
|
3992
|
-
.e-de-ctnr-
|
|
3993
|
-
content: '\
|
|
3899
|
+
.e-de-ctnr-deletecolumns::before {
|
|
3900
|
+
content: '\e282';
|
|
3994
3901
|
}
|
|
3995
3902
|
|
|
3996
|
-
.e-de-
|
|
3997
|
-
|
|
3903
|
+
.e-de-ctnr-cellbg-clr-picker::before {
|
|
3904
|
+
content: '\e35c';
|
|
3905
|
+
font-size: 15px;
|
|
3998
3906
|
}
|
|
3999
3907
|
|
|
4000
3908
|
.e-de-cnt-cmt-add::before {
|
|
@@ -4147,13 +4055,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4147
4055
|
font-size: 14px;
|
|
4148
4056
|
}
|
|
4149
4057
|
|
|
4058
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
4059
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
4060
|
+
font-size: 14px;
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4150
4063
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
4151
4064
|
padding: 0;
|
|
4152
4065
|
}
|
|
4153
4066
|
|
|
4154
4067
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
4155
4068
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
4156
|
-
font-size:
|
|
4069
|
+
font-size: 16px;
|
|
4157
4070
|
}
|
|
4158
4071
|
|
|
4159
4072
|
.e-de-linespacing {
|
|
@@ -4170,8 +4083,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4170
4083
|
|
|
4171
4084
|
.e-de-pagenumber-text {
|
|
4172
4085
|
border: none !important;
|
|
4173
|
-
height: 22px !important;
|
|
4174
|
-
margin-top: -2px !important;
|
|
4175
4086
|
}
|
|
4176
4087
|
|
|
4177
4088
|
.e-de-pagenumber-input {
|
|
@@ -4179,8 +4090,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4179
4090
|
border: 1px solid #616161;
|
|
4180
4091
|
border-radius: 2px;
|
|
4181
4092
|
color: #fff;
|
|
4182
|
-
|
|
4183
|
-
padding: 2px;
|
|
4093
|
+
padding: 0px;
|
|
4184
4094
|
text-align: center;
|
|
4185
4095
|
width: 22px;
|
|
4186
4096
|
}
|
|
@@ -4203,6 +4113,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4203
4113
|
|
|
4204
4114
|
.e-de-ctn-title {
|
|
4205
4115
|
background-color: #3f51b5;
|
|
4116
|
+
border-bottom: none !important;
|
|
4206
4117
|
color: #fff;
|
|
4207
4118
|
}
|
|
4208
4119
|
|
|
@@ -4385,7 +4296,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4385
4296
|
}
|
|
4386
4297
|
|
|
4387
4298
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
4388
|
-
background-color: #
|
|
4299
|
+
background-color: #7d7d7d;
|
|
4389
4300
|
}
|
|
4390
4301
|
|
|
4391
4302
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -4421,10 +4332,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4421
4332
|
width: 100%;
|
|
4422
4333
|
}
|
|
4423
4334
|
|
|
4424
|
-
.de-split-button > div:first-child {
|
|
4425
|
-
margin-right: 0;
|
|
4426
|
-
}
|
|
4427
|
-
|
|
4428
4335
|
.e-de-ctnr-properties-pane-btn {
|
|
4429
4336
|
width: 75px;
|
|
4430
4337
|
}
|
|
@@ -4782,19 +4689,65 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4782
4689
|
}
|
|
4783
4690
|
|
|
4784
4691
|
.e-btn-toggle {
|
|
4785
|
-
background-color: #
|
|
4692
|
+
background-color: #7d7d7d !important;
|
|
4786
4693
|
outline: #fafafa 0 solid;
|
|
4787
4694
|
outline-offset: 0;
|
|
4788
4695
|
box-shadow: none !important;
|
|
4789
4696
|
}
|
|
4790
4697
|
|
|
4791
4698
|
.e-btn-toggle:hover {
|
|
4792
|
-
background-color: #
|
|
4699
|
+
background-color: #7d7d7d !important;
|
|
4793
4700
|
outline: #fafafa 0 solid;
|
|
4794
4701
|
outline-offset: 0;
|
|
4795
4702
|
box-shadow: none !important;
|
|
4796
4703
|
}
|
|
4797
4704
|
|
|
4705
|
+
.e-de-ctnr-group-btn-top > button:first-child {
|
|
4706
|
+
border-radius: 0;
|
|
4707
|
+
border-top-left-radius: 4px;
|
|
4708
|
+
}
|
|
4709
|
+
|
|
4710
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
|
|
4711
|
+
border-top-left-radius: 0;
|
|
4712
|
+
border-top-right-radius: 4px;
|
|
4713
|
+
}
|
|
4714
|
+
|
|
4715
|
+
.e-de-ctnr-group-btn-top > button:last-child {
|
|
4716
|
+
border-radius: 0;
|
|
4717
|
+
border-top-right-radius: 4px;
|
|
4718
|
+
}
|
|
4719
|
+
|
|
4720
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
|
|
4721
|
+
border-top-left-radius: 4px;
|
|
4722
|
+
border-top-right-radius: 0;
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
.e-de-ctnr-group-btn-middle > button {
|
|
4726
|
+
border-radius: 0;
|
|
4727
|
+
border-top: 0;
|
|
4728
|
+
border-bottom: 0;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
.e-de-ctnr-group-btn-bottom > button:first-child {
|
|
4732
|
+
border-radius: 0;
|
|
4733
|
+
border-bottom-left-radius: 4px;
|
|
4734
|
+
}
|
|
4735
|
+
|
|
4736
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
|
|
4737
|
+
border-bottom-left-radius: 0;
|
|
4738
|
+
border-bottom-right-radius: 4px;
|
|
4739
|
+
}
|
|
4740
|
+
|
|
4741
|
+
.e-de-ctnr-group-btn-bottom > button:last-child {
|
|
4742
|
+
border-radius: 0;
|
|
4743
|
+
border-bottom-right-radius: 4px;
|
|
4744
|
+
}
|
|
4745
|
+
|
|
4746
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
|
|
4747
|
+
border-bottom-right-radius: 0;
|
|
4748
|
+
border-bottom-left-radius: 4px;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4798
4751
|
.e-de-toc-template1 {
|
|
4799
4752
|
background: #303030;
|
|
4800
4753
|
border: 1px solid #616161;
|
|
@@ -4873,6 +4826,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4873
4826
|
width: 100px;
|
|
4874
4827
|
}
|
|
4875
4828
|
|
|
4829
|
+
.e-de-ctnr-pg-no span {
|
|
4830
|
+
border: 1px solid transparent;
|
|
4831
|
+
}
|
|
4832
|
+
|
|
4876
4833
|
.e-de-ctnr-pg-no-spellout {
|
|
4877
4834
|
color: #fff;
|
|
4878
4835
|
display: -ms-inline-flexbox;
|
|
@@ -4883,6 +4840,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4883
4840
|
width: calc(100% - 140px);
|
|
4884
4841
|
}
|
|
4885
4842
|
|
|
4843
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
4844
|
+
border: 1px solid transparent;
|
|
4845
|
+
}
|
|
4846
|
+
|
|
4886
4847
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
4887
4848
|
color: #fff;
|
|
4888
4849
|
display: -ms-inline-flexbox;
|
|
@@ -5166,8 +5127,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5166
5127
|
margin-bottom: 16px;
|
|
5167
5128
|
}
|
|
5168
5129
|
|
|
5169
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
5170
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
5130
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5131
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5171
5132
|
margin-right: 12px;
|
|
5172
5133
|
}
|
|
5173
5134
|
|
|
@@ -5227,7 +5188,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5227
5188
|
}
|
|
5228
5189
|
|
|
5229
5190
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
5230
|
-
background-color: #
|
|
5191
|
+
background-color: #7d7d7d;
|
|
5231
5192
|
}
|
|
5232
5193
|
|
|
5233
5194
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -5379,9 +5340,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5379
5340
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
5380
5341
|
font-size: 12px;
|
|
5381
5342
|
font-weight: 400;
|
|
5382
|
-
height:
|
|
5383
|
-
width:
|
|
5384
|
-
border-radius: 4px;
|
|
5343
|
+
height: 22px !important;
|
|
5344
|
+
width: 22px !important;
|
|
5385
5345
|
}
|
|
5386
5346
|
|
|
5387
5347
|
.e-bigger .e-de-ctnr-list {
|
|
@@ -5401,14 +5361,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5401
5361
|
}
|
|
5402
5362
|
|
|
5403
5363
|
.e-bigger .e-btn-toggle {
|
|
5404
|
-
background-color: #
|
|
5364
|
+
background-color: #7d7d7d !important;
|
|
5405
5365
|
box-shadow: none !important;
|
|
5406
5366
|
outline: #fafafa 0 solid;
|
|
5407
5367
|
outline-offset: 0;
|
|
5408
5368
|
}
|
|
5409
5369
|
|
|
5410
5370
|
.e-bigger .e-btn-toggle:hover {
|
|
5411
|
-
background-color: #
|
|
5371
|
+
background-color: #7d7d7d !important;
|
|
5412
5372
|
outline: #fafafa 0 solid;
|
|
5413
5373
|
outline-offset: 0;
|
|
5414
5374
|
box-shadow: none !important;
|
|
@@ -5493,6 +5453,16 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5493
5453
|
line-height: 0;
|
|
5494
5454
|
}
|
|
5495
5455
|
|
|
5456
|
+
.e-de-ctn .e-de-bzr-button {
|
|
5457
|
+
font-size: 12px;
|
|
5458
|
+
font-weight: 400;
|
|
5459
|
+
background: #212121;
|
|
5460
|
+
}
|
|
5461
|
+
|
|
5462
|
+
.e-de-ctn .e-de-bzr-button:active {
|
|
5463
|
+
box-shadow: none;
|
|
5464
|
+
}
|
|
5465
|
+
|
|
5496
5466
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5497
5467
|
font-size: 14px;
|
|
5498
5468
|
}
|