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