@syncfusion/ej2-angular-documenteditor 19.4.55 → 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 +58 -0
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +218 -151
- package/styles/bootstrap.css +218 -151
- package/styles/bootstrap4.css +224 -157
- package/styles/bootstrap5-dark.css +253 -172
- package/styles/bootstrap5.css +253 -172
- package/styles/document-editor/bootstrap-dark.css +192 -50
- package/styles/document-editor/bootstrap.css +192 -50
- package/styles/document-editor/bootstrap4.css +194 -52
- package/styles/document-editor/bootstrap5-dark.css +207 -61
- package/styles/document-editor/bootstrap5.css +207 -61
- package/styles/document-editor/fabric-dark.css +193 -51
- package/styles/document-editor/fabric.css +193 -51
- package/styles/document-editor/fluent-dark.css +3782 -0
- package/styles/document-editor/fluent-dark.scss +1 -0
- package/styles/document-editor/fluent.css +3782 -0
- package/styles/document-editor/fluent.scss +1 -0
- package/styles/document-editor/highcontrast-light.css +5 -9
- package/styles/document-editor/highcontrast.css +193 -51
- package/styles/document-editor/material-dark.css +193 -51
- package/styles/document-editor/material.css +193 -51
- package/styles/document-editor/tailwind-dark.css +319 -261
- package/styles/document-editor/tailwind.css +319 -261
- package/styles/document-editor-container/bootstrap-dark.css +26 -101
- package/styles/document-editor-container/bootstrap.css +26 -101
- package/styles/document-editor-container/bootstrap4.css +30 -105
- package/styles/document-editor-container/bootstrap5-dark.css +46 -111
- package/styles/document-editor-container/bootstrap5.css +46 -111
- package/styles/document-editor-container/fabric-dark.css +26 -101
- package/styles/document-editor-container/fabric.css +26 -101
- package/styles/document-editor-container/fluent-dark.css +1996 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -0
- package/styles/document-editor-container/fluent.css +1996 -0
- package/styles/document-editor-container/fluent.scss +1 -0
- package/styles/document-editor-container/highcontrast-light.css +29 -104
- package/styles/document-editor-container/highcontrast.css +26 -101
- package/styles/document-editor-container/material-dark.css +26 -101
- package/styles/document-editor-container/material.css +26 -101
- package/styles/document-editor-container/tailwind-dark.css +134 -271
- package/styles/document-editor-container/tailwind.css +134 -271
- package/styles/fabric-dark.css +219 -152
- package/styles/fabric.css +219 -152
- package/styles/fluent-dark.css +5779 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +5779 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +31 -110
- package/styles/highcontrast.css +219 -152
- package/styles/material-dark.css +219 -152
- package/styles/material.css +219 -152
- package/styles/tailwind-dark.css +453 -532
- package/styles/tailwind.css +453 -532
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
2
|
.e-documenteditor .e-close::before {
|
|
3
3
|
color: #6b7280;
|
|
4
|
-
content: '\
|
|
4
|
+
content: '\e7e7';
|
|
5
5
|
font-family: 'e-icons';
|
|
6
6
|
font-size: 14px;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
10
|
-
content: '\
|
|
10
|
+
content: '\e754';
|
|
11
11
|
font-family: 'e-icons';
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.e-documenteditor .e-arrow-up::before {
|
|
15
|
-
content: '\
|
|
15
|
+
content: '\e87a';
|
|
16
16
|
font-family: 'e-icons';
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-documenteditor .e-arrow-down::before {
|
|
20
|
-
content: '\
|
|
20
|
+
content: '\e70d';
|
|
21
21
|
font-family: 'e-icons';
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -26,112 +26,102 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
29
|
-
content: '\
|
|
29
|
+
content: '\e7e7';
|
|
30
30
|
font-family: 'e-icons';
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
34
34
|
color: #6b7280;
|
|
35
|
-
content: '\
|
|
35
|
+
content: '\e7e7';
|
|
36
36
|
font-family: 'e-icons';
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.e-documenteditor .e-de-new-cmt::before {
|
|
40
|
-
|
|
41
|
-
content: '\e78a';
|
|
40
|
+
content: '\e805';
|
|
42
41
|
font-family: 'e-icons';
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
.e-documenteditor .e-de-menu-icon::before {
|
|
46
|
-
|
|
47
|
-
content: '\e75b';
|
|
45
|
+
content: '\e770';
|
|
48
46
|
font-family: 'e-icons';
|
|
49
47
|
}
|
|
50
48
|
|
|
51
49
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
52
50
|
color: #6b7280;
|
|
53
|
-
content: '\
|
|
51
|
+
content: '\e733';
|
|
54
52
|
font-family: 'e-icons';
|
|
55
53
|
font-size: 13px;
|
|
56
54
|
}
|
|
57
55
|
|
|
58
56
|
.e-documenteditor .e-de-cmt-post::before {
|
|
59
|
-
content: '\
|
|
57
|
+
content: '\e71d';
|
|
60
58
|
font-family: 'e-icons';
|
|
61
59
|
}
|
|
62
60
|
|
|
63
61
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
64
62
|
color: #6b7280;
|
|
65
|
-
content: '\
|
|
63
|
+
content: '\e85e';
|
|
66
64
|
font-family: 'e-icons';
|
|
67
65
|
}
|
|
68
66
|
|
|
69
67
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
70
|
-
|
|
71
|
-
content: '\e771';
|
|
68
|
+
content: '\e7e7';
|
|
72
69
|
font-family: 'e-icons';
|
|
73
70
|
}
|
|
74
71
|
|
|
75
72
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
76
|
-
|
|
77
|
-
content: '\e78d';
|
|
73
|
+
content: '\e820';
|
|
78
74
|
font-family: 'e-icons';
|
|
79
75
|
}
|
|
80
76
|
|
|
81
77
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
82
|
-
|
|
83
|
-
content: '\e85c';
|
|
78
|
+
content: '\e782';
|
|
84
79
|
font-family: 'e-icons';
|
|
85
80
|
}
|
|
86
81
|
|
|
87
82
|
.e-documenteditor .e-de-nav-up::before {
|
|
88
|
-
|
|
89
|
-
content: '\e7a0';
|
|
83
|
+
content: '\e7dd';
|
|
90
84
|
font-family: 'e-icons';
|
|
91
85
|
}
|
|
92
86
|
|
|
93
87
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
94
|
-
|
|
95
|
-
content: '\e707';
|
|
88
|
+
content: '\e748';
|
|
96
89
|
font-family: 'e-icons';
|
|
97
90
|
}
|
|
98
91
|
|
|
99
92
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
100
|
-
|
|
101
|
-
content: '\e761';
|
|
93
|
+
content: '\e765';
|
|
102
94
|
font-family: 'e-icons';
|
|
103
95
|
}
|
|
104
96
|
|
|
105
97
|
.e-documenteditor .e-de-save-icon::before {
|
|
106
|
-
|
|
107
|
-
content: '\e75d';
|
|
98
|
+
content: '\e774';
|
|
108
99
|
font-family: 'e-icons';
|
|
109
100
|
}
|
|
110
101
|
|
|
111
102
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
112
|
-
|
|
113
|
-
content: '\e771';
|
|
103
|
+
content: '\e7e7';
|
|
114
104
|
font-family: 'e-icons';
|
|
115
105
|
}
|
|
116
106
|
|
|
117
107
|
.e-de-ctn-title-print::before {
|
|
118
|
-
content: '\
|
|
108
|
+
content: '\e75d';
|
|
119
109
|
}
|
|
120
110
|
|
|
121
111
|
.e-de-acceptchange::before {
|
|
122
112
|
color: #6b7280;
|
|
123
|
-
content: '\
|
|
113
|
+
content: '\e7a8';
|
|
124
114
|
font-family: 'e-icons';
|
|
125
115
|
}
|
|
126
116
|
|
|
127
117
|
.e-de-rejectchange::before {
|
|
128
118
|
color: #6b7280;
|
|
129
|
-
content: '\
|
|
119
|
+
content: '\e815';
|
|
130
120
|
font-family: 'e-icons';
|
|
131
121
|
}
|
|
132
122
|
|
|
133
123
|
.e-de-ctn-title-download::before {
|
|
134
|
-
content: '\
|
|
124
|
+
content: '\e7a1';
|
|
135
125
|
}
|
|
136
126
|
|
|
137
127
|
.e-de-table-properties-alignment:hover {
|
|
@@ -152,39 +142,39 @@
|
|
|
152
142
|
|
|
153
143
|
.e-de-table-left-alignment::before {
|
|
154
144
|
color: #6b7280;
|
|
155
|
-
content: '\
|
|
145
|
+
content: '\e7f6';
|
|
156
146
|
font-size: 46px;
|
|
157
147
|
}
|
|
158
148
|
|
|
159
149
|
.e-de-table-center-alignment::before {
|
|
160
150
|
color: #6b7280;
|
|
161
|
-
content: '\
|
|
151
|
+
content: '\e7f1';
|
|
162
152
|
font-size: 46px;
|
|
163
153
|
}
|
|
164
154
|
|
|
165
155
|
.e-de-table-right-alignment::before {
|
|
166
156
|
color: #6b7280;
|
|
167
|
-
content: '\
|
|
157
|
+
content: '\e703';
|
|
168
158
|
font-size: 46px;
|
|
169
159
|
}
|
|
170
160
|
|
|
171
161
|
.e-de-tablecell-top-alignment::before {
|
|
172
162
|
color: #6b7280;
|
|
173
|
-
content: '\
|
|
163
|
+
content: '\e775';
|
|
174
164
|
font-family: 'e-icons';
|
|
175
165
|
font-size: 51px;
|
|
176
166
|
}
|
|
177
167
|
|
|
178
168
|
.e-de-tablecell-center-alignment::before {
|
|
179
169
|
color: #6b7280;
|
|
180
|
-
content: '\
|
|
170
|
+
content: '\e7e5';
|
|
181
171
|
font-family: 'e-icons';
|
|
182
172
|
font-size: 51px;
|
|
183
173
|
}
|
|
184
174
|
|
|
185
175
|
.e-de-tablecell-bottom-alignment::before {
|
|
186
176
|
color: #6b7280;
|
|
187
|
-
content: '\
|
|
177
|
+
content: '\e7d9';
|
|
188
178
|
font-family: 'e-icons';
|
|
189
179
|
font-size: 51px;
|
|
190
180
|
}
|
|
@@ -235,14 +225,14 @@
|
|
|
235
225
|
|
|
236
226
|
.e-de-table-border-none-setting::before {
|
|
237
227
|
color: #6b7280;
|
|
238
|
-
content: '\
|
|
228
|
+
content: '\e7eb';
|
|
239
229
|
font-size: 46px;
|
|
240
230
|
position: absolute;
|
|
241
231
|
}
|
|
242
232
|
|
|
243
233
|
.e-de-table-border-box-setting::before {
|
|
244
234
|
color: #6b7280;
|
|
245
|
-
content: '\
|
|
235
|
+
content: '\e834';
|
|
246
236
|
font-size: 42px;
|
|
247
237
|
left: 2px;
|
|
248
238
|
position: absolute;
|
|
@@ -251,7 +241,7 @@
|
|
|
251
241
|
|
|
252
242
|
.e-de-table-border-all-setting::before {
|
|
253
243
|
color: #6b7280;
|
|
254
|
-
content: '\
|
|
244
|
+
content: '\e7e8';
|
|
255
245
|
font-family: 'e-icons';
|
|
256
246
|
font-size: 42px;
|
|
257
247
|
left: 2px;
|
|
@@ -261,7 +251,7 @@
|
|
|
261
251
|
|
|
262
252
|
.e-de-table-border-custom-setting::before {
|
|
263
253
|
color: #6b7280;
|
|
264
|
-
content: '\
|
|
254
|
+
content: '\e7d5';
|
|
265
255
|
font-size: 42px;
|
|
266
256
|
left: 2px;
|
|
267
257
|
position: absolute;
|
|
@@ -270,7 +260,7 @@
|
|
|
270
260
|
|
|
271
261
|
.e-de-table-border-toptop-alignment::before {
|
|
272
262
|
color: #6b7280;
|
|
273
|
-
content: '\
|
|
263
|
+
content: '\e7e0';
|
|
274
264
|
font-family: 'e-icons';
|
|
275
265
|
font-size: 16px;
|
|
276
266
|
left: 4px;
|
|
@@ -280,7 +270,7 @@
|
|
|
280
270
|
|
|
281
271
|
.e-de-table-border-topcenter-alignment::before {
|
|
282
272
|
color: #6b7280;
|
|
283
|
-
content: '\
|
|
273
|
+
content: '\e83b';
|
|
284
274
|
font-size: 16px;
|
|
285
275
|
left: 4px;
|
|
286
276
|
position: absolute;
|
|
@@ -289,7 +279,7 @@
|
|
|
289
279
|
|
|
290
280
|
.e-de-table-border-topbottom-alignment::before {
|
|
291
281
|
color: #6b7280;
|
|
292
|
-
content: '\
|
|
282
|
+
content: '\e766';
|
|
293
283
|
font-size: 16px;
|
|
294
284
|
left: 4px;
|
|
295
285
|
position: absolute;
|
|
@@ -298,7 +288,7 @@
|
|
|
298
288
|
|
|
299
289
|
.e-de-table-border-diagionalup-alignment::before {
|
|
300
290
|
color: #6b7280;
|
|
301
|
-
content: '\
|
|
291
|
+
content: '\e79d';
|
|
302
292
|
font-size: 16px;
|
|
303
293
|
left: 4px;
|
|
304
294
|
position: absolute;
|
|
@@ -307,7 +297,7 @@
|
|
|
307
297
|
|
|
308
298
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
309
299
|
color: #6b7280;
|
|
310
|
-
content: '\
|
|
300
|
+
content: '\e784';
|
|
311
301
|
font-size: 16px;
|
|
312
302
|
left: 4px;
|
|
313
303
|
position: absolute;
|
|
@@ -316,7 +306,7 @@
|
|
|
316
306
|
|
|
317
307
|
.e-de-table-border-bottomleft-alignment::before {
|
|
318
308
|
color: #6b7280;
|
|
319
|
-
content: '\
|
|
309
|
+
content: '\e806';
|
|
320
310
|
font-size: 16px;
|
|
321
311
|
left: 4px;
|
|
322
312
|
position: absolute;
|
|
@@ -325,7 +315,7 @@
|
|
|
325
315
|
|
|
326
316
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
327
317
|
color: #6b7280;
|
|
328
|
-
content: '\
|
|
318
|
+
content: '\e792';
|
|
329
319
|
font-size: 16px;
|
|
330
320
|
left: 4px;
|
|
331
321
|
position: absolute;
|
|
@@ -334,7 +324,7 @@
|
|
|
334
324
|
|
|
335
325
|
.e-de-table-border-bottomright-alignment::before {
|
|
336
326
|
color: #6b7280;
|
|
337
|
-
content: '\
|
|
327
|
+
content: '\e7ab';
|
|
338
328
|
font-size: 16px;
|
|
339
329
|
left: 4px;
|
|
340
330
|
position: absolute;
|
|
@@ -342,317 +332,346 @@
|
|
|
342
332
|
}
|
|
343
333
|
|
|
344
334
|
.e-menu-item .e-de-cmt-add::before {
|
|
345
|
-
|
|
346
|
-
content: '\e82a';
|
|
335
|
+
content: '\e82c';
|
|
347
336
|
}
|
|
348
337
|
|
|
349
338
|
.e-menu-item .e-de-cut::before {
|
|
350
|
-
|
|
351
|
-
content: '\e763';
|
|
339
|
+
content: '\e7fb';
|
|
352
340
|
}
|
|
353
341
|
|
|
354
342
|
.e-menu-item .e-de-spellcheck::before {
|
|
355
|
-
|
|
356
|
-
content: '\e83e';
|
|
343
|
+
content: '\e7f0';
|
|
357
344
|
}
|
|
358
345
|
|
|
359
346
|
.e-menu-item .e-de-copy::before {
|
|
360
|
-
|
|
361
|
-
content: '\e7ce';
|
|
347
|
+
content: '\e77c';
|
|
362
348
|
}
|
|
363
349
|
|
|
364
350
|
.e-menu-item .e-de-paste::before {
|
|
365
|
-
|
|
366
|
-
content: '\e75e';
|
|
351
|
+
content: '\e70b';
|
|
367
352
|
}
|
|
368
353
|
|
|
369
354
|
.e-menu-item .e-de-continue-numbering::before {
|
|
370
|
-
|
|
371
|
-
content: '\e7b8';
|
|
355
|
+
content: '\e718';
|
|
372
356
|
}
|
|
373
357
|
|
|
374
358
|
.e-menu-item .e-de-restart-at::before {
|
|
375
|
-
|
|
376
|
-
content: '\e7df';
|
|
359
|
+
content: '\e715';
|
|
377
360
|
}
|
|
378
361
|
|
|
379
362
|
.e-menu-item .e-de-insertlink::before {
|
|
380
|
-
|
|
381
|
-
content: '\e74a';
|
|
363
|
+
content: '\e757';
|
|
382
364
|
}
|
|
383
365
|
|
|
384
366
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
385
|
-
|
|
386
|
-
content: '\e77a';
|
|
367
|
+
content: '\e797';
|
|
387
368
|
}
|
|
388
369
|
|
|
389
370
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
390
|
-
|
|
391
|
-
content: '\e786';
|
|
371
|
+
content: '\e745';
|
|
392
372
|
}
|
|
393
373
|
|
|
394
374
|
.e-menu-item .e-de-open-properties::before {
|
|
395
|
-
|
|
396
|
-
content: '\e743';
|
|
375
|
+
content: '\e77e';
|
|
397
376
|
}
|
|
398
377
|
|
|
399
378
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
400
|
-
|
|
401
|
-
content: '\e7ad';
|
|
379
|
+
content: '\e722';
|
|
402
380
|
}
|
|
403
381
|
|
|
404
382
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
405
|
-
|
|
406
|
-
content: '\e714';
|
|
383
|
+
content: '\e80c';
|
|
407
384
|
}
|
|
408
385
|
|
|
409
386
|
.e-menu-item .e-de-fonts::before {
|
|
410
|
-
|
|
411
|
-
content: '\e766';
|
|
387
|
+
content: '\e76f';
|
|
412
388
|
}
|
|
413
389
|
|
|
414
390
|
.e-menu-item .e-de-paragraph::before {
|
|
415
|
-
|
|
416
|
-
content: '\e7ae';
|
|
391
|
+
content: '\e7b8';
|
|
417
392
|
}
|
|
418
393
|
|
|
419
394
|
.e-menu-item .e-de-table::before {
|
|
420
|
-
|
|
421
|
-
content: '\e79f';
|
|
395
|
+
content: '\e7d1';
|
|
422
396
|
}
|
|
423
397
|
|
|
424
398
|
.e-menu-item .e-de-insertabove::before {
|
|
425
|
-
|
|
426
|
-
content: '\e7dd';
|
|
399
|
+
content: '\e836';
|
|
427
400
|
}
|
|
428
401
|
|
|
429
402
|
.e-menu-item .e-de-insertbelow::before {
|
|
430
|
-
|
|
431
|
-
content: '\e757';
|
|
403
|
+
content: '\e801';
|
|
432
404
|
}
|
|
433
405
|
|
|
434
406
|
.e-menu-item .e-de-insertleft::before {
|
|
435
|
-
|
|
436
|
-
content: '\e7db';
|
|
407
|
+
content: '\e78b';
|
|
437
408
|
}
|
|
438
409
|
|
|
439
410
|
.e-menu-item .e-de-insertright::before {
|
|
440
|
-
|
|
441
|
-
content: '\e710';
|
|
411
|
+
content: '\e70e';
|
|
442
412
|
}
|
|
443
413
|
|
|
444
414
|
.e-menu-item .e-de-delete-table::before {
|
|
445
|
-
|
|
446
|
-
content: '\e703';
|
|
415
|
+
content: '\e811';
|
|
447
416
|
}
|
|
448
417
|
|
|
449
418
|
.e-menu-item .e-de-deleterow::before {
|
|
450
|
-
|
|
451
|
-
content: '\e75a';
|
|
419
|
+
content: '\e7f2';
|
|
452
420
|
}
|
|
453
421
|
|
|
454
422
|
.e-menu-item .e-de-deletecolumn::before {
|
|
455
|
-
|
|
456
|
-
content: '\e721';
|
|
423
|
+
content: '\e714';
|
|
457
424
|
}
|
|
458
425
|
|
|
459
426
|
.e-de-bold::before {
|
|
460
|
-
|
|
461
|
-
content: '\e79d';
|
|
427
|
+
content: '\e737';
|
|
462
428
|
font-family: 'e-icons';
|
|
463
429
|
}
|
|
464
430
|
|
|
465
431
|
.e-de-italic::before {
|
|
466
|
-
|
|
467
|
-
content: '\e722';
|
|
432
|
+
content: '\e75a';
|
|
468
433
|
font-family: 'e-icons';
|
|
469
434
|
}
|
|
470
435
|
|
|
471
436
|
.e-de-underline::before {
|
|
472
|
-
|
|
473
|
-
content: '\e7d4';
|
|
437
|
+
content: '\e82f';
|
|
474
438
|
font-family: 'e-icons';
|
|
475
439
|
}
|
|
476
440
|
|
|
477
441
|
.e-de-indent::before {
|
|
478
|
-
|
|
479
|
-
content: '\e735';
|
|
442
|
+
content: '\e72a';
|
|
480
443
|
font-family: 'e-icons';
|
|
481
444
|
}
|
|
482
445
|
|
|
483
446
|
.e-de-outdent::before {
|
|
484
|
-
|
|
485
|
-
content: '\e7ac';
|
|
447
|
+
content: '\e810';
|
|
486
448
|
font-family: 'e-icons';
|
|
487
449
|
}
|
|
488
450
|
|
|
489
451
|
.e-de-align-left::before {
|
|
490
|
-
|
|
491
|
-
content: '\e7ae';
|
|
452
|
+
content: '\e7b8';
|
|
492
453
|
font-family: 'e-icons';
|
|
493
454
|
}
|
|
494
455
|
|
|
495
456
|
.e-de-align-center::before {
|
|
496
|
-
|
|
497
|
-
content: '\e74f';
|
|
457
|
+
content: '\e813';
|
|
498
458
|
font-family: 'e-icons';
|
|
499
459
|
}
|
|
500
460
|
|
|
501
461
|
.e-de-align-right::before {
|
|
502
|
-
|
|
503
|
-
content: '\e772';
|
|
462
|
+
content: '\e719';
|
|
504
463
|
font-family: 'e-icons';
|
|
505
464
|
}
|
|
506
465
|
|
|
507
466
|
.e-de-justify::before {
|
|
508
|
-
|
|
509
|
-
content: '\e723';
|
|
467
|
+
content: '\e721';
|
|
510
468
|
font-family: 'e-icons';
|
|
511
469
|
}
|
|
512
470
|
|
|
513
471
|
.e-de-single-spacing::before {
|
|
514
|
-
|
|
515
|
-
content: '\e7e5';
|
|
472
|
+
content: '\e771';
|
|
516
473
|
font-family: 'e-icons';
|
|
517
474
|
}
|
|
518
475
|
|
|
519
476
|
.e-de-double-spacing::before {
|
|
520
|
-
|
|
521
|
-
content: '\e7e7';
|
|
477
|
+
content: '\e7c4';
|
|
522
478
|
font-family: 'e-icons';
|
|
523
479
|
}
|
|
524
480
|
|
|
525
481
|
.e-de-one-point-five-spacing::before {
|
|
526
|
-
|
|
527
|
-
content: '\e7eb';
|
|
482
|
+
content: '\e725';
|
|
528
483
|
font-family: 'e-icons';
|
|
529
484
|
}
|
|
530
485
|
|
|
531
486
|
.e-de-before-spacing::before {
|
|
532
|
-
|
|
533
|
-
content: '\e833';
|
|
487
|
+
content: '\e7b5';
|
|
534
488
|
font-family: 'e-icons';
|
|
535
489
|
}
|
|
536
490
|
|
|
537
491
|
.e-de-after-spacing::before {
|
|
538
|
-
|
|
539
|
-
content: '\e80f';
|
|
492
|
+
content: '\e767';
|
|
540
493
|
font-family: 'e-icons';
|
|
541
494
|
}
|
|
542
495
|
|
|
543
496
|
.e-de-icon-bullet-list-dot::before {
|
|
544
|
-
|
|
545
|
-
content: '\e7e8';
|
|
497
|
+
content: '\e747';
|
|
546
498
|
font-family: 'e-icons';
|
|
547
499
|
font-size: 8px;
|
|
548
500
|
line-height: 28px;
|
|
549
501
|
}
|
|
550
502
|
|
|
551
503
|
.e-de-icon-bullet-list-circle::before {
|
|
552
|
-
|
|
553
|
-
content: '\e803';
|
|
504
|
+
content: '\e7d0';
|
|
554
505
|
font-family: 'e-icons';
|
|
555
506
|
font-size: 8px;
|
|
556
507
|
line-height: 28px;
|
|
557
508
|
}
|
|
558
509
|
|
|
559
510
|
.e-de-icon-bullet-list-square::before {
|
|
560
|
-
|
|
561
|
-
content: '\e804';
|
|
511
|
+
content: '\e7be';
|
|
562
512
|
font-family: 'e-icons';
|
|
563
513
|
font-size: 8px;
|
|
564
514
|
line-height: 28px;
|
|
565
515
|
}
|
|
566
516
|
|
|
567
517
|
.e-de-icon-bullet-list-tick::before {
|
|
568
|
-
|
|
569
|
-
content: '\e7ec';
|
|
518
|
+
content: '\e7fc';
|
|
570
519
|
font-family: 'e-icons';
|
|
571
520
|
font-size: 12px;
|
|
572
521
|
}
|
|
573
522
|
|
|
574
523
|
.e-de-icon-bullet-list-flower::before {
|
|
575
|
-
|
|
576
|
-
content: '\e7e4';
|
|
524
|
+
content: '\e79b';
|
|
577
525
|
font-family: 'e-icons';
|
|
578
526
|
font-size: 12px;
|
|
579
527
|
}
|
|
580
528
|
|
|
581
529
|
.e-de-icon-bullet-list-arrow::before {
|
|
582
|
-
|
|
583
|
-
content: '\e7e9';
|
|
530
|
+
content: '\e763';
|
|
584
531
|
font-family: 'e-icons';
|
|
585
532
|
font-size: 12px;
|
|
586
533
|
}
|
|
587
534
|
|
|
588
535
|
.e-de-icon-bullet-list-none::before {
|
|
589
|
-
|
|
590
|
-
content: '\e7e1';
|
|
536
|
+
content: '\e7f3';
|
|
591
537
|
font-family: 'e-icons';
|
|
592
538
|
font-size: 24px;
|
|
593
539
|
}
|
|
594
540
|
|
|
595
541
|
.e-de-icon-autofit::before {
|
|
596
|
-
|
|
597
|
-
content: '\e71a';
|
|
542
|
+
content: '\e74a';
|
|
598
543
|
font-family: 'e-icons';
|
|
599
544
|
}
|
|
600
545
|
|
|
601
546
|
.e-de-icon-fixed-columnwidth::before {
|
|
602
|
-
|
|
603
|
-
content: '\e76e';
|
|
547
|
+
content: '\e785';
|
|
604
548
|
font-family: 'e-icons';
|
|
605
549
|
}
|
|
606
550
|
|
|
607
551
|
.e-de-icon-auto-fitwindow::before {
|
|
608
|
-
|
|
609
|
-
content: '\e773';
|
|
552
|
+
content: '\e759';
|
|
610
553
|
font-family: 'e-icons';
|
|
611
554
|
}
|
|
612
555
|
|
|
613
556
|
.e-item .e-de-paste-text::before {
|
|
614
|
-
|
|
615
|
-
content: '\e807';
|
|
557
|
+
content: '\e70f';
|
|
616
558
|
font-family: 'e-icons';
|
|
617
559
|
}
|
|
618
560
|
|
|
619
561
|
.e-item .e-de-paste-source::before {
|
|
620
|
-
|
|
621
|
-
content: '\e84f';
|
|
562
|
+
content: '\e842';
|
|
622
563
|
font-family: 'e-icons';
|
|
623
564
|
}
|
|
624
565
|
|
|
625
566
|
.e-item .e-de-paste-merge::before {
|
|
626
|
-
|
|
627
|
-
content: '\e85d';
|
|
567
|
+
content: '\e752';
|
|
628
568
|
font-family: 'e-icons';
|
|
629
569
|
}
|
|
630
570
|
|
|
631
571
|
.e-btn-icon .e-de-paste::before,
|
|
632
572
|
.e-icon-btn .e-de-paste::before {
|
|
633
|
-
|
|
634
|
-
content: '\e75e';
|
|
573
|
+
content: '\e70b';
|
|
635
574
|
font-family: 'e-icons';
|
|
636
575
|
}
|
|
637
576
|
|
|
638
577
|
.e-item .e-de-paste-column::before {
|
|
639
|
-
content: '\
|
|
578
|
+
content: '\e885';
|
|
640
579
|
}
|
|
641
580
|
|
|
642
581
|
.e-item .e-de-paste-row::before {
|
|
643
|
-
content: '\
|
|
582
|
+
content: '\e884';
|
|
644
583
|
}
|
|
645
584
|
|
|
646
585
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
647
|
-
content: '\
|
|
586
|
+
content: '\e886';
|
|
648
587
|
}
|
|
649
588
|
|
|
650
589
|
.e-item .e-de-paste-nested-table::before {
|
|
651
|
-
content: '\
|
|
590
|
+
content: '\e883';
|
|
652
591
|
}
|
|
653
592
|
|
|
654
593
|
.e-item .e-de-paste-merge-table::before {
|
|
655
|
-
content: '\
|
|
594
|
+
content: '\e882';
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-de-dlg-container {
|
|
598
|
+
padding-bottom: 12px;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.e-de-dlg-row {
|
|
602
|
+
display: -ms-flexbox;
|
|
603
|
+
display: flex;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.e-de-container-row {
|
|
607
|
+
display: -ms-flexbox;
|
|
608
|
+
display: flex;
|
|
609
|
+
padding-bottom: 12px;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.e-de-subcontainer-left {
|
|
613
|
+
padding-right: 6px;
|
|
614
|
+
width: 50%;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.e-de-subcontainer-right {
|
|
618
|
+
padding-left: 6px;
|
|
619
|
+
width: 50%;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.e-de-dlg-tab-first-child {
|
|
623
|
+
padding-top: 6px;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-de-dlg-heading {
|
|
627
|
+
display: block;
|
|
628
|
+
font-size: 14px;
|
|
629
|
+
font-weight: 500;
|
|
630
|
+
margin-bottom: 8px;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.e-rtl .e-de-subcontainer-left {
|
|
634
|
+
padding-left: 6px;
|
|
635
|
+
padding-right: 0;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.e-rtl .e-de-subcontainer-right {
|
|
639
|
+
padding-left: 0;
|
|
640
|
+
padding-right: 6px;
|
|
641
|
+
width: 50%;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.e-bigger .e-de-dlg-container {
|
|
645
|
+
padding-bottom: 16px;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.e-bigger .e-de-container-row {
|
|
649
|
+
padding-bottom: 16px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.e-bigger .e-de-subcontainer-left {
|
|
653
|
+
padding-right: 8px;
|
|
654
|
+
width: 50%;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.e-bigger .e-de-subcontainer-right {
|
|
658
|
+
padding-left: 8px;
|
|
659
|
+
width: 50%;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.e-bigger .e-de-dlg-tab-first-child {
|
|
663
|
+
padding-top: 8px;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
667
|
+
padding-left: 8px;
|
|
668
|
+
padding-right: 0;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
672
|
+
padding-left: 0;
|
|
673
|
+
padding-right: 8px;
|
|
674
|
+
width: 50%;
|
|
656
675
|
}
|
|
657
676
|
|
|
658
677
|
.e-de-blink-cursor {
|
|
@@ -792,7 +811,6 @@
|
|
|
792
811
|
font-weight: 500;
|
|
793
812
|
margin-bottom: 8px;
|
|
794
813
|
color: #6b7280;
|
|
795
|
-
margin-top: 8px;
|
|
796
814
|
}
|
|
797
815
|
|
|
798
816
|
.e-de-ff-dlg-heading-small {
|
|
@@ -826,7 +844,6 @@
|
|
|
826
844
|
.e-de-ff-radio-div {
|
|
827
845
|
display: -ms-inline-flexbox;
|
|
828
846
|
display: inline-flex;
|
|
829
|
-
margin-bottom: 16px;
|
|
830
847
|
margin-right: 16px;
|
|
831
848
|
}
|
|
832
849
|
|
|
@@ -838,7 +855,7 @@
|
|
|
838
855
|
.e-de-ff-radio-scnd-div {
|
|
839
856
|
display: -ms-inline-flexbox;
|
|
840
857
|
display: inline-flex;
|
|
841
|
-
margin-bottom:
|
|
858
|
+
margin-bottom: 0;
|
|
842
859
|
margin-right: 16px;
|
|
843
860
|
}
|
|
844
861
|
|
|
@@ -1140,14 +1157,6 @@
|
|
|
1140
1157
|
float: left;
|
|
1141
1158
|
}
|
|
1142
1159
|
|
|
1143
|
-
.e-de-dlg-sub-header {
|
|
1144
|
-
display: block;
|
|
1145
|
-
font-size: 12px;
|
|
1146
|
-
font-weight: 500;
|
|
1147
|
-
margin-bottom: 4px;
|
|
1148
|
-
margin-top: 0;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
1160
|
.e-de-dlg-footer .e-btn {
|
|
1152
1161
|
margin-left: 10px;
|
|
1153
1162
|
}
|
|
@@ -1260,7 +1269,8 @@
|
|
|
1260
1269
|
}
|
|
1261
1270
|
|
|
1262
1271
|
.e-de-op-more-less {
|
|
1263
|
-
display:
|
|
1272
|
+
display: -ms-inline-flexbox;
|
|
1273
|
+
display: inline-flex;
|
|
1264
1274
|
margin-top: 12px;
|
|
1265
1275
|
}
|
|
1266
1276
|
|
|
@@ -1548,7 +1558,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1548
1558
|
}
|
|
1549
1559
|
|
|
1550
1560
|
.e-documenteditor .e-de-op-close-button {
|
|
1551
|
-
left:
|
|
1561
|
+
left: 250px;
|
|
1552
1562
|
position: absolute;
|
|
1553
1563
|
top: 10px;
|
|
1554
1564
|
}
|
|
@@ -1572,11 +1582,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1572
1582
|
width: 295px;
|
|
1573
1583
|
}
|
|
1574
1584
|
|
|
1575
|
-
.e-bigger .e-de-rp-sub-div,
|
|
1576
|
-
.e-bigger .e-de-rp-whole-header {
|
|
1577
|
-
padding: 16px;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
1585
|
.e-bigger .e-de-rp-stop-div1 {
|
|
1581
1586
|
padding: 12px 16px 12px 16px;
|
|
1582
1587
|
}
|
|
@@ -1585,18 +1590,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1585
1590
|
padding: 16px 16px 24px;
|
|
1586
1591
|
}
|
|
1587
1592
|
|
|
1588
|
-
.e-bigger .e-de-rp-stop-div3 {
|
|
1589
|
-
padding: 0 0 16px 16px;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
.e-bigger .e-de-rp-nav-btn {
|
|
1593
|
-
margin: 0px 25px;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
.e-bigger .e-de-rp-enforce {
|
|
1597
|
-
padding-top: 16px;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
1593
|
.e-bigger .e-de-cmt-sub-container,
|
|
1601
1594
|
.e-bigger .e-de-font-dlg-header,
|
|
1602
1595
|
.e-bigger .e-de-font-dlg-header-effects,
|
|
@@ -1733,10 +1726,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1733
1726
|
width: 46px !important;
|
|
1734
1727
|
}
|
|
1735
1728
|
|
|
1736
|
-
.e-bigger .e-de-rp-nav-btn {
|
|
1737
|
-
width: auto;
|
|
1738
|
-
}
|
|
1739
|
-
|
|
1740
1729
|
.e-bigger .e-de-list-dlg-div.e-de-rtl,
|
|
1741
1730
|
.e-bigger .e-de-list-dlg-subdiv.e-de-rtl {
|
|
1742
1731
|
margin-top: -150px;
|
|
@@ -1801,15 +1790,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1801
1790
|
width: 199px !important;
|
|
1802
1791
|
}
|
|
1803
1792
|
|
|
1804
|
-
.e-bigger .e-de-font-dlg-header-font-color {
|
|
1805
|
-
width: 68px !important;
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
1793
|
.e-bigger .e-de-table-measure-lbl {
|
|
1809
1794
|
width: 90px !important;
|
|
1810
1795
|
}
|
|
1811
1796
|
|
|
1812
|
-
.e-bigger .e-de-dlg-sub-header,
|
|
1813
1797
|
.e-bigger .e-de-list-ddl-subheader,
|
|
1814
1798
|
.e-bigger .e-de-cell-dia-label-common,
|
|
1815
1799
|
.e-bigger .e-de-table-ppty-options-break {
|
|
@@ -1856,7 +1840,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1856
1840
|
.e-bigger .e-de-insert-table-dlg-input,
|
|
1857
1841
|
.e-bigger .e-de-insert-footnote-dlg-header,
|
|
1858
1842
|
.e-bigger .e-de-hyperlink-dlg-input,
|
|
1859
|
-
.e-bigger .e-de-ff-radio-div,
|
|
1860
1843
|
.e-bigger .e-de-style-nametype-div,
|
|
1861
1844
|
.e-bigger .e-de-rp-format,
|
|
1862
1845
|
.e-bigger .e-de-hdr-ftr-frst-page-div,
|
|
@@ -1880,7 +1863,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1880
1863
|
}
|
|
1881
1864
|
|
|
1882
1865
|
.e-bigger .e-de-font-dlg .e-input-group {
|
|
1883
|
-
width:
|
|
1866
|
+
width: max-content !important;
|
|
1884
1867
|
}
|
|
1885
1868
|
|
|
1886
1869
|
.e-bigger .e-de-list-dlg .e-input-group,
|
|
@@ -1906,7 +1889,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1906
1889
|
}
|
|
1907
1890
|
|
|
1908
1891
|
.e-bigger .e-de-rp-enforce-nav:not(.e-de-rp-nav-lbl) {
|
|
1909
|
-
margin: 16px
|
|
1892
|
+
margin: 0 16px 16px 16px;
|
|
1910
1893
|
}
|
|
1911
1894
|
|
|
1912
1895
|
.e-de-style-font-group-button .e-btn:not(button:last-child),
|
|
@@ -1949,10 +1932,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1949
1932
|
font-weight: 500;
|
|
1950
1933
|
}
|
|
1951
1934
|
|
|
1952
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
1953
|
-
margin-bottom: 16px;
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
1935
|
.e-de-page-setup-dlg-first-page-prop {
|
|
1957
1936
|
margin-bottom: 8px;
|
|
1958
1937
|
}
|
|
@@ -1968,7 +1947,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1968
1947
|
.e-de-font-dlg .e-input-group,
|
|
1969
1948
|
.e-de-list-dlg .e-input-group,
|
|
1970
1949
|
.e-de-list-dlg .e-input {
|
|
1971
|
-
width:
|
|
1950
|
+
width: max-content !important;
|
|
1972
1951
|
}
|
|
1973
1952
|
|
|
1974
1953
|
.e-de-list-ddl-subheaderbottom {
|
|
@@ -2016,10 +1995,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2016
1995
|
padding: 0;
|
|
2017
1996
|
}
|
|
2018
1997
|
|
|
2019
|
-
.e-de-enforce .e-de-enforce-dlg-input:last-child {
|
|
2020
|
-
margin-bottom: 0;
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
1998
|
.e-de-table-cell-margin-dlg .e-input-group {
|
|
2024
1999
|
width: 188px !important;
|
|
2025
2000
|
}
|
|
@@ -2038,7 +2013,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2038
2013
|
}
|
|
2039
2014
|
|
|
2040
2015
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
2041
|
-
right:
|
|
2016
|
+
right: 255px;
|
|
2042
2017
|
}
|
|
2043
2018
|
|
|
2044
2019
|
.e-de-table-measure-lbl {
|
|
@@ -2404,12 +2379,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2404
2379
|
}
|
|
2405
2380
|
|
|
2406
2381
|
.e-de-font-dlg {
|
|
2407
|
-
width:
|
|
2382
|
+
width: max-content;
|
|
2408
2383
|
}
|
|
2409
2384
|
|
|
2410
2385
|
.e-de-hyperlink {
|
|
2411
|
-
|
|
2412
|
-
|
|
2386
|
+
width: 250px;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.e-bigger .e-de-hyperlink {
|
|
2390
|
+
width: 300px;
|
|
2413
2391
|
}
|
|
2414
2392
|
|
|
2415
2393
|
.e-de-insert-table {
|
|
@@ -2572,13 +2550,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2572
2550
|
|
|
2573
2551
|
.e-button-custom {
|
|
2574
2552
|
height: 32px;
|
|
2575
|
-
|
|
2576
|
-
width: 70px;
|
|
2553
|
+
width: 100%;
|
|
2577
2554
|
}
|
|
2578
2555
|
|
|
2579
2556
|
.e-bigger .e-button-custom {
|
|
2580
2557
|
height: 37px;
|
|
2581
|
-
width:
|
|
2558
|
+
width: 100%;
|
|
2582
2559
|
}
|
|
2583
2560
|
|
|
2584
2561
|
.e-styles-listview,
|
|
@@ -2704,11 +2681,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2704
2681
|
}
|
|
2705
2682
|
|
|
2706
2683
|
.e-bigger .e-de-style-bold-button-size {
|
|
2707
|
-
margin-left:
|
|
2684
|
+
margin-left: 12px;
|
|
2708
2685
|
}
|
|
2709
2686
|
|
|
2710
2687
|
.e-de-style-bold-button-size {
|
|
2711
|
-
margin-left:
|
|
2688
|
+
margin-left: 12px;
|
|
2712
2689
|
}
|
|
2713
2690
|
|
|
2714
2691
|
.e-de-style-format-dropdwn .e-btn-icon {
|
|
@@ -2716,15 +2693,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2716
2693
|
}
|
|
2717
2694
|
|
|
2718
2695
|
.e-de-style-icon-button-first-size {
|
|
2719
|
-
margin-left:
|
|
2696
|
+
margin-left: 12px;
|
|
2720
2697
|
}
|
|
2721
2698
|
|
|
2722
2699
|
.e-de-style-icon-button-last-size {
|
|
2723
|
-
margin-right:
|
|
2700
|
+
margin-right: 12px;
|
|
2724
2701
|
}
|
|
2725
2702
|
|
|
2726
2703
|
.e-de-style-font-color-picker {
|
|
2727
|
-
margin-left:
|
|
2704
|
+
margin-left: 12px;
|
|
2728
2705
|
}
|
|
2729
2706
|
|
|
2730
2707
|
.e-style-font-fmaily-right {
|
|
@@ -3146,6 +3123,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3146
3123
|
.e-de-rp-sub-content-div {
|
|
3147
3124
|
line-height: 1.5;
|
|
3148
3125
|
font-size: 12px;
|
|
3126
|
+
margin-bottom: 8px;
|
|
3149
3127
|
}
|
|
3150
3128
|
|
|
3151
3129
|
.e-de-bullet-icons {
|
|
@@ -3200,7 +3178,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3200
3178
|
}
|
|
3201
3179
|
|
|
3202
3180
|
.e-bigger .e-de-font-dlg {
|
|
3203
|
-
width:
|
|
3181
|
+
width: max-content;
|
|
3204
3182
|
}
|
|
3205
3183
|
|
|
3206
3184
|
.e-bigger .e-para-dlg-sub-height {
|
|
@@ -3230,6 +3208,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3230
3208
|
|
|
3231
3209
|
.e-bigger .e-de-rp-header {
|
|
3232
3210
|
font-size: 16px;
|
|
3211
|
+
width: 75%;
|
|
3233
3212
|
}
|
|
3234
3213
|
|
|
3235
3214
|
.e-de-restrict-format {
|
|
@@ -3257,6 +3236,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3257
3236
|
font-weight: 500;
|
|
3258
3237
|
opacity: 0.87;
|
|
3259
3238
|
color: #374151;
|
|
3239
|
+
width: 75%;
|
|
3260
3240
|
}
|
|
3261
3241
|
|
|
3262
3242
|
.e-de-rp-nav-btn,
|
|
@@ -3264,25 +3244,20 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3264
3244
|
opacity: 0.87;
|
|
3265
3245
|
border-radius: 2px;
|
|
3266
3246
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
3267
|
-
height: 36px;
|
|
3268
|
-
margin: 0 12px !important;
|
|
3269
3247
|
}
|
|
3270
3248
|
|
|
3271
3249
|
.e-bigger .e-de-rp-btn-enforce {
|
|
3272
|
-
margin: 0;
|
|
3273
3250
|
padding-left: 10px;
|
|
3274
3251
|
padding-right: 10px;
|
|
3275
3252
|
}
|
|
3276
3253
|
|
|
3277
3254
|
.e-de-rp-nav-btn {
|
|
3278
|
-
|
|
3255
|
+
width: auto;
|
|
3279
3256
|
}
|
|
3280
3257
|
|
|
3281
3258
|
.e-de-rp-btn-stop-enforce {
|
|
3282
3259
|
border-radius: 2px;
|
|
3283
3260
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
3284
|
-
height: 36px;
|
|
3285
|
-
margin: 0 65px;
|
|
3286
3261
|
}
|
|
3287
3262
|
|
|
3288
3263
|
.e-de-rp-sub-div {
|
|
@@ -3293,6 +3268,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3293
3268
|
.e-de-restrict-pane {
|
|
3294
3269
|
padding-left: 0;
|
|
3295
3270
|
padding-top: 0;
|
|
3271
|
+
padding-right: 0;
|
|
3296
3272
|
}
|
|
3297
3273
|
|
|
3298
3274
|
.e-de-rp-whole-header {
|
|
@@ -3305,15 +3281,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3305
3281
|
border-radius: 2px;
|
|
3306
3282
|
font-size: 12px;
|
|
3307
3283
|
height: 110px;
|
|
3308
|
-
width: 238px;
|
|
3309
3284
|
}
|
|
3310
3285
|
|
|
3311
3286
|
.e-de-rp-enforce {
|
|
3312
|
-
padding
|
|
3287
|
+
padding: 12px;
|
|
3313
3288
|
}
|
|
3314
3289
|
|
|
3315
3290
|
.e-de-rp-enforce-nav {
|
|
3316
|
-
margin: 12px
|
|
3291
|
+
margin: 0 12px 12px 12px;
|
|
3317
3292
|
}
|
|
3318
3293
|
|
|
3319
3294
|
.e-de-enforce-dlg-title {
|
|
@@ -3324,7 +3299,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3324
3299
|
|
|
3325
3300
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
3326
3301
|
height: 32px;
|
|
3327
|
-
margin-bottom: 12px;
|
|
3328
3302
|
width: 300px;
|
|
3329
3303
|
}
|
|
3330
3304
|
|
|
@@ -3345,6 +3319,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3345
3319
|
|
|
3346
3320
|
.e-de-user-dlg-list {
|
|
3347
3321
|
margin-bottom: 12px;
|
|
3322
|
+
display: -ms-inline-flexbox;
|
|
3323
|
+
display: inline-flex;
|
|
3348
3324
|
}
|
|
3349
3325
|
|
|
3350
3326
|
.e-de-user-listview {
|
|
@@ -3379,26 +3355,23 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3379
3355
|
padding: 12px 12px 24px;
|
|
3380
3356
|
}
|
|
3381
3357
|
|
|
3382
|
-
.e-de-rp-stop-div3 {
|
|
3383
|
-
padding: 0 0 12px 12px;
|
|
3384
|
-
}
|
|
3385
|
-
|
|
3386
3358
|
.e-de-rp-close-icon {
|
|
3387
3359
|
float: right;
|
|
3388
3360
|
position: relative;
|
|
3389
|
-
top: -
|
|
3390
|
-
|
|
3361
|
+
top: -2px;
|
|
3362
|
+
right: -14px;
|
|
3391
3363
|
}
|
|
3392
3364
|
|
|
3393
3365
|
.e-de-restrict-pane {
|
|
3394
3366
|
height: 100%;
|
|
3395
3367
|
overflow: auto;
|
|
3368
|
+
overflow-x: hidden;
|
|
3396
3369
|
width: 280px;
|
|
3397
3370
|
}
|
|
3398
3371
|
|
|
3399
3372
|
.e-de-rp-nav-lbl {
|
|
3400
3373
|
font-size: 13px;
|
|
3401
|
-
margin: 0
|
|
3374
|
+
margin: 0 12px;
|
|
3402
3375
|
}
|
|
3403
3376
|
|
|
3404
3377
|
.e-documenteditor-optionspane {
|
|
@@ -3431,7 +3404,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3431
3404
|
border: 1px solid #e5e7eb;
|
|
3432
3405
|
border-radius: 2px;
|
|
3433
3406
|
margin: 0;
|
|
3434
|
-
padding:
|
|
3407
|
+
padding: 12px;
|
|
3435
3408
|
}
|
|
3436
3409
|
|
|
3437
3410
|
.e-de-cmt-view {
|
|
@@ -3440,7 +3413,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3440
3413
|
|
|
3441
3414
|
.e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3442
3415
|
border-left: 3px solid #4f46e5;
|
|
3443
|
-
padding-left:
|
|
3416
|
+
padding-left: 10px;
|
|
3444
3417
|
}
|
|
3445
3418
|
|
|
3446
3419
|
.e-de-tc-outer {
|
|
@@ -3516,7 +3489,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3516
3489
|
color: #4d841e;
|
|
3517
3490
|
padding: 5px 4px;
|
|
3518
3491
|
text-transform: initial;
|
|
3519
|
-
width: 66px;
|
|
3520
3492
|
}
|
|
3521
3493
|
|
|
3522
3494
|
.e-btn.e-outline.e-de-track-accept-button:hover {
|
|
@@ -3525,7 +3497,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3525
3497
|
color: #fff;
|
|
3526
3498
|
padding: 5px 4px;
|
|
3527
3499
|
text-transform: initial;
|
|
3528
|
-
width: 66px;
|
|
3529
3500
|
}
|
|
3530
3501
|
|
|
3531
3502
|
.e-btn.e-outline.e-de-track-reject-button {
|
|
@@ -3535,7 +3506,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3535
3506
|
padding: 5px 6px;
|
|
3536
3507
|
margin-left: 8px;
|
|
3537
3508
|
text-transform: initial;
|
|
3538
|
-
width: 64px;
|
|
3539
3509
|
}
|
|
3540
3510
|
|
|
3541
3511
|
.e-btn.e-outline.e-de-track-reject-button:hover {
|
|
@@ -3545,7 +3515,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3545
3515
|
padding: 5px 6px;
|
|
3546
3516
|
margin-left: 8px;
|
|
3547
3517
|
text-transform: initial;
|
|
3548
|
-
width: 64px;
|
|
3549
3518
|
}
|
|
3550
3519
|
|
|
3551
3520
|
.e-de-track-chngs-count {
|
|
@@ -3637,7 +3606,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3637
3606
|
|
|
3638
3607
|
.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3639
3608
|
border-left: 2px solid #4f46e5;
|
|
3640
|
-
padding-left:
|
|
3609
|
+
padding-left: 11px;
|
|
3641
3610
|
}
|
|
3642
3611
|
|
|
3643
3612
|
.e-de-cmt-author {
|
|
@@ -3649,8 +3618,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3649
3618
|
.e-de-cmt-author-name {
|
|
3650
3619
|
font-size: 14px;
|
|
3651
3620
|
font-weight: 500;
|
|
3652
|
-
padding-left:
|
|
3653
|
-
padding-left: 8px;
|
|
3621
|
+
padding-left: 12px;
|
|
3654
3622
|
width: 90%;
|
|
3655
3623
|
}
|
|
3656
3624
|
|
|
@@ -3688,7 +3656,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3688
3656
|
border: none;
|
|
3689
3657
|
border-top: 1px solid #e5e7eb;
|
|
3690
3658
|
border-radius: 0px;
|
|
3691
|
-
margin: 12px
|
|
3659
|
+
margin: 12px 8px 0 8px;
|
|
3692
3660
|
padding: 0px;
|
|
3693
3661
|
}
|
|
3694
3662
|
|
|
@@ -3717,9 +3685,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3717
3685
|
|
|
3718
3686
|
.e-de-cmt-post-btn.e-btn.e-flat,
|
|
3719
3687
|
.e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3720
|
-
height:
|
|
3688
|
+
height: 33px;
|
|
3721
3689
|
margin-left: 8px;
|
|
3722
3690
|
width: 38px;
|
|
3691
|
+
padding-top: 7px;
|
|
3692
|
+
padding-left: 9px;
|
|
3723
3693
|
}
|
|
3724
3694
|
|
|
3725
3695
|
.e-de-cmt-resolved .e-de-cmt-author-name,
|
|
@@ -3794,7 +3764,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3794
3764
|
}
|
|
3795
3765
|
|
|
3796
3766
|
.e-de-cmt-rply-view {
|
|
3797
|
-
margin-top:
|
|
3767
|
+
margin-top: 16px;
|
|
3798
3768
|
}
|
|
3799
3769
|
|
|
3800
3770
|
.e-de-cmt-resolve-btn {
|
|
@@ -3808,6 +3778,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3808
3778
|
|
|
3809
3779
|
.e-rtl .e-de-rp-close-icon {
|
|
3810
3780
|
float: left;
|
|
3781
|
+
right: 14px;
|
|
3811
3782
|
}
|
|
3812
3783
|
|
|
3813
3784
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
@@ -3817,15 +3788,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3817
3788
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3818
3789
|
border-left: 1px solid #e5e7eb;
|
|
3819
3790
|
border-right: 3px solid #4f46e5;
|
|
3820
|
-
padding-left:
|
|
3821
|
-
padding-right:
|
|
3791
|
+
padding-left: 12px;
|
|
3792
|
+
padding-right: 10px;
|
|
3822
3793
|
}
|
|
3823
3794
|
|
|
3824
3795
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3825
3796
|
border-left: 1px solid #e5e7eb;
|
|
3826
3797
|
border-right: 2px solid #4f46e5;
|
|
3827
|
-
padding-left:
|
|
3828
|
-
padding-right:
|
|
3798
|
+
padding-left: 12px;
|
|
3799
|
+
padding-right: 11px;
|
|
3829
3800
|
}
|
|
3830
3801
|
|
|
3831
3802
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
@@ -3859,7 +3830,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3859
3830
|
.e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3860
3831
|
height: 36px;
|
|
3861
3832
|
margin-left: 12px;
|
|
3862
|
-
width:
|
|
3833
|
+
width: 46px;
|
|
3834
|
+
padding-top: 7px;
|
|
3835
|
+
padding-left: 11px;
|
|
3863
3836
|
}
|
|
3864
3837
|
|
|
3865
3838
|
.e-bigger .e-de-cp-whole-header {
|
|
@@ -3868,9 +3841,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3868
3841
|
padding-right: 8px;
|
|
3869
3842
|
}
|
|
3870
3843
|
|
|
3844
|
+
.e-bigger .e-de-rp-close-icon {
|
|
3845
|
+
float: right;
|
|
3846
|
+
position: relative;
|
|
3847
|
+
top: -5px;
|
|
3848
|
+
right: -19px;
|
|
3849
|
+
}
|
|
3850
|
+
|
|
3871
3851
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3872
3852
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3873
3853
|
margin-right: 12px;
|
|
3854
|
+
padding-bottom: 7px;
|
|
3855
|
+
padding-right: 11px;
|
|
3874
3856
|
}
|
|
3875
3857
|
|
|
3876
3858
|
.e-de-close-icon.e-btn {
|
|
@@ -3904,6 +3886,86 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3904
3886
|
top: 0;
|
|
3905
3887
|
}
|
|
3906
3888
|
|
|
3889
|
+
.e-de-rp-mu-btn {
|
|
3890
|
+
margin-top: 3px;
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
.e-rtl .e-de-cmt-author-name {
|
|
3894
|
+
padding-left: 0%;
|
|
3895
|
+
padding-right: 12px;
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3898
|
+
.e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3899
|
+
.e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3900
|
+
padding-bottom: 7px;
|
|
3901
|
+
padding-right: 9px;
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3904
|
+
.e-bigger .e-de-cmt-author-name {
|
|
3905
|
+
padding-left: 16px;
|
|
3906
|
+
}
|
|
3907
|
+
|
|
3908
|
+
.e-bigger .e-de-cmt-rply-view {
|
|
3909
|
+
margin-top: 24px;
|
|
3910
|
+
}
|
|
3911
|
+
|
|
3912
|
+
.e-bigger .e-de-cmt-sub-container {
|
|
3913
|
+
padding: 16px;
|
|
3914
|
+
}
|
|
3915
|
+
|
|
3916
|
+
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3917
|
+
padding-left: 14px;
|
|
3918
|
+
}
|
|
3919
|
+
|
|
3920
|
+
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3921
|
+
padding-left: 15px;
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3925
|
+
padding: 0%;
|
|
3926
|
+
}
|
|
3927
|
+
|
|
3928
|
+
.e-bigger .e-de-rp-nav-btn {
|
|
3929
|
+
width: auto;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3932
|
+
.e-bigger .e-de-rp-whole-header {
|
|
3933
|
+
padding: 16px;
|
|
3934
|
+
}
|
|
3935
|
+
|
|
3936
|
+
.e-bigger .e-de-rp-sub-div {
|
|
3937
|
+
border-bottom: 1px solid #e5e7eb;
|
|
3938
|
+
padding: 16px;
|
|
3939
|
+
}
|
|
3940
|
+
|
|
3941
|
+
.e-bigger .e-de-rp-enforce {
|
|
3942
|
+
padding: 16px;
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3945
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3946
|
+
width: 300px;
|
|
3947
|
+
}
|
|
3948
|
+
|
|
3949
|
+
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3950
|
+
padding-left: 0%;
|
|
3951
|
+
padding-right: 16px;
|
|
3952
|
+
}
|
|
3953
|
+
|
|
3954
|
+
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3955
|
+
padding-left: 16px;
|
|
3956
|
+
padding-right: 14px;
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3960
|
+
padding-left: 16px;
|
|
3961
|
+
padding-right: 15px;
|
|
3962
|
+
}
|
|
3963
|
+
|
|
3964
|
+
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3965
|
+
float: left;
|
|
3966
|
+
right: 19px;
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3907
3969
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3908
3970
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3909
3971
|
font-size: 14px;
|
|
@@ -3919,7 +3981,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3919
3981
|
font-size: 14px;
|
|
3920
3982
|
font-weight: 500;
|
|
3921
3983
|
margin-bottom: 8px;
|
|
3922
|
-
margin-top: 0;
|
|
3923
3984
|
line-height: 22px;
|
|
3924
3985
|
}
|
|
3925
3986
|
|
|
@@ -3964,7 +4025,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3964
4025
|
font-size: 12px;
|
|
3965
4026
|
font-weight: 500;
|
|
3966
4027
|
margin-bottom: 4px;
|
|
3967
|
-
margin-top: 0;
|
|
3968
4028
|
}
|
|
3969
4029
|
|
|
3970
4030
|
.e-bigger .e-de-rtl-btn-div {
|
|
@@ -3983,8 +4043,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3983
4043
|
display: block;
|
|
3984
4044
|
font-size: 14px;
|
|
3985
4045
|
font-weight: 500;
|
|
3986
|
-
margin-bottom:
|
|
3987
|
-
margin-top: 0;
|
|
4046
|
+
margin-bottom: 4px;
|
|
3988
4047
|
opacity: 87%;
|
|
3989
4048
|
line-height: 22px;
|
|
3990
4049
|
}
|
|
@@ -4030,7 +4089,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4030
4089
|
font-size: 12px;
|
|
4031
4090
|
font-weight: 500;
|
|
4032
4091
|
margin-bottom: 4px;
|
|
4033
|
-
margin-top: 0;
|
|
4034
4092
|
}
|
|
4035
4093
|
|
|
4036
4094
|
.e-de-rtl-btn-div {
|