@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,124 +1,105 @@
|
|
|
1
1
|
.e-documenteditor .e-close::before {
|
|
2
2
|
color: #a19f9d;
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e7e7";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
font-size: 14px;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
8
|
+
content: "\e754";
|
|
9
|
+
font-family: "e-icons";
|
|
11
10
|
}
|
|
12
|
-
|
|
13
11
|
.e-documenteditor .e-arrow-up::before {
|
|
14
|
-
content:
|
|
15
|
-
font-family:
|
|
12
|
+
content: "\e87a";
|
|
13
|
+
font-family: "e-icons";
|
|
16
14
|
}
|
|
17
|
-
|
|
18
15
|
.e-documenteditor .e-arrow-down::before {
|
|
19
|
-
content:
|
|
20
|
-
font-family:
|
|
16
|
+
content: "\e70d";
|
|
17
|
+
font-family: "e-icons";
|
|
21
18
|
}
|
|
22
|
-
|
|
23
19
|
.e-documenteditor .e-de-op .e-de-op-close-icon {
|
|
24
20
|
height: 20px;
|
|
25
21
|
}
|
|
26
|
-
|
|
27
22
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
28
|
-
content:
|
|
29
|
-
font-family:
|
|
23
|
+
content: "\e7e7";
|
|
24
|
+
font-family: "e-icons";
|
|
30
25
|
}
|
|
31
|
-
|
|
32
26
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
33
27
|
color: #a19f9d;
|
|
34
|
-
content:
|
|
35
|
-
font-family:
|
|
28
|
+
content: "\e7e7";
|
|
29
|
+
font-family: "e-icons";
|
|
36
30
|
}
|
|
37
|
-
|
|
38
31
|
.e-documenteditor .e-de-new-cmt::before {
|
|
39
|
-
content:
|
|
40
|
-
font-family:
|
|
32
|
+
content: "\e805";
|
|
33
|
+
font-family: "e-icons";
|
|
41
34
|
}
|
|
42
|
-
|
|
43
35
|
.e-documenteditor .e-de-menu-icon::before {
|
|
44
|
-
content:
|
|
45
|
-
font-family:
|
|
36
|
+
content: "\e770";
|
|
37
|
+
font-family: "e-icons";
|
|
46
38
|
}
|
|
47
|
-
|
|
48
39
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
49
|
-
content:
|
|
50
|
-
font-family:
|
|
40
|
+
content: "\e733";
|
|
41
|
+
font-family: "e-icons";
|
|
51
42
|
font-size: 13px;
|
|
52
43
|
}
|
|
53
|
-
|
|
54
44
|
.e-documenteditor .e-de-cmt-post::before {
|
|
55
|
-
content:
|
|
56
|
-
font-family:
|
|
45
|
+
content: "\e71d";
|
|
46
|
+
font-family: "e-icons";
|
|
57
47
|
}
|
|
58
|
-
|
|
59
48
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
60
|
-
content:
|
|
61
|
-
font-family:
|
|
49
|
+
content: "\e85e";
|
|
50
|
+
font-family: "e-icons";
|
|
62
51
|
}
|
|
63
|
-
|
|
64
52
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
65
|
-
content:
|
|
66
|
-
font-family:
|
|
53
|
+
content: "\e7e7";
|
|
54
|
+
font-family: "e-icons";
|
|
67
55
|
}
|
|
68
|
-
|
|
69
56
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
70
|
-
content:
|
|
71
|
-
font-family:
|
|
57
|
+
content: "\e820";
|
|
58
|
+
font-family: "e-icons";
|
|
72
59
|
}
|
|
73
|
-
|
|
74
60
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
75
|
-
content:
|
|
76
|
-
font-family:
|
|
61
|
+
content: "\e782";
|
|
62
|
+
font-family: "e-icons";
|
|
77
63
|
}
|
|
78
|
-
|
|
79
64
|
.e-documenteditor .e-de-nav-up::before {
|
|
80
|
-
content:
|
|
81
|
-
font-family:
|
|
65
|
+
content: "\e7dd";
|
|
66
|
+
font-family: "e-icons";
|
|
82
67
|
}
|
|
83
|
-
|
|
84
68
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
85
|
-
content:
|
|
86
|
-
font-family:
|
|
69
|
+
content: "\e748";
|
|
70
|
+
font-family: "e-icons";
|
|
87
71
|
}
|
|
88
|
-
|
|
89
72
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
90
|
-
content:
|
|
91
|
-
font-family:
|
|
73
|
+
content: "\e765";
|
|
74
|
+
font-family: "e-icons";
|
|
92
75
|
}
|
|
93
|
-
|
|
94
76
|
.e-documenteditor .e-de-save-icon::before {
|
|
95
|
-
content:
|
|
96
|
-
font-family:
|
|
77
|
+
content: "\e774";
|
|
78
|
+
font-family: "e-icons";
|
|
97
79
|
}
|
|
98
|
-
|
|
99
80
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
100
|
-
content:
|
|
101
|
-
font-family:
|
|
81
|
+
content: "\e7e7";
|
|
82
|
+
font-family: "e-icons";
|
|
102
83
|
}
|
|
103
84
|
|
|
104
85
|
.e-de-ctn-title-print::before {
|
|
105
|
-
content:
|
|
86
|
+
content: "\e75d";
|
|
106
87
|
}
|
|
107
88
|
|
|
108
89
|
.e-de-acceptchange::before {
|
|
109
90
|
color: #a19f9d;
|
|
110
|
-
content:
|
|
111
|
-
font-family:
|
|
91
|
+
content: "\e7a8";
|
|
92
|
+
font-family: "e-icons";
|
|
112
93
|
}
|
|
113
94
|
|
|
114
95
|
.e-de-rejectchange::before {
|
|
115
96
|
color: #a19f9d;
|
|
116
|
-
content:
|
|
117
|
-
font-family:
|
|
97
|
+
content: "\e815";
|
|
98
|
+
font-family: "e-icons";
|
|
118
99
|
}
|
|
119
100
|
|
|
120
101
|
.e-de-ctn-title-download::before {
|
|
121
|
-
content:
|
|
102
|
+
content: "\e7a1";
|
|
122
103
|
}
|
|
123
104
|
|
|
124
105
|
.e-de-table-properties-alignment:hover {
|
|
@@ -139,40 +120,40 @@
|
|
|
139
120
|
|
|
140
121
|
.e-de-table-left-alignment::before {
|
|
141
122
|
color: #a19f9d;
|
|
142
|
-
content:
|
|
123
|
+
content: "\e7f6";
|
|
143
124
|
font-size: 46px;
|
|
144
125
|
}
|
|
145
126
|
|
|
146
127
|
.e-de-table-center-alignment::before {
|
|
147
128
|
color: #a19f9d;
|
|
148
|
-
content:
|
|
129
|
+
content: "\e7f1";
|
|
149
130
|
font-size: 46px;
|
|
150
131
|
}
|
|
151
132
|
|
|
152
133
|
.e-de-table-right-alignment::before {
|
|
153
134
|
color: #a19f9d;
|
|
154
|
-
content:
|
|
135
|
+
content: "\e703";
|
|
155
136
|
font-size: 46px;
|
|
156
137
|
}
|
|
157
138
|
|
|
158
139
|
.e-de-tablecell-top-alignment::before {
|
|
159
140
|
color: #a19f9d;
|
|
160
|
-
content:
|
|
161
|
-
font-family:
|
|
141
|
+
content: "\e775";
|
|
142
|
+
font-family: "e-icons";
|
|
162
143
|
font-size: 51px;
|
|
163
144
|
}
|
|
164
145
|
|
|
165
146
|
.e-de-tablecell-center-alignment::before {
|
|
166
147
|
color: #a19f9d;
|
|
167
|
-
content:
|
|
168
|
-
font-family:
|
|
148
|
+
content: "\e7e5";
|
|
149
|
+
font-family: "e-icons";
|
|
169
150
|
font-size: 51px;
|
|
170
151
|
}
|
|
171
152
|
|
|
172
153
|
.e-de-tablecell-bottom-alignment::before {
|
|
173
154
|
color: #a19f9d;
|
|
174
|
-
content:
|
|
175
|
-
font-family:
|
|
155
|
+
content: "\e7d9";
|
|
156
|
+
font-family: "e-icons";
|
|
176
157
|
font-size: 51px;
|
|
177
158
|
}
|
|
178
159
|
|
|
@@ -222,14 +203,14 @@
|
|
|
222
203
|
|
|
223
204
|
.e-de-table-border-none-setting::before {
|
|
224
205
|
color: #a19f9d;
|
|
225
|
-
content:
|
|
206
|
+
content: "\e7eb";
|
|
226
207
|
font-size: 46px;
|
|
227
208
|
position: absolute;
|
|
228
209
|
}
|
|
229
210
|
|
|
230
211
|
.e-de-table-border-box-setting::before {
|
|
231
212
|
color: #a19f9d;
|
|
232
|
-
content:
|
|
213
|
+
content: "\e834";
|
|
233
214
|
font-size: 42px;
|
|
234
215
|
left: 2px;
|
|
235
216
|
position: absolute;
|
|
@@ -238,8 +219,8 @@
|
|
|
238
219
|
|
|
239
220
|
.e-de-table-border-all-setting::before {
|
|
240
221
|
color: #a19f9d;
|
|
241
|
-
content:
|
|
242
|
-
font-family:
|
|
222
|
+
content: "\e7e8";
|
|
223
|
+
font-family: "e-icons";
|
|
243
224
|
font-size: 42px;
|
|
244
225
|
left: 2px;
|
|
245
226
|
position: absolute;
|
|
@@ -248,7 +229,7 @@
|
|
|
248
229
|
|
|
249
230
|
.e-de-table-border-custom-setting::before {
|
|
250
231
|
color: #a19f9d;
|
|
251
|
-
content:
|
|
232
|
+
content: "\e7d5";
|
|
252
233
|
font-size: 42px;
|
|
253
234
|
left: 2px;
|
|
254
235
|
position: absolute;
|
|
@@ -257,8 +238,8 @@
|
|
|
257
238
|
|
|
258
239
|
.e-de-table-border-toptop-alignment::before {
|
|
259
240
|
color: #a19f9d;
|
|
260
|
-
content:
|
|
261
|
-
font-family:
|
|
241
|
+
content: "\e7e0";
|
|
242
|
+
font-family: "e-icons";
|
|
262
243
|
font-size: 16px;
|
|
263
244
|
left: 4px;
|
|
264
245
|
position: absolute;
|
|
@@ -267,7 +248,7 @@
|
|
|
267
248
|
|
|
268
249
|
.e-de-table-border-topcenter-alignment::before {
|
|
269
250
|
color: #a19f9d;
|
|
270
|
-
content:
|
|
251
|
+
content: "\e83b";
|
|
271
252
|
font-size: 16px;
|
|
272
253
|
left: 4px;
|
|
273
254
|
position: absolute;
|
|
@@ -276,7 +257,7 @@
|
|
|
276
257
|
|
|
277
258
|
.e-de-table-border-topbottom-alignment::before {
|
|
278
259
|
color: #a19f9d;
|
|
279
|
-
content:
|
|
260
|
+
content: "\e766";
|
|
280
261
|
font-size: 16px;
|
|
281
262
|
left: 4px;
|
|
282
263
|
position: absolute;
|
|
@@ -285,7 +266,7 @@
|
|
|
285
266
|
|
|
286
267
|
.e-de-table-border-diagionalup-alignment::before {
|
|
287
268
|
color: #a19f9d;
|
|
288
|
-
content:
|
|
269
|
+
content: "\e79d";
|
|
289
270
|
font-size: 16px;
|
|
290
271
|
left: 4px;
|
|
291
272
|
position: absolute;
|
|
@@ -294,7 +275,7 @@
|
|
|
294
275
|
|
|
295
276
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
296
277
|
color: #a19f9d;
|
|
297
|
-
content:
|
|
278
|
+
content: "\e784";
|
|
298
279
|
font-size: 16px;
|
|
299
280
|
left: 4px;
|
|
300
281
|
position: absolute;
|
|
@@ -303,7 +284,7 @@
|
|
|
303
284
|
|
|
304
285
|
.e-de-table-border-bottomleft-alignment::before {
|
|
305
286
|
color: #a19f9d;
|
|
306
|
-
content:
|
|
287
|
+
content: "\e806";
|
|
307
288
|
font-size: 16px;
|
|
308
289
|
left: 4px;
|
|
309
290
|
position: absolute;
|
|
@@ -312,7 +293,7 @@
|
|
|
312
293
|
|
|
313
294
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
314
295
|
color: #a19f9d;
|
|
315
|
-
content:
|
|
296
|
+
content: "\e792";
|
|
316
297
|
font-size: 16px;
|
|
317
298
|
left: 4px;
|
|
318
299
|
position: absolute;
|
|
@@ -321,7 +302,7 @@
|
|
|
321
302
|
|
|
322
303
|
.e-de-table-border-bottomright-alignment::before {
|
|
323
304
|
color: #a19f9d;
|
|
324
|
-
content:
|
|
305
|
+
content: "\e7ab";
|
|
325
306
|
font-size: 16px;
|
|
326
307
|
left: 4px;
|
|
327
308
|
position: absolute;
|
|
@@ -329,266 +310,266 @@
|
|
|
329
310
|
}
|
|
330
311
|
|
|
331
312
|
.e-menu-item .e-de-cmt-add::before {
|
|
332
|
-
content:
|
|
313
|
+
content: "\e82c";
|
|
333
314
|
}
|
|
334
315
|
|
|
335
316
|
.e-menu-item .e-de-cut::before {
|
|
336
|
-
content:
|
|
317
|
+
content: "\e7fb";
|
|
337
318
|
}
|
|
338
319
|
|
|
339
320
|
.e-menu-item .e-de-spellcheck::before {
|
|
340
|
-
content:
|
|
321
|
+
content: "\e7f0";
|
|
341
322
|
}
|
|
342
323
|
|
|
343
324
|
.e-menu-item .e-de-copy::before {
|
|
344
|
-
content:
|
|
325
|
+
content: "\e77c";
|
|
345
326
|
}
|
|
346
327
|
|
|
347
328
|
.e-menu-item .e-de-paste::before {
|
|
348
|
-
content:
|
|
329
|
+
content: "\e70b";
|
|
349
330
|
}
|
|
350
331
|
|
|
351
332
|
.e-menu-item .e-de-continue-numbering::before {
|
|
352
|
-
content:
|
|
333
|
+
content: "\e718";
|
|
353
334
|
}
|
|
354
335
|
|
|
355
336
|
.e-menu-item .e-de-restart-at::before {
|
|
356
|
-
content:
|
|
337
|
+
content: "\e715";
|
|
357
338
|
}
|
|
358
339
|
|
|
359
340
|
.e-menu-item .e-de-insertlink::before {
|
|
360
|
-
content:
|
|
341
|
+
content: "\e757";
|
|
361
342
|
}
|
|
362
343
|
|
|
363
344
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
364
|
-
content:
|
|
345
|
+
content: "\e797";
|
|
365
346
|
}
|
|
366
347
|
|
|
367
348
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
368
|
-
content:
|
|
349
|
+
content: "\e745";
|
|
369
350
|
}
|
|
370
351
|
|
|
371
352
|
.e-menu-item .e-de-open-properties::before {
|
|
372
|
-
content:
|
|
353
|
+
content: "\e77e";
|
|
373
354
|
}
|
|
374
355
|
|
|
375
356
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
376
|
-
content:
|
|
357
|
+
content: "\e722";
|
|
377
358
|
}
|
|
378
359
|
|
|
379
360
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
380
|
-
content:
|
|
361
|
+
content: "\e80c";
|
|
381
362
|
}
|
|
382
363
|
|
|
383
364
|
.e-menu-item .e-de-fonts::before {
|
|
384
|
-
content:
|
|
365
|
+
content: "\e76f";
|
|
385
366
|
}
|
|
386
367
|
|
|
387
368
|
.e-menu-item .e-de-paragraph::before {
|
|
388
|
-
content:
|
|
369
|
+
content: "\e7b8";
|
|
389
370
|
}
|
|
390
371
|
|
|
391
372
|
.e-menu-item .e-de-table::before {
|
|
392
|
-
content:
|
|
373
|
+
content: "\e7d1";
|
|
393
374
|
}
|
|
394
375
|
|
|
395
376
|
.e-menu-item .e-de-insertabove::before {
|
|
396
|
-
content:
|
|
377
|
+
content: "\e836";
|
|
397
378
|
}
|
|
398
379
|
|
|
399
380
|
.e-menu-item .e-de-insertbelow::before {
|
|
400
|
-
content:
|
|
381
|
+
content: "\e801";
|
|
401
382
|
}
|
|
402
383
|
|
|
403
384
|
.e-menu-item .e-de-insertleft::before {
|
|
404
|
-
content:
|
|
385
|
+
content: "\e78b";
|
|
405
386
|
}
|
|
406
387
|
|
|
407
388
|
.e-menu-item .e-de-insertright::before {
|
|
408
|
-
content:
|
|
389
|
+
content: "\e70e";
|
|
409
390
|
}
|
|
410
391
|
|
|
411
392
|
.e-menu-item .e-de-delete-table::before {
|
|
412
|
-
content:
|
|
393
|
+
content: "\e811";
|
|
413
394
|
}
|
|
414
395
|
|
|
415
396
|
.e-menu-item .e-de-deleterow::before {
|
|
416
|
-
content:
|
|
397
|
+
content: "\e7f2";
|
|
417
398
|
}
|
|
418
399
|
|
|
419
400
|
.e-menu-item .e-de-deletecolumn::before {
|
|
420
|
-
content:
|
|
401
|
+
content: "\e714";
|
|
421
402
|
}
|
|
422
403
|
|
|
423
404
|
.e-de-bold::before {
|
|
424
|
-
content:
|
|
425
|
-
font-family:
|
|
405
|
+
content: "\e737";
|
|
406
|
+
font-family: "e-icons";
|
|
426
407
|
}
|
|
427
408
|
|
|
428
409
|
.e-de-italic::before {
|
|
429
|
-
content:
|
|
430
|
-
font-family:
|
|
410
|
+
content: "\e75a";
|
|
411
|
+
font-family: "e-icons";
|
|
431
412
|
}
|
|
432
413
|
|
|
433
414
|
.e-de-underline::before {
|
|
434
|
-
content:
|
|
435
|
-
font-family:
|
|
415
|
+
content: "\e82f";
|
|
416
|
+
font-family: "e-icons";
|
|
436
417
|
}
|
|
437
418
|
|
|
438
419
|
.e-de-indent::before {
|
|
439
|
-
content:
|
|
440
|
-
font-family:
|
|
420
|
+
content: "\e72a";
|
|
421
|
+
font-family: "e-icons";
|
|
441
422
|
}
|
|
442
423
|
|
|
443
424
|
.e-de-outdent::before {
|
|
444
|
-
content:
|
|
445
|
-
font-family:
|
|
425
|
+
content: "\e810";
|
|
426
|
+
font-family: "e-icons";
|
|
446
427
|
}
|
|
447
428
|
|
|
448
429
|
.e-de-align-left::before {
|
|
449
|
-
content:
|
|
450
|
-
font-family:
|
|
430
|
+
content: "\e7b8";
|
|
431
|
+
font-family: "e-icons";
|
|
451
432
|
}
|
|
452
433
|
|
|
453
434
|
.e-de-align-center::before {
|
|
454
|
-
content:
|
|
455
|
-
font-family:
|
|
435
|
+
content: "\e813";
|
|
436
|
+
font-family: "e-icons";
|
|
456
437
|
}
|
|
457
438
|
|
|
458
439
|
.e-de-align-right::before {
|
|
459
|
-
content:
|
|
460
|
-
font-family:
|
|
440
|
+
content: "\e719";
|
|
441
|
+
font-family: "e-icons";
|
|
461
442
|
}
|
|
462
443
|
|
|
463
444
|
.e-de-justify::before {
|
|
464
|
-
content:
|
|
465
|
-
font-family:
|
|
445
|
+
content: "\e721";
|
|
446
|
+
font-family: "e-icons";
|
|
466
447
|
}
|
|
467
448
|
|
|
468
449
|
.e-de-single-spacing::before {
|
|
469
|
-
content:
|
|
470
|
-
font-family:
|
|
450
|
+
content: "\e771";
|
|
451
|
+
font-family: "e-icons";
|
|
471
452
|
}
|
|
472
453
|
|
|
473
454
|
.e-de-double-spacing::before {
|
|
474
|
-
content:
|
|
475
|
-
font-family:
|
|
455
|
+
content: "\e7c4";
|
|
456
|
+
font-family: "e-icons";
|
|
476
457
|
}
|
|
477
458
|
|
|
478
459
|
.e-de-one-point-five-spacing::before {
|
|
479
|
-
content:
|
|
480
|
-
font-family:
|
|
460
|
+
content: "\e725";
|
|
461
|
+
font-family: "e-icons";
|
|
481
462
|
}
|
|
482
463
|
|
|
483
464
|
.e-de-before-spacing::before {
|
|
484
|
-
content:
|
|
485
|
-
font-family:
|
|
465
|
+
content: "\e7b5";
|
|
466
|
+
font-family: "e-icons";
|
|
486
467
|
}
|
|
487
468
|
|
|
488
469
|
.e-de-after-spacing::before {
|
|
489
|
-
content:
|
|
490
|
-
font-family:
|
|
470
|
+
content: "\e767";
|
|
471
|
+
font-family: "e-icons";
|
|
491
472
|
}
|
|
492
473
|
|
|
493
474
|
.e-de-icon-bullet-list-dot::before {
|
|
494
|
-
content:
|
|
495
|
-
font-family:
|
|
475
|
+
content: "\e747";
|
|
476
|
+
font-family: "e-icons";
|
|
496
477
|
font-size: 8px;
|
|
497
478
|
line-height: 28px;
|
|
498
479
|
}
|
|
499
480
|
|
|
500
481
|
.e-de-icon-bullet-list-circle::before {
|
|
501
|
-
content:
|
|
502
|
-
font-family:
|
|
482
|
+
content: "\e7d0";
|
|
483
|
+
font-family: "e-icons";
|
|
503
484
|
font-size: 8px;
|
|
504
485
|
line-height: 28px;
|
|
505
486
|
}
|
|
506
487
|
|
|
507
488
|
.e-de-icon-bullet-list-square::before {
|
|
508
|
-
content:
|
|
509
|
-
font-family:
|
|
489
|
+
content: "\e7be";
|
|
490
|
+
font-family: "e-icons";
|
|
510
491
|
font-size: 8px;
|
|
511
492
|
line-height: 28px;
|
|
512
493
|
}
|
|
513
494
|
|
|
514
495
|
.e-de-icon-bullet-list-tick::before {
|
|
515
|
-
content:
|
|
516
|
-
font-family:
|
|
496
|
+
content: "\e7fc";
|
|
497
|
+
font-family: "e-icons";
|
|
517
498
|
font-size: 12px;
|
|
518
499
|
}
|
|
519
500
|
|
|
520
501
|
.e-de-icon-bullet-list-flower::before {
|
|
521
|
-
content:
|
|
522
|
-
font-family:
|
|
502
|
+
content: "\e79b";
|
|
503
|
+
font-family: "e-icons";
|
|
523
504
|
font-size: 12px;
|
|
524
505
|
}
|
|
525
506
|
|
|
526
507
|
.e-de-icon-bullet-list-arrow::before {
|
|
527
|
-
content:
|
|
528
|
-
font-family:
|
|
508
|
+
content: "\e763";
|
|
509
|
+
font-family: "e-icons";
|
|
529
510
|
font-size: 12px;
|
|
530
511
|
}
|
|
531
512
|
|
|
532
513
|
.e-de-icon-bullet-list-none::before {
|
|
533
|
-
content:
|
|
534
|
-
font-family:
|
|
514
|
+
content: "\e7f3";
|
|
515
|
+
font-family: "e-icons";
|
|
535
516
|
font-size: 24px;
|
|
536
517
|
}
|
|
537
518
|
|
|
538
519
|
.e-de-icon-autofit::before {
|
|
539
|
-
content:
|
|
540
|
-
font-family:
|
|
520
|
+
content: "\e74a";
|
|
521
|
+
font-family: "e-icons";
|
|
541
522
|
}
|
|
542
523
|
|
|
543
524
|
.e-de-icon-fixed-columnwidth::before {
|
|
544
|
-
content:
|
|
545
|
-
font-family:
|
|
525
|
+
content: "\e785";
|
|
526
|
+
font-family: "e-icons";
|
|
546
527
|
}
|
|
547
528
|
|
|
548
529
|
.e-de-icon-auto-fitwindow::before {
|
|
549
|
-
content:
|
|
550
|
-
font-family:
|
|
530
|
+
content: "\e759";
|
|
531
|
+
font-family: "e-icons";
|
|
551
532
|
}
|
|
552
533
|
|
|
553
534
|
.e-item .e-de-paste-text::before {
|
|
554
|
-
content:
|
|
555
|
-
font-family:
|
|
535
|
+
content: "\e70f";
|
|
536
|
+
font-family: "e-icons";
|
|
556
537
|
}
|
|
557
538
|
|
|
558
539
|
.e-item .e-de-paste-source::before {
|
|
559
|
-
content:
|
|
560
|
-
font-family:
|
|
540
|
+
content: "\e842";
|
|
541
|
+
font-family: "e-icons";
|
|
561
542
|
}
|
|
562
543
|
|
|
563
544
|
.e-item .e-de-paste-merge::before {
|
|
564
|
-
content:
|
|
565
|
-
font-family:
|
|
545
|
+
content: "\e752";
|
|
546
|
+
font-family: "e-icons";
|
|
566
547
|
}
|
|
567
548
|
|
|
568
549
|
.e-btn-icon .e-de-paste::before,
|
|
569
550
|
.e-icon-btn .e-de-paste::before {
|
|
570
|
-
content:
|
|
571
|
-
font-family:
|
|
551
|
+
content: "\e70b";
|
|
552
|
+
font-family: "e-icons";
|
|
572
553
|
}
|
|
573
554
|
|
|
574
555
|
.e-item .e-de-paste-column::before {
|
|
575
|
-
content:
|
|
556
|
+
content: "\e885";
|
|
576
557
|
}
|
|
577
558
|
|
|
578
559
|
.e-item .e-de-paste-row::before {
|
|
579
|
-
content:
|
|
560
|
+
content: "\e884";
|
|
580
561
|
}
|
|
581
562
|
|
|
582
563
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
583
|
-
content:
|
|
564
|
+
content: "\e886";
|
|
584
565
|
}
|
|
585
566
|
|
|
586
567
|
.e-item .e-de-paste-nested-table::before {
|
|
587
|
-
content:
|
|
568
|
+
content: "\e883";
|
|
588
569
|
}
|
|
589
570
|
|
|
590
571
|
.e-item .e-de-paste-merge-table::before {
|
|
591
|
-
content:
|
|
572
|
+
content: "\e882";
|
|
592
573
|
}
|
|
593
574
|
|
|
594
575
|
.e-de-dlg-container {
|
|
@@ -631,7 +612,6 @@
|
|
|
631
612
|
padding-left: 12px;
|
|
632
613
|
padding-right: 0;
|
|
633
614
|
}
|
|
634
|
-
|
|
635
615
|
.e-rtl .e-de-subcontainer-right {
|
|
636
616
|
padding-left: 0;
|
|
637
617
|
padding-right: 12px;
|
|
@@ -641,30 +621,24 @@
|
|
|
641
621
|
.e-bigger .e-de-dlg-container {
|
|
642
622
|
padding-bottom: 24px;
|
|
643
623
|
}
|
|
644
|
-
|
|
645
624
|
.e-bigger .e-de-container-row {
|
|
646
625
|
padding-bottom: 24px;
|
|
647
626
|
}
|
|
648
|
-
|
|
649
627
|
.e-bigger .e-de-subcontainer-left {
|
|
650
628
|
padding-right: 14px;
|
|
651
629
|
width: 50%;
|
|
652
630
|
}
|
|
653
|
-
|
|
654
631
|
.e-bigger .e-de-subcontainer-right {
|
|
655
632
|
padding-left: 14px;
|
|
656
633
|
width: 50%;
|
|
657
634
|
}
|
|
658
|
-
|
|
659
635
|
.e-bigger .e-de-dlg-tab-first-child {
|
|
660
636
|
padding-top: 14px;
|
|
661
637
|
}
|
|
662
|
-
|
|
663
638
|
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
664
639
|
padding-left: 14px;
|
|
665
640
|
padding-right: 0;
|
|
666
641
|
}
|
|
667
|
-
|
|
668
642
|
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
669
643
|
padding-left: 0;
|
|
670
644
|
padding-right: 14px;
|
|
@@ -701,7 +675,6 @@
|
|
|
701
675
|
opacity: 1;
|
|
702
676
|
}
|
|
703
677
|
}
|
|
704
|
-
|
|
705
678
|
.e-de-text-target {
|
|
706
679
|
border: 0;
|
|
707
680
|
height: 1px;
|
|
@@ -717,15 +690,12 @@
|
|
|
717
690
|
.e-de-txt-form .e-de-txt-field {
|
|
718
691
|
display: block;
|
|
719
692
|
}
|
|
720
|
-
|
|
721
693
|
.e-de-txt-form .e-de-num-field {
|
|
722
694
|
display: none;
|
|
723
695
|
}
|
|
724
|
-
|
|
725
696
|
.e-de-txt-form .e-de-date-field {
|
|
726
697
|
display: none;
|
|
727
698
|
}
|
|
728
|
-
|
|
729
699
|
.e-de-txt-form .e-de-ddl-field {
|
|
730
700
|
display: none;
|
|
731
701
|
}
|
|
@@ -733,15 +703,12 @@
|
|
|
733
703
|
.e-de-num-form .e-de-txt-field {
|
|
734
704
|
display: none;
|
|
735
705
|
}
|
|
736
|
-
|
|
737
706
|
.e-de-num-form .e-de-num-field {
|
|
738
707
|
display: block;
|
|
739
708
|
}
|
|
740
|
-
|
|
741
709
|
.e-de-num-form .e-de-date-field {
|
|
742
710
|
display: none;
|
|
743
711
|
}
|
|
744
|
-
|
|
745
712
|
.e-de-num-form .e-de-ddl-field {
|
|
746
713
|
display: none;
|
|
747
714
|
}
|
|
@@ -749,15 +716,12 @@
|
|
|
749
716
|
.e-de-date-form .e-de-txt-field {
|
|
750
717
|
display: none;
|
|
751
718
|
}
|
|
752
|
-
|
|
753
719
|
.e-de-date-form .e-de-num-field {
|
|
754
720
|
display: none;
|
|
755
721
|
}
|
|
756
|
-
|
|
757
722
|
.e-de-date-form .e-de-date-field {
|
|
758
723
|
display: block;
|
|
759
724
|
}
|
|
760
|
-
|
|
761
725
|
.e-de-date-form .e-de-ddl-field {
|
|
762
726
|
display: none;
|
|
763
727
|
}
|
|
@@ -765,15 +729,12 @@
|
|
|
765
729
|
.e-de-ddl-form .e-de-txt-field {
|
|
766
730
|
display: none;
|
|
767
731
|
}
|
|
768
|
-
|
|
769
732
|
.e-de-ddl-form .e-de-num-field {
|
|
770
733
|
display: none;
|
|
771
734
|
}
|
|
772
|
-
|
|
773
735
|
.e-de-ddl-form .e-de-date-field {
|
|
774
736
|
display: none;
|
|
775
737
|
}
|
|
776
|
-
|
|
777
738
|
.e-de-ddl-form .e-de-ddl-field {
|
|
778
739
|
display: block;
|
|
779
740
|
}
|
|
@@ -783,7 +744,6 @@
|
|
|
783
744
|
position: absolute;
|
|
784
745
|
top: 10px;
|
|
785
746
|
}
|
|
786
|
-
|
|
787
747
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
788
748
|
left: 14px;
|
|
789
749
|
}
|
|
@@ -1326,11 +1286,11 @@
|
|
|
1326
1286
|
margin-top: 16px;
|
|
1327
1287
|
}
|
|
1328
1288
|
|
|
1329
|
-
label[for*=
|
|
1289
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1330
1290
|
left: 15px;
|
|
1331
1291
|
}
|
|
1332
1292
|
|
|
1333
|
-
label[for*=
|
|
1293
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1334
1294
|
right: 15px;
|
|
1335
1295
|
}
|
|
1336
1296
|
|
|
@@ -1618,60 +1578,48 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1618
1578
|
.e-bigger .e-de-ff-dlg-heading {
|
|
1619
1579
|
margin-bottom: 16px !important;
|
|
1620
1580
|
}
|
|
1621
|
-
|
|
1622
1581
|
.e-bigger .e-de-font-dlg-cb-right,
|
|
1623
1582
|
.e-bigger .e-bookmark-list.e-de-rtl,
|
|
1624
1583
|
.e-bigger .e-styles-list.e-de-rtl,
|
|
1625
1584
|
.e-bigger .e-de-ff-dlg-lft-hlf.e-de-rtl {
|
|
1626
1585
|
margin-left: 16px;
|
|
1627
1586
|
}
|
|
1628
|
-
|
|
1629
1587
|
.e-bigger .e-de-font-dlg-cb-right.e-de-rtl,
|
|
1630
1588
|
.e-bigger .e-bookmark-list,
|
|
1631
1589
|
.e-bigger .e-styles-list,
|
|
1632
1590
|
.e-bigger .e-de-ff-dlg-lft-hlf {
|
|
1633
1591
|
margin-right: 16px;
|
|
1634
1592
|
}
|
|
1635
|
-
|
|
1636
1593
|
.e-bigger .e-bookmark-textboxdiv {
|
|
1637
1594
|
margin-bottom: 12px !important;
|
|
1638
1595
|
}
|
|
1639
|
-
|
|
1640
1596
|
.e-bigger .e-de-ff-drpdwn-mvdn,
|
|
1641
1597
|
.e-bigger .e-de-ff-drpdwn-mvup {
|
|
1642
1598
|
width: 52px !important;
|
|
1643
1599
|
}
|
|
1644
|
-
|
|
1645
1600
|
.e-bigger .e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
1646
1601
|
right: 240px;
|
|
1647
1602
|
}
|
|
1648
|
-
|
|
1649
1603
|
.e-bigger .e-de-track-date {
|
|
1650
1604
|
font-size: 12px;
|
|
1651
1605
|
}
|
|
1652
|
-
|
|
1653
1606
|
.e-bigger .e-de-page-setup-dlg-sub-container-port {
|
|
1654
1607
|
margin-top: 34px;
|
|
1655
1608
|
}
|
|
1656
|
-
|
|
1657
1609
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1658
1610
|
bottom: 12px;
|
|
1659
1611
|
}
|
|
1660
|
-
|
|
1661
1612
|
.e-bigger .e-de-table-container-div {
|
|
1662
1613
|
margin-top: 13px;
|
|
1663
1614
|
}
|
|
1664
|
-
|
|
1665
1615
|
.e-bigger .e-de-table-properties-dlg {
|
|
1666
1616
|
width: 470px;
|
|
1667
1617
|
}
|
|
1668
|
-
|
|
1669
1618
|
.e-bigger .e-de-table-ppty-dlg-preferred-width-div,
|
|
1670
1619
|
.e-bigger .e-de-table-ppty-dlg-measure-drop-down-div,
|
|
1671
1620
|
.e-bigger .e-de-ht-wdth-type {
|
|
1672
1621
|
width: 155px;
|
|
1673
1622
|
}
|
|
1674
|
-
|
|
1675
1623
|
.e-bigger .e-de-row-ht-top,
|
|
1676
1624
|
.e-bigger .e-de-cell-ht-top {
|
|
1677
1625
|
width: 179px;
|
|
@@ -1939,11 +1887,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1939
1887
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
1940
1888
|
margin-left: 64px;
|
|
1941
1889
|
}
|
|
1942
|
-
|
|
1943
1890
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
1944
1891
|
margin-right: 64px;
|
|
1945
1892
|
}
|
|
1946
|
-
|
|
1947
1893
|
.e-bigger .e-de-font-content-label {
|
|
1948
1894
|
width: 154px;
|
|
1949
1895
|
}
|
|
@@ -2835,45 +2781,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2835
2781
|
height: auto;
|
|
2836
2782
|
width: auto;
|
|
2837
2783
|
}
|
|
2838
|
-
|
|
2839
2784
|
.e-bigger .e-de-insert-footnote {
|
|
2840
2785
|
height: auto;
|
|
2841
2786
|
width: auto;
|
|
2842
2787
|
}
|
|
2843
|
-
|
|
2844
2788
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
2845
2789
|
height: auto;
|
|
2846
2790
|
}
|
|
2847
|
-
|
|
2848
2791
|
.e-bigger .e-de-font-dlg {
|
|
2849
2792
|
width: max-content;
|
|
2850
2793
|
}
|
|
2851
|
-
|
|
2852
2794
|
.e-bigger .e-para-dlg-sub-height {
|
|
2853
2795
|
height: 170px;
|
|
2854
2796
|
}
|
|
2855
|
-
|
|
2856
2797
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
2857
2798
|
margin-right: 36px;
|
|
2858
2799
|
}
|
|
2859
|
-
|
|
2860
2800
|
.e-bigger .e-de-font-content-label-width {
|
|
2861
2801
|
width: 90px;
|
|
2862
2802
|
}
|
|
2863
|
-
|
|
2864
2803
|
.e-bigger .e-de-toc-label {
|
|
2865
2804
|
margin-left: 0;
|
|
2866
2805
|
}
|
|
2867
|
-
|
|
2868
2806
|
.e-bigger .e-de-toc-label-rtl {
|
|
2869
2807
|
margin-left: 0px;
|
|
2870
2808
|
margin-right: 0;
|
|
2871
2809
|
}
|
|
2872
|
-
|
|
2873
2810
|
.e-bigger .e-de-outline-rtl {
|
|
2874
2811
|
width: 173px;
|
|
2875
2812
|
}
|
|
2876
|
-
|
|
2877
2813
|
.e-bigger .e-de-rp-header {
|
|
2878
2814
|
font-size: 16px;
|
|
2879
2815
|
width: 75%;
|
|
@@ -3280,7 +3216,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3280
3216
|
}
|
|
3281
3217
|
|
|
3282
3218
|
.e-de-tc-field {
|
|
3283
|
-
background-color:
|
|
3219
|
+
background-color: rgb(206, 205, 205);
|
|
3284
3220
|
margin: 0 2px;
|
|
3285
3221
|
}
|
|
3286
3222
|
|
|
@@ -3288,7 +3224,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3288
3224
|
font-size: 14px;
|
|
3289
3225
|
font-family: Roboto-Regular;
|
|
3290
3226
|
font-weight: 600;
|
|
3291
|
-
color:
|
|
3227
|
+
color: rgb(1, 22, 119);
|
|
3292
3228
|
margin: 0 2px;
|
|
3293
3229
|
}
|
|
3294
3230
|
|
|
@@ -3347,7 +3283,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3347
3283
|
margin: 12px 8px 0 8px;
|
|
3348
3284
|
padding: 0px;
|
|
3349
3285
|
}
|
|
3350
|
-
|
|
3351
3286
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3352
3287
|
margin-top: 12px;
|
|
3353
3288
|
}
|
|
@@ -3383,11 +3318,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3383
3318
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3384
3319
|
opacity: 0.67;
|
|
3385
3320
|
}
|
|
3386
|
-
|
|
3387
3321
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3388
3322
|
display: none;
|
|
3389
3323
|
}
|
|
3390
|
-
|
|
3391
3324
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3392
3325
|
display: block;
|
|
3393
3326
|
margin-top: 8px;
|
|
@@ -3419,7 +3352,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3419
3352
|
pointer-events: all;
|
|
3420
3353
|
width: 13px;
|
|
3421
3354
|
}
|
|
3422
|
-
|
|
3423
3355
|
.e-de-cmt-mark :hover {
|
|
3424
3356
|
color: #0078d4;
|
|
3425
3357
|
}
|
|
@@ -3461,53 +3393,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3461
3393
|
border-left: none;
|
|
3462
3394
|
border-right: 1px solid #292827;
|
|
3463
3395
|
}
|
|
3464
|
-
|
|
3465
3396
|
.e-rtl .e-de-rp-close-icon {
|
|
3466
3397
|
float: left;
|
|
3467
3398
|
right: 11px;
|
|
3468
3399
|
}
|
|
3469
|
-
|
|
3470
3400
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3471
3401
|
float: left;
|
|
3472
3402
|
}
|
|
3473
|
-
|
|
3474
3403
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3475
3404
|
border-left: 1px solid #292827;
|
|
3476
3405
|
border-right: 3px solid #0078d4;
|
|
3477
3406
|
padding-left: 12px;
|
|
3478
3407
|
padding-right: 10px;
|
|
3479
3408
|
}
|
|
3480
|
-
|
|
3481
3409
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3482
3410
|
border-left: 1px solid #292827;
|
|
3483
3411
|
border-right: 2px solid #0078d4;
|
|
3484
3412
|
padding-left: 12px;
|
|
3485
3413
|
padding-right: 11px;
|
|
3486
3414
|
}
|
|
3487
|
-
|
|
3488
3415
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3489
3416
|
border-right: 3px solid rgba(0, 120, 212, 0.5);
|
|
3490
3417
|
}
|
|
3491
|
-
|
|
3492
3418
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3493
3419
|
border-right: 2px solid rgba(0, 120, 212, 0.5);
|
|
3494
3420
|
}
|
|
3495
|
-
|
|
3496
3421
|
.e-rtl .e-de-cmt-action-button {
|
|
3497
3422
|
text-align: left;
|
|
3498
3423
|
}
|
|
3499
|
-
|
|
3500
3424
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3501
3425
|
margin-left: auto;
|
|
3502
3426
|
margin-right: 6px;
|
|
3503
3427
|
}
|
|
3504
|
-
|
|
3505
3428
|
.e-rtl .e-de-cmt-drawer {
|
|
3506
3429
|
float: left;
|
|
3507
3430
|
margin-left: 8px;
|
|
3508
3431
|
margin-right: auto;
|
|
3509
3432
|
}
|
|
3510
|
-
|
|
3511
3433
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3512
3434
|
text-align: left;
|
|
3513
3435
|
}
|
|
@@ -3518,20 +3440,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3518
3440
|
margin-left: 12px;
|
|
3519
3441
|
width: 54px;
|
|
3520
3442
|
}
|
|
3521
|
-
|
|
3522
3443
|
.e-bigger .e-de-cp-whole-header {
|
|
3523
3444
|
height: 56px;
|
|
3524
3445
|
padding: 16px;
|
|
3525
3446
|
padding-right: 8px;
|
|
3526
3447
|
}
|
|
3527
|
-
|
|
3528
3448
|
.e-bigger .e-de-rp-close-icon {
|
|
3529
3449
|
float: right;
|
|
3530
3450
|
position: relative;
|
|
3531
3451
|
top: -9px;
|
|
3532
3452
|
right: -15px;
|
|
3533
3453
|
}
|
|
3534
|
-
|
|
3535
3454
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3536
3455
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3537
3456
|
margin-right: 12px;
|
|
@@ -3544,13 +3463,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3544
3463
|
color: #a19f9d;
|
|
3545
3464
|
border: none;
|
|
3546
3465
|
}
|
|
3547
|
-
|
|
3548
3466
|
.e-de-close-icon.e-btn:active {
|
|
3549
3467
|
background-color: transparent !important;
|
|
3550
3468
|
border-color: transparent !important;
|
|
3551
3469
|
box-shadow: none;
|
|
3552
3470
|
}
|
|
3553
|
-
|
|
3554
3471
|
.e-de-close-icon.e-btn:hover {
|
|
3555
3472
|
background-color: transparent !important;
|
|
3556
3473
|
box-shadow: none;
|
|
@@ -3576,67 +3493,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3576
3493
|
padding-left: 0%;
|
|
3577
3494
|
padding-right: 12px;
|
|
3578
3495
|
}
|
|
3579
|
-
|
|
3580
3496
|
.e-bigger .e-de-cmt-author-name {
|
|
3581
3497
|
padding-left: 16px;
|
|
3582
3498
|
}
|
|
3583
|
-
|
|
3584
3499
|
.e-bigger .e-de-cmt-rply-view {
|
|
3585
3500
|
margin-top: 16px;
|
|
3586
3501
|
}
|
|
3587
|
-
|
|
3588
3502
|
.e-bigger .e-de-cmt-sub-container {
|
|
3589
3503
|
padding: 16px;
|
|
3590
3504
|
}
|
|
3591
|
-
|
|
3592
3505
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3593
3506
|
padding-left: 14px;
|
|
3594
3507
|
}
|
|
3595
|
-
|
|
3596
3508
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3597
3509
|
padding-left: 15px;
|
|
3598
3510
|
}
|
|
3599
|
-
|
|
3600
3511
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3601
3512
|
padding: 0%;
|
|
3602
3513
|
}
|
|
3603
|
-
|
|
3604
3514
|
.e-bigger .e-de-rp-nav-btn {
|
|
3605
3515
|
width: auto;
|
|
3606
3516
|
}
|
|
3607
|
-
|
|
3608
3517
|
.e-bigger .e-de-rp-whole-header {
|
|
3609
3518
|
padding: 12px;
|
|
3610
3519
|
}
|
|
3611
|
-
|
|
3612
3520
|
.e-bigger .e-de-rp-sub-div {
|
|
3613
3521
|
border-bottom: 1px solid #292827;
|
|
3614
3522
|
padding: 12px;
|
|
3615
3523
|
}
|
|
3616
|
-
|
|
3617
3524
|
.e-bigger .e-de-rp-enforce {
|
|
3618
3525
|
padding: 12px;
|
|
3619
3526
|
}
|
|
3620
|
-
|
|
3621
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3527
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3622
3528
|
width: 300px;
|
|
3623
3529
|
}
|
|
3624
|
-
|
|
3625
3530
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3626
3531
|
padding-left: 0%;
|
|
3627
3532
|
padding-right: 16px;
|
|
3628
3533
|
}
|
|
3629
|
-
|
|
3630
3534
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3631
3535
|
padding-left: 16px;
|
|
3632
3536
|
padding-right: 14px;
|
|
3633
3537
|
}
|
|
3634
|
-
|
|
3635
3538
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3636
3539
|
padding-left: 16px;
|
|
3637
3540
|
padding-right: 15px;
|
|
3638
3541
|
}
|
|
3639
|
-
|
|
3640
3542
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3641
3543
|
float: left;
|
|
3642
3544
|
right: 15px;
|
|
@@ -3646,11 +3548,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3646
3548
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3647
3549
|
font-size: 14px;
|
|
3648
3550
|
}
|
|
3649
|
-
|
|
3650
3551
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3651
3552
|
width: 192px !important;
|
|
3652
3553
|
}
|
|
3653
|
-
|
|
3654
3554
|
.e-bigger .e-de-para-dlg-heading {
|
|
3655
3555
|
color: #f3f2f1;
|
|
3656
3556
|
display: block;
|
|
@@ -3658,56 +3558,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3658
3558
|
font-weight: 400;
|
|
3659
3559
|
margin-bottom: 14px;
|
|
3660
3560
|
}
|
|
3661
|
-
|
|
3662
3561
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3663
3562
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3664
3563
|
font-size: 12px;
|
|
3665
3564
|
}
|
|
3666
|
-
|
|
3667
3565
|
.e-bigger .e-de-para-dlg-container {
|
|
3668
3566
|
height: auto;
|
|
3669
3567
|
width: auto;
|
|
3670
3568
|
}
|
|
3671
|
-
|
|
3672
3569
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
3673
3570
|
margin-bottom: 0;
|
|
3674
3571
|
margin-top: 12px;
|
|
3675
3572
|
}
|
|
3676
|
-
|
|
3677
3573
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
3678
3574
|
margin-left: 20px;
|
|
3679
3575
|
}
|
|
3680
|
-
|
|
3681
3576
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
3682
3577
|
margin-left: 0;
|
|
3683
3578
|
margin-right: 20px;
|
|
3684
3579
|
}
|
|
3685
|
-
|
|
3686
3580
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
3687
3581
|
margin-bottom: 4px;
|
|
3688
3582
|
}
|
|
3689
|
-
|
|
3690
3583
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
3691
3584
|
margin-bottom: 16px;
|
|
3692
3585
|
}
|
|
3693
|
-
|
|
3694
3586
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
3695
3587
|
top: 0;
|
|
3696
3588
|
}
|
|
3697
|
-
|
|
3698
3589
|
.e-bigger .e-de-dlg-sub-header {
|
|
3699
3590
|
display: block;
|
|
3700
3591
|
font-size: 16px;
|
|
3701
3592
|
font-weight: 600;
|
|
3702
3593
|
margin-bottom: 8px;
|
|
3703
3594
|
}
|
|
3704
|
-
|
|
3705
3595
|
.e-bigger .e-de-rtl-btn-div {
|
|
3706
3596
|
font-size: 12px;
|
|
3707
3597
|
margin-right: 24px;
|
|
3708
3598
|
width: 200px;
|
|
3709
3599
|
}
|
|
3710
|
-
|
|
3711
3600
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
3712
3601
|
margin-left: 12px;
|
|
3713
3602
|
margin-right: 0;
|
|
@@ -3779,4 +3668,4 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3779
3668
|
|
|
3780
3669
|
.e-para-dlg-sub-height {
|
|
3781
3670
|
height: 145px;
|
|
3782
|
-
}
|
|
3671
|
+
}
|