@syncfusion/ej2-angular-documenteditor 20.1.52 → 20.1.55
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 +2 -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 +260 -463
- package/styles/bootstrap.css +260 -465
- package/styles/bootstrap4.css +259 -489
- package/styles/bootstrap5-dark.css +267 -500
- package/styles/bootstrap5.css +267 -500
- package/styles/document-editor/bootstrap-dark.css +148 -248
- package/styles/document-editor/bootstrap.css +148 -248
- package/styles/document-editor/bootstrap4.css +147 -255
- package/styles/document-editor/bootstrap5-dark.css +157 -272
- package/styles/document-editor/bootstrap5.css +157 -272
- package/styles/document-editor/fabric-dark.css +148 -248
- package/styles/document-editor/fabric.css +148 -248
- package/styles/document-editor/fluent-dark.css +157 -268
- package/styles/document-editor/fluent.css +157 -268
- package/styles/document-editor/highcontrast-light.css +241 -296
- package/styles/document-editor/highcontrast.css +149 -249
- package/styles/document-editor/material-dark.css +147 -246
- package/styles/document-editor/material.css +148 -247
- package/styles/document-editor/tailwind-dark.css +157 -304
- package/styles/document-editor/tailwind.css +157 -304
- package/styles/document-editor-container/bootstrap-dark.css +113 -216
- package/styles/document-editor-container/bootstrap.css +113 -218
- package/styles/document-editor-container/bootstrap4.css +113 -235
- package/styles/document-editor-container/bootstrap5-dark.css +111 -229
- package/styles/document-editor-container/bootstrap5.css +111 -229
- package/styles/document-editor-container/fabric-dark.css +113 -214
- package/styles/document-editor-container/fabric.css +113 -214
- package/styles/document-editor-container/fluent-dark.css +111 -225
- package/styles/document-editor-container/fluent.css +111 -225
- package/styles/document-editor-container/highcontrast-light.css +207 -329
- package/styles/document-editor-container/highcontrast.css +113 -214
- package/styles/document-editor-container/material-dark.css +113 -215
- package/styles/document-editor-container/material.css +113 -216
- package/styles/document-editor-container/tailwind-dark.css +109 -219
- package/styles/document-editor-container/tailwind.css +109 -219
- package/styles/fabric-dark.css +260 -461
- package/styles/fabric.css +260 -461
- package/styles/fluent-dark.css +267 -492
- package/styles/fluent.css +267 -492
- package/styles/highcontrast-light.css +353 -509
- package/styles/highcontrast.css +261 -462
- package/styles/material-dark.css +259 -460
- package/styles/material.css +260 -462
- package/styles/tailwind-dark.css +265 -522
- package/styles/tailwind.css +265 -522
|
@@ -1,127 +1,108 @@
|
|
|
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:
|
|
5
|
-
font-family:
|
|
4
|
+
content: "\e7e7";
|
|
5
|
+
font-family: "e-icons";
|
|
6
6
|
font-size: 14px;
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
10
|
-
content:
|
|
11
|
-
font-family:
|
|
9
|
+
content: "\e754";
|
|
10
|
+
font-family: "e-icons";
|
|
12
11
|
}
|
|
13
|
-
|
|
14
12
|
.e-documenteditor .e-arrow-up::before {
|
|
15
|
-
content:
|
|
16
|
-
font-family:
|
|
13
|
+
content: "\e87a";
|
|
14
|
+
font-family: "e-icons";
|
|
17
15
|
}
|
|
18
|
-
|
|
19
16
|
.e-documenteditor .e-arrow-down::before {
|
|
20
|
-
content:
|
|
21
|
-
font-family:
|
|
17
|
+
content: "\e70d";
|
|
18
|
+
font-family: "e-icons";
|
|
22
19
|
}
|
|
23
|
-
|
|
24
20
|
.e-documenteditor .e-de-op .e-de-op-close-icon {
|
|
25
21
|
height: 20px;
|
|
26
22
|
}
|
|
27
|
-
|
|
28
23
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
29
|
-
content:
|
|
30
|
-
font-family:
|
|
24
|
+
content: "\e7e7";
|
|
25
|
+
font-family: "e-icons";
|
|
31
26
|
}
|
|
32
|
-
|
|
33
27
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
34
28
|
color: #6b7280;
|
|
35
|
-
content:
|
|
36
|
-
font-family:
|
|
29
|
+
content: "\e7e7";
|
|
30
|
+
font-family: "e-icons";
|
|
37
31
|
}
|
|
38
|
-
|
|
39
32
|
.e-documenteditor .e-de-new-cmt::before {
|
|
40
|
-
content:
|
|
41
|
-
font-family:
|
|
33
|
+
content: "\e805";
|
|
34
|
+
font-family: "e-icons";
|
|
42
35
|
}
|
|
43
|
-
|
|
44
36
|
.e-documenteditor .e-de-menu-icon::before {
|
|
45
|
-
content:
|
|
46
|
-
font-family:
|
|
37
|
+
content: "\e770";
|
|
38
|
+
font-family: "e-icons";
|
|
47
39
|
}
|
|
48
|
-
|
|
49
40
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
50
41
|
color: #6b7280;
|
|
51
|
-
content:
|
|
52
|
-
font-family:
|
|
42
|
+
content: "\e733";
|
|
43
|
+
font-family: "e-icons";
|
|
53
44
|
font-size: 13px;
|
|
54
45
|
}
|
|
55
|
-
|
|
56
46
|
.e-documenteditor .e-de-cmt-post::before {
|
|
57
|
-
content:
|
|
58
|
-
font-family:
|
|
47
|
+
content: "\e71d";
|
|
48
|
+
font-family: "e-icons";
|
|
59
49
|
}
|
|
60
|
-
|
|
61
50
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
62
51
|
color: #6b7280;
|
|
63
|
-
content:
|
|
64
|
-
font-family:
|
|
52
|
+
content: "\e85e";
|
|
53
|
+
font-family: "e-icons";
|
|
65
54
|
}
|
|
66
|
-
|
|
67
55
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
68
|
-
content:
|
|
69
|
-
font-family:
|
|
56
|
+
content: "\e7e7";
|
|
57
|
+
font-family: "e-icons";
|
|
70
58
|
}
|
|
71
|
-
|
|
72
59
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
73
|
-
content:
|
|
74
|
-
font-family:
|
|
60
|
+
content: "\e820";
|
|
61
|
+
font-family: "e-icons";
|
|
75
62
|
}
|
|
76
|
-
|
|
77
63
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
78
|
-
content:
|
|
79
|
-
font-family:
|
|
64
|
+
content: "\e782";
|
|
65
|
+
font-family: "e-icons";
|
|
80
66
|
}
|
|
81
|
-
|
|
82
67
|
.e-documenteditor .e-de-nav-up::before {
|
|
83
|
-
content:
|
|
84
|
-
font-family:
|
|
68
|
+
content: "\e7dd";
|
|
69
|
+
font-family: "e-icons";
|
|
85
70
|
}
|
|
86
|
-
|
|
87
71
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
88
|
-
content:
|
|
89
|
-
font-family:
|
|
72
|
+
content: "\e748";
|
|
73
|
+
font-family: "e-icons";
|
|
90
74
|
}
|
|
91
|
-
|
|
92
75
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
93
|
-
content:
|
|
94
|
-
font-family:
|
|
76
|
+
content: "\e765";
|
|
77
|
+
font-family: "e-icons";
|
|
95
78
|
}
|
|
96
|
-
|
|
97
79
|
.e-documenteditor .e-de-save-icon::before {
|
|
98
|
-
content:
|
|
99
|
-
font-family:
|
|
80
|
+
content: "\e774";
|
|
81
|
+
font-family: "e-icons";
|
|
100
82
|
}
|
|
101
|
-
|
|
102
83
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
103
|
-
content:
|
|
104
|
-
font-family:
|
|
84
|
+
content: "\e7e7";
|
|
85
|
+
font-family: "e-icons";
|
|
105
86
|
}
|
|
106
87
|
|
|
107
88
|
.e-de-ctn-title-print::before {
|
|
108
|
-
content:
|
|
89
|
+
content: "\e75d";
|
|
109
90
|
}
|
|
110
91
|
|
|
111
92
|
.e-de-acceptchange::before {
|
|
112
93
|
color: #6b7280;
|
|
113
|
-
content:
|
|
114
|
-
font-family:
|
|
94
|
+
content: "\e7a8";
|
|
95
|
+
font-family: "e-icons";
|
|
115
96
|
}
|
|
116
97
|
|
|
117
98
|
.e-de-rejectchange::before {
|
|
118
99
|
color: #6b7280;
|
|
119
|
-
content:
|
|
120
|
-
font-family:
|
|
100
|
+
content: "\e815";
|
|
101
|
+
font-family: "e-icons";
|
|
121
102
|
}
|
|
122
103
|
|
|
123
104
|
.e-de-ctn-title-download::before {
|
|
124
|
-
content:
|
|
105
|
+
content: "\e7a1";
|
|
125
106
|
}
|
|
126
107
|
|
|
127
108
|
.e-de-table-properties-alignment:hover {
|
|
@@ -142,40 +123,40 @@
|
|
|
142
123
|
|
|
143
124
|
.e-de-table-left-alignment::before {
|
|
144
125
|
color: #6b7280;
|
|
145
|
-
content:
|
|
126
|
+
content: "\e7f6";
|
|
146
127
|
font-size: 46px;
|
|
147
128
|
}
|
|
148
129
|
|
|
149
130
|
.e-de-table-center-alignment::before {
|
|
150
131
|
color: #6b7280;
|
|
151
|
-
content:
|
|
132
|
+
content: "\e7f1";
|
|
152
133
|
font-size: 46px;
|
|
153
134
|
}
|
|
154
135
|
|
|
155
136
|
.e-de-table-right-alignment::before {
|
|
156
137
|
color: #6b7280;
|
|
157
|
-
content:
|
|
138
|
+
content: "\e703";
|
|
158
139
|
font-size: 46px;
|
|
159
140
|
}
|
|
160
141
|
|
|
161
142
|
.e-de-tablecell-top-alignment::before {
|
|
162
143
|
color: #6b7280;
|
|
163
|
-
content:
|
|
164
|
-
font-family:
|
|
144
|
+
content: "\e775";
|
|
145
|
+
font-family: "e-icons";
|
|
165
146
|
font-size: 51px;
|
|
166
147
|
}
|
|
167
148
|
|
|
168
149
|
.e-de-tablecell-center-alignment::before {
|
|
169
150
|
color: #6b7280;
|
|
170
|
-
content:
|
|
171
|
-
font-family:
|
|
151
|
+
content: "\e7e5";
|
|
152
|
+
font-family: "e-icons";
|
|
172
153
|
font-size: 51px;
|
|
173
154
|
}
|
|
174
155
|
|
|
175
156
|
.e-de-tablecell-bottom-alignment::before {
|
|
176
157
|
color: #6b7280;
|
|
177
|
-
content:
|
|
178
|
-
font-family:
|
|
158
|
+
content: "\e7d9";
|
|
159
|
+
font-family: "e-icons";
|
|
179
160
|
font-size: 51px;
|
|
180
161
|
}
|
|
181
162
|
|
|
@@ -225,14 +206,14 @@
|
|
|
225
206
|
|
|
226
207
|
.e-de-table-border-none-setting::before {
|
|
227
208
|
color: #6b7280;
|
|
228
|
-
content:
|
|
209
|
+
content: "\e7eb";
|
|
229
210
|
font-size: 46px;
|
|
230
211
|
position: absolute;
|
|
231
212
|
}
|
|
232
213
|
|
|
233
214
|
.e-de-table-border-box-setting::before {
|
|
234
215
|
color: #6b7280;
|
|
235
|
-
content:
|
|
216
|
+
content: "\e834";
|
|
236
217
|
font-size: 42px;
|
|
237
218
|
left: 2px;
|
|
238
219
|
position: absolute;
|
|
@@ -241,8 +222,8 @@
|
|
|
241
222
|
|
|
242
223
|
.e-de-table-border-all-setting::before {
|
|
243
224
|
color: #6b7280;
|
|
244
|
-
content:
|
|
245
|
-
font-family:
|
|
225
|
+
content: "\e7e8";
|
|
226
|
+
font-family: "e-icons";
|
|
246
227
|
font-size: 42px;
|
|
247
228
|
left: 2px;
|
|
248
229
|
position: absolute;
|
|
@@ -251,7 +232,7 @@
|
|
|
251
232
|
|
|
252
233
|
.e-de-table-border-custom-setting::before {
|
|
253
234
|
color: #6b7280;
|
|
254
|
-
content:
|
|
235
|
+
content: "\e7d5";
|
|
255
236
|
font-size: 42px;
|
|
256
237
|
left: 2px;
|
|
257
238
|
position: absolute;
|
|
@@ -260,8 +241,8 @@
|
|
|
260
241
|
|
|
261
242
|
.e-de-table-border-toptop-alignment::before {
|
|
262
243
|
color: #6b7280;
|
|
263
|
-
content:
|
|
264
|
-
font-family:
|
|
244
|
+
content: "\e7e0";
|
|
245
|
+
font-family: "e-icons";
|
|
265
246
|
font-size: 16px;
|
|
266
247
|
left: 4px;
|
|
267
248
|
position: absolute;
|
|
@@ -270,7 +251,7 @@
|
|
|
270
251
|
|
|
271
252
|
.e-de-table-border-topcenter-alignment::before {
|
|
272
253
|
color: #6b7280;
|
|
273
|
-
content:
|
|
254
|
+
content: "\e83b";
|
|
274
255
|
font-size: 16px;
|
|
275
256
|
left: 4px;
|
|
276
257
|
position: absolute;
|
|
@@ -279,7 +260,7 @@
|
|
|
279
260
|
|
|
280
261
|
.e-de-table-border-topbottom-alignment::before {
|
|
281
262
|
color: #6b7280;
|
|
282
|
-
content:
|
|
263
|
+
content: "\e766";
|
|
283
264
|
font-size: 16px;
|
|
284
265
|
left: 4px;
|
|
285
266
|
position: absolute;
|
|
@@ -288,7 +269,7 @@
|
|
|
288
269
|
|
|
289
270
|
.e-de-table-border-diagionalup-alignment::before {
|
|
290
271
|
color: #6b7280;
|
|
291
|
-
content:
|
|
272
|
+
content: "\e79d";
|
|
292
273
|
font-size: 16px;
|
|
293
274
|
left: 4px;
|
|
294
275
|
position: absolute;
|
|
@@ -297,7 +278,7 @@
|
|
|
297
278
|
|
|
298
279
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
299
280
|
color: #6b7280;
|
|
300
|
-
content:
|
|
281
|
+
content: "\e784";
|
|
301
282
|
font-size: 16px;
|
|
302
283
|
left: 4px;
|
|
303
284
|
position: absolute;
|
|
@@ -306,7 +287,7 @@
|
|
|
306
287
|
|
|
307
288
|
.e-de-table-border-bottomleft-alignment::before {
|
|
308
289
|
color: #6b7280;
|
|
309
|
-
content:
|
|
290
|
+
content: "\e806";
|
|
310
291
|
font-size: 16px;
|
|
311
292
|
left: 4px;
|
|
312
293
|
position: absolute;
|
|
@@ -315,7 +296,7 @@
|
|
|
315
296
|
|
|
316
297
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
317
298
|
color: #6b7280;
|
|
318
|
-
content:
|
|
299
|
+
content: "\e792";
|
|
319
300
|
font-size: 16px;
|
|
320
301
|
left: 4px;
|
|
321
302
|
position: absolute;
|
|
@@ -324,7 +305,7 @@
|
|
|
324
305
|
|
|
325
306
|
.e-de-table-border-bottomright-alignment::before {
|
|
326
307
|
color: #6b7280;
|
|
327
|
-
content:
|
|
308
|
+
content: "\e7ab";
|
|
328
309
|
font-size: 16px;
|
|
329
310
|
left: 4px;
|
|
330
311
|
position: absolute;
|
|
@@ -332,266 +313,266 @@
|
|
|
332
313
|
}
|
|
333
314
|
|
|
334
315
|
.e-menu-item .e-de-cmt-add::before {
|
|
335
|
-
content:
|
|
316
|
+
content: "\e82c";
|
|
336
317
|
}
|
|
337
318
|
|
|
338
319
|
.e-menu-item .e-de-cut::before {
|
|
339
|
-
content:
|
|
320
|
+
content: "\e7fb";
|
|
340
321
|
}
|
|
341
322
|
|
|
342
323
|
.e-menu-item .e-de-spellcheck::before {
|
|
343
|
-
content:
|
|
324
|
+
content: "\e7f0";
|
|
344
325
|
}
|
|
345
326
|
|
|
346
327
|
.e-menu-item .e-de-copy::before {
|
|
347
|
-
content:
|
|
328
|
+
content: "\e77c";
|
|
348
329
|
}
|
|
349
330
|
|
|
350
331
|
.e-menu-item .e-de-paste::before {
|
|
351
|
-
content:
|
|
332
|
+
content: "\e70b";
|
|
352
333
|
}
|
|
353
334
|
|
|
354
335
|
.e-menu-item .e-de-continue-numbering::before {
|
|
355
|
-
content:
|
|
336
|
+
content: "\e718";
|
|
356
337
|
}
|
|
357
338
|
|
|
358
339
|
.e-menu-item .e-de-restart-at::before {
|
|
359
|
-
content:
|
|
340
|
+
content: "\e715";
|
|
360
341
|
}
|
|
361
342
|
|
|
362
343
|
.e-menu-item .e-de-insertlink::before {
|
|
363
|
-
content:
|
|
344
|
+
content: "\e757";
|
|
364
345
|
}
|
|
365
346
|
|
|
366
347
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
367
|
-
content:
|
|
348
|
+
content: "\e797";
|
|
368
349
|
}
|
|
369
350
|
|
|
370
351
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
371
|
-
content:
|
|
352
|
+
content: "\e745";
|
|
372
353
|
}
|
|
373
354
|
|
|
374
355
|
.e-menu-item .e-de-open-properties::before {
|
|
375
|
-
content:
|
|
356
|
+
content: "\e77e";
|
|
376
357
|
}
|
|
377
358
|
|
|
378
359
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
379
|
-
content:
|
|
360
|
+
content: "\e722";
|
|
380
361
|
}
|
|
381
362
|
|
|
382
363
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
383
|
-
content:
|
|
364
|
+
content: "\e80c";
|
|
384
365
|
}
|
|
385
366
|
|
|
386
367
|
.e-menu-item .e-de-fonts::before {
|
|
387
|
-
content:
|
|
368
|
+
content: "\e76f";
|
|
388
369
|
}
|
|
389
370
|
|
|
390
371
|
.e-menu-item .e-de-paragraph::before {
|
|
391
|
-
content:
|
|
372
|
+
content: "\e7b8";
|
|
392
373
|
}
|
|
393
374
|
|
|
394
375
|
.e-menu-item .e-de-table::before {
|
|
395
|
-
content:
|
|
376
|
+
content: "\e7d1";
|
|
396
377
|
}
|
|
397
378
|
|
|
398
379
|
.e-menu-item .e-de-insertabove::before {
|
|
399
|
-
content:
|
|
380
|
+
content: "\e836";
|
|
400
381
|
}
|
|
401
382
|
|
|
402
383
|
.e-menu-item .e-de-insertbelow::before {
|
|
403
|
-
content:
|
|
384
|
+
content: "\e801";
|
|
404
385
|
}
|
|
405
386
|
|
|
406
387
|
.e-menu-item .e-de-insertleft::before {
|
|
407
|
-
content:
|
|
388
|
+
content: "\e78b";
|
|
408
389
|
}
|
|
409
390
|
|
|
410
391
|
.e-menu-item .e-de-insertright::before {
|
|
411
|
-
content:
|
|
392
|
+
content: "\e70e";
|
|
412
393
|
}
|
|
413
394
|
|
|
414
395
|
.e-menu-item .e-de-delete-table::before {
|
|
415
|
-
content:
|
|
396
|
+
content: "\e811";
|
|
416
397
|
}
|
|
417
398
|
|
|
418
399
|
.e-menu-item .e-de-deleterow::before {
|
|
419
|
-
content:
|
|
400
|
+
content: "\e7f2";
|
|
420
401
|
}
|
|
421
402
|
|
|
422
403
|
.e-menu-item .e-de-deletecolumn::before {
|
|
423
|
-
content:
|
|
404
|
+
content: "\e714";
|
|
424
405
|
}
|
|
425
406
|
|
|
426
407
|
.e-de-bold::before {
|
|
427
|
-
content:
|
|
428
|
-
font-family:
|
|
408
|
+
content: "\e737";
|
|
409
|
+
font-family: "e-icons";
|
|
429
410
|
}
|
|
430
411
|
|
|
431
412
|
.e-de-italic::before {
|
|
432
|
-
content:
|
|
433
|
-
font-family:
|
|
413
|
+
content: "\e75a";
|
|
414
|
+
font-family: "e-icons";
|
|
434
415
|
}
|
|
435
416
|
|
|
436
417
|
.e-de-underline::before {
|
|
437
|
-
content:
|
|
438
|
-
font-family:
|
|
418
|
+
content: "\e82f";
|
|
419
|
+
font-family: "e-icons";
|
|
439
420
|
}
|
|
440
421
|
|
|
441
422
|
.e-de-indent::before {
|
|
442
|
-
content:
|
|
443
|
-
font-family:
|
|
423
|
+
content: "\e72a";
|
|
424
|
+
font-family: "e-icons";
|
|
444
425
|
}
|
|
445
426
|
|
|
446
427
|
.e-de-outdent::before {
|
|
447
|
-
content:
|
|
448
|
-
font-family:
|
|
428
|
+
content: "\e810";
|
|
429
|
+
font-family: "e-icons";
|
|
449
430
|
}
|
|
450
431
|
|
|
451
432
|
.e-de-align-left::before {
|
|
452
|
-
content:
|
|
453
|
-
font-family:
|
|
433
|
+
content: "\e7b8";
|
|
434
|
+
font-family: "e-icons";
|
|
454
435
|
}
|
|
455
436
|
|
|
456
437
|
.e-de-align-center::before {
|
|
457
|
-
content:
|
|
458
|
-
font-family:
|
|
438
|
+
content: "\e813";
|
|
439
|
+
font-family: "e-icons";
|
|
459
440
|
}
|
|
460
441
|
|
|
461
442
|
.e-de-align-right::before {
|
|
462
|
-
content:
|
|
463
|
-
font-family:
|
|
443
|
+
content: "\e719";
|
|
444
|
+
font-family: "e-icons";
|
|
464
445
|
}
|
|
465
446
|
|
|
466
447
|
.e-de-justify::before {
|
|
467
|
-
content:
|
|
468
|
-
font-family:
|
|
448
|
+
content: "\e721";
|
|
449
|
+
font-family: "e-icons";
|
|
469
450
|
}
|
|
470
451
|
|
|
471
452
|
.e-de-single-spacing::before {
|
|
472
|
-
content:
|
|
473
|
-
font-family:
|
|
453
|
+
content: "\e771";
|
|
454
|
+
font-family: "e-icons";
|
|
474
455
|
}
|
|
475
456
|
|
|
476
457
|
.e-de-double-spacing::before {
|
|
477
|
-
content:
|
|
478
|
-
font-family:
|
|
458
|
+
content: "\e7c4";
|
|
459
|
+
font-family: "e-icons";
|
|
479
460
|
}
|
|
480
461
|
|
|
481
462
|
.e-de-one-point-five-spacing::before {
|
|
482
|
-
content:
|
|
483
|
-
font-family:
|
|
463
|
+
content: "\e725";
|
|
464
|
+
font-family: "e-icons";
|
|
484
465
|
}
|
|
485
466
|
|
|
486
467
|
.e-de-before-spacing::before {
|
|
487
|
-
content:
|
|
488
|
-
font-family:
|
|
468
|
+
content: "\e7b5";
|
|
469
|
+
font-family: "e-icons";
|
|
489
470
|
}
|
|
490
471
|
|
|
491
472
|
.e-de-after-spacing::before {
|
|
492
|
-
content:
|
|
493
|
-
font-family:
|
|
473
|
+
content: "\e767";
|
|
474
|
+
font-family: "e-icons";
|
|
494
475
|
}
|
|
495
476
|
|
|
496
477
|
.e-de-icon-bullet-list-dot::before {
|
|
497
|
-
content:
|
|
498
|
-
font-family:
|
|
478
|
+
content: "\e747";
|
|
479
|
+
font-family: "e-icons";
|
|
499
480
|
font-size: 8px;
|
|
500
481
|
line-height: 28px;
|
|
501
482
|
}
|
|
502
483
|
|
|
503
484
|
.e-de-icon-bullet-list-circle::before {
|
|
504
|
-
content:
|
|
505
|
-
font-family:
|
|
485
|
+
content: "\e7d0";
|
|
486
|
+
font-family: "e-icons";
|
|
506
487
|
font-size: 8px;
|
|
507
488
|
line-height: 28px;
|
|
508
489
|
}
|
|
509
490
|
|
|
510
491
|
.e-de-icon-bullet-list-square::before {
|
|
511
|
-
content:
|
|
512
|
-
font-family:
|
|
492
|
+
content: "\e7be";
|
|
493
|
+
font-family: "e-icons";
|
|
513
494
|
font-size: 8px;
|
|
514
495
|
line-height: 28px;
|
|
515
496
|
}
|
|
516
497
|
|
|
517
498
|
.e-de-icon-bullet-list-tick::before {
|
|
518
|
-
content:
|
|
519
|
-
font-family:
|
|
499
|
+
content: "\e7fc";
|
|
500
|
+
font-family: "e-icons";
|
|
520
501
|
font-size: 12px;
|
|
521
502
|
}
|
|
522
503
|
|
|
523
504
|
.e-de-icon-bullet-list-flower::before {
|
|
524
|
-
content:
|
|
525
|
-
font-family:
|
|
505
|
+
content: "\e79b";
|
|
506
|
+
font-family: "e-icons";
|
|
526
507
|
font-size: 12px;
|
|
527
508
|
}
|
|
528
509
|
|
|
529
510
|
.e-de-icon-bullet-list-arrow::before {
|
|
530
|
-
content:
|
|
531
|
-
font-family:
|
|
511
|
+
content: "\e763";
|
|
512
|
+
font-family: "e-icons";
|
|
532
513
|
font-size: 12px;
|
|
533
514
|
}
|
|
534
515
|
|
|
535
516
|
.e-de-icon-bullet-list-none::before {
|
|
536
|
-
content:
|
|
537
|
-
font-family:
|
|
517
|
+
content: "\e7f3";
|
|
518
|
+
font-family: "e-icons";
|
|
538
519
|
font-size: 24px;
|
|
539
520
|
}
|
|
540
521
|
|
|
541
522
|
.e-de-icon-autofit::before {
|
|
542
|
-
content:
|
|
543
|
-
font-family:
|
|
523
|
+
content: "\e74a";
|
|
524
|
+
font-family: "e-icons";
|
|
544
525
|
}
|
|
545
526
|
|
|
546
527
|
.e-de-icon-fixed-columnwidth::before {
|
|
547
|
-
content:
|
|
548
|
-
font-family:
|
|
528
|
+
content: "\e785";
|
|
529
|
+
font-family: "e-icons";
|
|
549
530
|
}
|
|
550
531
|
|
|
551
532
|
.e-de-icon-auto-fitwindow::before {
|
|
552
|
-
content:
|
|
553
|
-
font-family:
|
|
533
|
+
content: "\e759";
|
|
534
|
+
font-family: "e-icons";
|
|
554
535
|
}
|
|
555
536
|
|
|
556
537
|
.e-item .e-de-paste-text::before {
|
|
557
|
-
content:
|
|
558
|
-
font-family:
|
|
538
|
+
content: "\e70f";
|
|
539
|
+
font-family: "e-icons";
|
|
559
540
|
}
|
|
560
541
|
|
|
561
542
|
.e-item .e-de-paste-source::before {
|
|
562
|
-
content:
|
|
563
|
-
font-family:
|
|
543
|
+
content: "\e842";
|
|
544
|
+
font-family: "e-icons";
|
|
564
545
|
}
|
|
565
546
|
|
|
566
547
|
.e-item .e-de-paste-merge::before {
|
|
567
|
-
content:
|
|
568
|
-
font-family:
|
|
548
|
+
content: "\e752";
|
|
549
|
+
font-family: "e-icons";
|
|
569
550
|
}
|
|
570
551
|
|
|
571
552
|
.e-btn-icon .e-de-paste::before,
|
|
572
553
|
.e-icon-btn .e-de-paste::before {
|
|
573
|
-
content:
|
|
574
|
-
font-family:
|
|
554
|
+
content: "\e70b";
|
|
555
|
+
font-family: "e-icons";
|
|
575
556
|
}
|
|
576
557
|
|
|
577
558
|
.e-item .e-de-paste-column::before {
|
|
578
|
-
content:
|
|
559
|
+
content: "\e885";
|
|
579
560
|
}
|
|
580
561
|
|
|
581
562
|
.e-item .e-de-paste-row::before {
|
|
582
|
-
content:
|
|
563
|
+
content: "\e884";
|
|
583
564
|
}
|
|
584
565
|
|
|
585
566
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
586
|
-
content:
|
|
567
|
+
content: "\e886";
|
|
587
568
|
}
|
|
588
569
|
|
|
589
570
|
.e-item .e-de-paste-nested-table::before {
|
|
590
|
-
content:
|
|
571
|
+
content: "\e883";
|
|
591
572
|
}
|
|
592
573
|
|
|
593
574
|
.e-item .e-de-paste-merge-table::before {
|
|
594
|
-
content:
|
|
575
|
+
content: "\e882";
|
|
595
576
|
}
|
|
596
577
|
|
|
597
578
|
.e-de-dlg-container {
|
|
@@ -634,7 +615,6 @@
|
|
|
634
615
|
padding-left: 6px;
|
|
635
616
|
padding-right: 0;
|
|
636
617
|
}
|
|
637
|
-
|
|
638
618
|
.e-rtl .e-de-subcontainer-right {
|
|
639
619
|
padding-left: 0;
|
|
640
620
|
padding-right: 6px;
|
|
@@ -644,30 +624,24 @@
|
|
|
644
624
|
.e-bigger .e-de-dlg-container {
|
|
645
625
|
padding-bottom: 16px;
|
|
646
626
|
}
|
|
647
|
-
|
|
648
627
|
.e-bigger .e-de-container-row {
|
|
649
628
|
padding-bottom: 16px;
|
|
650
629
|
}
|
|
651
|
-
|
|
652
630
|
.e-bigger .e-de-subcontainer-left {
|
|
653
631
|
padding-right: 8px;
|
|
654
632
|
width: 50%;
|
|
655
633
|
}
|
|
656
|
-
|
|
657
634
|
.e-bigger .e-de-subcontainer-right {
|
|
658
635
|
padding-left: 8px;
|
|
659
636
|
width: 50%;
|
|
660
637
|
}
|
|
661
|
-
|
|
662
638
|
.e-bigger .e-de-dlg-tab-first-child {
|
|
663
639
|
padding-top: 8px;
|
|
664
640
|
}
|
|
665
|
-
|
|
666
641
|
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
667
642
|
padding-left: 8px;
|
|
668
643
|
padding-right: 0;
|
|
669
644
|
}
|
|
670
|
-
|
|
671
645
|
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
672
646
|
padding-left: 0;
|
|
673
647
|
padding-right: 8px;
|
|
@@ -704,7 +678,6 @@
|
|
|
704
678
|
opacity: 1;
|
|
705
679
|
}
|
|
706
680
|
}
|
|
707
|
-
|
|
708
681
|
.e-de-text-target {
|
|
709
682
|
border: 0;
|
|
710
683
|
height: 1px;
|
|
@@ -720,15 +693,12 @@
|
|
|
720
693
|
.e-de-txt-form .e-de-txt-field {
|
|
721
694
|
display: block;
|
|
722
695
|
}
|
|
723
|
-
|
|
724
696
|
.e-de-txt-form .e-de-num-field {
|
|
725
697
|
display: none;
|
|
726
698
|
}
|
|
727
|
-
|
|
728
699
|
.e-de-txt-form .e-de-date-field {
|
|
729
700
|
display: none;
|
|
730
701
|
}
|
|
731
|
-
|
|
732
702
|
.e-de-txt-form .e-de-ddl-field {
|
|
733
703
|
display: none;
|
|
734
704
|
}
|
|
@@ -736,15 +706,12 @@
|
|
|
736
706
|
.e-de-num-form .e-de-txt-field {
|
|
737
707
|
display: none;
|
|
738
708
|
}
|
|
739
|
-
|
|
740
709
|
.e-de-num-form .e-de-num-field {
|
|
741
710
|
display: block;
|
|
742
711
|
}
|
|
743
|
-
|
|
744
712
|
.e-de-num-form .e-de-date-field {
|
|
745
713
|
display: none;
|
|
746
714
|
}
|
|
747
|
-
|
|
748
715
|
.e-de-num-form .e-de-ddl-field {
|
|
749
716
|
display: none;
|
|
750
717
|
}
|
|
@@ -752,15 +719,12 @@
|
|
|
752
719
|
.e-de-date-form .e-de-txt-field {
|
|
753
720
|
display: none;
|
|
754
721
|
}
|
|
755
|
-
|
|
756
722
|
.e-de-date-form .e-de-num-field {
|
|
757
723
|
display: none;
|
|
758
724
|
}
|
|
759
|
-
|
|
760
725
|
.e-de-date-form .e-de-date-field {
|
|
761
726
|
display: block;
|
|
762
727
|
}
|
|
763
|
-
|
|
764
728
|
.e-de-date-form .e-de-ddl-field {
|
|
765
729
|
display: none;
|
|
766
730
|
}
|
|
@@ -768,15 +732,12 @@
|
|
|
768
732
|
.e-de-ddl-form .e-de-txt-field {
|
|
769
733
|
display: none;
|
|
770
734
|
}
|
|
771
|
-
|
|
772
735
|
.e-de-ddl-form .e-de-num-field {
|
|
773
736
|
display: none;
|
|
774
737
|
}
|
|
775
|
-
|
|
776
738
|
.e-de-ddl-form .e-de-date-field {
|
|
777
739
|
display: none;
|
|
778
740
|
}
|
|
779
|
-
|
|
780
741
|
.e-de-ddl-form .e-de-ddl-field {
|
|
781
742
|
display: block;
|
|
782
743
|
}
|
|
@@ -786,7 +747,6 @@
|
|
|
786
747
|
position: absolute;
|
|
787
748
|
top: 10px;
|
|
788
749
|
}
|
|
789
|
-
|
|
790
750
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
791
751
|
left: 14px;
|
|
792
752
|
}
|
|
@@ -1279,11 +1239,11 @@
|
|
|
1279
1239
|
margin-top: 12px;
|
|
1280
1240
|
}
|
|
1281
1241
|
|
|
1282
|
-
label[for*=
|
|
1242
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1283
1243
|
left: 35px;
|
|
1284
1244
|
}
|
|
1285
1245
|
|
|
1286
|
-
label[for*=
|
|
1246
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1287
1247
|
right: 35px;
|
|
1288
1248
|
}
|
|
1289
1249
|
|
|
@@ -1566,30 +1526,24 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1566
1526
|
.e-bigger .e-de-table-properties-dlg {
|
|
1567
1527
|
width: 485px;
|
|
1568
1528
|
}
|
|
1569
|
-
|
|
1570
1529
|
.e-bigger .e-de-table-ppty-dlg-preferred-width-div,
|
|
1571
1530
|
.e-bigger .e-de-table-ppty-dlg-measure-drop-down-div,
|
|
1572
1531
|
.e-bigger .e-de-ht-wdth-type {
|
|
1573
1532
|
width: 155px;
|
|
1574
1533
|
}
|
|
1575
|
-
|
|
1576
1534
|
.e-bigger .e-de-row-ht-top,
|
|
1577
1535
|
.e-bigger .e-de-cell-ht-top {
|
|
1578
1536
|
width: 179px;
|
|
1579
1537
|
}
|
|
1580
|
-
|
|
1581
1538
|
.e-bigger .e-de-restrict-pane {
|
|
1582
1539
|
width: 295px;
|
|
1583
1540
|
}
|
|
1584
|
-
|
|
1585
1541
|
.e-bigger .e-de-rp-stop-div1 {
|
|
1586
1542
|
padding: 12px 16px 12px 16px;
|
|
1587
1543
|
}
|
|
1588
|
-
|
|
1589
1544
|
.e-bigger .e-de-rp-stop-div2 {
|
|
1590
1545
|
padding: 16px 16px 24px;
|
|
1591
1546
|
}
|
|
1592
|
-
|
|
1593
1547
|
.e-bigger .e-de-cmt-sub-container,
|
|
1594
1548
|
.e-bigger .e-de-font-dlg-header,
|
|
1595
1549
|
.e-bigger .e-de-font-dlg-header-effects,
|
|
@@ -1625,7 +1579,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1625
1579
|
.e-bigger .e-de-cmt-date {
|
|
1626
1580
|
font-size: 14px !important;
|
|
1627
1581
|
}
|
|
1628
|
-
|
|
1629
1582
|
.e-bigger .e-de-table-dialog-options-label,
|
|
1630
1583
|
.e-bigger .e-de-table-setting-heading,
|
|
1631
1584
|
.e-bigger .e-de-cell-dia-options-label,
|
|
@@ -1652,18 +1605,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1652
1605
|
.e-bigger .e-de-tc-no-chng {
|
|
1653
1606
|
font-size: 16px;
|
|
1654
1607
|
}
|
|
1655
|
-
|
|
1656
1608
|
.e-bigger .e-de-cell-margin-top {
|
|
1657
1609
|
padding-top: 0;
|
|
1658
1610
|
}
|
|
1659
|
-
|
|
1660
1611
|
.e-bigger .e-de-op {
|
|
1661
1612
|
padding-left: 16px;
|
|
1662
1613
|
padding-top: 16px;
|
|
1663
1614
|
padding-right: 16px;
|
|
1664
1615
|
width: 308px;
|
|
1665
1616
|
}
|
|
1666
|
-
|
|
1667
1617
|
.e-bigger .e-de-font-dlg-cb-right.e-de-rtl,
|
|
1668
1618
|
.e-bigger .e-de-style-left-div,
|
|
1669
1619
|
.e-bigger .e-bookmark-list,
|
|
@@ -1672,7 +1622,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1672
1622
|
.e-bigger .e-de-user-dlg-textbox-input {
|
|
1673
1623
|
margin-right: 16px !important;
|
|
1674
1624
|
}
|
|
1675
|
-
|
|
1676
1625
|
.e-bigger .e-de-ff-dlg-lft-hlf.e-de-rtl,
|
|
1677
1626
|
.e-bigger .e-de-table-ppty-dlg-preferred-width-div,
|
|
1678
1627
|
.e-bigger .e-de-font-dlg-cb-right,
|
|
@@ -1684,22 +1633,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1684
1633
|
.e-bigger .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
|
|
1685
1634
|
margin-left: 16px;
|
|
1686
1635
|
}
|
|
1687
|
-
|
|
1688
1636
|
.e-bigger .e-de-toc-dlg-style-label {
|
|
1689
1637
|
margin-top: 56px;
|
|
1690
1638
|
}
|
|
1691
|
-
|
|
1692
1639
|
.e-bigger .e-de-ff-drpdwn-mvup {
|
|
1693
1640
|
margin-right: 12px;
|
|
1694
1641
|
}
|
|
1695
|
-
|
|
1696
1642
|
.e-bigger .e-de-font-clr-div,
|
|
1697
1643
|
.e-bigger .e-de-toc-dlg-build-table,
|
|
1698
1644
|
.e-bigger .e-de-toc-dlg-styles,
|
|
1699
1645
|
.e-bigger .e-de-tbl-dlg-border-btn {
|
|
1700
1646
|
margin-top: 20px;
|
|
1701
1647
|
}
|
|
1702
|
-
|
|
1703
1648
|
.e-bigger .e-de-font-dlg-padding,
|
|
1704
1649
|
.e-bigger .e-de-page-setup-dlg-sub-title-header,
|
|
1705
1650
|
.e-bigger .e-de-op-result-container .e-de-list-ddl-subheaderbottom,
|
|
@@ -1708,53 +1653,41 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1708
1653
|
.e-bigger .e-de-op-dlg-footer {
|
|
1709
1654
|
margin-top: 16px;
|
|
1710
1655
|
}
|
|
1711
|
-
|
|
1712
1656
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1713
1657
|
bottom: 14px;
|
|
1714
1658
|
}
|
|
1715
|
-
|
|
1716
1659
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1717
1660
|
left: 50px;
|
|
1718
1661
|
}
|
|
1719
|
-
|
|
1720
1662
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
|
|
1721
1663
|
right: 50px;
|
|
1722
1664
|
}
|
|
1723
|
-
|
|
1724
1665
|
.e-bigger .e-de-ff-drpdwn-mvdn,
|
|
1725
1666
|
.e-bigger .e-de-ff-drpdwn-mvup {
|
|
1726
1667
|
width: 46px !important;
|
|
1727
1668
|
}
|
|
1728
|
-
|
|
1729
1669
|
.e-bigger .e-de-list-dlg-div.e-de-rtl,
|
|
1730
1670
|
.e-bigger .e-de-list-dlg-subdiv.e-de-rtl {
|
|
1731
1671
|
margin-top: -150px;
|
|
1732
1672
|
}
|
|
1733
|
-
|
|
1734
1673
|
.e-bigger .e-de-list-dlg-div:not(.e-de-rtl) {
|
|
1735
1674
|
margin-top: 40px;
|
|
1736
1675
|
}
|
|
1737
|
-
|
|
1738
1676
|
.e-bigger .e-de-ht-wdth-type {
|
|
1739
1677
|
margin-top: -18px;
|
|
1740
1678
|
}
|
|
1741
|
-
|
|
1742
1679
|
.e-bigger .e-de-list-dlg {
|
|
1743
1680
|
width: 425px;
|
|
1744
1681
|
}
|
|
1745
|
-
|
|
1746
1682
|
.e-bigger .e-de-list-dlg-subdiv .e-input {
|
|
1747
1683
|
height: 38px;
|
|
1748
1684
|
}
|
|
1749
|
-
|
|
1750
1685
|
.e-bigger .e-de-toc-dlg-container {
|
|
1751
1686
|
width: 525px;
|
|
1752
1687
|
}
|
|
1753
|
-
|
|
1754
1688
|
.e-bigger .e-de-toc-list-view {
|
|
1755
1689
|
height: 204px;
|
|
1756
1690
|
}
|
|
1757
|
-
|
|
1758
1691
|
.e-bigger .e-de-style-options-div,
|
|
1759
1692
|
.e-bigger .e-de-ff-dlg-heading,
|
|
1760
1693
|
.e-bigger .e-de-table-ppty-options-break,
|
|
@@ -1773,67 +1706,54 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1773
1706
|
.e-bigger .e-de-page-setup-dlg-sub-label {
|
|
1774
1707
|
margin-bottom: 12px !important;
|
|
1775
1708
|
}
|
|
1776
|
-
|
|
1777
1709
|
.e-bigger .e-de-row-ht-top,
|
|
1778
1710
|
.e-bigger .e-de-cell-ht-top {
|
|
1779
1711
|
padding: 0 16px;
|
|
1780
1712
|
}
|
|
1781
|
-
|
|
1782
1713
|
.e-bigger .e-de-style-name,
|
|
1783
1714
|
.e-bigger .e-de-style-styletype,
|
|
1784
1715
|
.e-bigger .e-de-style-style-based-on,
|
|
1785
1716
|
.e-bigger .e-de-style-style-paragraph {
|
|
1786
1717
|
font-size: 14px;
|
|
1787
1718
|
}
|
|
1788
|
-
|
|
1789
1719
|
.e-bigger .e-de-pagesetup-dlg-container .e-input-group {
|
|
1790
1720
|
width: 199px !important;
|
|
1791
1721
|
}
|
|
1792
|
-
|
|
1793
1722
|
.e-bigger .e-de-table-measure-lbl {
|
|
1794
1723
|
width: 90px !important;
|
|
1795
1724
|
}
|
|
1796
|
-
|
|
1797
1725
|
.e-bigger .e-de-list-ddl-subheader,
|
|
1798
1726
|
.e-bigger .e-de-cell-dia-label-common,
|
|
1799
1727
|
.e-bigger .e-de-table-ppty-options-break {
|
|
1800
1728
|
margin-top: 12px;
|
|
1801
1729
|
}
|
|
1802
|
-
|
|
1803
1730
|
.e-bigger .e-de-page-setup-dlg-sub-container-port {
|
|
1804
1731
|
margin-top: 42px;
|
|
1805
1732
|
}
|
|
1806
|
-
|
|
1807
1733
|
.e-bigger .e-de-page-setup-dlg-first-page-prop {
|
|
1808
1734
|
height: 30px !important;
|
|
1809
1735
|
}
|
|
1810
|
-
|
|
1811
1736
|
.e-bigger .e-de-table-dialog-options-label {
|
|
1812
1737
|
padding-bottom: 16px;
|
|
1813
1738
|
}
|
|
1814
|
-
|
|
1815
1739
|
.e-bigger .e-de-row-ht-top,
|
|
1816
1740
|
.e-bigger .e-de-cell-ht-top {
|
|
1817
1741
|
margin-top: 4px;
|
|
1818
1742
|
}
|
|
1819
|
-
|
|
1820
1743
|
.e-bigger .e-de-table-options-dlg {
|
|
1821
1744
|
width: 425px;
|
|
1822
1745
|
}
|
|
1823
|
-
|
|
1824
1746
|
.e-bigger .e-de-style-based-para-div .e-input-group,
|
|
1825
1747
|
.e-bigger .e-de-style-nametype-div .e-input-group,
|
|
1826
1748
|
.e-bigger .e-de-style-nametype-div .e-input {
|
|
1827
1749
|
width: 320px !important;
|
|
1828
1750
|
}
|
|
1829
|
-
|
|
1830
1751
|
.e-bigger .e-de-font-color-label,
|
|
1831
1752
|
.e-bigger .e-de-hyperlink-bookmark-check,
|
|
1832
1753
|
.e-bigger .e-de-search-tab-content,
|
|
1833
1754
|
.e-bigger .e-de-page-setup-dlg-orientation-prop {
|
|
1834
1755
|
margin-top: 16px;
|
|
1835
1756
|
}
|
|
1836
|
-
|
|
1837
1757
|
.e-bigger .e-de-page-setup-dlg-sub-size-container,
|
|
1838
1758
|
.e-bigger .e-bookmark-addbutton,
|
|
1839
1759
|
.e-bigger .e-de-page-setup-dlg-layout-sub-container,
|
|
@@ -1852,37 +1772,29 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1852
1772
|
.e-bigger .e-bookmark-gotobutton {
|
|
1853
1773
|
margin-bottom: 16px !important;
|
|
1854
1774
|
}
|
|
1855
|
-
|
|
1856
1775
|
.e-bigger .e-de-op-header {
|
|
1857
1776
|
margin-bottom: 0;
|
|
1858
1777
|
}
|
|
1859
|
-
|
|
1860
1778
|
.e-bigger .e-de-style-based-para-div,
|
|
1861
1779
|
.e-bigger .e-de-table-options-dlg-div {
|
|
1862
1780
|
margin-bottom: 20px;
|
|
1863
1781
|
}
|
|
1864
|
-
|
|
1865
1782
|
.e-bigger .e-de-font-dlg .e-input-group {
|
|
1866
1783
|
width: max-content !important;
|
|
1867
1784
|
}
|
|
1868
|
-
|
|
1869
1785
|
.e-bigger .e-de-list-dlg .e-input-group,
|
|
1870
1786
|
.e-bigger .e-de-list-dlg .e-input {
|
|
1871
1787
|
width: 203px !important;
|
|
1872
1788
|
}
|
|
1873
|
-
|
|
1874
1789
|
.e-bigger .e-de-pagesetup-dlg-container {
|
|
1875
1790
|
width: 415px;
|
|
1876
1791
|
}
|
|
1877
|
-
|
|
1878
1792
|
.e-bigger .e-style-font-fmaily-right {
|
|
1879
1793
|
width: 188px !important;
|
|
1880
1794
|
}
|
|
1881
|
-
|
|
1882
1795
|
.e-bigger .e-de-style-format-dropdwn {
|
|
1883
1796
|
height: auto !important;
|
|
1884
1797
|
}
|
|
1885
|
-
|
|
1886
1798
|
.e-bigger .e-de-table-options-dlg-div .e-input-group {
|
|
1887
1799
|
width: 200px !important;
|
|
1888
1800
|
margin-right: 16px;
|
|
@@ -2265,11 +2177,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2265
2177
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
2266
2178
|
margin-left: 64px;
|
|
2267
2179
|
}
|
|
2268
|
-
|
|
2269
2180
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
2270
2181
|
margin-right: 64px;
|
|
2271
2182
|
}
|
|
2272
|
-
|
|
2273
2183
|
.e-bigger .e-de-font-content-label {
|
|
2274
2184
|
width: 154px;
|
|
2275
2185
|
}
|
|
@@ -3167,45 +3077,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3167
3077
|
height: auto;
|
|
3168
3078
|
width: auto;
|
|
3169
3079
|
}
|
|
3170
|
-
|
|
3171
3080
|
.e-bigger .e-de-insert-footnote {
|
|
3172
3081
|
height: auto;
|
|
3173
3082
|
width: auto;
|
|
3174
3083
|
}
|
|
3175
|
-
|
|
3176
3084
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
3177
3085
|
height: auto;
|
|
3178
3086
|
}
|
|
3179
|
-
|
|
3180
3087
|
.e-bigger .e-de-font-dlg {
|
|
3181
3088
|
width: max-content;
|
|
3182
3089
|
}
|
|
3183
|
-
|
|
3184
3090
|
.e-bigger .e-para-dlg-sub-height {
|
|
3185
3091
|
height: 170px;
|
|
3186
3092
|
}
|
|
3187
|
-
|
|
3188
3093
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
3189
3094
|
margin-right: 36px;
|
|
3190
3095
|
}
|
|
3191
|
-
|
|
3192
3096
|
.e-bigger .e-de-font-content-label-width {
|
|
3193
3097
|
width: 90px;
|
|
3194
3098
|
}
|
|
3195
|
-
|
|
3196
3099
|
.e-bigger .e-de-toc-label {
|
|
3197
3100
|
margin-left: 0;
|
|
3198
3101
|
}
|
|
3199
|
-
|
|
3200
3102
|
.e-bigger .e-de-toc-label-rtl {
|
|
3201
3103
|
margin-left: 0px;
|
|
3202
3104
|
margin-right: 0;
|
|
3203
3105
|
}
|
|
3204
|
-
|
|
3205
3106
|
.e-bigger .e-de-outline-rtl {
|
|
3206
3107
|
width: 173px;
|
|
3207
3108
|
}
|
|
3208
|
-
|
|
3209
3109
|
.e-bigger .e-de-rp-header {
|
|
3210
3110
|
font-size: 16px;
|
|
3211
3111
|
width: 75%;
|
|
@@ -3592,7 +3492,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3592
3492
|
}
|
|
3593
3493
|
|
|
3594
3494
|
.e-de-tc-field {
|
|
3595
|
-
background-color:
|
|
3495
|
+
background-color: rgb(206, 205, 205);
|
|
3596
3496
|
margin: 0 2px;
|
|
3597
3497
|
}
|
|
3598
3498
|
|
|
@@ -3600,7 +3500,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3600
3500
|
font-size: 14px;
|
|
3601
3501
|
font-family: Roboto-Regular;
|
|
3602
3502
|
font-weight: 600;
|
|
3603
|
-
color:
|
|
3503
|
+
color: rgb(1, 22, 119);
|
|
3604
3504
|
margin: 0 2px;
|
|
3605
3505
|
}
|
|
3606
3506
|
|
|
@@ -3659,7 +3559,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3659
3559
|
margin: 12px 8px 0 8px;
|
|
3660
3560
|
padding: 0px;
|
|
3661
3561
|
}
|
|
3662
|
-
|
|
3663
3562
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3664
3563
|
margin-top: 12px;
|
|
3665
3564
|
}
|
|
@@ -3697,11 +3596,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3697
3596
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3698
3597
|
opacity: 0.67;
|
|
3699
3598
|
}
|
|
3700
|
-
|
|
3701
3599
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3702
3600
|
display: none;
|
|
3703
3601
|
}
|
|
3704
|
-
|
|
3705
3602
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3706
3603
|
display: block;
|
|
3707
3604
|
margin-top: 8px;
|
|
@@ -3733,7 +3630,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3733
3630
|
pointer-events: all;
|
|
3734
3631
|
width: 13px;
|
|
3735
3632
|
}
|
|
3736
|
-
|
|
3737
3633
|
.e-de-cmt-mark :hover {
|
|
3738
3634
|
color: #4f46e5;
|
|
3739
3635
|
}
|
|
@@ -3775,53 +3671,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3775
3671
|
border-left: none;
|
|
3776
3672
|
border-right: 1px solid #d1d5db;
|
|
3777
3673
|
}
|
|
3778
|
-
|
|
3779
3674
|
.e-rtl .e-de-rp-close-icon {
|
|
3780
3675
|
float: left;
|
|
3781
3676
|
right: 14px;
|
|
3782
3677
|
}
|
|
3783
|
-
|
|
3784
3678
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3785
3679
|
float: left;
|
|
3786
3680
|
}
|
|
3787
|
-
|
|
3788
3681
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3789
3682
|
border-left: 1px solid #e5e7eb;
|
|
3790
3683
|
border-right: 3px solid #4f46e5;
|
|
3791
3684
|
padding-left: 12px;
|
|
3792
3685
|
padding-right: 10px;
|
|
3793
3686
|
}
|
|
3794
|
-
|
|
3795
3687
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3796
3688
|
border-left: 1px solid #e5e7eb;
|
|
3797
3689
|
border-right: 2px solid #4f46e5;
|
|
3798
3690
|
padding-left: 12px;
|
|
3799
3691
|
padding-right: 11px;
|
|
3800
3692
|
}
|
|
3801
|
-
|
|
3802
3693
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3803
3694
|
border-right: 3px solid rgba(79, 70, 229, 0.5);
|
|
3804
3695
|
}
|
|
3805
|
-
|
|
3806
3696
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3807
3697
|
border-right: 2px solid rgba(79, 70, 229, 0.5);
|
|
3808
3698
|
}
|
|
3809
|
-
|
|
3810
3699
|
.e-rtl .e-de-cmt-action-button {
|
|
3811
3700
|
text-align: left;
|
|
3812
3701
|
}
|
|
3813
|
-
|
|
3814
3702
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3815
3703
|
margin-left: auto;
|
|
3816
3704
|
margin-right: 6px;
|
|
3817
3705
|
}
|
|
3818
|
-
|
|
3819
3706
|
.e-rtl .e-de-cmt-drawer {
|
|
3820
3707
|
float: left;
|
|
3821
3708
|
margin-left: 8px;
|
|
3822
3709
|
margin-right: auto;
|
|
3823
3710
|
}
|
|
3824
|
-
|
|
3825
3711
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3826
3712
|
text-align: left;
|
|
3827
3713
|
}
|
|
@@ -3834,20 +3720,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3834
3720
|
padding-top: 7px;
|
|
3835
3721
|
padding-left: 11px;
|
|
3836
3722
|
}
|
|
3837
|
-
|
|
3838
3723
|
.e-bigger .e-de-cp-whole-header {
|
|
3839
3724
|
height: 56px;
|
|
3840
3725
|
padding: 16px;
|
|
3841
3726
|
padding-right: 8px;
|
|
3842
3727
|
}
|
|
3843
|
-
|
|
3844
3728
|
.e-bigger .e-de-rp-close-icon {
|
|
3845
3729
|
float: right;
|
|
3846
3730
|
position: relative;
|
|
3847
3731
|
top: -5px;
|
|
3848
3732
|
right: -19px;
|
|
3849
3733
|
}
|
|
3850
|
-
|
|
3851
3734
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3852
3735
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3853
3736
|
margin-right: 12px;
|
|
@@ -3862,13 +3745,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3862
3745
|
color: #6b7280;
|
|
3863
3746
|
border: none;
|
|
3864
3747
|
}
|
|
3865
|
-
|
|
3866
3748
|
.e-de-close-icon.e-btn:active {
|
|
3867
3749
|
background-color: transparent !important;
|
|
3868
3750
|
border-color: transparent !important;
|
|
3869
3751
|
box-shadow: none;
|
|
3870
3752
|
}
|
|
3871
|
-
|
|
3872
3753
|
.e-de-close-icon.e-btn:hover {
|
|
3873
3754
|
background-color: transparent !important;
|
|
3874
3755
|
box-shadow: none;
|
|
@@ -3894,7 +3775,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3894
3775
|
padding-left: 0%;
|
|
3895
3776
|
padding-right: 12px;
|
|
3896
3777
|
}
|
|
3897
|
-
|
|
3898
3778
|
.e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3899
3779
|
.e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3900
3780
|
padding-bottom: 7px;
|
|
@@ -3904,63 +3784,49 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3904
3784
|
.e-bigger .e-de-cmt-author-name {
|
|
3905
3785
|
padding-left: 16px;
|
|
3906
3786
|
}
|
|
3907
|
-
|
|
3908
3787
|
.e-bigger .e-de-cmt-rply-view {
|
|
3909
3788
|
margin-top: 24px;
|
|
3910
3789
|
}
|
|
3911
|
-
|
|
3912
3790
|
.e-bigger .e-de-cmt-sub-container {
|
|
3913
3791
|
padding: 16px;
|
|
3914
3792
|
}
|
|
3915
|
-
|
|
3916
3793
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3917
3794
|
padding-left: 14px;
|
|
3918
3795
|
}
|
|
3919
|
-
|
|
3920
3796
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3921
3797
|
padding-left: 15px;
|
|
3922
3798
|
}
|
|
3923
|
-
|
|
3924
3799
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3925
3800
|
padding: 0%;
|
|
3926
3801
|
}
|
|
3927
|
-
|
|
3928
3802
|
.e-bigger .e-de-rp-nav-btn {
|
|
3929
3803
|
width: auto;
|
|
3930
3804
|
}
|
|
3931
|
-
|
|
3932
3805
|
.e-bigger .e-de-rp-whole-header {
|
|
3933
3806
|
padding: 16px;
|
|
3934
3807
|
}
|
|
3935
|
-
|
|
3936
3808
|
.e-bigger .e-de-rp-sub-div {
|
|
3937
3809
|
border-bottom: 1px solid #e5e7eb;
|
|
3938
3810
|
padding: 16px;
|
|
3939
3811
|
}
|
|
3940
|
-
|
|
3941
3812
|
.e-bigger .e-de-rp-enforce {
|
|
3942
3813
|
padding: 16px;
|
|
3943
3814
|
}
|
|
3944
|
-
|
|
3945
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3815
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3946
3816
|
width: 300px;
|
|
3947
3817
|
}
|
|
3948
|
-
|
|
3949
3818
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3950
3819
|
padding-left: 0%;
|
|
3951
3820
|
padding-right: 16px;
|
|
3952
3821
|
}
|
|
3953
|
-
|
|
3954
3822
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3955
3823
|
padding-left: 16px;
|
|
3956
3824
|
padding-right: 14px;
|
|
3957
3825
|
}
|
|
3958
|
-
|
|
3959
3826
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3960
3827
|
padding-left: 16px;
|
|
3961
3828
|
padding-right: 15px;
|
|
3962
3829
|
}
|
|
3963
|
-
|
|
3964
3830
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3965
3831
|
float: left;
|
|
3966
3832
|
right: 19px;
|
|
@@ -3970,11 +3836,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3970
3836
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3971
3837
|
font-size: 14px;
|
|
3972
3838
|
}
|
|
3973
|
-
|
|
3974
3839
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3975
3840
|
width: 192px !important;
|
|
3976
3841
|
}
|
|
3977
|
-
|
|
3978
3842
|
.e-bigger .e-de-para-dlg-heading {
|
|
3979
3843
|
color: #6b7280;
|
|
3980
3844
|
display: block;
|
|
@@ -3983,56 +3847,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3983
3847
|
margin-bottom: 8px;
|
|
3984
3848
|
line-height: 22px;
|
|
3985
3849
|
}
|
|
3986
|
-
|
|
3987
3850
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3988
3851
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3989
3852
|
font-size: 12px;
|
|
3990
3853
|
}
|
|
3991
|
-
|
|
3992
3854
|
.e-bigger .e-de-para-dlg-container {
|
|
3993
3855
|
height: auto;
|
|
3994
3856
|
width: auto;
|
|
3995
3857
|
}
|
|
3996
|
-
|
|
3997
3858
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
3998
3859
|
margin-bottom: 0;
|
|
3999
3860
|
margin-top: 12px;
|
|
4000
3861
|
}
|
|
4001
|
-
|
|
4002
3862
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
4003
3863
|
margin-left: 20px;
|
|
4004
3864
|
}
|
|
4005
|
-
|
|
4006
3865
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
4007
3866
|
margin-left: 0;
|
|
4008
3867
|
margin-right: 20px;
|
|
4009
3868
|
}
|
|
4010
|
-
|
|
4011
3869
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
4012
3870
|
margin-bottom: 4px;
|
|
4013
3871
|
}
|
|
4014
|
-
|
|
4015
3872
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
4016
3873
|
margin-bottom: 16px;
|
|
4017
3874
|
}
|
|
4018
|
-
|
|
4019
3875
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
4020
3876
|
top: 0;
|
|
4021
3877
|
}
|
|
4022
|
-
|
|
4023
3878
|
.e-bigger .e-de-dlg-sub-header {
|
|
4024
3879
|
display: block;
|
|
4025
3880
|
font-size: 12px;
|
|
4026
3881
|
font-weight: 500;
|
|
4027
3882
|
margin-bottom: 4px;
|
|
4028
3883
|
}
|
|
4029
|
-
|
|
4030
3884
|
.e-bigger .e-de-rtl-btn-div {
|
|
4031
3885
|
font-size: 12px;
|
|
4032
3886
|
margin-right: 24px;
|
|
4033
3887
|
width: 200px;
|
|
4034
3888
|
}
|
|
4035
|
-
|
|
4036
3889
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
4037
3890
|
margin-left: 12px;
|
|
4038
3891
|
margin-right: 0;
|
|
@@ -4104,4 +3957,4 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4104
3957
|
|
|
4105
3958
|
.e-para-dlg-sub-height {
|
|
4106
3959
|
height: 145px;
|
|
4107
|
-
}
|
|
3960
|
+
}
|