@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
package/styles/material.css
CHANGED
|
@@ -1,111 +1,93 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
2
|
.e-documenteditor .e-close::before {
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e825";
|
|
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: "\e275";
|
|
9
|
+
font-family: "e-icons";
|
|
11
10
|
font-size: 10px;
|
|
12
11
|
}
|
|
13
|
-
|
|
14
12
|
.e-documenteditor .e-arrow-up::before {
|
|
15
|
-
content:
|
|
16
|
-
font-family:
|
|
13
|
+
content: "\e834";
|
|
14
|
+
font-family: "e-icons";
|
|
17
15
|
font-size: 10px;
|
|
18
16
|
}
|
|
19
|
-
|
|
20
17
|
.e-documenteditor .e-arrow-down::before {
|
|
21
|
-
content:
|
|
22
|
-
font-family:
|
|
18
|
+
content: "\e83d";
|
|
19
|
+
font-family: "e-icons";
|
|
23
20
|
font-size: 10px;
|
|
24
21
|
}
|
|
25
|
-
|
|
26
22
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
27
|
-
content:
|
|
23
|
+
content: "\e7fc";
|
|
28
24
|
}
|
|
29
|
-
|
|
30
25
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
31
|
-
content:
|
|
32
|
-
font-family:
|
|
26
|
+
content: "\e7fc";
|
|
27
|
+
font-family: "e-icons";
|
|
33
28
|
font-size: 10px;
|
|
34
29
|
}
|
|
35
|
-
|
|
36
30
|
.e-documenteditor .e-de-new-cmt::before {
|
|
37
|
-
content:
|
|
38
|
-
font-family:
|
|
31
|
+
content: "\e823";
|
|
32
|
+
font-family: "e-icons";
|
|
39
33
|
}
|
|
40
|
-
|
|
41
34
|
.e-documenteditor .e-de-menu-icon::before {
|
|
42
|
-
content:
|
|
43
|
-
font-family:
|
|
35
|
+
content: "\e984";
|
|
36
|
+
font-family: "e-icons";
|
|
44
37
|
font-size: 10px;
|
|
45
38
|
}
|
|
46
|
-
|
|
47
39
|
.e-documenteditor .e-de-save-icon::before {
|
|
48
|
-
content:
|
|
49
|
-
font-family:
|
|
40
|
+
content: "\e614";
|
|
41
|
+
font-family: "e-icons";
|
|
50
42
|
}
|
|
51
|
-
|
|
52
43
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
53
|
-
content:
|
|
54
|
-
font-family:
|
|
44
|
+
content: "\eb36";
|
|
45
|
+
font-family: "e-icons";
|
|
55
46
|
}
|
|
56
|
-
|
|
57
47
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
58
|
-
content:
|
|
59
|
-
font-family:
|
|
48
|
+
content: "\e817";
|
|
49
|
+
font-family: "e-icons";
|
|
60
50
|
font-size: 13px;
|
|
61
51
|
}
|
|
62
|
-
|
|
63
52
|
.e-documenteditor .e-de-cmt-post::before {
|
|
64
|
-
content:
|
|
65
|
-
font-family:
|
|
53
|
+
content: "\e816";
|
|
54
|
+
font-family: "e-icons";
|
|
66
55
|
}
|
|
67
|
-
|
|
68
56
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
69
|
-
content:
|
|
70
|
-
font-family:
|
|
57
|
+
content: "\e815";
|
|
58
|
+
font-family: "e-icons";
|
|
71
59
|
}
|
|
72
|
-
|
|
73
60
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
74
|
-
content:
|
|
75
|
-
font-family:
|
|
61
|
+
content: "\e7fc";
|
|
62
|
+
font-family: "e-icons";
|
|
76
63
|
}
|
|
77
|
-
|
|
78
64
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
79
|
-
content:
|
|
80
|
-
font-family:
|
|
65
|
+
content: "\e602";
|
|
66
|
+
font-family: "e-icons";
|
|
81
67
|
}
|
|
82
|
-
|
|
83
68
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
84
|
-
content:
|
|
85
|
-
font-family:
|
|
69
|
+
content: "\e818";
|
|
70
|
+
font-family: "e-icons";
|
|
86
71
|
}
|
|
87
|
-
|
|
88
72
|
.e-documenteditor .e-de-nav-up::before {
|
|
89
|
-
content:
|
|
90
|
-
font-family:
|
|
73
|
+
content: "\e651";
|
|
74
|
+
font-family: "e-icons";
|
|
91
75
|
}
|
|
92
|
-
|
|
93
76
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
94
|
-
content:
|
|
77
|
+
content: "\e913";
|
|
95
78
|
}
|
|
96
|
-
|
|
97
79
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
98
|
-
content:
|
|
80
|
+
content: "\e904";
|
|
99
81
|
}
|
|
100
82
|
|
|
101
83
|
.e-de-ctn-title-print::before {
|
|
102
|
-
content:
|
|
103
|
-
font-family:
|
|
84
|
+
content: "\e813";
|
|
85
|
+
font-family: "e-icons";
|
|
104
86
|
}
|
|
105
87
|
|
|
106
88
|
.e-de-ctn-title-download::before {
|
|
107
|
-
content:
|
|
108
|
-
font-family:
|
|
89
|
+
content: "\e603";
|
|
90
|
+
font-family: "e-icons";
|
|
109
91
|
}
|
|
110
92
|
|
|
111
93
|
.e-de-table-properties-alignment:hover {
|
|
@@ -125,37 +107,37 @@
|
|
|
125
107
|
}
|
|
126
108
|
|
|
127
109
|
.e-de-table-left-alignment::before {
|
|
128
|
-
content:
|
|
110
|
+
content: "\e517";
|
|
129
111
|
font-size: 46px;
|
|
130
112
|
}
|
|
131
113
|
|
|
132
114
|
.e-de-table-center-alignment::before {
|
|
133
|
-
content:
|
|
115
|
+
content: "\e518";
|
|
134
116
|
font-size: 46px;
|
|
135
117
|
}
|
|
136
118
|
|
|
137
119
|
.e-de-table-right-alignment::before {
|
|
138
|
-
content:
|
|
120
|
+
content: "\e515";
|
|
139
121
|
font-size: 46px;
|
|
140
122
|
}
|
|
141
123
|
|
|
142
124
|
.e-de-tablecell-top-alignment::before {
|
|
143
|
-
content:
|
|
125
|
+
content: "\e527";
|
|
144
126
|
font-size: 51px;
|
|
145
127
|
}
|
|
146
128
|
|
|
147
129
|
.e-de-tablecell-center-alignment::before {
|
|
148
|
-
content:
|
|
130
|
+
content: "\e526";
|
|
149
131
|
font-size: 51px;
|
|
150
132
|
}
|
|
151
133
|
|
|
152
134
|
.e-de-tablecell-bottom-alignment::before {
|
|
153
|
-
content:
|
|
135
|
+
content: "\e525";
|
|
154
136
|
font-size: 51px;
|
|
155
137
|
}
|
|
156
138
|
|
|
157
139
|
.e-de-table-border-setting {
|
|
158
|
-
border: 1px solid
|
|
140
|
+
border: 1px solid rgb(0, 0, 0);
|
|
159
141
|
height: 48px;
|
|
160
142
|
left: 5px;
|
|
161
143
|
position: relative;
|
|
@@ -199,13 +181,13 @@
|
|
|
199
181
|
}
|
|
200
182
|
|
|
201
183
|
.e-de-table-border-none-setting::before {
|
|
202
|
-
content:
|
|
184
|
+
content: "\e507";
|
|
203
185
|
font-size: 46px;
|
|
204
186
|
position: absolute;
|
|
205
187
|
}
|
|
206
188
|
|
|
207
189
|
.e-de-table-border-box-setting::before {
|
|
208
|
-
content:
|
|
190
|
+
content: "\e509";
|
|
209
191
|
font-size: 42px;
|
|
210
192
|
left: 2px;
|
|
211
193
|
position: absolute;
|
|
@@ -213,7 +195,7 @@
|
|
|
213
195
|
}
|
|
214
196
|
|
|
215
197
|
.e-de-table-border-all-setting::before {
|
|
216
|
-
content:
|
|
198
|
+
content: "\e511";
|
|
217
199
|
font-size: 42px;
|
|
218
200
|
left: 2px;
|
|
219
201
|
position: absolute;
|
|
@@ -221,7 +203,7 @@
|
|
|
221
203
|
}
|
|
222
204
|
|
|
223
205
|
.e-de-table-border-custom-setting::before {
|
|
224
|
-
content:
|
|
206
|
+
content: "\e516";
|
|
225
207
|
font-size: 42px;
|
|
226
208
|
left: 2px;
|
|
227
209
|
position: absolute;
|
|
@@ -229,7 +211,7 @@
|
|
|
229
211
|
}
|
|
230
212
|
|
|
231
213
|
.e-de-table-border-toptop-alignment::before {
|
|
232
|
-
content:
|
|
214
|
+
content: "\e281";
|
|
233
215
|
font-size: 16px;
|
|
234
216
|
left: 4px;
|
|
235
217
|
position: absolute;
|
|
@@ -237,7 +219,7 @@
|
|
|
237
219
|
}
|
|
238
220
|
|
|
239
221
|
.e-de-table-border-topcenter-alignment::before {
|
|
240
|
-
content:
|
|
222
|
+
content: "\e276";
|
|
241
223
|
font-size: 16px;
|
|
242
224
|
left: 4px;
|
|
243
225
|
position: absolute;
|
|
@@ -245,7 +227,7 @@
|
|
|
245
227
|
}
|
|
246
228
|
|
|
247
229
|
.e-de-table-border-topbottom-alignment::before {
|
|
248
|
-
content:
|
|
230
|
+
content: "\e298";
|
|
249
231
|
font-size: 16px;
|
|
250
232
|
left: 4px;
|
|
251
233
|
position: absolute;
|
|
@@ -253,7 +235,7 @@
|
|
|
253
235
|
}
|
|
254
236
|
|
|
255
237
|
.e-de-table-border-diagionalup-alignment::before {
|
|
256
|
-
content:
|
|
238
|
+
content: "\e262";
|
|
257
239
|
font-size: 16px;
|
|
258
240
|
left: 4px;
|
|
259
241
|
position: absolute;
|
|
@@ -261,7 +243,7 @@
|
|
|
261
243
|
}
|
|
262
244
|
|
|
263
245
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
264
|
-
content:
|
|
246
|
+
content: "\e265";
|
|
265
247
|
font-size: 16px;
|
|
266
248
|
left: 4px;
|
|
267
249
|
position: absolute;
|
|
@@ -269,7 +251,7 @@
|
|
|
269
251
|
}
|
|
270
252
|
|
|
271
253
|
.e-de-table-border-bottomleft-alignment::before {
|
|
272
|
-
content:
|
|
254
|
+
content: "\e291";
|
|
273
255
|
font-size: 16px;
|
|
274
256
|
left: 4px;
|
|
275
257
|
position: absolute;
|
|
@@ -277,7 +259,7 @@
|
|
|
277
259
|
}
|
|
278
260
|
|
|
279
261
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
280
|
-
content:
|
|
262
|
+
content: "\e287";
|
|
281
263
|
font-size: 16px;
|
|
282
264
|
left: 4px;
|
|
283
265
|
position: absolute;
|
|
@@ -285,7 +267,7 @@
|
|
|
285
267
|
}
|
|
286
268
|
|
|
287
269
|
.e-de-table-border-bottomright-alignment::before {
|
|
288
|
-
content:
|
|
270
|
+
content: "\e288";
|
|
289
271
|
font-size: 16px;
|
|
290
272
|
left: 4px;
|
|
291
273
|
position: absolute;
|
|
@@ -293,267 +275,267 @@
|
|
|
293
275
|
}
|
|
294
276
|
|
|
295
277
|
.e-de-acceptchange::before {
|
|
296
|
-
content:
|
|
297
|
-
font-family:
|
|
278
|
+
content: "\e19f";
|
|
279
|
+
font-family: "e-icons";
|
|
298
280
|
}
|
|
299
281
|
|
|
300
282
|
.e-de-rejectchange::before {
|
|
301
|
-
content:
|
|
302
|
-
font-family:
|
|
283
|
+
content: "\e204";
|
|
284
|
+
font-family: "e-icons";
|
|
303
285
|
}
|
|
304
286
|
|
|
305
287
|
.e-menu-item .e-de-cmt-add::before {
|
|
306
|
-
content:
|
|
307
|
-
font-family:
|
|
288
|
+
content: "\e814";
|
|
289
|
+
font-family: "e-icons";
|
|
308
290
|
}
|
|
309
291
|
|
|
310
292
|
.e-menu-item .e-de-cut::before {
|
|
311
|
-
content:
|
|
293
|
+
content: "\e279";
|
|
312
294
|
}
|
|
313
295
|
|
|
314
296
|
.e-menu-item .e-de-spellcheck::before {
|
|
315
|
-
content:
|
|
297
|
+
content: "\e689";
|
|
316
298
|
}
|
|
317
299
|
|
|
318
300
|
.e-menu-item .e-de-copy::before {
|
|
319
|
-
content:
|
|
301
|
+
content: "\e280";
|
|
320
302
|
}
|
|
321
303
|
|
|
322
304
|
.e-btn-icon .e-de-paste::before,
|
|
323
305
|
.e-icon-btn .e-de-paste::before,
|
|
324
306
|
.e-menu-item .e-de-paste::before {
|
|
325
|
-
content:
|
|
307
|
+
content: "\e501";
|
|
326
308
|
}
|
|
327
309
|
|
|
328
310
|
.e-menu-item .e-de-continue-numbering::before {
|
|
329
|
-
content:
|
|
311
|
+
content: "\e503";
|
|
330
312
|
}
|
|
331
313
|
|
|
332
314
|
.e-menu-item .e-de-restart-at::before {
|
|
333
|
-
content:
|
|
315
|
+
content: "\e277";
|
|
334
316
|
}
|
|
335
317
|
|
|
336
318
|
.e-menu-item .e-de-insertlink::before {
|
|
337
|
-
content:
|
|
319
|
+
content: "\e290";
|
|
338
320
|
}
|
|
339
321
|
|
|
340
322
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
341
|
-
content:
|
|
323
|
+
content: "\e278";
|
|
342
324
|
}
|
|
343
325
|
|
|
344
326
|
.e-menu-item .e-de-open-properties::before {
|
|
345
|
-
content:
|
|
327
|
+
content: "\e605";
|
|
346
328
|
}
|
|
347
329
|
|
|
348
330
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
349
|
-
content:
|
|
331
|
+
content: "\e295";
|
|
350
332
|
}
|
|
351
333
|
|
|
352
334
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
353
|
-
content:
|
|
335
|
+
content: "\e289";
|
|
354
336
|
}
|
|
355
337
|
|
|
356
338
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
357
|
-
content:
|
|
339
|
+
content: "\e286";
|
|
358
340
|
}
|
|
359
341
|
|
|
360
342
|
.e-menu-item .e-de-fonts::before {
|
|
361
|
-
content:
|
|
343
|
+
content: "\e273";
|
|
362
344
|
}
|
|
363
345
|
|
|
364
346
|
.e-menu-item .e-de-paragraph::before {
|
|
365
|
-
content:
|
|
347
|
+
content: "\e75e";
|
|
366
348
|
}
|
|
367
349
|
|
|
368
350
|
.e-menu-item .e-de-table::before {
|
|
369
|
-
content:
|
|
351
|
+
content: "\e294";
|
|
370
352
|
}
|
|
371
353
|
|
|
372
354
|
.e-menu-item .e-de-insertabove::before {
|
|
373
|
-
content:
|
|
355
|
+
content: "\e506";
|
|
374
356
|
}
|
|
375
357
|
|
|
376
358
|
.e-menu-item .e-de-insertbelow::before {
|
|
377
|
-
content:
|
|
359
|
+
content: "\e505";
|
|
378
360
|
}
|
|
379
361
|
|
|
380
362
|
.e-menu-item .e-de-insertleft::before {
|
|
381
|
-
content:
|
|
363
|
+
content: "\e285";
|
|
382
364
|
}
|
|
383
365
|
|
|
384
366
|
.e-menu-item .e-de-insertright::before {
|
|
385
|
-
content:
|
|
367
|
+
content: "\e284";
|
|
386
368
|
}
|
|
387
369
|
|
|
388
370
|
.e-menu-item .e-de-delete-table::before {
|
|
389
|
-
content:
|
|
371
|
+
content: "\e292";
|
|
390
372
|
}
|
|
391
373
|
|
|
392
374
|
.e-menu-item .e-de-deleterow::before {
|
|
393
|
-
content:
|
|
375
|
+
content: "\e283";
|
|
394
376
|
}
|
|
395
377
|
|
|
396
378
|
.e-menu-item .e-de-deletecolumn::before {
|
|
397
|
-
content:
|
|
379
|
+
content: "\e282";
|
|
398
380
|
}
|
|
399
381
|
|
|
400
382
|
.e-de-bold::before {
|
|
401
|
-
content:
|
|
402
|
-
font-family:
|
|
383
|
+
content: "\e339";
|
|
384
|
+
font-family: "e-icons";
|
|
403
385
|
}
|
|
404
386
|
|
|
405
387
|
.e-de-italic::before {
|
|
406
|
-
content:
|
|
407
|
-
font-family:
|
|
388
|
+
content: "\e35a";
|
|
389
|
+
font-family: "e-icons";
|
|
408
390
|
}
|
|
409
391
|
|
|
410
392
|
.e-de-underline::before {
|
|
411
|
-
content:
|
|
412
|
-
font-family:
|
|
393
|
+
content: "\e343";
|
|
394
|
+
font-family: "e-icons";
|
|
413
395
|
}
|
|
414
396
|
|
|
415
397
|
.e-de-indent::before {
|
|
416
|
-
content:
|
|
417
|
-
font-family:
|
|
398
|
+
content: "\e35d";
|
|
399
|
+
font-family: "e-icons";
|
|
418
400
|
}
|
|
419
401
|
|
|
420
402
|
.e-de-outdent::before {
|
|
421
|
-
content:
|
|
422
|
-
font-family:
|
|
403
|
+
content: "\e33f";
|
|
404
|
+
font-family: "e-icons";
|
|
423
405
|
}
|
|
424
406
|
|
|
425
407
|
.e-de-align-left::before {
|
|
426
|
-
content:
|
|
427
|
-
font-family:
|
|
408
|
+
content: "\e33a";
|
|
409
|
+
font-family: "e-icons";
|
|
428
410
|
}
|
|
429
411
|
|
|
430
412
|
.e-de-align-center::before {
|
|
431
|
-
content:
|
|
432
|
-
font-family:
|
|
413
|
+
content: "\e35e";
|
|
414
|
+
font-family: "e-icons";
|
|
433
415
|
}
|
|
434
416
|
|
|
435
417
|
.e-de-align-right::before {
|
|
436
|
-
content:
|
|
437
|
-
font-family:
|
|
418
|
+
content: "\e34d";
|
|
419
|
+
font-family: "e-icons";
|
|
438
420
|
}
|
|
439
421
|
|
|
440
422
|
.e-de-justify::before {
|
|
441
|
-
content:
|
|
442
|
-
font-family:
|
|
423
|
+
content: "\e334";
|
|
424
|
+
font-family: "e-icons";
|
|
443
425
|
}
|
|
444
426
|
|
|
445
427
|
.e-de-single-spacing::before {
|
|
446
|
-
content:
|
|
447
|
-
font-family:
|
|
428
|
+
content: "\e520";
|
|
429
|
+
font-family: "e-icons";
|
|
448
430
|
}
|
|
449
431
|
|
|
450
432
|
.e-de-double-spacing::before {
|
|
451
|
-
content:
|
|
452
|
-
font-family:
|
|
433
|
+
content: "\e521";
|
|
434
|
+
font-family: "e-icons";
|
|
453
435
|
}
|
|
454
436
|
|
|
455
437
|
.e-de-one-point-five-spacing::before {
|
|
456
|
-
content:
|
|
457
|
-
font-family:
|
|
438
|
+
content: "\e522";
|
|
439
|
+
font-family: "e-icons";
|
|
458
440
|
}
|
|
459
441
|
|
|
460
442
|
.e-de-before-spacing::before {
|
|
461
|
-
content:
|
|
462
|
-
font-family:
|
|
443
|
+
content: "\e523";
|
|
444
|
+
font-family: "e-icons";
|
|
463
445
|
}
|
|
464
446
|
|
|
465
447
|
.e-de-after-spacing::before {
|
|
466
|
-
content:
|
|
467
|
-
font-family:
|
|
448
|
+
content: "\e274";
|
|
449
|
+
font-family: "e-icons";
|
|
468
450
|
}
|
|
469
451
|
|
|
470
452
|
.e-de-icon-bullet-list-dot::before {
|
|
471
|
-
content:
|
|
472
|
-
font-family:
|
|
453
|
+
content: "\e270";
|
|
454
|
+
font-family: "e-icons";
|
|
473
455
|
font-size: 42px;
|
|
474
456
|
}
|
|
475
457
|
|
|
476
458
|
.e-de-icon-bullet-list-circle::before {
|
|
477
|
-
content:
|
|
478
|
-
font-family:
|
|
459
|
+
content: "\e254";
|
|
460
|
+
font-family: "e-icons";
|
|
479
461
|
font-size: 42px;
|
|
480
462
|
}
|
|
481
463
|
|
|
482
464
|
.e-de-icon-bullet-list-square::before {
|
|
483
|
-
content:
|
|
484
|
-
font-family:
|
|
465
|
+
content: "\e271";
|
|
466
|
+
font-family: "e-icons";
|
|
485
467
|
font-size: 42px;
|
|
486
468
|
}
|
|
487
469
|
|
|
488
470
|
.e-de-icon-bullet-list-tick::before {
|
|
489
|
-
content:
|
|
490
|
-
font-family:
|
|
471
|
+
content: "\e259";
|
|
472
|
+
font-family: "e-icons";
|
|
491
473
|
font-size: 42px;
|
|
492
474
|
}
|
|
493
475
|
|
|
494
476
|
.e-de-icon-bullet-list-flower::before {
|
|
495
|
-
content:
|
|
496
|
-
font-family:
|
|
477
|
+
content: "\e267";
|
|
478
|
+
font-family: "e-icons";
|
|
497
479
|
font-size: 42px;
|
|
498
480
|
}
|
|
499
481
|
|
|
500
482
|
.e-de-icon-bullet-list-arrow::before {
|
|
501
|
-
content:
|
|
502
|
-
font-family:
|
|
483
|
+
content: "\e253";
|
|
484
|
+
font-family: "e-icons";
|
|
503
485
|
font-size: 42px;
|
|
504
486
|
}
|
|
505
487
|
|
|
506
488
|
.e-de-icon-bullet-list-none::before {
|
|
507
|
-
content:
|
|
508
|
-
font-family:
|
|
489
|
+
content: "\e256";
|
|
490
|
+
font-family: "e-icons";
|
|
509
491
|
font-size: 42px;
|
|
510
492
|
}
|
|
511
493
|
|
|
512
494
|
.e-de-icon-autofit::before {
|
|
513
|
-
content:
|
|
514
|
-
font-family:
|
|
495
|
+
content: "\eba8";
|
|
496
|
+
font-family: "e-icons";
|
|
515
497
|
}
|
|
516
498
|
|
|
517
499
|
.e-de-icon-fixed-columnwidth::before {
|
|
518
|
-
content:
|
|
519
|
-
font-family:
|
|
500
|
+
content: "\eba9";
|
|
501
|
+
font-family: "e-icons";
|
|
520
502
|
}
|
|
521
503
|
|
|
522
504
|
.e-de-icon-auto-fitwindow::before {
|
|
523
|
-
content:
|
|
524
|
-
font-family:
|
|
505
|
+
content: "\ebaa";
|
|
506
|
+
font-family: "e-icons";
|
|
525
507
|
}
|
|
526
508
|
|
|
527
509
|
.e-item .e-de-paste-text::before {
|
|
528
|
-
content:
|
|
510
|
+
content: "\e685";
|
|
529
511
|
}
|
|
530
512
|
|
|
531
513
|
.e-item .e-de-paste-source::before {
|
|
532
|
-
content:
|
|
514
|
+
content: "\e686";
|
|
533
515
|
}
|
|
534
516
|
|
|
535
517
|
.e-item .e-de-paste-merge::before {
|
|
536
|
-
content:
|
|
518
|
+
content: "\e688";
|
|
537
519
|
}
|
|
538
520
|
|
|
539
521
|
.e-item .e-de-paste-column::before {
|
|
540
|
-
content:
|
|
522
|
+
content: "\e91b";
|
|
541
523
|
}
|
|
542
524
|
|
|
543
525
|
.e-item .e-de-paste-row::before {
|
|
544
|
-
content:
|
|
526
|
+
content: "\e91c";
|
|
545
527
|
}
|
|
546
528
|
|
|
547
529
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
548
|
-
content:
|
|
530
|
+
content: "\e91d";
|
|
549
531
|
}
|
|
550
532
|
|
|
551
533
|
.e-item .e-de-paste-nested-table::before {
|
|
552
|
-
content:
|
|
534
|
+
content: "\e91e";
|
|
553
535
|
}
|
|
554
536
|
|
|
555
537
|
.e-item .e-de-paste-merge-table::before {
|
|
556
|
-
content:
|
|
538
|
+
content: "\e91f";
|
|
557
539
|
}
|
|
558
540
|
|
|
559
541
|
.e-de-dlg-container {
|
|
@@ -596,7 +578,6 @@
|
|
|
596
578
|
padding-left: 6px;
|
|
597
579
|
padding-right: 0;
|
|
598
580
|
}
|
|
599
|
-
|
|
600
581
|
.e-rtl .e-de-subcontainer-right {
|
|
601
582
|
padding-left: 0;
|
|
602
583
|
padding-right: 6px;
|
|
@@ -606,30 +587,24 @@
|
|
|
606
587
|
.e-bigger .e-de-dlg-container {
|
|
607
588
|
padding-bottom: 16px;
|
|
608
589
|
}
|
|
609
|
-
|
|
610
590
|
.e-bigger .e-de-container-row {
|
|
611
591
|
padding-bottom: 16px;
|
|
612
592
|
}
|
|
613
|
-
|
|
614
593
|
.e-bigger .e-de-subcontainer-left {
|
|
615
594
|
padding-right: 8px;
|
|
616
595
|
width: 50%;
|
|
617
596
|
}
|
|
618
|
-
|
|
619
597
|
.e-bigger .e-de-subcontainer-right {
|
|
620
598
|
padding-left: 8px;
|
|
621
599
|
width: 50%;
|
|
622
600
|
}
|
|
623
|
-
|
|
624
601
|
.e-bigger .e-de-dlg-tab-first-child {
|
|
625
602
|
padding-top: 8px;
|
|
626
603
|
}
|
|
627
|
-
|
|
628
604
|
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
629
605
|
padding-left: 8px;
|
|
630
606
|
padding-right: 0;
|
|
631
607
|
}
|
|
632
|
-
|
|
633
608
|
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
634
609
|
padding-left: 0;
|
|
635
610
|
padding-right: 8px;
|
|
@@ -666,7 +641,6 @@
|
|
|
666
641
|
opacity: 1;
|
|
667
642
|
}
|
|
668
643
|
}
|
|
669
|
-
|
|
670
644
|
.e-de-text-target {
|
|
671
645
|
border: 0;
|
|
672
646
|
height: 1px;
|
|
@@ -682,15 +656,12 @@
|
|
|
682
656
|
.e-de-txt-form .e-de-txt-field {
|
|
683
657
|
display: block;
|
|
684
658
|
}
|
|
685
|
-
|
|
686
659
|
.e-de-txt-form .e-de-num-field {
|
|
687
660
|
display: none;
|
|
688
661
|
}
|
|
689
|
-
|
|
690
662
|
.e-de-txt-form .e-de-date-field {
|
|
691
663
|
display: none;
|
|
692
664
|
}
|
|
693
|
-
|
|
694
665
|
.e-de-txt-form .e-de-ddl-field {
|
|
695
666
|
display: none;
|
|
696
667
|
}
|
|
@@ -698,15 +669,12 @@
|
|
|
698
669
|
.e-de-num-form .e-de-txt-field {
|
|
699
670
|
display: none;
|
|
700
671
|
}
|
|
701
|
-
|
|
702
672
|
.e-de-num-form .e-de-num-field {
|
|
703
673
|
display: block;
|
|
704
674
|
}
|
|
705
|
-
|
|
706
675
|
.e-de-num-form .e-de-date-field {
|
|
707
676
|
display: none;
|
|
708
677
|
}
|
|
709
|
-
|
|
710
678
|
.e-de-num-form .e-de-ddl-field {
|
|
711
679
|
display: none;
|
|
712
680
|
}
|
|
@@ -714,15 +682,12 @@
|
|
|
714
682
|
.e-de-date-form .e-de-txt-field {
|
|
715
683
|
display: none;
|
|
716
684
|
}
|
|
717
|
-
|
|
718
685
|
.e-de-date-form .e-de-num-field {
|
|
719
686
|
display: none;
|
|
720
687
|
}
|
|
721
|
-
|
|
722
688
|
.e-de-date-form .e-de-date-field {
|
|
723
689
|
display: block;
|
|
724
690
|
}
|
|
725
|
-
|
|
726
691
|
.e-de-date-form .e-de-ddl-field {
|
|
727
692
|
display: none;
|
|
728
693
|
}
|
|
@@ -730,15 +695,12 @@
|
|
|
730
695
|
.e-de-ddl-form .e-de-txt-field {
|
|
731
696
|
display: none;
|
|
732
697
|
}
|
|
733
|
-
|
|
734
698
|
.e-de-ddl-form .e-de-num-field {
|
|
735
699
|
display: none;
|
|
736
700
|
}
|
|
737
|
-
|
|
738
701
|
.e-de-ddl-form .e-de-date-field {
|
|
739
702
|
display: none;
|
|
740
703
|
}
|
|
741
|
-
|
|
742
704
|
.e-de-ddl-form .e-de-ddl-field {
|
|
743
705
|
display: block;
|
|
744
706
|
}
|
|
@@ -748,7 +710,6 @@
|
|
|
748
710
|
position: absolute;
|
|
749
711
|
top: 18px;
|
|
750
712
|
}
|
|
751
|
-
|
|
752
713
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
753
714
|
left: 14px;
|
|
754
715
|
}
|
|
@@ -1289,11 +1250,11 @@
|
|
|
1289
1250
|
margin-top: 14px;
|
|
1290
1251
|
}
|
|
1291
1252
|
|
|
1292
|
-
label[for*=
|
|
1253
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1293
1254
|
left: 35px;
|
|
1294
1255
|
}
|
|
1295
1256
|
|
|
1296
|
-
label[for*=
|
|
1257
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1297
1258
|
right: 35px;
|
|
1298
1259
|
}
|
|
1299
1260
|
|
|
@@ -1825,11 +1786,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1825
1786
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
1826
1787
|
margin-left: 60px;
|
|
1827
1788
|
}
|
|
1828
|
-
|
|
1829
1789
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
1830
1790
|
margin-right: 60px;
|
|
1831
1791
|
}
|
|
1832
|
-
|
|
1833
1792
|
.e-bigger .e-de-font-content-label {
|
|
1834
1793
|
width: 132px;
|
|
1835
1794
|
}
|
|
@@ -2264,7 +2223,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2264
2223
|
.e-bigger .e-de-style-icon-button-last-size {
|
|
2265
2224
|
height: 35px;
|
|
2266
2225
|
}
|
|
2267
|
-
|
|
2268
2226
|
.e-bigger .e-de-style-bold-button-size {
|
|
2269
2227
|
margin-left: 8px;
|
|
2270
2228
|
margin-right: 8px;
|
|
@@ -2784,45 +2742,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2784
2742
|
height: auto;
|
|
2785
2743
|
width: auto;
|
|
2786
2744
|
}
|
|
2787
|
-
|
|
2788
2745
|
.e-bigger .e-de-insert-footnote {
|
|
2789
2746
|
height: auto;
|
|
2790
2747
|
width: auto;
|
|
2791
2748
|
}
|
|
2792
|
-
|
|
2793
2749
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
2794
2750
|
height: auto;
|
|
2795
2751
|
}
|
|
2796
|
-
|
|
2797
2752
|
.e-bigger .e-de-font-dlg {
|
|
2798
2753
|
width: max-content;
|
|
2799
2754
|
}
|
|
2800
|
-
|
|
2801
2755
|
.e-bigger .e-para-dlg-sub-height {
|
|
2802
2756
|
height: 170px;
|
|
2803
2757
|
}
|
|
2804
|
-
|
|
2805
2758
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
2806
2759
|
margin-right: 36px;
|
|
2807
2760
|
}
|
|
2808
|
-
|
|
2809
2761
|
.e-bigger .e-de-font-content-label-width {
|
|
2810
2762
|
width: 72px;
|
|
2811
2763
|
}
|
|
2812
|
-
|
|
2813
2764
|
.e-bigger .e-de-toc-label {
|
|
2814
2765
|
margin-left: 194px;
|
|
2815
2766
|
}
|
|
2816
|
-
|
|
2817
2767
|
.e-bigger .e-de-toc-label-rtl {
|
|
2818
2768
|
margin-left: 0px;
|
|
2819
2769
|
margin-right: 180px;
|
|
2820
2770
|
}
|
|
2821
|
-
|
|
2822
2771
|
.e-bigger .e-de-outline-rtl {
|
|
2823
2772
|
width: 173px;
|
|
2824
2773
|
}
|
|
2825
|
-
|
|
2826
2774
|
.e-bigger .e-de-rp-header {
|
|
2827
2775
|
font-size: 16px;
|
|
2828
2776
|
width: 75%;
|
|
@@ -3232,7 +3180,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3232
3180
|
}
|
|
3233
3181
|
|
|
3234
3182
|
.e-de-tc-field {
|
|
3235
|
-
background-color:
|
|
3183
|
+
background-color: rgb(206, 205, 205);
|
|
3236
3184
|
margin: 0 2px;
|
|
3237
3185
|
}
|
|
3238
3186
|
|
|
@@ -3240,7 +3188,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3240
3188
|
font-size: 14px;
|
|
3241
3189
|
font-family: Roboto-Regular;
|
|
3242
3190
|
font-weight: 600;
|
|
3243
|
-
color:
|
|
3191
|
+
color: rgb(1, 22, 119);
|
|
3244
3192
|
margin: 0 2px;
|
|
3245
3193
|
}
|
|
3246
3194
|
|
|
@@ -3299,7 +3247,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3299
3247
|
margin: 11.5px 8px 0 8px;
|
|
3300
3248
|
padding: 0px;
|
|
3301
3249
|
}
|
|
3302
|
-
|
|
3303
3250
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3304
3251
|
margin-top: 11.5px;
|
|
3305
3252
|
}
|
|
@@ -3335,11 +3282,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3335
3282
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3336
3283
|
opacity: 0.67;
|
|
3337
3284
|
}
|
|
3338
|
-
|
|
3339
3285
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3340
3286
|
display: none;
|
|
3341
3287
|
}
|
|
3342
|
-
|
|
3343
3288
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3344
3289
|
display: block;
|
|
3345
3290
|
margin-top: 8px;
|
|
@@ -3371,7 +3316,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3371
3316
|
pointer-events: all;
|
|
3372
3317
|
width: 13px;
|
|
3373
3318
|
}
|
|
3374
|
-
|
|
3375
3319
|
.e-de-cmt-mark :hover {
|
|
3376
3320
|
color: #e3165b;
|
|
3377
3321
|
}
|
|
@@ -3413,53 +3357,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3413
3357
|
border-left: none;
|
|
3414
3358
|
border-right: 1px solid #e0e0e0;
|
|
3415
3359
|
}
|
|
3416
|
-
|
|
3417
3360
|
.e-rtl .e-de-rp-close-icon {
|
|
3418
3361
|
float: left;
|
|
3419
3362
|
right: 7px;
|
|
3420
3363
|
}
|
|
3421
|
-
|
|
3422
3364
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3423
3365
|
float: left;
|
|
3424
3366
|
}
|
|
3425
|
-
|
|
3426
3367
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3427
3368
|
border-left: 1px solid #eee;
|
|
3428
3369
|
border-right: 3px solid #e3165b;
|
|
3429
3370
|
padding-left: 8px;
|
|
3430
3371
|
padding-right: 6px;
|
|
3431
3372
|
}
|
|
3432
|
-
|
|
3433
3373
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3434
3374
|
border-left: 1px solid #eee;
|
|
3435
3375
|
border-right: 2px solid #e3165b;
|
|
3436
3376
|
padding-left: 8px;
|
|
3437
3377
|
padding-right: 7px;
|
|
3438
3378
|
}
|
|
3439
|
-
|
|
3440
3379
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3441
3380
|
border-right: 3px solid rgba(227, 22, 91, 0.5);
|
|
3442
3381
|
}
|
|
3443
|
-
|
|
3444
3382
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3445
3383
|
border-right: 2px solid rgba(227, 22, 91, 0.5);
|
|
3446
3384
|
}
|
|
3447
|
-
|
|
3448
3385
|
.e-rtl .e-de-cmt-action-button {
|
|
3449
3386
|
text-align: left;
|
|
3450
3387
|
}
|
|
3451
|
-
|
|
3452
3388
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3453
3389
|
margin-left: auto;
|
|
3454
3390
|
margin-right: 6px;
|
|
3455
3391
|
}
|
|
3456
|
-
|
|
3457
3392
|
.e-rtl .e-de-cmt-drawer {
|
|
3458
3393
|
float: left;
|
|
3459
3394
|
margin-left: 8px;
|
|
3460
3395
|
margin-right: auto;
|
|
3461
3396
|
}
|
|
3462
|
-
|
|
3463
3397
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3464
3398
|
text-align: left;
|
|
3465
3399
|
}
|
|
@@ -3470,20 +3404,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3470
3404
|
margin-left: 12px;
|
|
3471
3405
|
width: 36px;
|
|
3472
3406
|
}
|
|
3473
|
-
|
|
3474
3407
|
.e-bigger .e-de-cp-whole-header {
|
|
3475
3408
|
height: 56px;
|
|
3476
3409
|
padding: 16px;
|
|
3477
3410
|
padding-right: 8px;
|
|
3478
3411
|
}
|
|
3479
|
-
|
|
3480
3412
|
.e-bigger .e-de-rp-close-icon {
|
|
3481
3413
|
float: right;
|
|
3482
3414
|
position: relative;
|
|
3483
3415
|
top: -8px;
|
|
3484
3416
|
right: -10px;
|
|
3485
3417
|
}
|
|
3486
|
-
|
|
3487
3418
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3488
3419
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3489
3420
|
margin-right: 12px;
|
|
@@ -3496,13 +3427,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3496
3427
|
color: rgba(0, 0, 0, 0.87);
|
|
3497
3428
|
border: none;
|
|
3498
3429
|
}
|
|
3499
|
-
|
|
3500
3430
|
.e-de-close-icon.e-btn:active {
|
|
3501
3431
|
background-color: #e0e0e0 !important;
|
|
3502
3432
|
border-color: transparent !important;
|
|
3503
3433
|
box-shadow: none;
|
|
3504
3434
|
}
|
|
3505
|
-
|
|
3506
3435
|
.e-de-close-icon.e-btn:hover {
|
|
3507
3436
|
background-color: #e0e0e0 !important;
|
|
3508
3437
|
box-shadow: none;
|
|
@@ -3528,67 +3457,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3528
3457
|
padding-left: 0%;
|
|
3529
3458
|
padding-right: 8px;
|
|
3530
3459
|
}
|
|
3531
|
-
|
|
3532
3460
|
.e-bigger .e-de-cmt-author-name {
|
|
3533
3461
|
padding-left: 8px;
|
|
3534
3462
|
}
|
|
3535
|
-
|
|
3536
3463
|
.e-bigger .e-de-cmt-rply-view {
|
|
3537
3464
|
margin-top: 12px;
|
|
3538
3465
|
}
|
|
3539
|
-
|
|
3540
3466
|
.e-bigger .e-de-cmt-sub-container {
|
|
3541
3467
|
padding: 8px;
|
|
3542
3468
|
}
|
|
3543
|
-
|
|
3544
3469
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3545
3470
|
padding-left: 6px;
|
|
3546
3471
|
}
|
|
3547
|
-
|
|
3548
3472
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3549
3473
|
padding-left: 7px;
|
|
3550
3474
|
}
|
|
3551
|
-
|
|
3552
3475
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3553
3476
|
padding: 0%;
|
|
3554
3477
|
}
|
|
3555
|
-
|
|
3556
3478
|
.e-bigger .e-de-rp-nav-btn {
|
|
3557
3479
|
width: auto;
|
|
3558
3480
|
}
|
|
3559
|
-
|
|
3560
3481
|
.e-bigger .e-de-rp-whole-header {
|
|
3561
3482
|
padding: 12px;
|
|
3562
3483
|
}
|
|
3563
|
-
|
|
3564
3484
|
.e-bigger .e-de-rp-sub-div {
|
|
3565
3485
|
border-bottom: 1px solid #e4e4e4;
|
|
3566
3486
|
padding: 12px;
|
|
3567
3487
|
}
|
|
3568
|
-
|
|
3569
3488
|
.e-bigger .e-de-rp-enforce {
|
|
3570
3489
|
padding: 12px;
|
|
3571
3490
|
}
|
|
3572
|
-
|
|
3573
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3491
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3574
3492
|
width: 300px;
|
|
3575
3493
|
}
|
|
3576
|
-
|
|
3577
3494
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3578
3495
|
padding-left: 0%;
|
|
3579
3496
|
padding-right: 8px;
|
|
3580
3497
|
}
|
|
3581
|
-
|
|
3582
3498
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3583
3499
|
padding-left: 8px;
|
|
3584
3500
|
padding-right: 6px;
|
|
3585
3501
|
}
|
|
3586
|
-
|
|
3587
3502
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3588
3503
|
padding-left: 8px;
|
|
3589
3504
|
padding-right: 7px;
|
|
3590
3505
|
}
|
|
3591
|
-
|
|
3592
3506
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3593
3507
|
float: left;
|
|
3594
3508
|
right: 10px;
|
|
@@ -3598,11 +3512,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3598
3512
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3599
3513
|
font-size: 14px;
|
|
3600
3514
|
}
|
|
3601
|
-
|
|
3602
3515
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3603
3516
|
width: 192px !important;
|
|
3604
3517
|
}
|
|
3605
|
-
|
|
3606
3518
|
.e-bigger .e-de-para-dlg-heading {
|
|
3607
3519
|
color: rgba(0, 0, 0, 0.87);
|
|
3608
3520
|
display: block;
|
|
@@ -3610,56 +3522,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3610
3522
|
font-weight: 700;
|
|
3611
3523
|
margin-bottom: 8px;
|
|
3612
3524
|
}
|
|
3613
|
-
|
|
3614
3525
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3615
3526
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3616
3527
|
font-size: 12px;
|
|
3617
3528
|
}
|
|
3618
|
-
|
|
3619
3529
|
.e-bigger .e-de-para-dlg-container {
|
|
3620
3530
|
height: auto;
|
|
3621
3531
|
width: 400px;
|
|
3622
3532
|
}
|
|
3623
|
-
|
|
3624
3533
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
3625
3534
|
margin-bottom: 8px;
|
|
3626
3535
|
margin-top: 8px;
|
|
3627
3536
|
}
|
|
3628
|
-
|
|
3629
3537
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
3630
3538
|
margin-left: 20px;
|
|
3631
3539
|
}
|
|
3632
|
-
|
|
3633
3540
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
3634
3541
|
margin-left: 0;
|
|
3635
3542
|
margin-right: 20px;
|
|
3636
3543
|
}
|
|
3637
|
-
|
|
3638
3544
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
3639
3545
|
margin-bottom: 15px;
|
|
3640
3546
|
}
|
|
3641
|
-
|
|
3642
3547
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
3643
3548
|
margin-bottom: 14px;
|
|
3644
3549
|
}
|
|
3645
|
-
|
|
3646
3550
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
3647
3551
|
top: 0;
|
|
3648
3552
|
}
|
|
3649
|
-
|
|
3650
3553
|
.e-bigger .e-de-dlg-sub-header {
|
|
3651
3554
|
display: block;
|
|
3652
3555
|
font-size: 12px;
|
|
3653
3556
|
font-weight: normal;
|
|
3654
3557
|
margin-bottom: 8px;
|
|
3655
3558
|
}
|
|
3656
|
-
|
|
3657
3559
|
.e-bigger .e-de-rtl-btn-div {
|
|
3658
3560
|
font-size: 12px;
|
|
3659
3561
|
margin-right: 24px;
|
|
3660
3562
|
width: 200px;
|
|
3661
3563
|
}
|
|
3662
|
-
|
|
3663
3564
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
3664
3565
|
margin-left: 12px;
|
|
3665
3566
|
margin-right: 0;
|
|
@@ -3733,83 +3634,83 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3733
3634
|
}
|
|
3734
3635
|
|
|
3735
3636
|
.e-de-ctnr-close::before {
|
|
3736
|
-
content:
|
|
3637
|
+
content: "\eb36";
|
|
3737
3638
|
}
|
|
3738
3639
|
|
|
3739
3640
|
.e-de-ctnr-linespacing::before {
|
|
3740
|
-
content:
|
|
3641
|
+
content: "\eb37";
|
|
3741
3642
|
}
|
|
3742
3643
|
|
|
3743
3644
|
.e-de-ctnr-lock::before {
|
|
3744
|
-
content:
|
|
3645
|
+
content: "\eb3a";
|
|
3745
3646
|
}
|
|
3746
3647
|
|
|
3747
3648
|
.e-de-ctnr-link::before {
|
|
3748
|
-
content:
|
|
3649
|
+
content: "\eb3c";
|
|
3749
3650
|
}
|
|
3750
3651
|
|
|
3751
3652
|
.e-de-ctnr-alignbottom::before {
|
|
3752
|
-
content:
|
|
3653
|
+
content: "\eb3d";
|
|
3753
3654
|
}
|
|
3754
3655
|
|
|
3755
3656
|
.e-de-selected-spellcheck-item::before {
|
|
3756
|
-
content:
|
|
3757
|
-
font-family:
|
|
3657
|
+
content: "\e935";
|
|
3658
|
+
font-family: "e-icons";
|
|
3758
3659
|
font-size: 10px;
|
|
3759
3660
|
}
|
|
3760
3661
|
|
|
3761
3662
|
.e-de-selected-underline-item::before {
|
|
3762
|
-
content:
|
|
3763
|
-
font-family:
|
|
3663
|
+
content: "\e935";
|
|
3664
|
+
font-family: "e-icons";
|
|
3764
3665
|
font-size: 10px;
|
|
3765
3666
|
}
|
|
3766
3667
|
|
|
3767
3668
|
.e-de-ctnr-table::before {
|
|
3768
|
-
content:
|
|
3669
|
+
content: "\eb3e";
|
|
3769
3670
|
}
|
|
3770
3671
|
|
|
3771
3672
|
.e-de-ctnr-tableofcontent::before {
|
|
3772
|
-
content:
|
|
3673
|
+
content: "\eb41";
|
|
3773
3674
|
}
|
|
3774
3675
|
|
|
3775
3676
|
.e-de-ctnr-pagenumber::before {
|
|
3776
|
-
content:
|
|
3677
|
+
content: "\eb43";
|
|
3777
3678
|
}
|
|
3778
3679
|
|
|
3779
3680
|
.e-de-ctnr-bold::before {
|
|
3780
|
-
content:
|
|
3681
|
+
content: "\eb47";
|
|
3781
3682
|
}
|
|
3782
3683
|
|
|
3783
3684
|
.e-de-ctnr-aligntop::before {
|
|
3784
|
-
content:
|
|
3685
|
+
content: "\eb49";
|
|
3785
3686
|
}
|
|
3786
3687
|
|
|
3787
3688
|
.e-de-ctnr-pagesetup::before {
|
|
3788
|
-
content:
|
|
3689
|
+
content: "\eb4c";
|
|
3789
3690
|
}
|
|
3790
3691
|
|
|
3791
3692
|
.e-de-ctnr-strokestyle::before {
|
|
3792
|
-
content:
|
|
3693
|
+
content: "\eb4d";
|
|
3793
3694
|
}
|
|
3794
3695
|
|
|
3795
3696
|
.e-de-ctnr-image::before {
|
|
3796
|
-
content:
|
|
3697
|
+
content: "\eb4f";
|
|
3797
3698
|
}
|
|
3798
3699
|
|
|
3799
3700
|
.e-de-ctnr-bookmark::before {
|
|
3800
|
-
content:
|
|
3701
|
+
content: "\eb51";
|
|
3801
3702
|
}
|
|
3802
3703
|
|
|
3803
3704
|
.e-de-ctnr-header::before {
|
|
3804
|
-
content:
|
|
3705
|
+
content: "\eb53";
|
|
3805
3706
|
}
|
|
3806
3707
|
|
|
3807
3708
|
.e-de-ctnr-bullets::before {
|
|
3808
|
-
content:
|
|
3709
|
+
content: "\eb5b";
|
|
3809
3710
|
}
|
|
3810
3711
|
|
|
3811
3712
|
.e-de-ctnr-showhide::before {
|
|
3812
|
-
content:
|
|
3713
|
+
content: "\eb5d";
|
|
3813
3714
|
font-size: 16px;
|
|
3814
3715
|
}
|
|
3815
3716
|
|
|
@@ -3818,312 +3719,312 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3818
3719
|
}
|
|
3819
3720
|
|
|
3820
3721
|
.e-de-ctnr-print::before {
|
|
3821
|
-
content:
|
|
3722
|
+
content: "\eb5e";
|
|
3822
3723
|
}
|
|
3823
3724
|
|
|
3824
3725
|
.e-de-ctnr-alignright::before {
|
|
3825
|
-
content:
|
|
3726
|
+
content: "\eb5f";
|
|
3826
3727
|
}
|
|
3827
3728
|
|
|
3828
3729
|
.e-de-ctnr-footer::before {
|
|
3829
|
-
content:
|
|
3730
|
+
content: "\eb60";
|
|
3830
3731
|
}
|
|
3831
3732
|
|
|
3832
3733
|
.e-de-ctnr-outsideborder::before {
|
|
3833
|
-
content:
|
|
3734
|
+
content: "\eb66";
|
|
3834
3735
|
}
|
|
3835
3736
|
|
|
3836
3737
|
.e-de-ctnr-allborders::before {
|
|
3837
|
-
content:
|
|
3738
|
+
content: "\eb95";
|
|
3838
3739
|
}
|
|
3839
3740
|
|
|
3840
3741
|
.e-de-ctnr-insideborders::before {
|
|
3841
|
-
content:
|
|
3742
|
+
content: "\eb88";
|
|
3842
3743
|
}
|
|
3843
3744
|
|
|
3844
3745
|
.e-de-ctnr-mergecell::before {
|
|
3845
|
-
content:
|
|
3746
|
+
content: "\eb93";
|
|
3846
3747
|
}
|
|
3847
3748
|
|
|
3848
3749
|
.e-de-ctnr-aligncenter-table::before {
|
|
3849
|
-
content:
|
|
3750
|
+
content: "\eb0d";
|
|
3850
3751
|
}
|
|
3851
3752
|
|
|
3852
3753
|
.e-de-ctnr-bullet-none::before {
|
|
3853
|
-
content:
|
|
3754
|
+
content: "\e256";
|
|
3854
3755
|
}
|
|
3855
3756
|
|
|
3856
3757
|
.e-de-ctnr-bullet-dot::before {
|
|
3857
|
-
content:
|
|
3758
|
+
content: "\e270";
|
|
3858
3759
|
}
|
|
3859
3760
|
|
|
3860
3761
|
.e-de-ctnr-bullet-circle::before {
|
|
3861
|
-
content:
|
|
3762
|
+
content: "\e254";
|
|
3862
3763
|
}
|
|
3863
3764
|
|
|
3864
3765
|
.e-de-ctnr-bullet-square::before {
|
|
3865
|
-
content:
|
|
3766
|
+
content: "\e271";
|
|
3866
3767
|
}
|
|
3867
3768
|
|
|
3868
3769
|
.e-de-ctnr-bullet-flower::before {
|
|
3869
|
-
content:
|
|
3770
|
+
content: "\e267";
|
|
3870
3771
|
}
|
|
3871
3772
|
|
|
3872
3773
|
.e-de-ctnr-bullet-arrow::before {
|
|
3873
|
-
content:
|
|
3774
|
+
content: "\e253";
|
|
3874
3775
|
}
|
|
3875
3776
|
|
|
3876
3777
|
.e-de-ctnr-bullet-tick::before {
|
|
3877
|
-
content:
|
|
3778
|
+
content: "\e259";
|
|
3878
3779
|
}
|
|
3879
3780
|
|
|
3880
3781
|
.e-de-selected-item::before {
|
|
3881
|
-
content:
|
|
3782
|
+
content: "\e935";
|
|
3882
3783
|
}
|
|
3883
3784
|
|
|
3884
3785
|
.e-de-ctnr-break::before {
|
|
3885
|
-
content:
|
|
3786
|
+
content: "\eba6";
|
|
3886
3787
|
}
|
|
3887
3788
|
|
|
3888
3789
|
.e-de-ctnr-page-break::before {
|
|
3889
|
-
content:
|
|
3790
|
+
content: "\eba0";
|
|
3890
3791
|
}
|
|
3891
3792
|
|
|
3892
3793
|
.e-de-ctnr-section-break::before {
|
|
3893
|
-
content:
|
|
3794
|
+
content: "\eba2";
|
|
3894
3795
|
}
|
|
3895
3796
|
|
|
3896
3797
|
.e-de-ctnr-upload::before {
|
|
3897
|
-
content:
|
|
3798
|
+
content: "\e60f";
|
|
3898
3799
|
}
|
|
3899
3800
|
|
|
3900
3801
|
.e-de-ctnr-undo::before {
|
|
3901
|
-
content:
|
|
3802
|
+
content: "\e341";
|
|
3902
3803
|
}
|
|
3903
3804
|
|
|
3904
3805
|
.e-de-ctnr-find::before {
|
|
3905
|
-
content:
|
|
3806
|
+
content: "\e60e";
|
|
3906
3807
|
}
|
|
3907
3808
|
|
|
3908
3809
|
.e-de-ctnr-italic::before {
|
|
3909
|
-
content:
|
|
3810
|
+
content: "\e35a";
|
|
3910
3811
|
}
|
|
3911
3812
|
|
|
3912
3813
|
.e-de-ctnr-download::before {
|
|
3913
|
-
content:
|
|
3814
|
+
content: "\e603";
|
|
3914
3815
|
}
|
|
3915
3816
|
|
|
3916
3817
|
.e-de-ctnr-justify::before {
|
|
3917
|
-
content:
|
|
3818
|
+
content: "\e334";
|
|
3918
3819
|
}
|
|
3919
3820
|
|
|
3920
3821
|
.e-de-ctnr-highlight::before {
|
|
3921
|
-
content:
|
|
3822
|
+
content: "\ec15";
|
|
3922
3823
|
}
|
|
3923
3824
|
|
|
3924
3825
|
.e-de-ctnr-new::before {
|
|
3925
|
-
content:
|
|
3826
|
+
content: "\e823";
|
|
3926
3827
|
}
|
|
3927
3828
|
|
|
3928
3829
|
.e-de-ctnr-paste::before {
|
|
3929
|
-
content:
|
|
3830
|
+
content: "\e355";
|
|
3930
3831
|
}
|
|
3931
3832
|
|
|
3932
3833
|
.e-de-ctnr-subscript::before {
|
|
3933
|
-
content:
|
|
3834
|
+
content: "\e357";
|
|
3934
3835
|
}
|
|
3935
3836
|
|
|
3936
3837
|
.e-de-ctnr-fontcolor::before {
|
|
3937
|
-
content:
|
|
3838
|
+
content: "\ec22";
|
|
3938
3839
|
}
|
|
3939
3840
|
|
|
3940
3841
|
.e-de-ctnr-change-case::before {
|
|
3941
|
-
content:
|
|
3842
|
+
content: "\e88c";
|
|
3942
3843
|
}
|
|
3943
3844
|
|
|
3944
3845
|
.e-de-ctnr-strikethrough::before {
|
|
3945
|
-
content:
|
|
3846
|
+
content: "\e332";
|
|
3946
3847
|
}
|
|
3947
3848
|
|
|
3948
3849
|
.e-de-ctnr-redo::before {
|
|
3949
|
-
content:
|
|
3850
|
+
content: "\e354";
|
|
3950
3851
|
}
|
|
3951
3852
|
|
|
3952
3853
|
.e-de-ctnr-increaseindent::before {
|
|
3953
|
-
content:
|
|
3854
|
+
content: "\e33f";
|
|
3954
3855
|
}
|
|
3955
3856
|
|
|
3956
3857
|
.e-de-ctnr-backgroundcolor::before {
|
|
3957
|
-
content:
|
|
3858
|
+
content: "\e35c";
|
|
3958
3859
|
}
|
|
3959
3860
|
|
|
3960
3861
|
.e-de-ctnr-open::before {
|
|
3961
|
-
content:
|
|
3862
|
+
content: "\e609";
|
|
3962
3863
|
}
|
|
3963
3864
|
|
|
3964
3865
|
.e-de-ctnr-underline::before {
|
|
3965
|
-
content:
|
|
3866
|
+
content: "\e343";
|
|
3966
3867
|
}
|
|
3967
3868
|
|
|
3968
3869
|
.e-de-ctnr-superscript::before {
|
|
3969
|
-
content:
|
|
3870
|
+
content: "\e352";
|
|
3970
3871
|
}
|
|
3971
3872
|
|
|
3972
3873
|
.e-de-ctnr-alignleft::before {
|
|
3973
|
-
content:
|
|
3874
|
+
content: "\e33a";
|
|
3974
3875
|
}
|
|
3975
3876
|
|
|
3976
3877
|
.e-de-ctnr-numbering::before {
|
|
3977
|
-
content:
|
|
3878
|
+
content: "\e346";
|
|
3978
3879
|
}
|
|
3979
3880
|
|
|
3980
3881
|
.e-de-ctnr-aligncenter::before {
|
|
3981
|
-
content:
|
|
3882
|
+
content: "\e35e";
|
|
3982
3883
|
}
|
|
3983
3884
|
|
|
3984
3885
|
.e-de-ctnr-decreaseindent::before {
|
|
3985
|
-
content:
|
|
3886
|
+
content: "\e35d";
|
|
3986
3887
|
}
|
|
3987
3888
|
|
|
3988
3889
|
.e-de-ctnr-clearall::before {
|
|
3989
|
-
content:
|
|
3890
|
+
content: "\e340";
|
|
3990
3891
|
}
|
|
3991
3892
|
|
|
3992
3893
|
.e-de-ctnr-leftborders::before {
|
|
3993
|
-
content:
|
|
3894
|
+
content: "\e291";
|
|
3994
3895
|
}
|
|
3995
3896
|
|
|
3996
3897
|
.e-de-ctnr-insideverticalborder::before {
|
|
3997
|
-
content:
|
|
3898
|
+
content: "\e287";
|
|
3998
3899
|
}
|
|
3999
3900
|
|
|
4000
3901
|
.e-de-ctnr-rightborder::before {
|
|
4001
|
-
content:
|
|
3902
|
+
content: "\e288";
|
|
4002
3903
|
}
|
|
4003
3904
|
|
|
4004
3905
|
.e-de-ctnr-topborder::before {
|
|
4005
|
-
content:
|
|
3906
|
+
content: "\e281";
|
|
4006
3907
|
}
|
|
4007
3908
|
|
|
4008
3909
|
.e-de-ctnr-insidehorizondalborder::before {
|
|
4009
|
-
content:
|
|
3910
|
+
content: "\e276";
|
|
4010
3911
|
}
|
|
4011
3912
|
|
|
4012
3913
|
.e-de-ctnr-bottomborder::before {
|
|
4013
|
-
content:
|
|
3914
|
+
content: "\e298";
|
|
4014
3915
|
}
|
|
4015
3916
|
|
|
4016
3917
|
.e-de-ctnr-strokesize::before {
|
|
4017
|
-
content:
|
|
3918
|
+
content: "\ec25";
|
|
4018
3919
|
}
|
|
4019
3920
|
|
|
4020
3921
|
.e-de-ctnr-highlightcolor::before {
|
|
4021
|
-
content:
|
|
3922
|
+
content: "\ec15";
|
|
4022
3923
|
}
|
|
4023
3924
|
|
|
4024
3925
|
.e-de-ctnr-insertleft::before {
|
|
4025
|
-
content:
|
|
3926
|
+
content: "\e285";
|
|
4026
3927
|
}
|
|
4027
3928
|
|
|
4028
3929
|
.e-de-ctnr-insertright::before {
|
|
4029
|
-
content:
|
|
3930
|
+
content: "\e284";
|
|
4030
3931
|
}
|
|
4031
3932
|
|
|
4032
3933
|
.e-de-ctnr-insertabove::before {
|
|
4033
|
-
content:
|
|
3934
|
+
content: "\e506";
|
|
4034
3935
|
}
|
|
4035
3936
|
|
|
4036
3937
|
.e-de-ctnr-insertbelow::before {
|
|
4037
|
-
content:
|
|
3938
|
+
content: "\e505";
|
|
4038
3939
|
}
|
|
4039
3940
|
|
|
4040
3941
|
.e-de-ctnr-deleterows::before {
|
|
4041
|
-
content:
|
|
3942
|
+
content: "\e283";
|
|
4042
3943
|
}
|
|
4043
3944
|
|
|
4044
3945
|
.e-de-ctnr-deletecolumns::before {
|
|
4045
|
-
content:
|
|
3946
|
+
content: "\e282";
|
|
4046
3947
|
}
|
|
4047
3948
|
|
|
4048
3949
|
.e-de-ctnr-cellbg-clr-picker::before {
|
|
4049
|
-
content:
|
|
3950
|
+
content: "\e35c";
|
|
4050
3951
|
font-size: 15px;
|
|
4051
3952
|
}
|
|
4052
3953
|
|
|
4053
3954
|
.e-de-cnt-cmt-add::before {
|
|
4054
|
-
content:
|
|
4055
|
-
font-family:
|
|
3955
|
+
content: "\e814";
|
|
3956
|
+
font-family: "e-icons";
|
|
4056
3957
|
}
|
|
4057
3958
|
|
|
4058
3959
|
.e-de-cnt-track::before {
|
|
4059
|
-
content:
|
|
4060
|
-
font-family:
|
|
3960
|
+
content: "\e20a";
|
|
3961
|
+
font-family: "e-icons";
|
|
4061
3962
|
}
|
|
4062
3963
|
|
|
4063
3964
|
.e-de-weblayout::before {
|
|
4064
|
-
content:
|
|
4065
|
-
font-family:
|
|
3965
|
+
content: "\e193";
|
|
3966
|
+
font-family: "e-icons";
|
|
4066
3967
|
}
|
|
4067
3968
|
|
|
4068
3969
|
.e-de-printlayout::before {
|
|
4069
|
-
content:
|
|
4070
|
-
font-family:
|
|
3970
|
+
content: "\e194";
|
|
3971
|
+
font-family: "e-icons";
|
|
4071
3972
|
}
|
|
4072
3973
|
|
|
4073
3974
|
.e-de-textform::before {
|
|
4074
|
-
content:
|
|
4075
|
-
font-family:
|
|
3975
|
+
content: "\e198";
|
|
3976
|
+
font-family: "e-icons";
|
|
4076
3977
|
}
|
|
4077
3978
|
|
|
4078
3979
|
.e-de-formproperties::before {
|
|
4079
|
-
content:
|
|
4080
|
-
font-family:
|
|
3980
|
+
content: "\e199";
|
|
3981
|
+
font-family: "e-icons";
|
|
4081
3982
|
}
|
|
4082
3983
|
|
|
4083
3984
|
.e-de-clearform::before {
|
|
4084
|
-
content:
|
|
4085
|
-
font-family:
|
|
3985
|
+
content: "\e19a";
|
|
3986
|
+
font-family: "e-icons";
|
|
4086
3987
|
}
|
|
4087
3988
|
|
|
4088
3989
|
.e-de-dropdownform::before {
|
|
4089
|
-
content:
|
|
4090
|
-
font-family:
|
|
3990
|
+
content: "\e19b";
|
|
3991
|
+
font-family: "e-icons";
|
|
4091
3992
|
}
|
|
4092
3993
|
|
|
4093
3994
|
.e-de-formfield::before {
|
|
4094
|
-
content:
|
|
4095
|
-
font-family:
|
|
3995
|
+
content: "\e19c";
|
|
3996
|
+
font-family: "e-icons";
|
|
4096
3997
|
}
|
|
4097
3998
|
|
|
4098
3999
|
.e-de-checkbox-form::before {
|
|
4099
|
-
content:
|
|
4100
|
-
font-family:
|
|
4000
|
+
content: "\e192";
|
|
4001
|
+
font-family: "e-icons";
|
|
4101
4002
|
}
|
|
4102
4003
|
|
|
4103
4004
|
.e-de-arrow-up::before {
|
|
4104
|
-
content:
|
|
4105
|
-
font-family:
|
|
4005
|
+
content: "\e834";
|
|
4006
|
+
font-family: "e-icons";
|
|
4106
4007
|
}
|
|
4107
4008
|
|
|
4108
4009
|
.e-de-arrow-down::before {
|
|
4109
|
-
content:
|
|
4110
|
-
font-family:
|
|
4010
|
+
content: "\e83d";
|
|
4011
|
+
font-family: "e-icons";
|
|
4111
4012
|
}
|
|
4112
4013
|
|
|
4113
4014
|
.e-de-update-field::before {
|
|
4114
|
-
content:
|
|
4115
|
-
font-family:
|
|
4015
|
+
content: "\e19e";
|
|
4016
|
+
font-family: "e-icons";
|
|
4116
4017
|
}
|
|
4117
4018
|
|
|
4118
4019
|
.e-de-footnote::before {
|
|
4119
|
-
content:
|
|
4120
|
-
font-family:
|
|
4020
|
+
content: "\e435";
|
|
4021
|
+
font-family: "e-icons";
|
|
4121
4022
|
font-weight: 800;
|
|
4122
4023
|
}
|
|
4123
4024
|
|
|
4124
4025
|
.e-de-endnote::before {
|
|
4125
|
-
content:
|
|
4126
|
-
font-family:
|
|
4026
|
+
content: "\e436";
|
|
4027
|
+
font-family: "e-icons";
|
|
4127
4028
|
}
|
|
4128
4029
|
|
|
4129
4030
|
.e-de-toolbar {
|
|
@@ -4145,7 +4046,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4145
4046
|
}
|
|
4146
4047
|
|
|
4147
4048
|
.e-de-ctnr-hglt-btn {
|
|
4148
|
-
border: .5px solid transparent;
|
|
4049
|
+
border: 0.5px solid transparent;
|
|
4149
4050
|
display: inline-block;
|
|
4150
4051
|
height: 25px;
|
|
4151
4052
|
margin: 3px;
|
|
@@ -4163,7 +4064,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4163
4064
|
padding-top: 1px;
|
|
4164
4065
|
width: 157px;
|
|
4165
4066
|
}
|
|
4166
|
-
|
|
4167
4067
|
.e-hglt-no-color:hover {
|
|
4168
4068
|
background-color: #d3d3d3;
|
|
4169
4069
|
cursor: pointer;
|
|
@@ -4199,7 +4099,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4199
4099
|
height: 33px;
|
|
4200
4100
|
width: 33px;
|
|
4201
4101
|
}
|
|
4202
|
-
|
|
4203
4102
|
.e-de-statusbar-pageweb:hover {
|
|
4204
4103
|
box-shadow: none;
|
|
4205
4104
|
}
|
|
@@ -4217,7 +4116,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4217
4116
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
4218
4117
|
padding: 0;
|
|
4219
4118
|
}
|
|
4220
|
-
|
|
4221
4119
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
4222
4120
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
4223
4121
|
font-size: 16px;
|
|
@@ -4304,7 +4202,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4304
4202
|
.e-de-ctn {
|
|
4305
4203
|
background-color: #fafafa;
|
|
4306
4204
|
border: 1px solid #eee;
|
|
4307
|
-
height:
|
|
4205
|
+
height: 100%;
|
|
4308
4206
|
position: relative;
|
|
4309
4207
|
width: 100%;
|
|
4310
4208
|
}
|
|
@@ -4433,27 +4331,22 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4433
4331
|
.e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
4434
4332
|
height: 77px;
|
|
4435
4333
|
}
|
|
4436
|
-
|
|
4437
4334
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
4438
4335
|
height: 59px;
|
|
4439
4336
|
margin: 0 5.5px;
|
|
4440
4337
|
}
|
|
4441
|
-
|
|
4442
4338
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4443
4339
|
margin-left: 12px;
|
|
4444
4340
|
margin-right: 6px;
|
|
4445
4341
|
}
|
|
4446
|
-
|
|
4447
4342
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
4448
4343
|
margin-left: 6px;
|
|
4449
4344
|
margin-right: 6px;
|
|
4450
4345
|
}
|
|
4451
|
-
|
|
4452
4346
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
4453
4347
|
margin-left: 6px;
|
|
4454
4348
|
margin-right: 12px;
|
|
4455
4349
|
}
|
|
4456
|
-
|
|
4457
4350
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
4458
4351
|
background-color: rgba(184, 184, 184, 0.9584);
|
|
4459
4352
|
}
|
|
@@ -4462,17 +4355,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4462
4355
|
padding: 0;
|
|
4463
4356
|
padding-bottom: 6px;
|
|
4464
4357
|
}
|
|
4465
|
-
|
|
4466
4358
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4467
4359
|
padding: 0;
|
|
4468
4360
|
padding-bottom: 6px;
|
|
4469
4361
|
}
|
|
4470
|
-
|
|
4471
4362
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4472
4363
|
padding: 0;
|
|
4473
4364
|
padding-bottom: 6px;
|
|
4474
4365
|
}
|
|
4475
|
-
|
|
4476
4366
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4477
4367
|
padding: 0;
|
|
4478
4368
|
padding-bottom: 6px;
|
|
@@ -4511,15 +4401,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4511
4401
|
min-height: 100%;
|
|
4512
4402
|
min-width: 100%;
|
|
4513
4403
|
}
|
|
4514
|
-
|
|
4515
4404
|
.e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
4516
4405
|
box-shadow: none;
|
|
4517
4406
|
}
|
|
4518
|
-
|
|
4519
4407
|
.e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
4520
4408
|
box-shadow: none;
|
|
4521
4409
|
}
|
|
4522
|
-
|
|
4523
4410
|
.e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
4524
4411
|
box-shadow: none;
|
|
4525
4412
|
}
|
|
@@ -4581,7 +4468,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4581
4468
|
.e-bigger .e-de-cntr-pane-padding {
|
|
4582
4469
|
padding: 16px;
|
|
4583
4470
|
}
|
|
4584
|
-
|
|
4585
4471
|
.e-bigger .e-de-prop-pane {
|
|
4586
4472
|
height: 100%;
|
|
4587
4473
|
min-height: 200px;
|
|
@@ -4593,15 +4479,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4593
4479
|
box-shadow: none;
|
|
4594
4480
|
height: 28px;
|
|
4595
4481
|
}
|
|
4596
|
-
|
|
4597
4482
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4598
4483
|
box-shadow: none;
|
|
4599
4484
|
}
|
|
4600
|
-
|
|
4601
4485
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4602
4486
|
box-shadow: none;
|
|
4603
4487
|
}
|
|
4604
|
-
|
|
4605
4488
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4606
4489
|
box-shadow: none;
|
|
4607
4490
|
}
|
|
@@ -4610,15 +4493,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4610
4493
|
box-shadow: none;
|
|
4611
4494
|
height: 28px;
|
|
4612
4495
|
}
|
|
4613
|
-
|
|
4614
4496
|
.e-de-ctnr-group-btn button:focus {
|
|
4615
4497
|
box-shadow: none;
|
|
4616
4498
|
}
|
|
4617
|
-
|
|
4618
4499
|
.e-de-ctnr-group-btn button:active {
|
|
4619
4500
|
box-shadow: none;
|
|
4620
4501
|
}
|
|
4621
|
-
|
|
4622
4502
|
.e-de-ctnr-group-btn button:hover {
|
|
4623
4503
|
box-shadow: none;
|
|
4624
4504
|
}
|
|
@@ -4654,7 +4534,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4654
4534
|
.e-bigger .e-de-panel-left-width {
|
|
4655
4535
|
width: 150px;
|
|
4656
4536
|
}
|
|
4657
|
-
|
|
4658
4537
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
4659
4538
|
.e-bigger .e-de-insert-del-cell button {
|
|
4660
4539
|
width: 38.5px;
|
|
@@ -4854,7 +4733,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4854
4733
|
outline-offset: 0;
|
|
4855
4734
|
box-shadow: none !important;
|
|
4856
4735
|
}
|
|
4857
|
-
|
|
4858
4736
|
.e-btn-toggle:hover {
|
|
4859
4737
|
background-color: rgba(184, 184, 184, 0.9584) !important;
|
|
4860
4738
|
outline: #fafafa 0 solid;
|
|
@@ -4984,7 +4862,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4984
4862
|
height: 100%;
|
|
4985
4863
|
padding-top: 8px;
|
|
4986
4864
|
}
|
|
4987
|
-
|
|
4988
4865
|
.e-de-ctnr-pg-no span {
|
|
4989
4866
|
border: 1px solid transparent;
|
|
4990
4867
|
}
|
|
@@ -4998,7 +4875,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4998
4875
|
padding-top: 8px;
|
|
4999
4876
|
width: calc(100% - 140px);
|
|
5000
4877
|
}
|
|
5001
|
-
|
|
5002
4878
|
.e-de-ctnr-pg-no-spellout span {
|
|
5003
4879
|
border: 1px solid transparent;
|
|
5004
4880
|
}
|
|
@@ -5120,45 +4996,36 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5120
4996
|
.e-bigger .de-split-button > div:first-child {
|
|
5121
4997
|
margin-right: 0;
|
|
5122
4998
|
}
|
|
5123
|
-
|
|
5124
4999
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
5125
5000
|
width: 66px;
|
|
5126
5001
|
}
|
|
5127
|
-
|
|
5128
5002
|
.e-bigger .e-de-prop-fill-label {
|
|
5129
5003
|
margin-left: 0;
|
|
5130
5004
|
margin-right: 9.8px;
|
|
5131
5005
|
}
|
|
5132
|
-
|
|
5133
5006
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
5134
5007
|
margin-left: 9.8px;
|
|
5135
5008
|
margin-right: 0px;
|
|
5136
5009
|
}
|
|
5137
|
-
|
|
5138
5010
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
5139
5011
|
margin-left: 16px;
|
|
5140
5012
|
margin-right: 0;
|
|
5141
5013
|
}
|
|
5142
|
-
|
|
5143
5014
|
.e-bigger .e-de-color-picker {
|
|
5144
5015
|
height: 36px;
|
|
5145
5016
|
width: 96px;
|
|
5146
5017
|
}
|
|
5147
|
-
|
|
5148
5018
|
.e-bigger .e-de-border-size-button {
|
|
5149
5019
|
height: 36px;
|
|
5150
5020
|
margin-top: 14px;
|
|
5151
5021
|
width: 96px;
|
|
5152
5022
|
}
|
|
5153
|
-
|
|
5154
5023
|
.e-bigger .e-de-stylediv {
|
|
5155
5024
|
padding-left: 16px;
|
|
5156
5025
|
}
|
|
5157
|
-
|
|
5158
5026
|
.e-bigger .e-de-stylediv-rtl {
|
|
5159
5027
|
padding-right: 16px;
|
|
5160
5028
|
}
|
|
5161
|
-
|
|
5162
5029
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
5163
5030
|
display: -ms-flexbox;
|
|
5164
5031
|
display: flex;
|
|
@@ -5166,68 +5033,56 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5166
5033
|
min-height: 200px;
|
|
5167
5034
|
width: 100%;
|
|
5168
5035
|
}
|
|
5169
|
-
|
|
5170
5036
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5171
5037
|
display: -ms-flexbox;
|
|
5172
5038
|
display: flex;
|
|
5173
5039
|
height: calc(100% - 40px);
|
|
5174
5040
|
width: 100%;
|
|
5175
5041
|
}
|
|
5176
|
-
|
|
5177
5042
|
.e-bigger .e-de-ctn {
|
|
5178
5043
|
background-color: #fafafa;
|
|
5179
5044
|
border: 1px solid #eee;
|
|
5180
|
-
height:
|
|
5045
|
+
height: 100%;
|
|
5181
5046
|
position: relative;
|
|
5182
5047
|
width: 100%;
|
|
5183
5048
|
}
|
|
5184
|
-
|
|
5185
5049
|
.e-bigger .e-de-ctnr-toolbar {
|
|
5186
5050
|
display: -ms-flexbox;
|
|
5187
5051
|
display: flex;
|
|
5188
5052
|
height: 82px;
|
|
5189
5053
|
width: 100%;
|
|
5190
5054
|
}
|
|
5191
|
-
|
|
5192
5055
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
5193
5056
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
5194
5057
|
border: 0;
|
|
5195
5058
|
}
|
|
5196
|
-
|
|
5197
5059
|
.e-bigger .e-de-pane {
|
|
5198
5060
|
border-left: 1px solid #eee;
|
|
5199
5061
|
}
|
|
5200
|
-
|
|
5201
5062
|
.e-bigger .e-de-pane-rtl {
|
|
5202
5063
|
border-right: 1px solid #eee;
|
|
5203
5064
|
}
|
|
5204
|
-
|
|
5205
5065
|
.e-bigger .e-de-pane > div button:not(.e-primary),
|
|
5206
5066
|
.e-bigger .e-de-pane-rtl > div button:not(.e-primary) {
|
|
5207
5067
|
background-color: #eee;
|
|
5208
5068
|
}
|
|
5209
|
-
|
|
5210
5069
|
.e-bigger .e-de-ctnr-segment {
|
|
5211
5070
|
margin-bottom: 16px;
|
|
5212
5071
|
}
|
|
5213
|
-
|
|
5214
5072
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5215
5073
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5216
5074
|
margin-right: 12px;
|
|
5217
5075
|
}
|
|
5218
|
-
|
|
5219
5076
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5220
5077
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5221
5078
|
margin-left: 12px;
|
|
5222
5079
|
margin-right: 0;
|
|
5223
5080
|
}
|
|
5224
|
-
|
|
5225
5081
|
.e-bigger .e-de-tlbr-wrapper {
|
|
5226
5082
|
background-color: #fafafa;
|
|
5227
5083
|
height: 82px;
|
|
5228
5084
|
width: calc(100% - 75px);
|
|
5229
5085
|
}
|
|
5230
|
-
|
|
5231
5086
|
.e-bigger .e-de-ctnr-prop-label {
|
|
5232
5087
|
color: rgba(0, 0, 0, 0.54);
|
|
5233
5088
|
display: inline-block;
|
|
@@ -5237,72 +5092,58 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5237
5092
|
margin-bottom: 16px;
|
|
5238
5093
|
opacity: 0.87;
|
|
5239
5094
|
}
|
|
5240
|
-
|
|
5241
5095
|
.e-bigger .e-de-table-prop-label {
|
|
5242
5096
|
margin-left: 14.5px;
|
|
5243
5097
|
}
|
|
5244
|
-
|
|
5245
5098
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
5246
5099
|
margin-left: 0;
|
|
5247
5100
|
margin-right: 14.5px;
|
|
5248
5101
|
}
|
|
5249
|
-
|
|
5250
5102
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
5251
5103
|
height: 82px;
|
|
5252
5104
|
}
|
|
5253
|
-
|
|
5254
5105
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5255
5106
|
height: 25px;
|
|
5256
5107
|
margin: 0 7.5px;
|
|
5257
5108
|
}
|
|
5258
|
-
|
|
5259
5109
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5260
5110
|
margin-left: 16px;
|
|
5261
5111
|
margin-right: 8px;
|
|
5262
5112
|
}
|
|
5263
|
-
|
|
5264
5113
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
5265
5114
|
margin-left: 8px;
|
|
5266
5115
|
margin-right: 8px;
|
|
5267
5116
|
}
|
|
5268
|
-
|
|
5269
5117
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
5270
5118
|
margin-left: 8px;
|
|
5271
5119
|
margin-right: 16px;
|
|
5272
5120
|
}
|
|
5273
|
-
|
|
5274
5121
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
5275
5122
|
background-color: rgba(184, 184, 184, 0.9584);
|
|
5276
5123
|
}
|
|
5277
|
-
|
|
5278
5124
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5279
5125
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5280
5126
|
padding: 0;
|
|
5281
5127
|
padding-bottom: 6px;
|
|
5282
5128
|
}
|
|
5283
|
-
|
|
5284
5129
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5285
5130
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5286
5131
|
padding: 0;
|
|
5287
5132
|
padding-bottom: 6px;
|
|
5288
5133
|
}
|
|
5289
|
-
|
|
5290
5134
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5291
5135
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5292
5136
|
padding: 0;
|
|
5293
5137
|
padding-bottom: 6px;
|
|
5294
5138
|
}
|
|
5295
|
-
|
|
5296
5139
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5297
5140
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5298
5141
|
padding: 0;
|
|
5299
5142
|
padding-bottom: 6px;
|
|
5300
5143
|
}
|
|
5301
|
-
|
|
5302
5144
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5303
5145
|
padding: 0 !important;
|
|
5304
5146
|
}
|
|
5305
|
-
|
|
5306
5147
|
.e-bigger .e-de-overlay {
|
|
5307
5148
|
height: 100%;
|
|
5308
5149
|
opacity: 0.5;
|
|
@@ -5310,11 +5151,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5310
5151
|
-ms-touch-action: none;
|
|
5311
5152
|
touch-action: none;
|
|
5312
5153
|
}
|
|
5313
|
-
|
|
5314
5154
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
5315
5155
|
width: 75px;
|
|
5316
5156
|
}
|
|
5317
|
-
|
|
5318
5157
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5319
5158
|
background-color: #fafafa;
|
|
5320
5159
|
border-radius: 0;
|
|
@@ -5322,33 +5161,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5322
5161
|
min-height: 100%;
|
|
5323
5162
|
min-width: 100%;
|
|
5324
5163
|
}
|
|
5325
|
-
|
|
5326
5164
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
5327
5165
|
box-shadow: none;
|
|
5328
5166
|
}
|
|
5329
|
-
|
|
5330
5167
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
5331
5168
|
box-shadow: none;
|
|
5332
5169
|
}
|
|
5333
|
-
|
|
5334
5170
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
5335
5171
|
box-shadow: none;
|
|
5336
5172
|
}
|
|
5337
|
-
|
|
5338
5173
|
.e-bigger .e-de-showhide-btn {
|
|
5339
5174
|
border: 0;
|
|
5340
5175
|
height: 82px;
|
|
5341
5176
|
}
|
|
5342
|
-
|
|
5343
5177
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
5344
5178
|
border: 0;
|
|
5345
5179
|
height: 82px;
|
|
5346
5180
|
}
|
|
5347
|
-
|
|
5348
5181
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
5349
5182
|
padding: 0;
|
|
5350
5183
|
}
|
|
5351
|
-
|
|
5352
5184
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5353
5185
|
display: table;
|
|
5354
5186
|
font-size: 13px;
|
|
@@ -5356,57 +5188,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5356
5188
|
padding: 0;
|
|
5357
5189
|
white-space: normal;
|
|
5358
5190
|
}
|
|
5359
|
-
|
|
5360
5191
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
5361
5192
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
5362
5193
|
font-size: 16px;
|
|
5363
5194
|
padding: 0;
|
|
5364
5195
|
}
|
|
5365
|
-
|
|
5366
5196
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
5367
5197
|
box-shadow: none;
|
|
5368
5198
|
height: 36px;
|
|
5369
5199
|
}
|
|
5370
|
-
|
|
5371
5200
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
5372
5201
|
box-shadow: none;
|
|
5373
5202
|
}
|
|
5374
|
-
|
|
5375
5203
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
5376
5204
|
box-shadow: none;
|
|
5377
5205
|
}
|
|
5378
|
-
|
|
5379
5206
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5380
5207
|
box-shadow: none;
|
|
5381
5208
|
}
|
|
5382
|
-
|
|
5383
5209
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5384
5210
|
box-shadow: none;
|
|
5385
5211
|
height: 36px;
|
|
5386
5212
|
}
|
|
5387
|
-
|
|
5388
5213
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
5389
5214
|
box-shadow: none;
|
|
5390
5215
|
}
|
|
5391
|
-
|
|
5392
5216
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
5393
5217
|
box-shadow: none;
|
|
5394
5218
|
}
|
|
5395
|
-
|
|
5396
5219
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
5397
5220
|
box-shadow: none;
|
|
5398
5221
|
}
|
|
5399
|
-
|
|
5400
5222
|
.e-bigger .e-de-property-div-padding {
|
|
5401
5223
|
border-bottom: 0.5px solid #e0e0e0;
|
|
5402
5224
|
padding: 16px;
|
|
5403
5225
|
}
|
|
5404
|
-
|
|
5405
5226
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
5406
5227
|
.e-bigger .e-de-font-clr-picker > button {
|
|
5407
5228
|
width: auto;
|
|
5408
5229
|
}
|
|
5409
|
-
|
|
5410
5230
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
5411
5231
|
border-top: 1px solid #e0e0e0;
|
|
5412
5232
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -5416,52 +5236,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5416
5236
|
line-height: 40px;
|
|
5417
5237
|
text-indent: 1.2em;
|
|
5418
5238
|
}
|
|
5419
|
-
|
|
5420
5239
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
5421
5240
|
width: 38.5px;
|
|
5422
5241
|
}
|
|
5423
|
-
|
|
5424
5242
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
5425
5243
|
padding: 0 6px !important;
|
|
5426
5244
|
}
|
|
5427
|
-
|
|
5428
5245
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
5429
5246
|
font-size: 12px;
|
|
5430
5247
|
font-weight: 400;
|
|
5431
5248
|
height: 22px !important;
|
|
5432
5249
|
width: 22px !important;
|
|
5433
5250
|
}
|
|
5434
|
-
|
|
5435
5251
|
.e-bigger .e-de-ctnr-list {
|
|
5436
5252
|
font-size: 29px;
|
|
5437
5253
|
vertical-align: top;
|
|
5438
5254
|
}
|
|
5439
|
-
|
|
5440
5255
|
.e-bigger .e-de-image-property {
|
|
5441
5256
|
padding-left: 32px;
|
|
5442
5257
|
}
|
|
5443
|
-
|
|
5444
5258
|
.e-bigger .e-de-img-prty-span {
|
|
5445
5259
|
color: #000;
|
|
5446
5260
|
left: 10px;
|
|
5447
5261
|
position: absolute;
|
|
5448
5262
|
top: 12px;
|
|
5449
5263
|
}
|
|
5450
|
-
|
|
5451
5264
|
.e-bigger .e-btn-toggle {
|
|
5452
5265
|
background-color: rgba(184, 184, 184, 0.9584) !important;
|
|
5453
5266
|
box-shadow: none !important;
|
|
5454
5267
|
outline: #fafafa 0 solid;
|
|
5455
5268
|
outline-offset: 0;
|
|
5456
5269
|
}
|
|
5457
|
-
|
|
5458
5270
|
.e-bigger .e-btn-toggle:hover {
|
|
5459
5271
|
background-color: rgba(184, 184, 184, 0.9584) !important;
|
|
5460
5272
|
outline: #fafafa 0 solid;
|
|
5461
5273
|
outline-offset: 0;
|
|
5462
5274
|
box-shadow: none !important;
|
|
5463
5275
|
}
|
|
5464
|
-
|
|
5465
5276
|
.e-bigger .e-de-toc-template1 {
|
|
5466
5277
|
background: #fafafa;
|
|
5467
5278
|
border: 1px solid #eee;
|
|
@@ -5470,7 +5281,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5470
5281
|
margin-left: 78px;
|
|
5471
5282
|
width: 94px;
|
|
5472
5283
|
}
|
|
5473
|
-
|
|
5474
5284
|
.e-bigger .e-de-toc-template1-content1 {
|
|
5475
5285
|
font-size: 10px;
|
|
5476
5286
|
height: 11px;
|
|
@@ -5478,7 +5288,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5478
5288
|
margin-top: 6.7px;
|
|
5479
5289
|
width: 78px;
|
|
5480
5290
|
}
|
|
5481
|
-
|
|
5482
5291
|
.e-bigger .e-de-toc-template1-content2 {
|
|
5483
5292
|
font-size: 8px;
|
|
5484
5293
|
height: 9px;
|
|
@@ -5486,7 +5295,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5486
5295
|
margin-top: 5.7px;
|
|
5487
5296
|
width: 63px;
|
|
5488
5297
|
}
|
|
5489
|
-
|
|
5490
5298
|
.e-bigger .e-de-toc-template1-content3 {
|
|
5491
5299
|
font-size: 7px;
|
|
5492
5300
|
height: 8px;
|
|
@@ -5494,27 +5302,22 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5494
5302
|
margin-top: 6.7px;
|
|
5495
5303
|
width: 55px;
|
|
5496
5304
|
}
|
|
5497
|
-
|
|
5498
5305
|
.e-bigger .e-de-toc-optionsdiv {
|
|
5499
5306
|
margin-bottom: 11.5px;
|
|
5500
5307
|
margin-left: 5.5px;
|
|
5501
5308
|
margin-top: 15.5px;
|
|
5502
5309
|
}
|
|
5503
|
-
|
|
5504
5310
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
5505
5311
|
margin-right: 5.5px;
|
|
5506
5312
|
margin-left: 0;
|
|
5507
5313
|
}
|
|
5508
|
-
|
|
5509
5314
|
.e-bigger .e-de-prop-sub-label {
|
|
5510
5315
|
font-size: 13px;
|
|
5511
5316
|
margin-bottom: 8.5px;
|
|
5512
5317
|
}
|
|
5513
|
-
|
|
5514
5318
|
.e-bigger .e-de-btn-cancel {
|
|
5515
5319
|
margin-left: 10px;
|
|
5516
5320
|
}
|
|
5517
|
-
|
|
5518
5321
|
.e-bigger .e-de-status-bar {
|
|
5519
5322
|
background-color: #fafafa;
|
|
5520
5323
|
display: -ms-flexbox;
|
|
@@ -5522,7 +5325,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5522
5325
|
padding-top: 3.5px;
|
|
5523
5326
|
width: 100%;
|
|
5524
5327
|
}
|
|
5525
|
-
|
|
5526
5328
|
.e-bigger .e-de-statusbar-zoom {
|
|
5527
5329
|
background-color: #fafafa;
|
|
5528
5330
|
border: 0;
|
|
@@ -5530,11 +5332,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5530
5332
|
float: right;
|
|
5531
5333
|
height: 34px;
|
|
5532
5334
|
}
|
|
5533
|
-
|
|
5534
5335
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5535
5336
|
line-height: 25px;
|
|
5536
5337
|
}
|
|
5537
|
-
|
|
5538
5338
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
5539
5339
|
height: 6px;
|
|
5540
5340
|
line-height: 0;
|
|
@@ -5562,7 +5362,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5562
5362
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5563
5363
|
font-size: 14px;
|
|
5564
5364
|
}
|
|
5565
|
-
|
|
5566
5365
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
|
|
5567
5366
|
height: calc(100% - 10px);
|
|
5568
5367
|
line-height: 23px;
|
|
@@ -5571,7 +5370,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5571
5370
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5572
5371
|
font-size: 16px;
|
|
5573
5372
|
}
|
|
5574
|
-
|
|
5575
5373
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
|
|
5576
5374
|
padding-top: 11px !important;
|
|
5577
|
-
}
|
|
5375
|
+
}
|