@syncfusion/ej2-vue-documenteditor 20.1.47 → 20.1.48
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 +263 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +14 -8
- package/styles/bootstrap-dark.css +151 -218
- package/styles/bootstrap.css +151 -218
- package/styles/bootstrap4.css +157 -224
- package/styles/bootstrap5-dark.css +172 -253
- package/styles/bootstrap5.css +172 -253
- package/styles/document-editor/bootstrap-dark.css +50 -192
- package/styles/document-editor/bootstrap.css +50 -192
- package/styles/document-editor/bootstrap4.css +52 -194
- package/styles/document-editor/bootstrap5-dark.css +61 -207
- package/styles/document-editor/bootstrap5.css +61 -207
- package/styles/document-editor/fabric-dark.css +51 -193
- package/styles/document-editor/fabric.css +51 -193
- package/styles/document-editor/highcontrast-light.css +9 -5
- package/styles/document-editor/highcontrast.css +51 -193
- package/styles/document-editor/material-dark.css +51 -193
- package/styles/document-editor/material.css +51 -193
- package/styles/document-editor/tailwind-dark.css +261 -319
- package/styles/document-editor/tailwind.css +261 -319
- package/styles/document-editor-container/bootstrap-dark.css +101 -26
- package/styles/document-editor-container/bootstrap.css +101 -26
- package/styles/document-editor-container/bootstrap4.css +105 -30
- package/styles/document-editor-container/bootstrap5-dark.css +111 -46
- package/styles/document-editor-container/bootstrap5.css +111 -46
- package/styles/document-editor-container/fabric-dark.css +101 -26
- package/styles/document-editor-container/fabric.css +101 -26
- package/styles/document-editor-container/highcontrast-light.css +104 -29
- package/styles/document-editor-container/highcontrast.css +101 -26
- package/styles/document-editor-container/material-dark.css +101 -26
- package/styles/document-editor-container/material.css +101 -26
- package/styles/document-editor-container/tailwind-dark.css +271 -134
- package/styles/document-editor-container/tailwind.css +271 -134
- package/styles/fabric-dark.css +152 -219
- package/styles/fabric.css +152 -219
- package/styles/highcontrast-light.css +110 -31
- package/styles/highcontrast.css +152 -219
- package/styles/material-dark.css +152 -219
- package/styles/material.css +152 -219
- package/styles/tailwind-dark.css +532 -453
- package/styles/tailwind.css +532 -453
- package/styles/document-editor/fluent-dark.css +0 -3782
- package/styles/document-editor/fluent-dark.scss +0 -1
- package/styles/document-editor/fluent.css +0 -3782
- package/styles/document-editor/fluent.scss +0 -1
- package/styles/document-editor-container/fluent-dark.css +0 -1996
- package/styles/document-editor-container/fluent-dark.scss +0 -1
- package/styles/document-editor-container/fluent.css +0 -1996
- package/styles/document-editor-container/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -5779
- package/styles/fluent-dark.scss +0 -2
- package/styles/fluent.css +0 -5779
- package/styles/fluent.scss +0 -2
package/styles/tailwind-dark.css
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
4
|
.e-documenteditor .e-close::before {
|
|
5
5
|
color: #d1d5db;
|
|
6
|
-
content: '\
|
|
6
|
+
content: '\e771';
|
|
7
7
|
font-family: 'e-icons';
|
|
8
8
|
font-size: 14px;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
12
|
-
content: '\
|
|
12
|
+
content: '\e737';
|
|
13
13
|
font-family: 'e-icons';
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-documenteditor .e-arrow-up::before {
|
|
17
|
-
content: '\
|
|
17
|
+
content: '\e768';
|
|
18
18
|
font-family: 'e-icons';
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.e-documenteditor .e-arrow-down::before {
|
|
22
|
-
content: '\
|
|
22
|
+
content: '\e732';
|
|
23
23
|
font-family: 'e-icons';
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -28,102 +28,112 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
31
|
-
content: '\
|
|
31
|
+
content: '\e771';
|
|
32
32
|
font-family: 'e-icons';
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
36
36
|
color: #d1d5db;
|
|
37
|
-
content: '\
|
|
37
|
+
content: '\e771';
|
|
38
38
|
font-family: 'e-icons';
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.e-documenteditor .e-de-new-cmt::before {
|
|
42
|
-
|
|
42
|
+
color: #d1d5db;
|
|
43
|
+
content: '\e78a';
|
|
43
44
|
font-family: 'e-icons';
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
.e-documenteditor .e-de-menu-icon::before {
|
|
47
|
-
|
|
48
|
+
color: #d1d5db;
|
|
49
|
+
content: '\e75b';
|
|
48
50
|
font-family: 'e-icons';
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
52
54
|
color: #d1d5db;
|
|
53
|
-
content: '\
|
|
55
|
+
content: '\e83b';
|
|
54
56
|
font-family: 'e-icons';
|
|
55
57
|
font-size: 13px;
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
.e-documenteditor .e-de-cmt-post::before {
|
|
59
|
-
content: '\
|
|
61
|
+
content: '\e863';
|
|
60
62
|
font-family: 'e-icons';
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
64
66
|
color: #d1d5db;
|
|
65
|
-
content: '\
|
|
67
|
+
content: '\e815';
|
|
66
68
|
font-family: 'e-icons';
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
70
|
-
|
|
72
|
+
color: #d1d5db;
|
|
73
|
+
content: '\e771';
|
|
71
74
|
font-family: 'e-icons';
|
|
72
75
|
}
|
|
73
76
|
|
|
74
77
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
75
|
-
|
|
78
|
+
color: #d1d5db;
|
|
79
|
+
content: '\e78d';
|
|
76
80
|
font-family: 'e-icons';
|
|
77
81
|
}
|
|
78
82
|
|
|
79
83
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
80
|
-
|
|
84
|
+
color: #d1d5db;
|
|
85
|
+
content: '\e85c';
|
|
81
86
|
font-family: 'e-icons';
|
|
82
87
|
}
|
|
83
88
|
|
|
84
89
|
.e-documenteditor .e-de-nav-up::before {
|
|
85
|
-
|
|
90
|
+
color: #d1d5db;
|
|
91
|
+
content: '\e7a0';
|
|
86
92
|
font-family: 'e-icons';
|
|
87
93
|
}
|
|
88
94
|
|
|
89
95
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
90
|
-
|
|
96
|
+
color: #d1d5db;
|
|
97
|
+
content: '\e707';
|
|
91
98
|
font-family: 'e-icons';
|
|
92
99
|
}
|
|
93
100
|
|
|
94
101
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
95
|
-
|
|
102
|
+
color: #d1d5db;
|
|
103
|
+
content: '\e761';
|
|
96
104
|
font-family: 'e-icons';
|
|
97
105
|
}
|
|
98
106
|
|
|
99
107
|
.e-documenteditor .e-de-save-icon::before {
|
|
100
|
-
|
|
108
|
+
color: #d1d5db;
|
|
109
|
+
content: '\e75d';
|
|
101
110
|
font-family: 'e-icons';
|
|
102
111
|
}
|
|
103
112
|
|
|
104
113
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
105
|
-
|
|
114
|
+
color: #d1d5db;
|
|
115
|
+
content: '\e771';
|
|
106
116
|
font-family: 'e-icons';
|
|
107
117
|
}
|
|
108
118
|
|
|
109
119
|
.e-de-ctn-title-print::before {
|
|
110
|
-
content: '\
|
|
120
|
+
content: '\e76c';
|
|
111
121
|
}
|
|
112
122
|
|
|
113
123
|
.e-de-acceptchange::before {
|
|
114
124
|
color: #d1d5db;
|
|
115
|
-
content: '\
|
|
125
|
+
content: '\e853';
|
|
116
126
|
font-family: 'e-icons';
|
|
117
127
|
}
|
|
118
128
|
|
|
119
129
|
.e-de-rejectchange::before {
|
|
120
130
|
color: #d1d5db;
|
|
121
|
-
content: '\
|
|
131
|
+
content: '\e805';
|
|
122
132
|
font-family: 'e-icons';
|
|
123
133
|
}
|
|
124
134
|
|
|
125
135
|
.e-de-ctn-title-download::before {
|
|
126
|
-
content: '\
|
|
136
|
+
content: '\e794';
|
|
127
137
|
}
|
|
128
138
|
|
|
129
139
|
.e-de-table-properties-alignment:hover {
|
|
@@ -144,39 +154,39 @@
|
|
|
144
154
|
|
|
145
155
|
.e-de-table-left-alignment::before {
|
|
146
156
|
color: #d1d5db;
|
|
147
|
-
content: '\
|
|
157
|
+
content: '\e7fe';
|
|
148
158
|
font-size: 46px;
|
|
149
159
|
}
|
|
150
160
|
|
|
151
161
|
.e-de-table-center-alignment::before {
|
|
152
162
|
color: #d1d5db;
|
|
153
|
-
content: '\
|
|
163
|
+
content: '\e7f7';
|
|
154
164
|
font-size: 46px;
|
|
155
165
|
}
|
|
156
166
|
|
|
157
167
|
.e-de-table-right-alignment::before {
|
|
158
168
|
color: #d1d5db;
|
|
159
|
-
content: '\
|
|
169
|
+
content: '\e7f4';
|
|
160
170
|
font-size: 46px;
|
|
161
171
|
}
|
|
162
172
|
|
|
163
173
|
.e-de-tablecell-top-alignment::before {
|
|
164
174
|
color: #d1d5db;
|
|
165
|
-
content: '\
|
|
175
|
+
content: '\e800';
|
|
166
176
|
font-family: 'e-icons';
|
|
167
177
|
font-size: 51px;
|
|
168
178
|
}
|
|
169
179
|
|
|
170
180
|
.e-de-tablecell-center-alignment::before {
|
|
171
181
|
color: #d1d5db;
|
|
172
|
-
content: '\
|
|
182
|
+
content: '\e7f6';
|
|
173
183
|
font-family: 'e-icons';
|
|
174
184
|
font-size: 51px;
|
|
175
185
|
}
|
|
176
186
|
|
|
177
187
|
.e-de-tablecell-bottom-alignment::before {
|
|
178
188
|
color: #d1d5db;
|
|
179
|
-
content: '\
|
|
189
|
+
content: '\e7f5';
|
|
180
190
|
font-family: 'e-icons';
|
|
181
191
|
font-size: 51px;
|
|
182
192
|
}
|
|
@@ -227,14 +237,14 @@
|
|
|
227
237
|
|
|
228
238
|
.e-de-table-border-none-setting::before {
|
|
229
239
|
color: #d1d5db;
|
|
230
|
-
content: '\
|
|
240
|
+
content: '\e7fa';
|
|
231
241
|
font-size: 46px;
|
|
232
242
|
position: absolute;
|
|
233
243
|
}
|
|
234
244
|
|
|
235
245
|
.e-de-table-border-box-setting::before {
|
|
236
246
|
color: #d1d5db;
|
|
237
|
-
content: '\
|
|
247
|
+
content: '\e7ff';
|
|
238
248
|
font-size: 42px;
|
|
239
249
|
left: 2px;
|
|
240
250
|
position: absolute;
|
|
@@ -243,7 +253,7 @@
|
|
|
243
253
|
|
|
244
254
|
.e-de-table-border-all-setting::before {
|
|
245
255
|
color: #d1d5db;
|
|
246
|
-
content: '\
|
|
256
|
+
content: '\e7fc';
|
|
247
257
|
font-family: 'e-icons';
|
|
248
258
|
font-size: 42px;
|
|
249
259
|
left: 2px;
|
|
@@ -253,7 +263,7 @@
|
|
|
253
263
|
|
|
254
264
|
.e-de-table-border-custom-setting::before {
|
|
255
265
|
color: #d1d5db;
|
|
256
|
-
content: '\
|
|
266
|
+
content: '\e7fb';
|
|
257
267
|
font-size: 42px;
|
|
258
268
|
left: 2px;
|
|
259
269
|
position: absolute;
|
|
@@ -262,7 +272,7 @@
|
|
|
262
272
|
|
|
263
273
|
.e-de-table-border-toptop-alignment::before {
|
|
264
274
|
color: #d1d5db;
|
|
265
|
-
content: '\
|
|
275
|
+
content: '\e7a7';
|
|
266
276
|
font-family: 'e-icons';
|
|
267
277
|
font-size: 16px;
|
|
268
278
|
left: 4px;
|
|
@@ -272,7 +282,7 @@
|
|
|
272
282
|
|
|
273
283
|
.e-de-table-border-topcenter-alignment::before {
|
|
274
284
|
color: #d1d5db;
|
|
275
|
-
content: '\
|
|
285
|
+
content: '\e73b';
|
|
276
286
|
font-size: 16px;
|
|
277
287
|
left: 4px;
|
|
278
288
|
position: absolute;
|
|
@@ -281,7 +291,7 @@
|
|
|
281
291
|
|
|
282
292
|
.e-de-table-border-topbottom-alignment::before {
|
|
283
293
|
color: #d1d5db;
|
|
284
|
-
content: '\
|
|
294
|
+
content: '\e791';
|
|
285
295
|
font-size: 16px;
|
|
286
296
|
left: 4px;
|
|
287
297
|
position: absolute;
|
|
@@ -290,7 +300,7 @@
|
|
|
290
300
|
|
|
291
301
|
.e-de-table-border-diagionalup-alignment::before {
|
|
292
302
|
color: #d1d5db;
|
|
293
|
-
content: '\
|
|
303
|
+
content: '\e764';
|
|
294
304
|
font-size: 16px;
|
|
295
305
|
left: 4px;
|
|
296
306
|
position: absolute;
|
|
@@ -299,7 +309,7 @@
|
|
|
299
309
|
|
|
300
310
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
301
311
|
color: #d1d5db;
|
|
302
|
-
content: '\
|
|
312
|
+
content: '\e7ca';
|
|
303
313
|
font-size: 16px;
|
|
304
314
|
left: 4px;
|
|
305
315
|
position: absolute;
|
|
@@ -308,7 +318,7 @@
|
|
|
308
318
|
|
|
309
319
|
.e-de-table-border-bottomleft-alignment::before {
|
|
310
320
|
color: #d1d5db;
|
|
311
|
-
content: '\
|
|
321
|
+
content: '\e784';
|
|
312
322
|
font-size: 16px;
|
|
313
323
|
left: 4px;
|
|
314
324
|
position: absolute;
|
|
@@ -317,7 +327,7 @@
|
|
|
317
327
|
|
|
318
328
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
319
329
|
color: #d1d5db;
|
|
320
|
-
content: '\
|
|
330
|
+
content: '\e702';
|
|
321
331
|
font-size: 16px;
|
|
322
332
|
left: 4px;
|
|
323
333
|
position: absolute;
|
|
@@ -326,7 +336,7 @@
|
|
|
326
336
|
|
|
327
337
|
.e-de-table-border-bottomright-alignment::before {
|
|
328
338
|
color: #d1d5db;
|
|
329
|
-
content: '\
|
|
339
|
+
content: '\e72e';
|
|
330
340
|
font-size: 16px;
|
|
331
341
|
left: 4px;
|
|
332
342
|
position: absolute;
|
|
@@ -334,346 +344,317 @@
|
|
|
334
344
|
}
|
|
335
345
|
|
|
336
346
|
.e-menu-item .e-de-cmt-add::before {
|
|
337
|
-
|
|
347
|
+
color: #d1d5db;
|
|
348
|
+
content: '\e82a';
|
|
338
349
|
}
|
|
339
350
|
|
|
340
351
|
.e-menu-item .e-de-cut::before {
|
|
341
|
-
|
|
352
|
+
color: #d1d5db;
|
|
353
|
+
content: '\e763';
|
|
342
354
|
}
|
|
343
355
|
|
|
344
356
|
.e-menu-item .e-de-spellcheck::before {
|
|
345
|
-
|
|
357
|
+
color: #d1d5db;
|
|
358
|
+
content: '\e83e';
|
|
346
359
|
}
|
|
347
360
|
|
|
348
361
|
.e-menu-item .e-de-copy::before {
|
|
349
|
-
|
|
362
|
+
color: #d1d5db;
|
|
363
|
+
content: '\e7ce';
|
|
350
364
|
}
|
|
351
365
|
|
|
352
366
|
.e-menu-item .e-de-paste::before {
|
|
353
|
-
|
|
367
|
+
color: #d1d5db;
|
|
368
|
+
content: '\e75e';
|
|
354
369
|
}
|
|
355
370
|
|
|
356
371
|
.e-menu-item .e-de-continue-numbering::before {
|
|
357
|
-
|
|
372
|
+
color: #d1d5db;
|
|
373
|
+
content: '\e7b8';
|
|
358
374
|
}
|
|
359
375
|
|
|
360
376
|
.e-menu-item .e-de-restart-at::before {
|
|
361
|
-
|
|
377
|
+
color: #d1d5db;
|
|
378
|
+
content: '\e7df';
|
|
362
379
|
}
|
|
363
380
|
|
|
364
381
|
.e-menu-item .e-de-insertlink::before {
|
|
365
|
-
|
|
382
|
+
color: #d1d5db;
|
|
383
|
+
content: '\e74a';
|
|
366
384
|
}
|
|
367
385
|
|
|
368
386
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
369
|
-
|
|
387
|
+
color: #d1d5db;
|
|
388
|
+
content: '\e77a';
|
|
370
389
|
}
|
|
371
390
|
|
|
372
391
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
373
|
-
|
|
392
|
+
color: #d1d5db;
|
|
393
|
+
content: '\e786';
|
|
374
394
|
}
|
|
375
395
|
|
|
376
396
|
.e-menu-item .e-de-open-properties::before {
|
|
377
|
-
|
|
397
|
+
color: #d1d5db;
|
|
398
|
+
content: '\e743';
|
|
378
399
|
}
|
|
379
400
|
|
|
380
401
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
381
|
-
|
|
402
|
+
color: #d1d5db;
|
|
403
|
+
content: '\e7ad';
|
|
382
404
|
}
|
|
383
405
|
|
|
384
406
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
385
|
-
|
|
407
|
+
color: #d1d5db;
|
|
408
|
+
content: '\e714';
|
|
386
409
|
}
|
|
387
410
|
|
|
388
411
|
.e-menu-item .e-de-fonts::before {
|
|
389
|
-
|
|
412
|
+
color: #d1d5db;
|
|
413
|
+
content: '\e766';
|
|
390
414
|
}
|
|
391
415
|
|
|
392
416
|
.e-menu-item .e-de-paragraph::before {
|
|
393
|
-
|
|
417
|
+
color: #d1d5db;
|
|
418
|
+
content: '\e7ae';
|
|
394
419
|
}
|
|
395
420
|
|
|
396
421
|
.e-menu-item .e-de-table::before {
|
|
397
|
-
|
|
422
|
+
color: #d1d5db;
|
|
423
|
+
content: '\e79f';
|
|
398
424
|
}
|
|
399
425
|
|
|
400
426
|
.e-menu-item .e-de-insertabove::before {
|
|
401
|
-
|
|
427
|
+
color: #d1d5db;
|
|
428
|
+
content: '\e7dd';
|
|
402
429
|
}
|
|
403
430
|
|
|
404
431
|
.e-menu-item .e-de-insertbelow::before {
|
|
405
|
-
|
|
432
|
+
color: #d1d5db;
|
|
433
|
+
content: '\e757';
|
|
406
434
|
}
|
|
407
435
|
|
|
408
436
|
.e-menu-item .e-de-insertleft::before {
|
|
409
|
-
|
|
437
|
+
color: #d1d5db;
|
|
438
|
+
content: '\e7db';
|
|
410
439
|
}
|
|
411
440
|
|
|
412
441
|
.e-menu-item .e-de-insertright::before {
|
|
413
|
-
|
|
442
|
+
color: #d1d5db;
|
|
443
|
+
content: '\e710';
|
|
414
444
|
}
|
|
415
445
|
|
|
416
446
|
.e-menu-item .e-de-delete-table::before {
|
|
417
|
-
|
|
447
|
+
color: #d1d5db;
|
|
448
|
+
content: '\e703';
|
|
418
449
|
}
|
|
419
450
|
|
|
420
451
|
.e-menu-item .e-de-deleterow::before {
|
|
421
|
-
|
|
452
|
+
color: #d1d5db;
|
|
453
|
+
content: '\e75a';
|
|
422
454
|
}
|
|
423
455
|
|
|
424
456
|
.e-menu-item .e-de-deletecolumn::before {
|
|
425
|
-
|
|
457
|
+
color: #d1d5db;
|
|
458
|
+
content: '\e721';
|
|
426
459
|
}
|
|
427
460
|
|
|
428
461
|
.e-de-bold::before {
|
|
429
|
-
|
|
462
|
+
color: #d1d5db;
|
|
463
|
+
content: '\e79d';
|
|
430
464
|
font-family: 'e-icons';
|
|
431
465
|
}
|
|
432
466
|
|
|
433
467
|
.e-de-italic::before {
|
|
434
|
-
|
|
468
|
+
color: #d1d5db;
|
|
469
|
+
content: '\e722';
|
|
435
470
|
font-family: 'e-icons';
|
|
436
471
|
}
|
|
437
472
|
|
|
438
473
|
.e-de-underline::before {
|
|
439
|
-
|
|
474
|
+
color: #d1d5db;
|
|
475
|
+
content: '\e7d4';
|
|
440
476
|
font-family: 'e-icons';
|
|
441
477
|
}
|
|
442
478
|
|
|
443
479
|
.e-de-indent::before {
|
|
444
|
-
|
|
480
|
+
color: #d1d5db;
|
|
481
|
+
content: '\e735';
|
|
445
482
|
font-family: 'e-icons';
|
|
446
483
|
}
|
|
447
484
|
|
|
448
485
|
.e-de-outdent::before {
|
|
449
|
-
|
|
486
|
+
color: #d1d5db;
|
|
487
|
+
content: '\e7ac';
|
|
450
488
|
font-family: 'e-icons';
|
|
451
489
|
}
|
|
452
490
|
|
|
453
491
|
.e-de-align-left::before {
|
|
454
|
-
|
|
492
|
+
color: #d1d5db;
|
|
493
|
+
content: '\e7ae';
|
|
455
494
|
font-family: 'e-icons';
|
|
456
495
|
}
|
|
457
496
|
|
|
458
497
|
.e-de-align-center::before {
|
|
459
|
-
|
|
498
|
+
color: #d1d5db;
|
|
499
|
+
content: '\e74f';
|
|
460
500
|
font-family: 'e-icons';
|
|
461
501
|
}
|
|
462
502
|
|
|
463
503
|
.e-de-align-right::before {
|
|
464
|
-
|
|
504
|
+
color: #d1d5db;
|
|
505
|
+
content: '\e772';
|
|
465
506
|
font-family: 'e-icons';
|
|
466
507
|
}
|
|
467
508
|
|
|
468
509
|
.e-de-justify::before {
|
|
469
|
-
|
|
510
|
+
color: #d1d5db;
|
|
511
|
+
content: '\e723';
|
|
470
512
|
font-family: 'e-icons';
|
|
471
513
|
}
|
|
472
514
|
|
|
473
515
|
.e-de-single-spacing::before {
|
|
474
|
-
|
|
516
|
+
color: #d1d5db;
|
|
517
|
+
content: '\e7e5';
|
|
475
518
|
font-family: 'e-icons';
|
|
476
519
|
}
|
|
477
520
|
|
|
478
521
|
.e-de-double-spacing::before {
|
|
479
|
-
|
|
522
|
+
color: #d1d5db;
|
|
523
|
+
content: '\e7e7';
|
|
480
524
|
font-family: 'e-icons';
|
|
481
525
|
}
|
|
482
526
|
|
|
483
527
|
.e-de-one-point-five-spacing::before {
|
|
484
|
-
|
|
528
|
+
color: #d1d5db;
|
|
529
|
+
content: '\e7eb';
|
|
485
530
|
font-family: 'e-icons';
|
|
486
531
|
}
|
|
487
532
|
|
|
488
533
|
.e-de-before-spacing::before {
|
|
489
|
-
|
|
534
|
+
color: #d1d5db;
|
|
535
|
+
content: '\e833';
|
|
490
536
|
font-family: 'e-icons';
|
|
491
537
|
}
|
|
492
538
|
|
|
493
539
|
.e-de-after-spacing::before {
|
|
494
|
-
|
|
540
|
+
color: #d1d5db;
|
|
541
|
+
content: '\e80f';
|
|
495
542
|
font-family: 'e-icons';
|
|
496
543
|
}
|
|
497
544
|
|
|
498
545
|
.e-de-icon-bullet-list-dot::before {
|
|
499
|
-
|
|
546
|
+
color: #d1d5db;
|
|
547
|
+
content: '\e7e8';
|
|
500
548
|
font-family: 'e-icons';
|
|
501
549
|
font-size: 8px;
|
|
502
550
|
line-height: 28px;
|
|
503
551
|
}
|
|
504
552
|
|
|
505
553
|
.e-de-icon-bullet-list-circle::before {
|
|
506
|
-
|
|
554
|
+
color: #d1d5db;
|
|
555
|
+
content: '\e803';
|
|
507
556
|
font-family: 'e-icons';
|
|
508
557
|
font-size: 8px;
|
|
509
558
|
line-height: 28px;
|
|
510
559
|
}
|
|
511
560
|
|
|
512
561
|
.e-de-icon-bullet-list-square::before {
|
|
513
|
-
|
|
562
|
+
color: #d1d5db;
|
|
563
|
+
content: '\e804';
|
|
514
564
|
font-family: 'e-icons';
|
|
515
565
|
font-size: 8px;
|
|
516
566
|
line-height: 28px;
|
|
517
567
|
}
|
|
518
568
|
|
|
519
569
|
.e-de-icon-bullet-list-tick::before {
|
|
520
|
-
|
|
570
|
+
color: #d1d5db;
|
|
571
|
+
content: '\e7ec';
|
|
521
572
|
font-family: 'e-icons';
|
|
522
573
|
font-size: 12px;
|
|
523
574
|
}
|
|
524
575
|
|
|
525
576
|
.e-de-icon-bullet-list-flower::before {
|
|
526
|
-
|
|
577
|
+
color: #d1d5db;
|
|
578
|
+
content: '\e7e4';
|
|
527
579
|
font-family: 'e-icons';
|
|
528
580
|
font-size: 12px;
|
|
529
581
|
}
|
|
530
582
|
|
|
531
583
|
.e-de-icon-bullet-list-arrow::before {
|
|
532
|
-
|
|
584
|
+
color: #d1d5db;
|
|
585
|
+
content: '\e7e9';
|
|
533
586
|
font-family: 'e-icons';
|
|
534
587
|
font-size: 12px;
|
|
535
588
|
}
|
|
536
589
|
|
|
537
590
|
.e-de-icon-bullet-list-none::before {
|
|
538
|
-
|
|
591
|
+
color: #d1d5db;
|
|
592
|
+
content: '\e7e1';
|
|
539
593
|
font-family: 'e-icons';
|
|
540
594
|
font-size: 24px;
|
|
541
595
|
}
|
|
542
596
|
|
|
543
597
|
.e-de-icon-autofit::before {
|
|
544
|
-
|
|
598
|
+
color: #d1d5db;
|
|
599
|
+
content: '\e71a';
|
|
545
600
|
font-family: 'e-icons';
|
|
546
601
|
}
|
|
547
602
|
|
|
548
603
|
.e-de-icon-fixed-columnwidth::before {
|
|
549
|
-
|
|
604
|
+
color: #d1d5db;
|
|
605
|
+
content: '\e76e';
|
|
550
606
|
font-family: 'e-icons';
|
|
551
607
|
}
|
|
552
608
|
|
|
553
609
|
.e-de-icon-auto-fitwindow::before {
|
|
554
|
-
|
|
610
|
+
color: #d1d5db;
|
|
611
|
+
content: '\e773';
|
|
555
612
|
font-family: 'e-icons';
|
|
556
613
|
}
|
|
557
614
|
|
|
558
615
|
.e-item .e-de-paste-text::before {
|
|
559
|
-
|
|
616
|
+
color: #d1d5db;
|
|
617
|
+
content: '\e807';
|
|
560
618
|
font-family: 'e-icons';
|
|
561
619
|
}
|
|
562
620
|
|
|
563
621
|
.e-item .e-de-paste-source::before {
|
|
564
|
-
|
|
622
|
+
color: #d1d5db;
|
|
623
|
+
content: '\e84f';
|
|
565
624
|
font-family: 'e-icons';
|
|
566
625
|
}
|
|
567
626
|
|
|
568
627
|
.e-item .e-de-paste-merge::before {
|
|
569
|
-
|
|
628
|
+
color: #d1d5db;
|
|
629
|
+
content: '\e85d';
|
|
570
630
|
font-family: 'e-icons';
|
|
571
631
|
}
|
|
572
632
|
|
|
573
633
|
.e-btn-icon .e-de-paste::before,
|
|
574
634
|
.e-icon-btn .e-de-paste::before {
|
|
575
|
-
|
|
635
|
+
color: #d1d5db;
|
|
636
|
+
content: '\e75e';
|
|
576
637
|
font-family: 'e-icons';
|
|
577
638
|
}
|
|
578
639
|
|
|
579
640
|
.e-item .e-de-paste-column::before {
|
|
580
|
-
content: '\
|
|
641
|
+
content: '\e869';
|
|
581
642
|
}
|
|
582
643
|
|
|
583
644
|
.e-item .e-de-paste-row::before {
|
|
584
|
-
content: '\
|
|
645
|
+
content: '\e866';
|
|
585
646
|
}
|
|
586
647
|
|
|
587
648
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
588
|
-
content: '\
|
|
649
|
+
content: '\e86b';
|
|
589
650
|
}
|
|
590
651
|
|
|
591
652
|
.e-item .e-de-paste-nested-table::before {
|
|
592
|
-
content: '\
|
|
653
|
+
content: '\e864';
|
|
593
654
|
}
|
|
594
655
|
|
|
595
656
|
.e-item .e-de-paste-merge-table::before {
|
|
596
|
-
content: '\
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.e-de-dlg-container {
|
|
600
|
-
padding-bottom: 12px;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.e-de-dlg-row {
|
|
604
|
-
display: -ms-flexbox;
|
|
605
|
-
display: flex;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
.e-de-container-row {
|
|
609
|
-
display: -ms-flexbox;
|
|
610
|
-
display: flex;
|
|
611
|
-
padding-bottom: 12px;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.e-de-subcontainer-left {
|
|
615
|
-
padding-right: 6px;
|
|
616
|
-
width: 50%;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.e-de-subcontainer-right {
|
|
620
|
-
padding-left: 6px;
|
|
621
|
-
width: 50%;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.e-de-dlg-tab-first-child {
|
|
625
|
-
padding-top: 6px;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
.e-de-dlg-heading {
|
|
629
|
-
display: block;
|
|
630
|
-
font-size: 14px;
|
|
631
|
-
font-weight: 500;
|
|
632
|
-
margin-bottom: 8px;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.e-rtl .e-de-subcontainer-left {
|
|
636
|
-
padding-left: 6px;
|
|
637
|
-
padding-right: 0;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.e-rtl .e-de-subcontainer-right {
|
|
641
|
-
padding-left: 0;
|
|
642
|
-
padding-right: 6px;
|
|
643
|
-
width: 50%;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
.e-bigger .e-de-dlg-container {
|
|
647
|
-
padding-bottom: 16px;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.e-bigger .e-de-container-row {
|
|
651
|
-
padding-bottom: 16px;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.e-bigger .e-de-subcontainer-left {
|
|
655
|
-
padding-right: 8px;
|
|
656
|
-
width: 50%;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.e-bigger .e-de-subcontainer-right {
|
|
660
|
-
padding-left: 8px;
|
|
661
|
-
width: 50%;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.e-bigger .e-de-dlg-tab-first-child {
|
|
665
|
-
padding-top: 8px;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
669
|
-
padding-left: 8px;
|
|
670
|
-
padding-right: 0;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
674
|
-
padding-left: 0;
|
|
675
|
-
padding-right: 8px;
|
|
676
|
-
width: 50%;
|
|
657
|
+
content: '\e861';
|
|
677
658
|
}
|
|
678
659
|
|
|
679
660
|
.e-de-blink-cursor {
|
|
@@ -813,6 +794,7 @@
|
|
|
813
794
|
font-weight: 500;
|
|
814
795
|
margin-bottom: 8px;
|
|
815
796
|
color: #9ca3af;
|
|
797
|
+
margin-top: 8px;
|
|
816
798
|
}
|
|
817
799
|
|
|
818
800
|
.e-de-ff-dlg-heading-small {
|
|
@@ -846,6 +828,7 @@
|
|
|
846
828
|
.e-de-ff-radio-div {
|
|
847
829
|
display: -ms-inline-flexbox;
|
|
848
830
|
display: inline-flex;
|
|
831
|
+
margin-bottom: 16px;
|
|
849
832
|
margin-right: 16px;
|
|
850
833
|
}
|
|
851
834
|
|
|
@@ -857,7 +840,7 @@
|
|
|
857
840
|
.e-de-ff-radio-scnd-div {
|
|
858
841
|
display: -ms-inline-flexbox;
|
|
859
842
|
display: inline-flex;
|
|
860
|
-
margin-bottom:
|
|
843
|
+
margin-bottom: 4px;
|
|
861
844
|
margin-right: 16px;
|
|
862
845
|
}
|
|
863
846
|
|
|
@@ -1159,6 +1142,14 @@
|
|
|
1159
1142
|
float: left;
|
|
1160
1143
|
}
|
|
1161
1144
|
|
|
1145
|
+
.e-de-dlg-sub-header {
|
|
1146
|
+
display: block;
|
|
1147
|
+
font-size: 12px;
|
|
1148
|
+
font-weight: 500;
|
|
1149
|
+
margin-bottom: 4px;
|
|
1150
|
+
margin-top: 0;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1162
1153
|
.e-de-dlg-footer .e-btn {
|
|
1163
1154
|
margin-left: 10px;
|
|
1164
1155
|
}
|
|
@@ -1271,8 +1262,7 @@
|
|
|
1271
1262
|
}
|
|
1272
1263
|
|
|
1273
1264
|
.e-de-op-more-less {
|
|
1274
|
-
display:
|
|
1275
|
-
display: inline-flex;
|
|
1265
|
+
display: block;
|
|
1276
1266
|
margin-top: 12px;
|
|
1277
1267
|
}
|
|
1278
1268
|
|
|
@@ -1560,7 +1550,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1560
1550
|
}
|
|
1561
1551
|
|
|
1562
1552
|
.e-documenteditor .e-de-op-close-button {
|
|
1563
|
-
left:
|
|
1553
|
+
left: 260px;
|
|
1564
1554
|
position: absolute;
|
|
1565
1555
|
top: 10px;
|
|
1566
1556
|
}
|
|
@@ -1584,6 +1574,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1584
1574
|
width: 295px;
|
|
1585
1575
|
}
|
|
1586
1576
|
|
|
1577
|
+
.e-bigger .e-de-rp-sub-div,
|
|
1578
|
+
.e-bigger .e-de-rp-whole-header {
|
|
1579
|
+
padding: 16px;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1587
1582
|
.e-bigger .e-de-rp-stop-div1 {
|
|
1588
1583
|
padding: 12px 16px 12px 16px;
|
|
1589
1584
|
}
|
|
@@ -1592,6 +1587,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1592
1587
|
padding: 16px 16px 24px;
|
|
1593
1588
|
}
|
|
1594
1589
|
|
|
1590
|
+
.e-bigger .e-de-rp-stop-div3 {
|
|
1591
|
+
padding: 0 0 16px 16px;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
.e-bigger .e-de-rp-nav-btn {
|
|
1595
|
+
margin: 0px 25px;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
.e-bigger .e-de-rp-enforce {
|
|
1599
|
+
padding-top: 16px;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1595
1602
|
.e-bigger .e-de-cmt-sub-container,
|
|
1596
1603
|
.e-bigger .e-de-font-dlg-header,
|
|
1597
1604
|
.e-bigger .e-de-font-dlg-header-effects,
|
|
@@ -1728,6 +1735,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1728
1735
|
width: 46px !important;
|
|
1729
1736
|
}
|
|
1730
1737
|
|
|
1738
|
+
.e-bigger .e-de-rp-nav-btn {
|
|
1739
|
+
width: auto;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1731
1742
|
.e-bigger .e-de-list-dlg-div.e-de-rtl,
|
|
1732
1743
|
.e-bigger .e-de-list-dlg-subdiv.e-de-rtl {
|
|
1733
1744
|
margin-top: -150px;
|
|
@@ -1792,10 +1803,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1792
1803
|
width: 199px !important;
|
|
1793
1804
|
}
|
|
1794
1805
|
|
|
1806
|
+
.e-bigger .e-de-font-dlg-header-font-color {
|
|
1807
|
+
width: 68px !important;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1795
1810
|
.e-bigger .e-de-table-measure-lbl {
|
|
1796
1811
|
width: 90px !important;
|
|
1797
1812
|
}
|
|
1798
1813
|
|
|
1814
|
+
.e-bigger .e-de-dlg-sub-header,
|
|
1799
1815
|
.e-bigger .e-de-list-ddl-subheader,
|
|
1800
1816
|
.e-bigger .e-de-cell-dia-label-common,
|
|
1801
1817
|
.e-bigger .e-de-table-ppty-options-break {
|
|
@@ -1842,6 +1858,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1842
1858
|
.e-bigger .e-de-insert-table-dlg-input,
|
|
1843
1859
|
.e-bigger .e-de-insert-footnote-dlg-header,
|
|
1844
1860
|
.e-bigger .e-de-hyperlink-dlg-input,
|
|
1861
|
+
.e-bigger .e-de-ff-radio-div,
|
|
1845
1862
|
.e-bigger .e-de-style-nametype-div,
|
|
1846
1863
|
.e-bigger .e-de-rp-format,
|
|
1847
1864
|
.e-bigger .e-de-hdr-ftr-frst-page-div,
|
|
@@ -1865,7 +1882,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1865
1882
|
}
|
|
1866
1883
|
|
|
1867
1884
|
.e-bigger .e-de-font-dlg .e-input-group {
|
|
1868
|
-
width:
|
|
1885
|
+
width: 200px !important;
|
|
1869
1886
|
}
|
|
1870
1887
|
|
|
1871
1888
|
.e-bigger .e-de-list-dlg .e-input-group,
|
|
@@ -1891,7 +1908,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1891
1908
|
}
|
|
1892
1909
|
|
|
1893
1910
|
.e-bigger .e-de-rp-enforce-nav:not(.e-de-rp-nav-lbl) {
|
|
1894
|
-
margin:
|
|
1911
|
+
margin: 16px 0;
|
|
1895
1912
|
}
|
|
1896
1913
|
|
|
1897
1914
|
.e-de-style-font-group-button .e-btn:not(button:last-child),
|
|
@@ -1934,6 +1951,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1934
1951
|
font-weight: 500;
|
|
1935
1952
|
}
|
|
1936
1953
|
|
|
1954
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
1955
|
+
margin-bottom: 16px;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1937
1958
|
.e-de-page-setup-dlg-first-page-prop {
|
|
1938
1959
|
margin-bottom: 8px;
|
|
1939
1960
|
}
|
|
@@ -1949,7 +1970,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1949
1970
|
.e-de-font-dlg .e-input-group,
|
|
1950
1971
|
.e-de-list-dlg .e-input-group,
|
|
1951
1972
|
.e-de-list-dlg .e-input {
|
|
1952
|
-
width:
|
|
1973
|
+
width: 194px !important;
|
|
1953
1974
|
}
|
|
1954
1975
|
|
|
1955
1976
|
.e-de-list-ddl-subheaderbottom {
|
|
@@ -1997,6 +2018,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1997
2018
|
padding: 0;
|
|
1998
2019
|
}
|
|
1999
2020
|
|
|
2021
|
+
.e-de-enforce .e-de-enforce-dlg-input:last-child {
|
|
2022
|
+
margin-bottom: 0;
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2000
2025
|
.e-de-table-cell-margin-dlg .e-input-group {
|
|
2001
2026
|
width: 188px !important;
|
|
2002
2027
|
}
|
|
@@ -2015,7 +2040,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2015
2040
|
}
|
|
2016
2041
|
|
|
2017
2042
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
2018
|
-
right:
|
|
2043
|
+
right: 267px;
|
|
2019
2044
|
}
|
|
2020
2045
|
|
|
2021
2046
|
.e-de-table-measure-lbl {
|
|
@@ -2381,15 +2406,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2381
2406
|
}
|
|
2382
2407
|
|
|
2383
2408
|
.e-de-font-dlg {
|
|
2384
|
-
width:
|
|
2409
|
+
width: 400px;
|
|
2385
2410
|
}
|
|
2386
2411
|
|
|
2387
2412
|
.e-de-hyperlink {
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
.e-bigger .e-de-hyperlink {
|
|
2392
|
-
width: 300px;
|
|
2413
|
+
height: auto;
|
|
2414
|
+
width: auto;
|
|
2393
2415
|
}
|
|
2394
2416
|
|
|
2395
2417
|
.e-de-insert-table {
|
|
@@ -2552,12 +2574,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2552
2574
|
|
|
2553
2575
|
.e-button-custom {
|
|
2554
2576
|
height: 32px;
|
|
2555
|
-
|
|
2577
|
+
padding: 0;
|
|
2578
|
+
width: 70px;
|
|
2556
2579
|
}
|
|
2557
2580
|
|
|
2558
2581
|
.e-bigger .e-button-custom {
|
|
2559
2582
|
height: 37px;
|
|
2560
|
-
width:
|
|
2583
|
+
width: 88px;
|
|
2561
2584
|
}
|
|
2562
2585
|
|
|
2563
2586
|
.e-styles-listview,
|
|
@@ -2683,11 +2706,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2683
2706
|
}
|
|
2684
2707
|
|
|
2685
2708
|
.e-bigger .e-de-style-bold-button-size {
|
|
2686
|
-
margin-left:
|
|
2709
|
+
margin-left: 6px;
|
|
2687
2710
|
}
|
|
2688
2711
|
|
|
2689
2712
|
.e-de-style-bold-button-size {
|
|
2690
|
-
margin-left:
|
|
2713
|
+
margin-left: 6px;
|
|
2691
2714
|
}
|
|
2692
2715
|
|
|
2693
2716
|
.e-de-style-format-dropdwn .e-btn-icon {
|
|
@@ -2695,15 +2718,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2695
2718
|
}
|
|
2696
2719
|
|
|
2697
2720
|
.e-de-style-icon-button-first-size {
|
|
2698
|
-
margin-left:
|
|
2721
|
+
margin-left: 6px;
|
|
2699
2722
|
}
|
|
2700
2723
|
|
|
2701
2724
|
.e-de-style-icon-button-last-size {
|
|
2702
|
-
margin-right:
|
|
2725
|
+
margin-right: 6px;
|
|
2703
2726
|
}
|
|
2704
2727
|
|
|
2705
2728
|
.e-de-style-font-color-picker {
|
|
2706
|
-
margin-left:
|
|
2729
|
+
margin-left: 8px;
|
|
2707
2730
|
}
|
|
2708
2731
|
|
|
2709
2732
|
.e-style-font-fmaily-right {
|
|
@@ -3125,7 +3148,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3125
3148
|
.e-de-rp-sub-content-div {
|
|
3126
3149
|
line-height: 1.5;
|
|
3127
3150
|
font-size: 12px;
|
|
3128
|
-
margin-bottom: 8px;
|
|
3129
3151
|
}
|
|
3130
3152
|
|
|
3131
3153
|
.e-de-bullet-icons {
|
|
@@ -3180,7 +3202,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3180
3202
|
}
|
|
3181
3203
|
|
|
3182
3204
|
.e-bigger .e-de-font-dlg {
|
|
3183
|
-
width:
|
|
3205
|
+
width: 420px;
|
|
3184
3206
|
}
|
|
3185
3207
|
|
|
3186
3208
|
.e-bigger .e-para-dlg-sub-height {
|
|
@@ -3210,7 +3232,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3210
3232
|
|
|
3211
3233
|
.e-bigger .e-de-rp-header {
|
|
3212
3234
|
font-size: 16px;
|
|
3213
|
-
width: 75%;
|
|
3214
3235
|
}
|
|
3215
3236
|
|
|
3216
3237
|
.e-de-restrict-format {
|
|
@@ -3238,7 +3259,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3238
3259
|
font-weight: 500;
|
|
3239
3260
|
opacity: 0.87;
|
|
3240
3261
|
color: #d1d5db;
|
|
3241
|
-
width: 75%;
|
|
3242
3262
|
}
|
|
3243
3263
|
|
|
3244
3264
|
.e-de-rp-nav-btn,
|
|
@@ -3246,20 +3266,25 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3246
3266
|
opacity: 0.87;
|
|
3247
3267
|
border-radius: 2px;
|
|
3248
3268
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
3269
|
+
height: 36px;
|
|
3270
|
+
margin: 0 12px !important;
|
|
3249
3271
|
}
|
|
3250
3272
|
|
|
3251
3273
|
.e-bigger .e-de-rp-btn-enforce {
|
|
3274
|
+
margin: 0;
|
|
3252
3275
|
padding-left: 10px;
|
|
3253
3276
|
padding-right: 10px;
|
|
3254
3277
|
}
|
|
3255
3278
|
|
|
3256
3279
|
.e-de-rp-nav-btn {
|
|
3257
|
-
|
|
3280
|
+
margin: 0 24px;
|
|
3258
3281
|
}
|
|
3259
3282
|
|
|
3260
3283
|
.e-de-rp-btn-stop-enforce {
|
|
3261
3284
|
border-radius: 2px;
|
|
3262
3285
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
3286
|
+
height: 36px;
|
|
3287
|
+
margin: 0 65px;
|
|
3263
3288
|
}
|
|
3264
3289
|
|
|
3265
3290
|
.e-de-rp-sub-div {
|
|
@@ -3270,7 +3295,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3270
3295
|
.e-de-restrict-pane {
|
|
3271
3296
|
padding-left: 0;
|
|
3272
3297
|
padding-top: 0;
|
|
3273
|
-
padding-right: 0;
|
|
3274
3298
|
}
|
|
3275
3299
|
|
|
3276
3300
|
.e-de-rp-whole-header {
|
|
@@ -3283,14 +3307,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3283
3307
|
border-radius: 2px;
|
|
3284
3308
|
font-size: 12px;
|
|
3285
3309
|
height: 110px;
|
|
3310
|
+
width: 238px;
|
|
3286
3311
|
}
|
|
3287
3312
|
|
|
3288
3313
|
.e-de-rp-enforce {
|
|
3289
|
-
padding: 12px;
|
|
3314
|
+
padding-top: 12px;
|
|
3290
3315
|
}
|
|
3291
3316
|
|
|
3292
3317
|
.e-de-rp-enforce-nav {
|
|
3293
|
-
margin:
|
|
3318
|
+
margin: 12px 0;
|
|
3294
3319
|
}
|
|
3295
3320
|
|
|
3296
3321
|
.e-de-enforce-dlg-title {
|
|
@@ -3301,6 +3326,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3301
3326
|
|
|
3302
3327
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
3303
3328
|
height: 32px;
|
|
3329
|
+
margin-bottom: 12px;
|
|
3304
3330
|
width: 300px;
|
|
3305
3331
|
}
|
|
3306
3332
|
|
|
@@ -3321,8 +3347,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3321
3347
|
|
|
3322
3348
|
.e-de-user-dlg-list {
|
|
3323
3349
|
margin-bottom: 12px;
|
|
3324
|
-
display: -ms-inline-flexbox;
|
|
3325
|
-
display: inline-flex;
|
|
3326
3350
|
}
|
|
3327
3351
|
|
|
3328
3352
|
.e-de-user-listview {
|
|
@@ -3357,23 +3381,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3357
3381
|
padding: 12px 12px 24px;
|
|
3358
3382
|
}
|
|
3359
3383
|
|
|
3384
|
+
.e-de-rp-stop-div3 {
|
|
3385
|
+
padding: 0 0 12px 12px;
|
|
3386
|
+
}
|
|
3387
|
+
|
|
3360
3388
|
.e-de-rp-close-icon {
|
|
3361
3389
|
float: right;
|
|
3362
3390
|
position: relative;
|
|
3363
|
-
top: -
|
|
3364
|
-
|
|
3391
|
+
top: -5px;
|
|
3392
|
+
left: 12px;
|
|
3365
3393
|
}
|
|
3366
3394
|
|
|
3367
3395
|
.e-de-restrict-pane {
|
|
3368
3396
|
height: 100%;
|
|
3369
3397
|
overflow: auto;
|
|
3370
|
-
overflow-x: hidden;
|
|
3371
3398
|
width: 280px;
|
|
3372
3399
|
}
|
|
3373
3400
|
|
|
3374
3401
|
.e-de-rp-nav-lbl {
|
|
3375
3402
|
font-size: 13px;
|
|
3376
|
-
margin: 0
|
|
3403
|
+
margin: 0 28px;
|
|
3377
3404
|
}
|
|
3378
3405
|
|
|
3379
3406
|
.e-documenteditor-optionspane {
|
|
@@ -3406,7 +3433,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3406
3433
|
border: 1px solid #4b5563;
|
|
3407
3434
|
border-radius: 2px;
|
|
3408
3435
|
margin: 0;
|
|
3409
|
-
padding:
|
|
3436
|
+
padding: 8px;
|
|
3410
3437
|
}
|
|
3411
3438
|
|
|
3412
3439
|
.e-de-cmt-view {
|
|
@@ -3415,7 +3442,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3415
3442
|
|
|
3416
3443
|
.e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3417
3444
|
border-left: 3px solid #22d3ee;
|
|
3418
|
-
padding-left:
|
|
3445
|
+
padding-left: 6px;
|
|
3419
3446
|
}
|
|
3420
3447
|
|
|
3421
3448
|
.e-de-tc-outer {
|
|
@@ -3491,6 +3518,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3491
3518
|
color: #4d841e;
|
|
3492
3519
|
padding: 5px 4px;
|
|
3493
3520
|
text-transform: initial;
|
|
3521
|
+
width: 66px;
|
|
3494
3522
|
}
|
|
3495
3523
|
|
|
3496
3524
|
.e-btn.e-outline.e-de-track-accept-button:hover {
|
|
@@ -3499,6 +3527,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3499
3527
|
color: #fff;
|
|
3500
3528
|
padding: 5px 4px;
|
|
3501
3529
|
text-transform: initial;
|
|
3530
|
+
width: 66px;
|
|
3502
3531
|
}
|
|
3503
3532
|
|
|
3504
3533
|
.e-btn.e-outline.e-de-track-reject-button {
|
|
@@ -3508,6 +3537,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3508
3537
|
padding: 5px 6px;
|
|
3509
3538
|
margin-left: 8px;
|
|
3510
3539
|
text-transform: initial;
|
|
3540
|
+
width: 64px;
|
|
3511
3541
|
}
|
|
3512
3542
|
|
|
3513
3543
|
.e-btn.e-outline.e-de-track-reject-button:hover {
|
|
@@ -3517,6 +3547,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3517
3547
|
padding: 5px 6px;
|
|
3518
3548
|
margin-left: 8px;
|
|
3519
3549
|
text-transform: initial;
|
|
3550
|
+
width: 64px;
|
|
3520
3551
|
}
|
|
3521
3552
|
|
|
3522
3553
|
.e-de-track-chngs-count {
|
|
@@ -3608,7 +3639,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3608
3639
|
|
|
3609
3640
|
.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3610
3641
|
border-left: 2px solid #22d3ee;
|
|
3611
|
-
padding-left:
|
|
3642
|
+
padding-left: 7px;
|
|
3612
3643
|
}
|
|
3613
3644
|
|
|
3614
3645
|
.e-de-cmt-author {
|
|
@@ -3620,7 +3651,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3620
3651
|
.e-de-cmt-author-name {
|
|
3621
3652
|
font-size: 14px;
|
|
3622
3653
|
font-weight: 500;
|
|
3623
|
-
padding-left:
|
|
3654
|
+
padding-left: 8px;
|
|
3655
|
+
padding-left: 8px;
|
|
3624
3656
|
width: 90%;
|
|
3625
3657
|
}
|
|
3626
3658
|
|
|
@@ -3658,7 +3690,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3658
3690
|
border: none;
|
|
3659
3691
|
border-top: 1px solid #4b5563;
|
|
3660
3692
|
border-radius: 0px;
|
|
3661
|
-
margin: 12px
|
|
3693
|
+
margin: 12px 0 0 8px;
|
|
3662
3694
|
padding: 0px;
|
|
3663
3695
|
}
|
|
3664
3696
|
|
|
@@ -3687,11 +3719,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3687
3719
|
|
|
3688
3720
|
.e-de-cmt-post-btn.e-btn.e-flat,
|
|
3689
3721
|
.e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3690
|
-
height:
|
|
3722
|
+
height: 32px;
|
|
3691
3723
|
margin-left: 8px;
|
|
3692
3724
|
width: 38px;
|
|
3693
|
-
padding-top: 7px;
|
|
3694
|
-
padding-left: 9px;
|
|
3695
3725
|
}
|
|
3696
3726
|
|
|
3697
3727
|
.e-de-cmt-resolved .e-de-cmt-author-name,
|
|
@@ -3766,7 +3796,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3766
3796
|
}
|
|
3767
3797
|
|
|
3768
3798
|
.e-de-cmt-rply-view {
|
|
3769
|
-
margin-top:
|
|
3799
|
+
margin-top: 12px;
|
|
3770
3800
|
}
|
|
3771
3801
|
|
|
3772
3802
|
.e-de-cmt-resolve-btn {
|
|
@@ -3780,7 +3810,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3780
3810
|
|
|
3781
3811
|
.e-rtl .e-de-rp-close-icon {
|
|
3782
3812
|
float: left;
|
|
3783
|
-
right: 14px;
|
|
3784
3813
|
}
|
|
3785
3814
|
|
|
3786
3815
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
@@ -3790,15 +3819,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3790
3819
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3791
3820
|
border-left: 1px solid #4b5563;
|
|
3792
3821
|
border-right: 3px solid #22d3ee;
|
|
3793
|
-
padding-left:
|
|
3794
|
-
padding-right:
|
|
3822
|
+
padding-left: 8px;
|
|
3823
|
+
padding-right: 6px;
|
|
3795
3824
|
}
|
|
3796
3825
|
|
|
3797
3826
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3798
3827
|
border-left: 1px solid #4b5563;
|
|
3799
3828
|
border-right: 2px solid #22d3ee;
|
|
3800
|
-
padding-left:
|
|
3801
|
-
padding-right:
|
|
3829
|
+
padding-left: 8px;
|
|
3830
|
+
padding-right: 7px;
|
|
3802
3831
|
}
|
|
3803
3832
|
|
|
3804
3833
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
@@ -3832,9 +3861,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3832
3861
|
.e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3833
3862
|
height: 36px;
|
|
3834
3863
|
margin-left: 12px;
|
|
3835
|
-
width:
|
|
3836
|
-
padding-top: 7px;
|
|
3837
|
-
padding-left: 11px;
|
|
3864
|
+
width: 48px;
|
|
3838
3865
|
}
|
|
3839
3866
|
|
|
3840
3867
|
.e-bigger .e-de-cp-whole-header {
|
|
@@ -3843,18 +3870,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3843
3870
|
padding-right: 8px;
|
|
3844
3871
|
}
|
|
3845
3872
|
|
|
3846
|
-
.e-bigger .e-de-rp-close-icon {
|
|
3847
|
-
float: right;
|
|
3848
|
-
position: relative;
|
|
3849
|
-
top: -5px;
|
|
3850
|
-
right: -19px;
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
3873
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3854
3874
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3855
3875
|
margin-right: 12px;
|
|
3856
|
-
padding-bottom: 7px;
|
|
3857
|
-
padding-right: 11px;
|
|
3858
3876
|
}
|
|
3859
3877
|
|
|
3860
3878
|
.e-de-close-icon.e-btn {
|
|
@@ -3888,86 +3906,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3888
3906
|
top: 0;
|
|
3889
3907
|
}
|
|
3890
3908
|
|
|
3891
|
-
.e-de-rp-mu-btn {
|
|
3892
|
-
margin-top: 3px;
|
|
3893
|
-
}
|
|
3894
|
-
|
|
3895
|
-
.e-rtl .e-de-cmt-author-name {
|
|
3896
|
-
padding-left: 0%;
|
|
3897
|
-
padding-right: 12px;
|
|
3898
|
-
}
|
|
3899
|
-
|
|
3900
|
-
.e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3901
|
-
.e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3902
|
-
padding-bottom: 7px;
|
|
3903
|
-
padding-right: 9px;
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
.e-bigger .e-de-cmt-author-name {
|
|
3907
|
-
padding-left: 16px;
|
|
3908
|
-
}
|
|
3909
|
-
|
|
3910
|
-
.e-bigger .e-de-cmt-rply-view {
|
|
3911
|
-
margin-top: 24px;
|
|
3912
|
-
}
|
|
3913
|
-
|
|
3914
|
-
.e-bigger .e-de-cmt-sub-container {
|
|
3915
|
-
padding: 16px;
|
|
3916
|
-
}
|
|
3917
|
-
|
|
3918
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3919
|
-
padding-left: 14px;
|
|
3920
|
-
}
|
|
3921
|
-
|
|
3922
|
-
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3923
|
-
padding-left: 15px;
|
|
3924
|
-
}
|
|
3925
|
-
|
|
3926
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3927
|
-
padding: 0%;
|
|
3928
|
-
}
|
|
3929
|
-
|
|
3930
|
-
.e-bigger .e-de-rp-nav-btn {
|
|
3931
|
-
width: auto;
|
|
3932
|
-
}
|
|
3933
|
-
|
|
3934
|
-
.e-bigger .e-de-rp-whole-header {
|
|
3935
|
-
padding: 16px;
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
|
-
.e-bigger .e-de-rp-sub-div {
|
|
3939
|
-
border-bottom: 1px solid #4b5563;
|
|
3940
|
-
padding: 16px;
|
|
3941
|
-
}
|
|
3942
|
-
|
|
3943
|
-
.e-bigger .e-de-rp-enforce {
|
|
3944
|
-
padding: 16px;
|
|
3945
|
-
}
|
|
3946
|
-
|
|
3947
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3948
|
-
width: 300px;
|
|
3949
|
-
}
|
|
3950
|
-
|
|
3951
|
-
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3952
|
-
padding-left: 0%;
|
|
3953
|
-
padding-right: 16px;
|
|
3954
|
-
}
|
|
3955
|
-
|
|
3956
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3957
|
-
padding-left: 16px;
|
|
3958
|
-
padding-right: 14px;
|
|
3959
|
-
}
|
|
3960
|
-
|
|
3961
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3962
|
-
padding-left: 16px;
|
|
3963
|
-
padding-right: 15px;
|
|
3964
|
-
}
|
|
3965
|
-
|
|
3966
|
-
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3967
|
-
float: left;
|
|
3968
|
-
right: 19px;
|
|
3969
|
-
}
|
|
3970
|
-
|
|
3971
3909
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3972
3910
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3973
3911
|
font-size: 14px;
|
|
@@ -3983,6 +3921,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3983
3921
|
font-size: 14px;
|
|
3984
3922
|
font-weight: 500;
|
|
3985
3923
|
margin-bottom: 8px;
|
|
3924
|
+
margin-top: 0;
|
|
3986
3925
|
line-height: 22px;
|
|
3987
3926
|
}
|
|
3988
3927
|
|
|
@@ -4027,6 +3966,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4027
3966
|
font-size: 12px;
|
|
4028
3967
|
font-weight: 500;
|
|
4029
3968
|
margin-bottom: 4px;
|
|
3969
|
+
margin-top: 0;
|
|
4030
3970
|
}
|
|
4031
3971
|
|
|
4032
3972
|
.e-bigger .e-de-rtl-btn-div {
|
|
@@ -4045,7 +3985,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4045
3985
|
display: block;
|
|
4046
3986
|
font-size: 14px;
|
|
4047
3987
|
font-weight: 500;
|
|
4048
|
-
margin-bottom:
|
|
3988
|
+
margin-bottom: 8px;
|
|
3989
|
+
margin-top: 0;
|
|
4049
3990
|
opacity: 87%;
|
|
4050
3991
|
line-height: 22px;
|
|
4051
3992
|
}
|
|
@@ -4091,6 +4032,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4091
4032
|
font-size: 12px;
|
|
4092
4033
|
font-weight: 500;
|
|
4093
4034
|
margin-bottom: 4px;
|
|
4035
|
+
margin-top: 0;
|
|
4094
4036
|
}
|
|
4095
4037
|
|
|
4096
4038
|
.e-de-rtl-btn-div {
|
|
@@ -4110,340 +4052,403 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4110
4052
|
|
|
4111
4053
|
.e-de-ctnr-close::before {
|
|
4112
4054
|
color: #d1d5db;
|
|
4113
|
-
content: '\
|
|
4055
|
+
content: '\e771';
|
|
4114
4056
|
font-size: 16px;
|
|
4115
4057
|
}
|
|
4116
4058
|
|
|
4117
4059
|
.e-de-ctnr-linespacing::before {
|
|
4118
|
-
|
|
4060
|
+
color: #d1d5db;
|
|
4061
|
+
content: '\e7de';
|
|
4119
4062
|
}
|
|
4120
4063
|
|
|
4121
4064
|
.e-de-ctnr-undo::before {
|
|
4122
|
-
|
|
4065
|
+
color: #d1d5db;
|
|
4066
|
+
content: '\e7bd';
|
|
4123
4067
|
}
|
|
4124
4068
|
|
|
4125
4069
|
.e-de-ctnr-find::before {
|
|
4126
|
-
|
|
4070
|
+
color: #d1d5db;
|
|
4071
|
+
content: '\e737';
|
|
4127
4072
|
}
|
|
4128
4073
|
|
|
4129
4074
|
.e-de-ctnr-lock::before {
|
|
4130
|
-
|
|
4075
|
+
color: #d1d5db;
|
|
4076
|
+
content: '\e753';
|
|
4131
4077
|
}
|
|
4132
4078
|
|
|
4133
4079
|
.e-de-ctnr-italic::before {
|
|
4134
|
-
|
|
4080
|
+
color: #d1d5db;
|
|
4081
|
+
content: '\e722';
|
|
4135
4082
|
}
|
|
4136
4083
|
|
|
4137
4084
|
.e-de-selected-spellcheck-item::before {
|
|
4138
4085
|
color: #d1d5db;
|
|
4139
|
-
content: '\
|
|
4086
|
+
content: '\e75d';
|
|
4140
4087
|
font-family: 'e-icons';
|
|
4141
4088
|
font-size: 10px;
|
|
4142
4089
|
}
|
|
4143
4090
|
|
|
4144
4091
|
.e-de-selected-underline-item::before {
|
|
4145
4092
|
color: #d1d5db;
|
|
4146
|
-
content: '\
|
|
4093
|
+
content: '\e75d';
|
|
4147
4094
|
font-family: 'e-icons';
|
|
4148
4095
|
font-size: 10px;
|
|
4149
4096
|
}
|
|
4150
4097
|
|
|
4151
4098
|
.e-de-ctnr-link::before {
|
|
4152
|
-
|
|
4099
|
+
color: #d1d5db;
|
|
4100
|
+
content: '\e74a';
|
|
4153
4101
|
}
|
|
4154
4102
|
|
|
4155
4103
|
.e-de-ctnr-table::before {
|
|
4156
|
-
|
|
4104
|
+
color: #d1d5db;
|
|
4105
|
+
content: '\e79f';
|
|
4157
4106
|
}
|
|
4158
4107
|
|
|
4159
4108
|
.e-de-ctnr-download::before {
|
|
4160
4109
|
color: #d1d5db;
|
|
4161
|
-
content: '\
|
|
4110
|
+
content: '\e794';
|
|
4162
4111
|
}
|
|
4163
4112
|
|
|
4164
4113
|
.e-de-ctnr-justify::before {
|
|
4165
|
-
|
|
4114
|
+
color: #d1d5db;
|
|
4115
|
+
content: '\e723';
|
|
4166
4116
|
}
|
|
4167
4117
|
|
|
4168
4118
|
.e-de-ctnr-tableofcontent::before {
|
|
4169
|
-
|
|
4119
|
+
color: #d1d5db;
|
|
4120
|
+
content: '\e733';
|
|
4170
4121
|
}
|
|
4171
4122
|
|
|
4172
4123
|
.e-de-ctnr-pagenumber::before {
|
|
4173
|
-
|
|
4124
|
+
color: #d1d5db;
|
|
4125
|
+
content: '\e7cf';
|
|
4174
4126
|
}
|
|
4175
4127
|
|
|
4176
4128
|
.e-de-ctnr-highlight::before {
|
|
4177
|
-
|
|
4129
|
+
color: #d1d5db;
|
|
4130
|
+
content: '\e7c1';
|
|
4178
4131
|
}
|
|
4179
4132
|
|
|
4180
4133
|
.e-de-ctnr-new::before {
|
|
4181
|
-
|
|
4134
|
+
color: #d1d5db;
|
|
4135
|
+
content: '\e78a';
|
|
4182
4136
|
}
|
|
4183
4137
|
|
|
4184
4138
|
.e-de-ctnr-paste::before {
|
|
4185
|
-
|
|
4139
|
+
color: #d1d5db;
|
|
4140
|
+
content: '\e75e';
|
|
4186
4141
|
}
|
|
4187
4142
|
|
|
4188
4143
|
.e-de-ctnr-bold::before {
|
|
4189
|
-
|
|
4144
|
+
color: #d1d5db;
|
|
4145
|
+
content: '\e79d';
|
|
4190
4146
|
}
|
|
4191
4147
|
|
|
4192
4148
|
.e-de-ctnr-subscript::before {
|
|
4193
|
-
|
|
4149
|
+
color: #d1d5db;
|
|
4150
|
+
content: '\e7b4';
|
|
4194
4151
|
}
|
|
4195
4152
|
|
|
4196
4153
|
.e-de-ctnr-aligncenter::before {
|
|
4197
|
-
|
|
4154
|
+
color: #d1d5db;
|
|
4155
|
+
content: '\e74f';
|
|
4198
4156
|
}
|
|
4199
4157
|
|
|
4200
4158
|
.e-de-ctnr-fontcolor::before {
|
|
4201
|
-
|
|
4159
|
+
color: #d1d5db;
|
|
4160
|
+
content: '\e775';
|
|
4202
4161
|
}
|
|
4203
4162
|
|
|
4204
4163
|
.e-de-ctnr-change-case::before {
|
|
4205
|
-
|
|
4164
|
+
color: #d1d5db;
|
|
4165
|
+
content: '\e86a';
|
|
4206
4166
|
}
|
|
4207
4167
|
|
|
4208
4168
|
.e-de-ctnr-pagesetup::before {
|
|
4209
|
-
|
|
4169
|
+
color: #d1d5db;
|
|
4170
|
+
content: '\e79a';
|
|
4210
4171
|
}
|
|
4211
4172
|
|
|
4212
4173
|
.e-de-ctnr-strokestyle::before {
|
|
4174
|
+
color: #d1d5db;
|
|
4213
4175
|
content: '\eb62';
|
|
4214
4176
|
}
|
|
4215
4177
|
|
|
4216
4178
|
.e-de-ctnr-strikethrough::before {
|
|
4217
|
-
|
|
4179
|
+
color: #d1d5db;
|
|
4180
|
+
content: '\e760';
|
|
4218
4181
|
}
|
|
4219
4182
|
|
|
4220
4183
|
.e-de-ctnr-image::before {
|
|
4221
|
-
|
|
4184
|
+
color: #d1d5db;
|
|
4185
|
+
content: '\e7da';
|
|
4222
4186
|
}
|
|
4223
4187
|
|
|
4224
4188
|
.e-de-ctnr-redo::before {
|
|
4225
|
-
|
|
4189
|
+
color: #d1d5db;
|
|
4190
|
+
content: '\e7b9';
|
|
4226
4191
|
}
|
|
4227
4192
|
|
|
4228
4193
|
.e-de-ctnr-bookmark::before {
|
|
4229
|
-
|
|
4194
|
+
color: #d1d5db;
|
|
4195
|
+
content: '\e793';
|
|
4230
4196
|
}
|
|
4231
4197
|
|
|
4232
4198
|
.e-de-ctnr-increaseindent::before {
|
|
4233
|
-
|
|
4199
|
+
color: #d1d5db;
|
|
4200
|
+
content: '\e7ac';
|
|
4234
4201
|
}
|
|
4235
4202
|
|
|
4236
4203
|
.e-de-ctnr-header::before {
|
|
4237
|
-
|
|
4204
|
+
color: #d1d5db;
|
|
4205
|
+
content: '\e739';
|
|
4238
4206
|
}
|
|
4239
4207
|
|
|
4240
4208
|
.e-de-ctnr-backgroundcolor::before {
|
|
4209
|
+
color: #d1d5db;
|
|
4241
4210
|
content: '\eb6b';
|
|
4242
4211
|
}
|
|
4243
4212
|
|
|
4244
4213
|
.e-de-ctnr-open::before {
|
|
4245
|
-
|
|
4214
|
+
color: #d1d5db;
|
|
4215
|
+
content: '\e749';
|
|
4246
4216
|
}
|
|
4247
4217
|
|
|
4248
4218
|
.e-de-ctnr-underline::before {
|
|
4249
|
-
|
|
4219
|
+
color: #d1d5db;
|
|
4220
|
+
content: '\e7d4';
|
|
4250
4221
|
}
|
|
4251
4222
|
|
|
4252
4223
|
.e-de-ctnr-superscript::before {
|
|
4253
|
-
|
|
4224
|
+
color: #d1d5db;
|
|
4225
|
+
content: '\e7cb';
|
|
4254
4226
|
}
|
|
4255
4227
|
|
|
4256
4228
|
.e-de-ctnr-alignleft::before {
|
|
4257
|
-
|
|
4229
|
+
color: #d1d5db;
|
|
4230
|
+
content: '\e7ae';
|
|
4258
4231
|
}
|
|
4259
4232
|
|
|
4260
4233
|
.e-de-ctnr-numbering::before {
|
|
4261
|
-
|
|
4234
|
+
color: #d1d5db;
|
|
4235
|
+
content: '\e71f';
|
|
4262
4236
|
}
|
|
4263
4237
|
|
|
4264
4238
|
.e-de-ctnr-bullets::before {
|
|
4265
|
-
|
|
4239
|
+
color: #d1d5db;
|
|
4240
|
+
content: '\e743';
|
|
4266
4241
|
}
|
|
4267
4242
|
|
|
4268
4243
|
.e-de-ctnr-decreaseindent::before {
|
|
4269
|
-
|
|
4244
|
+
color: #d1d5db;
|
|
4245
|
+
content: '\e735';
|
|
4270
4246
|
}
|
|
4271
4247
|
|
|
4272
4248
|
.e-de-ctnr-showhide::before {
|
|
4273
|
-
content: '\
|
|
4249
|
+
content: '\e75f';
|
|
4274
4250
|
font-size: 16px;
|
|
4275
4251
|
}
|
|
4276
4252
|
|
|
4277
4253
|
.e-de-ctnr-print::before {
|
|
4278
|
-
|
|
4254
|
+
color: #d1d5db;
|
|
4255
|
+
content: '\e76c';
|
|
4279
4256
|
}
|
|
4280
4257
|
|
|
4281
4258
|
.e-de-ctnr-alignright::before {
|
|
4282
|
-
|
|
4259
|
+
color: #d1d5db;
|
|
4260
|
+
content: '\e772';
|
|
4283
4261
|
}
|
|
4284
4262
|
|
|
4285
4263
|
.e-de-ctnr-footer::before {
|
|
4286
|
-
|
|
4264
|
+
color: #d1d5db;
|
|
4265
|
+
content: '\e78c';
|
|
4287
4266
|
}
|
|
4288
4267
|
|
|
4289
4268
|
.e-de-ctnr-clearall::before {
|
|
4290
|
-
|
|
4269
|
+
color: #d1d5db;
|
|
4270
|
+
content: '\e792';
|
|
4291
4271
|
}
|
|
4292
4272
|
|
|
4293
4273
|
.e-de-ctnr-outsideborder::before {
|
|
4294
|
-
|
|
4274
|
+
color: #d1d5db;
|
|
4275
|
+
content: '\e7c4';
|
|
4295
4276
|
}
|
|
4296
4277
|
|
|
4297
4278
|
.e-de-ctnr-allborders::before {
|
|
4298
|
-
|
|
4279
|
+
color: #d1d5db;
|
|
4280
|
+
content: '\e79f';
|
|
4299
4281
|
}
|
|
4300
4282
|
|
|
4301
4283
|
.e-de-ctnr-insideborders::before {
|
|
4302
|
-
|
|
4284
|
+
color: #d1d5db;
|
|
4285
|
+
content: '\e79c';
|
|
4303
4286
|
}
|
|
4304
4287
|
|
|
4305
4288
|
.e-de-ctnr-leftborders::before {
|
|
4306
|
-
|
|
4289
|
+
color: #d1d5db;
|
|
4290
|
+
content: '\e784';
|
|
4307
4291
|
}
|
|
4308
4292
|
|
|
4309
4293
|
.e-de-ctnr-insideverticalborder::before {
|
|
4310
|
-
|
|
4294
|
+
color: #d1d5db;
|
|
4295
|
+
content: '\e702';
|
|
4311
4296
|
}
|
|
4312
4297
|
|
|
4313
4298
|
.e-de-ctnr-rightborder::before {
|
|
4314
|
-
|
|
4299
|
+
color: #d1d5db;
|
|
4300
|
+
content: '\e72e';
|
|
4315
4301
|
}
|
|
4316
4302
|
|
|
4317
4303
|
.e-de-ctnr-topborder::before {
|
|
4318
|
-
|
|
4304
|
+
color: #d1d5db;
|
|
4305
|
+
content: '\e7a7';
|
|
4319
4306
|
}
|
|
4320
4307
|
|
|
4321
4308
|
.e-de-ctnr-insidehorizondalborder::before {
|
|
4322
|
-
|
|
4309
|
+
color: #d1d5db;
|
|
4310
|
+
content: '\e73b';
|
|
4323
4311
|
}
|
|
4324
4312
|
|
|
4325
4313
|
.e-de-ctnr-bottomborder::before {
|
|
4326
|
-
|
|
4314
|
+
color: #d1d5db;
|
|
4315
|
+
content: '\e791';
|
|
4327
4316
|
}
|
|
4328
4317
|
|
|
4329
4318
|
.e-de-ctnr-strokesize::before {
|
|
4330
|
-
|
|
4319
|
+
color: #d1d5db;
|
|
4320
|
+
content: '\e754';
|
|
4331
4321
|
}
|
|
4332
4322
|
|
|
4333
4323
|
.e-de-ctnr-highlightcolor::before {
|
|
4334
|
-
|
|
4324
|
+
color: #d1d5db;
|
|
4325
|
+
content: '\e7c1';
|
|
4335
4326
|
}
|
|
4336
4327
|
|
|
4337
4328
|
.e-de-ctnr-mergecell::before {
|
|
4338
|
-
|
|
4329
|
+
color: #d1d5db;
|
|
4330
|
+
content: '\e73f';
|
|
4339
4331
|
}
|
|
4340
4332
|
|
|
4341
4333
|
.e-de-ctnr-insertleft::before {
|
|
4342
|
-
|
|
4334
|
+
color: #d1d5db;
|
|
4335
|
+
content: '\e7db';
|
|
4343
4336
|
}
|
|
4344
4337
|
|
|
4345
4338
|
.e-de-ctnr-insertright::before {
|
|
4346
|
-
|
|
4339
|
+
color: #d1d5db;
|
|
4340
|
+
content: '\e710';
|
|
4347
4341
|
}
|
|
4348
4342
|
|
|
4349
4343
|
.e-de-ctnr-insertabove::before {
|
|
4350
|
-
|
|
4344
|
+
color: #d1d5db;
|
|
4345
|
+
content: '\e7dd';
|
|
4351
4346
|
}
|
|
4352
4347
|
|
|
4353
4348
|
.e-de-ctnr-insertbelow::before {
|
|
4354
|
-
|
|
4349
|
+
color: #d1d5db;
|
|
4350
|
+
content: '\e757';
|
|
4355
4351
|
}
|
|
4356
4352
|
|
|
4357
4353
|
.e-de-ctnr-deleterows::before {
|
|
4358
|
-
|
|
4354
|
+
color: #d1d5db;
|
|
4355
|
+
content: '\e75a';
|
|
4359
4356
|
}
|
|
4360
4357
|
|
|
4361
4358
|
.e-de-ctnr-deletecolumns::before {
|
|
4362
|
-
|
|
4359
|
+
color: #d1d5db;
|
|
4360
|
+
content: '\e721';
|
|
4363
4361
|
}
|
|
4364
4362
|
|
|
4365
4363
|
.e-de-ctnr-aligntop::before {
|
|
4366
|
-
|
|
4364
|
+
color: #d1d5db;
|
|
4365
|
+
content: '\e709';
|
|
4367
4366
|
}
|
|
4368
4367
|
|
|
4369
4368
|
.e-de-ctnr-alignbottom::before {
|
|
4370
|
-
|
|
4369
|
+
color: #d1d5db;
|
|
4370
|
+
content: '\e73e';
|
|
4371
4371
|
}
|
|
4372
4372
|
|
|
4373
4373
|
.e-de-ctnr-aligncenter-table::before {
|
|
4374
|
-
|
|
4374
|
+
color: #d1d5db;
|
|
4375
|
+
content: '\e7cc';
|
|
4375
4376
|
}
|
|
4376
4377
|
|
|
4377
4378
|
.e-de-ctnr-cellbg-clr-picker::before {
|
|
4378
|
-
|
|
4379
|
+
color: #d1d5db;
|
|
4380
|
+
content: '\e782';
|
|
4379
4381
|
}
|
|
4380
4382
|
|
|
4381
4383
|
.e-de-ctnr-bullet-none::before {
|
|
4382
4384
|
color: #d1d5db;
|
|
4383
|
-
content: '\
|
|
4385
|
+
content: '\e7e1';
|
|
4384
4386
|
font-size: 20px;
|
|
4385
4387
|
line-height: 28px;
|
|
4386
4388
|
}
|
|
4387
4389
|
|
|
4388
4390
|
.e-de-ctnr-bullet-dot::before {
|
|
4389
4391
|
color: #d1d5db;
|
|
4390
|
-
content: '\
|
|
4392
|
+
content: '\e7e8';
|
|
4391
4393
|
font-size: 8px;
|
|
4392
4394
|
line-height: 28px;
|
|
4393
4395
|
}
|
|
4394
4396
|
|
|
4395
4397
|
.e-de-ctnr-bullet-circle::before {
|
|
4396
4398
|
color: #d1d5db;
|
|
4397
|
-
content: '\
|
|
4399
|
+
content: '\e803';
|
|
4398
4400
|
font-size: 8px;
|
|
4399
4401
|
line-height: 28px;
|
|
4400
4402
|
}
|
|
4401
4403
|
|
|
4402
4404
|
.e-de-ctnr-bullet-square::before {
|
|
4403
4405
|
color: #d1d5db;
|
|
4404
|
-
content: '\
|
|
4406
|
+
content: '\e804';
|
|
4405
4407
|
font-size: 8px;
|
|
4406
4408
|
line-height: 28px;
|
|
4407
4409
|
}
|
|
4408
4410
|
|
|
4409
4411
|
.e-de-ctnr-bullet-flower::before {
|
|
4410
4412
|
color: #d1d5db;
|
|
4411
|
-
content: '\
|
|
4413
|
+
content: '\e7e4';
|
|
4412
4414
|
line-height: 28px;
|
|
4413
4415
|
}
|
|
4414
4416
|
|
|
4415
4417
|
.e-de-ctnr-bullet-arrow::before {
|
|
4416
4418
|
color: #d1d5db;
|
|
4417
|
-
content: '\
|
|
4419
|
+
content: '\e7e9';
|
|
4418
4420
|
line-height: 28px;
|
|
4419
4421
|
}
|
|
4420
4422
|
|
|
4421
4423
|
.e-de-ctnr-bullet-tick::before {
|
|
4422
4424
|
color: #d1d5db;
|
|
4423
|
-
content: '\
|
|
4425
|
+
content: '\e7ec';
|
|
4424
4426
|
line-height: 28px;
|
|
4425
4427
|
}
|
|
4426
4428
|
|
|
4427
4429
|
.e-de-selected-item::before {
|
|
4428
4430
|
color: #d1d5db;
|
|
4429
|
-
content: '\
|
|
4431
|
+
content: '\e75d';
|
|
4430
4432
|
}
|
|
4431
4433
|
|
|
4432
4434
|
.e-de-ctnr-break::before {
|
|
4433
|
-
|
|
4435
|
+
color: #d1d5db;
|
|
4436
|
+
content: '\e777';
|
|
4434
4437
|
}
|
|
4435
4438
|
|
|
4436
4439
|
.e-de-ctnr-page-break::before {
|
|
4437
|
-
|
|
4440
|
+
color: #d1d5db;
|
|
4441
|
+
content: '\e708';
|
|
4438
4442
|
}
|
|
4439
4443
|
|
|
4440
4444
|
.e-de-ctnr-section-break::before {
|
|
4441
|
-
|
|
4445
|
+
color: #d1d5db;
|
|
4446
|
+
content: '\e74c';
|
|
4442
4447
|
}
|
|
4443
4448
|
|
|
4444
4449
|
.e-de-ctnr-upload::before {
|
|
4445
4450
|
color: #d1d5db;
|
|
4446
|
-
content: '\
|
|
4451
|
+
content: '\e7b5';
|
|
4447
4452
|
}
|
|
4448
4453
|
|
|
4449
4454
|
.e-de-flip {
|
|
@@ -4451,78 +4456,86 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4451
4456
|
}
|
|
4452
4457
|
|
|
4453
4458
|
.e-de-cnt-cmt-add::before {
|
|
4454
|
-
|
|
4459
|
+
color: #d1d5db;
|
|
4460
|
+
content: '\e82a';
|
|
4455
4461
|
}
|
|
4456
4462
|
|
|
4457
4463
|
.e-de-cnt-track::before {
|
|
4458
|
-
|
|
4464
|
+
color: #d1d5db;
|
|
4465
|
+
content: '\e81f';
|
|
4459
4466
|
}
|
|
4460
4467
|
|
|
4461
4468
|
.e-de-printlayout::before {
|
|
4462
|
-
|
|
4469
|
+
color: #d1d5db;
|
|
4470
|
+
content: '\e822';
|
|
4463
4471
|
}
|
|
4464
4472
|
|
|
4465
4473
|
.e-de-weblayout::before {
|
|
4466
|
-
|
|
4474
|
+
color: #d1d5db;
|
|
4475
|
+
content: '\e82e';
|
|
4467
4476
|
}
|
|
4468
4477
|
|
|
4469
4478
|
.e-de-textform::before {
|
|
4470
4479
|
color: #d1d5db;
|
|
4471
|
-
content: '\
|
|
4480
|
+
content: '\e860';
|
|
4472
4481
|
font-family: 'e-icons';
|
|
4473
4482
|
}
|
|
4474
4483
|
|
|
4475
4484
|
.e-de-formproperties::before {
|
|
4476
4485
|
color: #d1d5db;
|
|
4477
|
-
content: '\
|
|
4486
|
+
content: '\e8f1';
|
|
4478
4487
|
font-family: 'e-icons';
|
|
4479
4488
|
}
|
|
4480
4489
|
|
|
4481
4490
|
.e-de-clearform::before {
|
|
4482
4491
|
color: #d1d5db;
|
|
4483
|
-
content: '\
|
|
4492
|
+
content: '\e8f2';
|
|
4484
4493
|
font-family: 'e-icons';
|
|
4485
4494
|
}
|
|
4486
4495
|
|
|
4487
4496
|
.e-de-dropdownform::before {
|
|
4488
4497
|
color: #d1d5db;
|
|
4489
|
-
content: '\
|
|
4498
|
+
content: '\e865';
|
|
4490
4499
|
font-family: 'e-icons';
|
|
4491
4500
|
}
|
|
4492
4501
|
|
|
4493
4502
|
.e-de-formfield::before {
|
|
4494
|
-
|
|
4503
|
+
color: #d1d5db;
|
|
4504
|
+
content: '\e867';
|
|
4495
4505
|
font-family: 'e-icons';
|
|
4496
4506
|
}
|
|
4497
4507
|
|
|
4498
4508
|
.e-de-checkbox-form::before {
|
|
4499
4509
|
color: #d1d5db;
|
|
4500
|
-
content: '\
|
|
4510
|
+
content: '\e85f';
|
|
4501
4511
|
font-family: 'e-icons';
|
|
4502
4512
|
}
|
|
4503
4513
|
|
|
4504
4514
|
.e-de-arrow-up::before {
|
|
4505
|
-
content: '\
|
|
4515
|
+
content: '\e768';
|
|
4506
4516
|
font-family: 'e-icons';
|
|
4507
4517
|
}
|
|
4508
4518
|
|
|
4509
4519
|
.e-de-arrow-down::before {
|
|
4510
|
-
content: '\
|
|
4520
|
+
content: '\e732';
|
|
4511
4521
|
font-family: 'e-icons';
|
|
4512
4522
|
}
|
|
4513
4523
|
|
|
4514
4524
|
.e-de-update-field::before {
|
|
4515
|
-
|
|
4525
|
+
color: #d1d5db;
|
|
4526
|
+
content: '\e838';
|
|
4516
4527
|
font-family: 'e-icons';
|
|
4517
4528
|
}
|
|
4518
4529
|
|
|
4519
4530
|
.e-de-footnote::before {
|
|
4520
|
-
|
|
4531
|
+
color: #d1d5db;
|
|
4532
|
+
content: '\e868';
|
|
4521
4533
|
font-family: 'e-icons';
|
|
4522
4534
|
}
|
|
4523
4535
|
|
|
4524
4536
|
.e-de-endnote::before {
|
|
4525
|
-
|
|
4537
|
+
color: #d1d5db;
|
|
4538
|
+
content: '\e868';
|
|
4526
4539
|
font-family: 'e-icons';
|
|
4527
4540
|
}
|
|
4528
4541
|
|
|
@@ -4578,15 +4591,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4578
4591
|
top: 100px;
|
|
4579
4592
|
}
|
|
4580
4593
|
|
|
4581
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4582
|
-
width: 0;
|
|
4583
|
-
}
|
|
4584
|
-
|
|
4585
|
-
.e-de-scrollbar-hide {
|
|
4586
|
-
-ms-overflow-style: none;
|
|
4587
|
-
scrollbar-width: none;
|
|
4588
|
-
}
|
|
4589
|
-
|
|
4590
4594
|
.e-de-toolbar {
|
|
4591
4595
|
height: 100%;
|
|
4592
4596
|
}
|
|
@@ -4626,7 +4630,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4626
4630
|
border: 0;
|
|
4627
4631
|
color: #9ca3af;
|
|
4628
4632
|
float: right;
|
|
4629
|
-
font-weight: 400;
|
|
4630
4633
|
height: 33px;
|
|
4631
4634
|
}
|
|
4632
4635
|
|
|
@@ -4661,11 +4664,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4661
4664
|
border: 0;
|
|
4662
4665
|
box-shadow: none;
|
|
4663
4666
|
float: right;
|
|
4664
|
-
|
|
4667
|
+
height: 33px;
|
|
4668
|
+
margin-left: calc(100% - 420px);
|
|
4669
|
+
width: 33px;
|
|
4665
4670
|
}
|
|
4666
4671
|
|
|
4667
4672
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4668
|
-
margin-left: calc(100% -
|
|
4673
|
+
margin-left: calc(100% - 480px);
|
|
4669
4674
|
}
|
|
4670
4675
|
|
|
4671
4676
|
.e-de-ctn-title {
|
|
@@ -4677,7 +4682,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4677
4682
|
|
|
4678
4683
|
.e-de-ctn-title button {
|
|
4679
4684
|
font-size: 14px !important;
|
|
4680
|
-
height: 36px !important;
|
|
4685
|
+
height: 36px !important;
|
|
4681
4686
|
}
|
|
4682
4687
|
|
|
4683
4688
|
.e-de-ctn-title button .e-btn-icon {
|
|
@@ -4721,8 +4726,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4721
4726
|
|
|
4722
4727
|
.e-de-statusbar-spellcheck {
|
|
4723
4728
|
border-radius: 2px;
|
|
4724
|
-
|
|
4729
|
+
height: 34px;
|
|
4725
4730
|
margin-left: 7.5px;
|
|
4731
|
+
width: 106px;
|
|
4726
4732
|
}
|
|
4727
4733
|
|
|
4728
4734
|
.e-de-ctn {
|
|
@@ -4735,7 +4741,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4735
4741
|
|
|
4736
4742
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4737
4743
|
border-radius: 2px;
|
|
4744
|
+
height: 34px;
|
|
4738
4745
|
margin-left: 7.5px;
|
|
4746
|
+
width: 145px;
|
|
4739
4747
|
}
|
|
4740
4748
|
|
|
4741
4749
|
.e-de-ctnr-toolbar {
|
|
@@ -4779,7 +4787,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4779
4787
|
}
|
|
4780
4788
|
|
|
4781
4789
|
.e-bigger .e-de-property-div-padding {
|
|
4782
|
-
padding: 16px;
|
|
4790
|
+
padding-bottom: 16px;
|
|
4791
|
+
padding-top: 16px;
|
|
4783
4792
|
}
|
|
4784
4793
|
|
|
4785
4794
|
.e-bigger .e-de-insert-del-cell > div:last-child {
|
|
@@ -4787,7 +4796,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4787
4796
|
}
|
|
4788
4797
|
|
|
4789
4798
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
4790
|
-
margin-left: -
|
|
4799
|
+
margin-left: -5px;
|
|
4791
4800
|
}
|
|
4792
4801
|
|
|
4793
4802
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
|
|
@@ -5059,7 +5068,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5059
5068
|
height: 100%;
|
|
5060
5069
|
min-height: 200px;
|
|
5061
5070
|
overflow: auto;
|
|
5062
|
-
width:
|
|
5071
|
+
width: 290px;
|
|
5063
5072
|
}
|
|
5064
5073
|
|
|
5065
5074
|
.e-bigger .e-de-prop-sub-label {
|
|
@@ -5107,7 +5116,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5107
5116
|
|
|
5108
5117
|
.e-de-property-div-padding {
|
|
5109
5118
|
border-bottom: 0.5px solid #4b5563;
|
|
5110
|
-
padding: 12px;
|
|
5119
|
+
padding-bottom: 12px;
|
|
5120
|
+
padding-top: 12px;
|
|
5111
5121
|
}
|
|
5112
5122
|
|
|
5113
5123
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -5120,8 +5130,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5120
5130
|
text-indent: 1.2em;
|
|
5121
5131
|
}
|
|
5122
5132
|
|
|
5123
|
-
.e-de-char-fmt-btn-left > button
|
|
5124
|
-
.e-de-insert-del-cell button {
|
|
5133
|
+
.e-de-char-fmt-btn-left > button {
|
|
5125
5134
|
width: 38.75px;
|
|
5126
5135
|
}
|
|
5127
5136
|
|
|
@@ -5134,27 +5143,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5134
5143
|
}
|
|
5135
5144
|
|
|
5136
5145
|
.e-bigger .e-de-panel-left-width {
|
|
5137
|
-
width:
|
|
5146
|
+
width: 153px;
|
|
5138
5147
|
}
|
|
5139
5148
|
|
|
5140
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
5141
|
-
|
|
5142
|
-
width: 43px;
|
|
5149
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
5150
|
+
width: 38.75px;
|
|
5143
5151
|
}
|
|
5144
5152
|
|
|
5145
5153
|
.e-de-panel-right-width {
|
|
5146
5154
|
width: 73px;
|
|
5147
5155
|
}
|
|
5148
5156
|
|
|
5149
|
-
.e-bigger .e-de-panel-right-width {
|
|
5150
|
-
width: 86px;
|
|
5151
|
-
}
|
|
5152
|
-
|
|
5153
|
-
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
5154
|
-
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
5155
|
-
width: 43px;
|
|
5156
|
-
}
|
|
5157
|
-
|
|
5158
5157
|
.e-de-cntr-highlight-pane {
|
|
5159
5158
|
border: 1px solid #4b5563;
|
|
5160
5159
|
}
|
|
@@ -5496,7 +5495,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5496
5495
|
color: #9ca3af;
|
|
5497
5496
|
float: right;
|
|
5498
5497
|
height: 34px;
|
|
5499
|
-
margin-left: calc(100% -
|
|
5498
|
+
margin-left: calc(100% - 420px);
|
|
5500
5499
|
}
|
|
5501
5500
|
|
|
5502
5501
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -5505,7 +5504,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5505
5504
|
color: #9ca3af;
|
|
5506
5505
|
float: right;
|
|
5507
5506
|
height: 34px;
|
|
5508
|
-
margin-left: calc(100% -
|
|
5507
|
+
margin-left: calc(100% - 480px);
|
|
5509
5508
|
}
|
|
5510
5509
|
|
|
5511
5510
|
.e-de-btn-cancel {
|
|
@@ -5543,6 +5542,37 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5543
5542
|
padding-right: 8px;
|
|
5544
5543
|
}
|
|
5545
5544
|
|
|
5545
|
+
.e-de-border-style-div {
|
|
5546
|
+
margin-left: 12px;
|
|
5547
|
+
}
|
|
5548
|
+
|
|
5549
|
+
.e-de-border-style-div.e-de-rtl {
|
|
5550
|
+
margin-left: 0;
|
|
5551
|
+
margin-right: 12px;
|
|
5552
|
+
}
|
|
5553
|
+
|
|
5554
|
+
.e-de-insert-del-cell {
|
|
5555
|
+
margin-left: 12px;
|
|
5556
|
+
}
|
|
5557
|
+
|
|
5558
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
5559
|
+
margin-left: 0;
|
|
5560
|
+
margin-right: 12px;
|
|
5561
|
+
}
|
|
5562
|
+
|
|
5563
|
+
.e-de-cell-margin {
|
|
5564
|
+
margin-left: 12px;
|
|
5565
|
+
}
|
|
5566
|
+
|
|
5567
|
+
.e-de-align-text {
|
|
5568
|
+
margin-left: 12px;
|
|
5569
|
+
}
|
|
5570
|
+
|
|
5571
|
+
.e-de-align-text.e-de-rtl {
|
|
5572
|
+
margin-left: 0;
|
|
5573
|
+
margin-right: 12px;
|
|
5574
|
+
}
|
|
5575
|
+
|
|
5546
5576
|
.e-de-border-size-button {
|
|
5547
5577
|
height: 31px;
|
|
5548
5578
|
margin-top: 8px;
|
|
@@ -5554,22 +5584,27 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5554
5584
|
width: 99px;
|
|
5555
5585
|
}
|
|
5556
5586
|
|
|
5557
|
-
.e-de-cell-
|
|
5587
|
+
.e-de-cell-div {
|
|
5588
|
+
margin-left: 8px;
|
|
5589
|
+
}
|
|
5590
|
+
|
|
5591
|
+
.e-de-cell-div.e-de-rtl {
|
|
5592
|
+
margin-left: 0;
|
|
5558
5593
|
margin-right: 8px;
|
|
5559
5594
|
}
|
|
5560
5595
|
|
|
5561
|
-
.e-de-
|
|
5562
|
-
margin-
|
|
5563
|
-
margin-right: 0;
|
|
5596
|
+
.e-de-cell-text-box {
|
|
5597
|
+
margin-right: 8px;
|
|
5564
5598
|
}
|
|
5565
5599
|
|
|
5566
5600
|
.e-de-prop-fill-label {
|
|
5601
|
+
margin-left: 10.3px;
|
|
5567
5602
|
margin-right: 8px;
|
|
5568
5603
|
}
|
|
5569
5604
|
|
|
5570
5605
|
.e-de-prop-fill-label.e-de-rtl {
|
|
5571
5606
|
margin-left: 8px;
|
|
5572
|
-
margin-right:
|
|
5607
|
+
margin-right: 10.3px;
|
|
5573
5608
|
}
|
|
5574
5609
|
|
|
5575
5610
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5613,18 +5648,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5613
5648
|
}
|
|
5614
5649
|
|
|
5615
5650
|
.e-bigger .e-de-prop-fill-label {
|
|
5616
|
-
margin-left:
|
|
5651
|
+
margin-left: 14.5px;
|
|
5617
5652
|
margin-right: 9.8px;
|
|
5618
5653
|
}
|
|
5619
5654
|
|
|
5620
5655
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
5621
5656
|
margin-left: 9.8px;
|
|
5622
|
-
margin-right:
|
|
5657
|
+
margin-right: 14.5px;
|
|
5623
5658
|
}
|
|
5624
5659
|
|
|
5625
|
-
.e-bigger .e-
|
|
5660
|
+
.e-bigger .e-de-cell-text-box {
|
|
5661
|
+
margin-right: 16px;
|
|
5662
|
+
}
|
|
5663
|
+
|
|
5664
|
+
.e-bigger .e-de-cell-div {
|
|
5626
5665
|
margin-left: 16px;
|
|
5627
|
-
|
|
5666
|
+
}
|
|
5667
|
+
|
|
5668
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
5669
|
+
margin-left: 0;
|
|
5670
|
+
margin-right: 16px;
|
|
5671
|
+
}
|
|
5672
|
+
|
|
5673
|
+
.e-bigger .e-de-border-style-div {
|
|
5674
|
+
margin-left: 16px;
|
|
5675
|
+
}
|
|
5676
|
+
|
|
5677
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
5678
|
+
margin-left: 0;
|
|
5679
|
+
margin-right: 16px;
|
|
5628
5680
|
}
|
|
5629
5681
|
|
|
5630
5682
|
.e-bigger .e-de-color-picker {
|
|
@@ -5638,6 +5690,33 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5638
5690
|
width: 95px;
|
|
5639
5691
|
}
|
|
5640
5692
|
|
|
5693
|
+
.e-bigger .e-de-align-text {
|
|
5694
|
+
margin-left: 16px;
|
|
5695
|
+
}
|
|
5696
|
+
|
|
5697
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
5698
|
+
margin-left: 0;
|
|
5699
|
+
margin-right: 16px;
|
|
5700
|
+
}
|
|
5701
|
+
|
|
5702
|
+
.e-bigger .e-de-insert-del-cell {
|
|
5703
|
+
margin-left: 16px;
|
|
5704
|
+
}
|
|
5705
|
+
|
|
5706
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
5707
|
+
margin-left: 0;
|
|
5708
|
+
margin-right: 16px;
|
|
5709
|
+
}
|
|
5710
|
+
|
|
5711
|
+
.e-bigger .e-de-cell-margin {
|
|
5712
|
+
margin-left: 14px;
|
|
5713
|
+
}
|
|
5714
|
+
|
|
5715
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
5716
|
+
margin-left: 0;
|
|
5717
|
+
margin-right: 14px;
|
|
5718
|
+
}
|
|
5719
|
+
|
|
5641
5720
|
.e-bigger .e-de-stylediv {
|
|
5642
5721
|
padding-left: 16px;
|
|
5643
5722
|
}
|