@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/fabric-dark.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-ctn-title-download::before {
|
|
110
|
-
content:
|
|
111
|
-
font-family:
|
|
91
|
+
content: "\e603";
|
|
92
|
+
font-family: "e-icons";
|
|
112
93
|
}
|
|
113
94
|
|
|
114
95
|
.e-de-acceptchange::before {
|
|
115
|
-
content:
|
|
116
|
-
font-family:
|
|
96
|
+
content: "\e19f";
|
|
97
|
+
font-family: "e-icons";
|
|
117
98
|
}
|
|
118
99
|
|
|
119
100
|
.e-de-rejectchange::before {
|
|
120
|
-
content:
|
|
121
|
-
font-family:
|
|
101
|
+
content: "\e204";
|
|
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-copy-hyperlink::before {
|
|
346
|
-
content:
|
|
327
|
+
content: "\e295";
|
|
347
328
|
}
|
|
348
329
|
|
|
349
330
|
.e-menu-item .e-de-open-properties::before {
|
|
350
|
-
content:
|
|
331
|
+
content: "\e605";
|
|
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: 48px;
|
|
1833
1793
|
}
|
|
1834
|
-
|
|
1835
1794
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
1836
1795
|
margin-right: 48px;
|
|
1837
1796
|
}
|
|
1838
|
-
|
|
1839
1797
|
.e-bigger .e-de-font-content-label {
|
|
1840
1798
|
width: 130px;
|
|
1841
1799
|
}
|
|
@@ -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: 82px;
|
|
2817
2768
|
}
|
|
2818
|
-
|
|
2819
2769
|
.e-bigger .e-de-toc-label {
|
|
2820
2770
|
margin-left: 4px;
|
|
2821
2771
|
}
|
|
2822
|
-
|
|
2823
2772
|
.e-bigger .e-de-toc-label-rtl {
|
|
2824
2773
|
margin-left: 0px;
|
|
2825
2774
|
margin-right: 4px;
|
|
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: #0074cc;
|
|
3383
3326
|
}
|
|
@@ -3419,53 +3362,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3419
3362
|
border-left: none;
|
|
3420
3363
|
border-right: 1px solid #4a4848;
|
|
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 #4a4848;
|
|
3434
3374
|
border-right: 3px solid #0074cc;
|
|
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 #4a4848;
|
|
3441
3380
|
border-right: 2px solid #0074cc;
|
|
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(0, 116, 204, 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(0, 116, 204, 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: -11px;
|
|
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: transparent !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: transparent !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: 11px;
|
|
@@ -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: #dadada;
|
|
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,321 +3639,321 @@ 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-cnt-track::before {
|
|
3762
|
-
content:
|
|
3763
|
-
font-family:
|
|
3662
|
+
content: "\e20a";
|
|
3663
|
+
font-family: "e-icons";
|
|
3764
3664
|
}
|
|
3765
3665
|
|
|
3766
3666
|
.e-de-selected-spellcheck-item::before {
|
|
3767
|
-
content:
|
|
3768
|
-
font-family:
|
|
3667
|
+
content: "\e935";
|
|
3668
|
+
font-family: "e-icons";
|
|
3769
3669
|
font-size: 10px;
|
|
3770
3670
|
}
|
|
3771
3671
|
|
|
3772
3672
|
.e-de-selected-underline-item::before {
|
|
3773
|
-
content:
|
|
3774
|
-
font-family:
|
|
3673
|
+
content: "\e935";
|
|
3674
|
+
font-family: "e-icons";
|
|
3775
3675
|
font-size: 10px;
|
|
3776
3676
|
}
|
|
3777
3677
|
|
|
3778
3678
|
.e-de-ctnr-pagenumber::before {
|
|
3779
|
-
content:
|
|
3679
|
+
content: "\eb74";
|
|
3780
3680
|
}
|
|
3781
3681
|
|
|
3782
3682
|
.e-de-ctnr-highlight::before {
|
|
3783
|
-
content:
|
|
3683
|
+
content: "\eb6e";
|
|
3784
3684
|
}
|
|
3785
3685
|
|
|
3786
3686
|
.e-de-ctnr-bold::before {
|
|
3787
|
-
content:
|
|
3687
|
+
content: "\eb77";
|
|
3788
3688
|
}
|
|
3789
3689
|
|
|
3790
3690
|
.e-de-ctnr-subscript::before {
|
|
3791
|
-
content:
|
|
3691
|
+
content: "\eb96";
|
|
3792
3692
|
}
|
|
3793
3693
|
|
|
3794
3694
|
.e-de-ctnr-aligncenter::before {
|
|
3795
|
-
content:
|
|
3695
|
+
content: "\eb9e";
|
|
3796
3696
|
}
|
|
3797
3697
|
|
|
3798
3698
|
.e-de-ctnr-fontcolor::before {
|
|
3799
|
-
content:
|
|
3699
|
+
content: "\eb87";
|
|
3800
3700
|
}
|
|
3801
3701
|
|
|
3802
3702
|
.e-de-ctnr-change-case::before {
|
|
3803
|
-
content:
|
|
3703
|
+
content: "\e88c";
|
|
3804
3704
|
}
|
|
3805
3705
|
|
|
3806
3706
|
.e-de-ctnr-pagesetup::before {
|
|
3807
|
-
content:
|
|
3707
|
+
content: "\eb6d";
|
|
3808
3708
|
}
|
|
3809
3709
|
|
|
3810
3710
|
.e-de-ctnr-strokestyle::before {
|
|
3811
|
-
content:
|
|
3711
|
+
content: "\eb62";
|
|
3812
3712
|
}
|
|
3813
3713
|
|
|
3814
3714
|
.e-de-ctnr-strikethrough::before {
|
|
3815
|
-
content:
|
|
3715
|
+
content: "\eb7f";
|
|
3816
3716
|
}
|
|
3817
3717
|
|
|
3818
3718
|
.e-de-ctnr-image::before {
|
|
3819
|
-
content:
|
|
3719
|
+
content: "\eb64";
|
|
3820
3720
|
}
|
|
3821
3721
|
|
|
3822
3722
|
.e-de-ctnr-bookmark::before {
|
|
3823
|
-
content:
|
|
3723
|
+
content: "\eb63";
|
|
3824
3724
|
}
|
|
3825
3725
|
|
|
3826
3726
|
.e-de-ctnr-increaseindent::before {
|
|
3827
|
-
content:
|
|
3727
|
+
content: "\eb76";
|
|
3828
3728
|
}
|
|
3829
3729
|
|
|
3830
3730
|
.e-de-ctnr-header::before {
|
|
3831
|
-
content:
|
|
3731
|
+
content: "\eb7e";
|
|
3832
3732
|
}
|
|
3833
3733
|
|
|
3834
3734
|
.e-de-ctnr-superscript::before {
|
|
3835
|
-
content:
|
|
3735
|
+
content: "\eb6f";
|
|
3836
3736
|
}
|
|
3837
3737
|
|
|
3838
3738
|
.e-de-ctnr-numbering::before {
|
|
3839
|
-
content:
|
|
3739
|
+
content: "\eb9c";
|
|
3840
3740
|
}
|
|
3841
3741
|
|
|
3842
3742
|
.e-de-ctnr-bullets::before {
|
|
3843
|
-
content:
|
|
3743
|
+
content: "\eb92";
|
|
3844
3744
|
}
|
|
3845
3745
|
|
|
3846
3746
|
.e-de-ctnr-decreaseindent::before {
|
|
3847
|
-
content:
|
|
3747
|
+
content: "\eb69";
|
|
3848
3748
|
}
|
|
3849
3749
|
|
|
3850
3750
|
.e-de-ctnr-showhide::before {
|
|
3851
|
-
content:
|
|
3751
|
+
content: "\eb8b";
|
|
3852
3752
|
font-size: 16px;
|
|
3853
3753
|
}
|
|
3854
3754
|
|
|
3855
3755
|
.e-de-ctnr-alignright::before {
|
|
3856
|
-
content:
|
|
3756
|
+
content: "\eb82";
|
|
3857
3757
|
}
|
|
3858
3758
|
|
|
3859
3759
|
.e-de-ctnr-footer::before {
|
|
3860
|
-
content:
|
|
3760
|
+
content: "\eb79";
|
|
3861
3761
|
}
|
|
3862
3762
|
|
|
3863
3763
|
.e-de-ctnr-clearall::before {
|
|
3864
|
-
content:
|
|
3764
|
+
content: "\eb80";
|
|
3865
3765
|
}
|
|
3866
3766
|
|
|
3867
3767
|
.e-de-ctnr-outsideborder::before {
|
|
3868
|
-
content:
|
|
3768
|
+
content: "\eb66";
|
|
3869
3769
|
}
|
|
3870
3770
|
|
|
3871
3771
|
.e-de-ctnr-allborders::before {
|
|
3872
|
-
content:
|
|
3772
|
+
content: "\eb95";
|
|
3873
3773
|
}
|
|
3874
3774
|
|
|
3875
3775
|
.e-de-ctnr-insideborders::before {
|
|
3876
|
-
content:
|
|
3776
|
+
content: "\eb88";
|
|
3877
3777
|
}
|
|
3878
3778
|
|
|
3879
3779
|
.e-de-ctnr-highlightcolor::before {
|
|
3880
|
-
content:
|
|
3780
|
+
content: "\eb6e";
|
|
3881
3781
|
}
|
|
3882
3782
|
|
|
3883
3783
|
.e-de-ctnr-mergecell::before {
|
|
3884
|
-
content:
|
|
3784
|
+
content: "\eb93";
|
|
3885
3785
|
}
|
|
3886
3786
|
|
|
3887
3787
|
.e-de-ctnr-bullet-none::before {
|
|
3888
|
-
content:
|
|
3788
|
+
content: "\e256";
|
|
3889
3789
|
}
|
|
3890
3790
|
|
|
3891
3791
|
.e-de-ctnr-bullet-dot::before {
|
|
3892
|
-
content:
|
|
3792
|
+
content: "\e270";
|
|
3893
3793
|
}
|
|
3894
3794
|
|
|
3895
3795
|
.e-de-ctnr-bullet-circle::before {
|
|
3896
|
-
content:
|
|
3796
|
+
content: "\e254";
|
|
3897
3797
|
}
|
|
3898
3798
|
|
|
3899
3799
|
.e-de-ctnr-bullet-square::before {
|
|
3900
|
-
content:
|
|
3800
|
+
content: "\e271";
|
|
3901
3801
|
}
|
|
3902
3802
|
|
|
3903
3803
|
.e-de-ctnr-bullet-flower::before {
|
|
3904
|
-
content:
|
|
3804
|
+
content: "\e267";
|
|
3905
3805
|
}
|
|
3906
3806
|
|
|
3907
3807
|
.e-de-ctnr-bullet-arrow::before {
|
|
3908
|
-
content:
|
|
3808
|
+
content: "\e253";
|
|
3909
3809
|
}
|
|
3910
3810
|
|
|
3911
3811
|
.e-de-ctnr-bullet-tick::before {
|
|
3912
|
-
content:
|
|
3812
|
+
content: "\e259";
|
|
3913
3813
|
}
|
|
3914
3814
|
|
|
3915
3815
|
.e-de-selected-item::before {
|
|
3916
|
-
content:
|
|
3816
|
+
content: "\e935";
|
|
3917
3817
|
}
|
|
3918
3818
|
|
|
3919
3819
|
.e-de-ctnr-break::before {
|
|
3920
|
-
content:
|
|
3820
|
+
content: "\e58d";
|
|
3921
3821
|
}
|
|
3922
3822
|
|
|
3923
3823
|
.e-de-ctnr-page-break::before {
|
|
3924
|
-
content:
|
|
3824
|
+
content: "\e590";
|
|
3925
3825
|
}
|
|
3926
3826
|
|
|
3927
3827
|
.e-de-ctnr-section-break::before {
|
|
3928
|
-
content:
|
|
3828
|
+
content: "\e58e";
|
|
3929
3829
|
}
|
|
3930
3830
|
|
|
3931
3831
|
.e-de-ctnr-upload::before {
|
|
3932
|
-
content:
|
|
3832
|
+
content: "\e60f";
|
|
3933
3833
|
}
|
|
3934
3834
|
|
|
3935
3835
|
.e-de-ctnr-leftborders::before {
|
|
3936
|
-
content:
|
|
3836
|
+
content: "\e291";
|
|
3937
3837
|
}
|
|
3938
3838
|
|
|
3939
3839
|
.e-de-ctnr-topborder::before {
|
|
3940
|
-
content:
|
|
3840
|
+
content: "\e281";
|
|
3941
3841
|
}
|
|
3942
3842
|
|
|
3943
3843
|
.e-de-ctnr-rightborder::before {
|
|
3944
|
-
content:
|
|
3844
|
+
content: "\e288";
|
|
3945
3845
|
}
|
|
3946
3846
|
|
|
3947
3847
|
.e-de-ctnr-insertleft::before {
|
|
3948
|
-
content:
|
|
3848
|
+
content: "\e285";
|
|
3949
3849
|
}
|
|
3950
3850
|
|
|
3951
3851
|
.e-de-ctnr-insertright::before {
|
|
3952
|
-
content:
|
|
3852
|
+
content: "\e284";
|
|
3953
3853
|
}
|
|
3954
3854
|
|
|
3955
3855
|
.e-de-ctnr-insertabove::before {
|
|
3956
|
-
content:
|
|
3856
|
+
content: "\e506";
|
|
3957
3857
|
}
|
|
3958
3858
|
|
|
3959
3859
|
.e-de-ctnr-insertbelow::before {
|
|
3960
|
-
content:
|
|
3860
|
+
content: "\e505";
|
|
3961
3861
|
}
|
|
3962
3862
|
|
|
3963
3863
|
.e-de-ctnr-deleterows::before {
|
|
3964
|
-
content:
|
|
3864
|
+
content: "\e283";
|
|
3965
3865
|
}
|
|
3966
3866
|
|
|
3967
3867
|
.e-de-ctnr-deletecolumns::before {
|
|
3968
|
-
content:
|
|
3868
|
+
content: "\e282";
|
|
3969
3869
|
}
|
|
3970
3870
|
|
|
3971
3871
|
.e-de-ctnr-undo::before {
|
|
3972
|
-
content:
|
|
3872
|
+
content: "\ebed";
|
|
3973
3873
|
}
|
|
3974
3874
|
|
|
3975
3875
|
.e-de-ctnr-bottomborder::before {
|
|
3976
|
-
content:
|
|
3876
|
+
content: "\e298";
|
|
3977
3877
|
}
|
|
3978
3878
|
|
|
3979
3879
|
.e-de-ctnr-strokesize::before {
|
|
3980
|
-
content:
|
|
3880
|
+
content: "\ebfe";
|
|
3981
3881
|
}
|
|
3982
3882
|
|
|
3983
3883
|
.e-de-ctnr-download::before {
|
|
3984
|
-
content:
|
|
3884
|
+
content: "\e603";
|
|
3985
3885
|
}
|
|
3986
3886
|
|
|
3987
3887
|
.e-de-ctnr-find::before {
|
|
3988
|
-
content:
|
|
3888
|
+
content: "\e275";
|
|
3989
3889
|
}
|
|
3990
3890
|
|
|
3991
3891
|
.e-de-ctnr-new::before {
|
|
3992
|
-
content:
|
|
3892
|
+
content: "\e7d5";
|
|
3993
3893
|
}
|
|
3994
3894
|
|
|
3995
3895
|
.e-de-ctnr-paste::before {
|
|
3996
|
-
content:
|
|
3896
|
+
content: "\e601";
|
|
3997
3897
|
}
|
|
3998
3898
|
|
|
3999
3899
|
.e-de-ctnr-redo::before {
|
|
4000
|
-
content:
|
|
3900
|
+
content: "\ebfa";
|
|
4001
3901
|
}
|
|
4002
3902
|
|
|
4003
3903
|
.e-de-ctnr-open::before {
|
|
4004
|
-
content:
|
|
3904
|
+
content: "\ebdd";
|
|
4005
3905
|
}
|
|
4006
3906
|
|
|
4007
3907
|
.e-de-ctnr-underline::before {
|
|
4008
|
-
content:
|
|
3908
|
+
content: "\ebf0";
|
|
4009
3909
|
}
|
|
4010
3910
|
|
|
4011
3911
|
.e-de-ctnr-insideverticalborder::before {
|
|
4012
|
-
content:
|
|
3912
|
+
content: "\e287";
|
|
4013
3913
|
}
|
|
4014
3914
|
|
|
4015
3915
|
.e-de-ctnr-insidehorizondalborder::before {
|
|
4016
|
-
content:
|
|
3916
|
+
content: "\e276";
|
|
4017
3917
|
}
|
|
4018
3918
|
|
|
4019
3919
|
.e-de-ctnr-aligncenter-table::before {
|
|
4020
|
-
content:
|
|
3920
|
+
content: "\ea94";
|
|
4021
3921
|
}
|
|
4022
3922
|
|
|
4023
3923
|
.e-de-ctnr-alignleft::before {
|
|
4024
|
-
content:
|
|
3924
|
+
content: "\ebeb";
|
|
4025
3925
|
}
|
|
4026
3926
|
|
|
4027
3927
|
.e-de-ctnr-close::before {
|
|
4028
|
-
content:
|
|
3928
|
+
content: "\ea7f";
|
|
4029
3929
|
}
|
|
4030
3930
|
|
|
4031
3931
|
.e-de-ctnr-link::before {
|
|
4032
|
-
content:
|
|
3932
|
+
content: "\e290";
|
|
4033
3933
|
}
|
|
4034
3934
|
|
|
4035
3935
|
.e-de-ctnr-table::before {
|
|
4036
|
-
content:
|
|
3936
|
+
content: "\e294";
|
|
4037
3937
|
}
|
|
4038
3938
|
|
|
4039
3939
|
.e-de-ctnr-backgroundcolor::before {
|
|
4040
|
-
content:
|
|
3940
|
+
content: "\ebf2";
|
|
4041
3941
|
}
|
|
4042
3942
|
|
|
4043
3943
|
.e-de-ctnr-print::before {
|
|
4044
|
-
content:
|
|
3944
|
+
content: "\ebf9";
|
|
4045
3945
|
}
|
|
4046
3946
|
|
|
4047
3947
|
.e-de-ctnr-aligntop::before {
|
|
4048
|
-
content:
|
|
3948
|
+
content: "\ea98";
|
|
4049
3949
|
}
|
|
4050
3950
|
|
|
4051
3951
|
.e-de-ctnr-alignbottom::before {
|
|
4052
|
-
content:
|
|
3952
|
+
content: "\ea91";
|
|
4053
3953
|
}
|
|
4054
3954
|
|
|
4055
3955
|
.e-de-ctnr-cellbg-clr-picker::before {
|
|
4056
|
-
content:
|
|
3956
|
+
content: "\ebf2";
|
|
4057
3957
|
}
|
|
4058
3958
|
|
|
4059
3959
|
.e-de-flip {
|
|
@@ -4061,73 +3961,73 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4061
3961
|
}
|
|
4062
3962
|
|
|
4063
3963
|
.e-de-cnt-cmt-add::before {
|
|
4064
|
-
content:
|
|
4065
|
-
font-family:
|
|
3964
|
+
content: "\e814";
|
|
3965
|
+
font-family: "e-icons";
|
|
4066
3966
|
}
|
|
4067
3967
|
|
|
4068
3968
|
.e-de-printlayout::before {
|
|
4069
|
-
content:
|
|
4070
|
-
font-family:
|
|
3969
|
+
content: "\e257";
|
|
3970
|
+
font-family: "e-icons";
|
|
4071
3971
|
}
|
|
4072
3972
|
|
|
4073
3973
|
.e-de-weblayout::before {
|
|
4074
|
-
content:
|
|
4075
|
-
font-family:
|
|
3974
|
+
content: "\e529";
|
|
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: #414040;
|
|
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: #282727;
|
|
4310
4207
|
border: 1px solid #4a4848;
|
|
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: #514f4f;
|
|
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;
|
|
@@ -4853,7 +4731,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4853
4731
|
outline-offset: 0;
|
|
4854
4732
|
box-shadow: none !important;
|
|
4855
4733
|
}
|
|
4856
|
-
|
|
4857
4734
|
.e-btn-toggle:hover {
|
|
4858
4735
|
background-color: #514f4f !important;
|
|
4859
4736
|
outline: #414040 0 solid;
|
|
@@ -4983,7 +4860,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4983
4860
|
height: 100%;
|
|
4984
4861
|
padding-top: 7px;
|
|
4985
4862
|
}
|
|
4986
|
-
|
|
4987
4863
|
.e-de-ctnr-pg-no span {
|
|
4988
4864
|
border: 1px solid transparent;
|
|
4989
4865
|
}
|
|
@@ -4997,7 +4873,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4997
4873
|
padding-top: 7px;
|
|
4998
4874
|
width: calc(100% - 160px);
|
|
4999
4875
|
}
|
|
5000
|
-
|
|
5001
4876
|
.e-de-ctnr-pg-no-spellout span {
|
|
5002
4877
|
border: 1px solid transparent;
|
|
5003
4878
|
}
|
|
@@ -5119,45 +4994,36 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5119
4994
|
.e-bigger .de-split-button > div:first-child {
|
|
5120
4995
|
margin-right: 0;
|
|
5121
4996
|
}
|
|
5122
|
-
|
|
5123
4997
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
5124
4998
|
width: 66px;
|
|
5125
4999
|
}
|
|
5126
|
-
|
|
5127
5000
|
.e-bigger .e-de-prop-fill-label {
|
|
5128
5001
|
margin-left: 0;
|
|
5129
5002
|
margin-right: 9.8px;
|
|
5130
5003
|
}
|
|
5131
|
-
|
|
5132
5004
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
5133
5005
|
margin-left: 9.8px;
|
|
5134
5006
|
margin-right: 0px;
|
|
5135
5007
|
}
|
|
5136
|
-
|
|
5137
5008
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
5138
5009
|
margin-left: 16px;
|
|
5139
5010
|
margin-right: 0;
|
|
5140
5011
|
}
|
|
5141
|
-
|
|
5142
5012
|
.e-bigger .e-de-color-picker {
|
|
5143
5013
|
height: 38px;
|
|
5144
5014
|
width: 96px;
|
|
5145
5015
|
}
|
|
5146
|
-
|
|
5147
5016
|
.e-bigger .e-de-border-size-button {
|
|
5148
5017
|
height: 38px;
|
|
5149
5018
|
margin-top: 14px;
|
|
5150
5019
|
width: 96px;
|
|
5151
5020
|
}
|
|
5152
|
-
|
|
5153
5021
|
.e-bigger .e-de-stylediv {
|
|
5154
5022
|
padding-left: 16px;
|
|
5155
5023
|
}
|
|
5156
|
-
|
|
5157
5024
|
.e-bigger .e-de-stylediv-rtl {
|
|
5158
5025
|
padding-right: 16px;
|
|
5159
5026
|
}
|
|
5160
|
-
|
|
5161
5027
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
5162
5028
|
display: -ms-flexbox;
|
|
5163
5029
|
display: flex;
|
|
@@ -5165,63 +5031,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5165
5031
|
min-height: 200px;
|
|
5166
5032
|
width: 100%;
|
|
5167
5033
|
}
|
|
5168
|
-
|
|
5169
5034
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5170
5035
|
display: -ms-flexbox;
|
|
5171
5036
|
display: flex;
|
|
5172
5037
|
height: calc(100% - 40px);
|
|
5173
5038
|
width: 100%;
|
|
5174
5039
|
}
|
|
5175
|
-
|
|
5176
5040
|
.e-bigger .e-de-ctn {
|
|
5177
5041
|
background-color: #282727;
|
|
5178
5042
|
border: 1px solid #4a4848;
|
|
5179
|
-
height:
|
|
5043
|
+
height: 100%;
|
|
5180
5044
|
position: relative;
|
|
5181
5045
|
width: 100%;
|
|
5182
5046
|
}
|
|
5183
|
-
|
|
5184
5047
|
.e-bigger .e-de-ctnr-toolbar {
|
|
5185
5048
|
display: -ms-flexbox;
|
|
5186
5049
|
display: flex;
|
|
5187
5050
|
height: 82px;
|
|
5188
5051
|
width: 100%;
|
|
5189
5052
|
}
|
|
5190
|
-
|
|
5191
5053
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
5192
5054
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
5193
5055
|
border: 0;
|
|
5194
5056
|
}
|
|
5195
|
-
|
|
5196
5057
|
.e-bigger .e-de-pane {
|
|
5197
5058
|
border-left: 1px solid #4a4848;
|
|
5198
5059
|
}
|
|
5199
|
-
|
|
5200
5060
|
.e-bigger .e-de-pane-rtl {
|
|
5201
5061
|
border-right: 1px solid #4a4848;
|
|
5202
5062
|
}
|
|
5203
|
-
|
|
5204
5063
|
.e-bigger .e-de-ctnr-segment {
|
|
5205
5064
|
margin-bottom: 16px;
|
|
5206
5065
|
}
|
|
5207
|
-
|
|
5208
5066
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5209
5067
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5210
5068
|
margin-right: 16px;
|
|
5211
5069
|
}
|
|
5212
|
-
|
|
5213
5070
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5214
5071
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5215
5072
|
margin-left: 16px;
|
|
5216
5073
|
margin-right: 0;
|
|
5217
5074
|
}
|
|
5218
|
-
|
|
5219
5075
|
.e-bigger .e-de-tlbr-wrapper {
|
|
5220
5076
|
background-color: #333232;
|
|
5221
5077
|
height: 82px;
|
|
5222
5078
|
width: calc(100% - 75px);
|
|
5223
5079
|
}
|
|
5224
|
-
|
|
5225
5080
|
.e-bigger .e-de-ctnr-prop-label {
|
|
5226
5081
|
color: #c8c8c8;
|
|
5227
5082
|
display: inline-block;
|
|
@@ -5231,72 +5086,58 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5231
5086
|
margin-bottom: 16px;
|
|
5232
5087
|
opacity: 0.87;
|
|
5233
5088
|
}
|
|
5234
|
-
|
|
5235
5089
|
.e-bigger .e-de-table-prop-label {
|
|
5236
5090
|
margin-left: 14.5px;
|
|
5237
5091
|
}
|
|
5238
|
-
|
|
5239
5092
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
5240
5093
|
margin-left: 0;
|
|
5241
5094
|
margin-right: 14.5px;
|
|
5242
5095
|
}
|
|
5243
|
-
|
|
5244
5096
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
5245
5097
|
height: 82px;
|
|
5246
5098
|
}
|
|
5247
|
-
|
|
5248
5099
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5249
5100
|
height: 25px;
|
|
5250
5101
|
margin: 0 7.5px;
|
|
5251
5102
|
}
|
|
5252
|
-
|
|
5253
5103
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5254
5104
|
margin-left: 16px;
|
|
5255
5105
|
margin-right: 8px;
|
|
5256
5106
|
}
|
|
5257
|
-
|
|
5258
5107
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
5259
5108
|
margin-left: 8px;
|
|
5260
5109
|
margin-right: 8px;
|
|
5261
5110
|
}
|
|
5262
|
-
|
|
5263
5111
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
5264
5112
|
margin-left: 8px;
|
|
5265
5113
|
margin-right: 16px;
|
|
5266
5114
|
}
|
|
5267
|
-
|
|
5268
5115
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
5269
5116
|
background-color: #514f4f;
|
|
5270
5117
|
}
|
|
5271
|
-
|
|
5272
5118
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5273
5119
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5274
5120
|
padding: 0;
|
|
5275
5121
|
padding-bottom: 6px;
|
|
5276
5122
|
}
|
|
5277
|
-
|
|
5278
5123
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5279
5124
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5280
5125
|
padding: 0;
|
|
5281
5126
|
padding-bottom: 6px;
|
|
5282
5127
|
}
|
|
5283
|
-
|
|
5284
5128
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5285
5129
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5286
5130
|
padding: 0;
|
|
5287
5131
|
padding-bottom: 6px;
|
|
5288
5132
|
}
|
|
5289
|
-
|
|
5290
5133
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5291
5134
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5292
5135
|
padding: 0;
|
|
5293
5136
|
padding-bottom: 6px;
|
|
5294
5137
|
}
|
|
5295
|
-
|
|
5296
5138
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5297
5139
|
padding: 0 !important;
|
|
5298
5140
|
}
|
|
5299
|
-
|
|
5300
5141
|
.e-bigger .e-de-overlay {
|
|
5301
5142
|
height: 100%;
|
|
5302
5143
|
opacity: 0.5;
|
|
@@ -5304,11 +5145,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5304
5145
|
-ms-touch-action: none;
|
|
5305
5146
|
touch-action: none;
|
|
5306
5147
|
}
|
|
5307
|
-
|
|
5308
5148
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
5309
5149
|
width: 75px;
|
|
5310
5150
|
}
|
|
5311
|
-
|
|
5312
5151
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5313
5152
|
background-color: #333232;
|
|
5314
5153
|
border-radius: 0;
|
|
@@ -5316,33 +5155,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5316
5155
|
min-height: 100%;
|
|
5317
5156
|
min-width: 100%;
|
|
5318
5157
|
}
|
|
5319
|
-
|
|
5320
5158
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
5321
5159
|
box-shadow: none;
|
|
5322
5160
|
}
|
|
5323
|
-
|
|
5324
5161
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
5325
5162
|
box-shadow: none;
|
|
5326
5163
|
}
|
|
5327
|
-
|
|
5328
5164
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
5329
5165
|
box-shadow: none;
|
|
5330
5166
|
}
|
|
5331
|
-
|
|
5332
5167
|
.e-bigger .e-de-showhide-btn {
|
|
5333
5168
|
border: 0;
|
|
5334
5169
|
height: 82px;
|
|
5335
5170
|
}
|
|
5336
|
-
|
|
5337
5171
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
5338
5172
|
border: 0;
|
|
5339
5173
|
height: 82px;
|
|
5340
5174
|
}
|
|
5341
|
-
|
|
5342
5175
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
5343
5176
|
padding: 0;
|
|
5344
5177
|
}
|
|
5345
|
-
|
|
5346
5178
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5347
5179
|
display: table;
|
|
5348
5180
|
font-size: 12px;
|
|
@@ -5350,56 +5182,44 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5350
5182
|
padding: 0;
|
|
5351
5183
|
white-space: normal;
|
|
5352
5184
|
}
|
|
5353
|
-
|
|
5354
5185
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
5355
5186
|
.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 {
|
|
5356
5187
|
padding: 0;
|
|
5357
5188
|
}
|
|
5358
|
-
|
|
5359
5189
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
5360
5190
|
box-shadow: none;
|
|
5361
5191
|
height: 38px;
|
|
5362
5192
|
}
|
|
5363
|
-
|
|
5364
5193
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
5365
5194
|
box-shadow: none;
|
|
5366
5195
|
}
|
|
5367
|
-
|
|
5368
5196
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
5369
5197
|
box-shadow: none;
|
|
5370
5198
|
}
|
|
5371
|
-
|
|
5372
5199
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5373
5200
|
box-shadow: none;
|
|
5374
5201
|
}
|
|
5375
|
-
|
|
5376
5202
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5377
5203
|
box-shadow: none;
|
|
5378
5204
|
height: 38px;
|
|
5379
5205
|
}
|
|
5380
|
-
|
|
5381
5206
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
5382
5207
|
box-shadow: none;
|
|
5383
5208
|
}
|
|
5384
|
-
|
|
5385
5209
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
5386
5210
|
box-shadow: none;
|
|
5387
5211
|
}
|
|
5388
|
-
|
|
5389
5212
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
5390
5213
|
box-shadow: none;
|
|
5391
5214
|
}
|
|
5392
|
-
|
|
5393
5215
|
.e-bigger .e-de-property-div-padding {
|
|
5394
5216
|
border-bottom: 0.5px solid #4a4848;
|
|
5395
5217
|
padding: 16px;
|
|
5396
5218
|
}
|
|
5397
|
-
|
|
5398
5219
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
5399
5220
|
.e-bigger .e-de-font-clr-picker > button {
|
|
5400
5221
|
width: auto;
|
|
5401
5222
|
}
|
|
5402
|
-
|
|
5403
5223
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
5404
5224
|
border-top: 1px solid #4a4848;
|
|
5405
5225
|
color: #c8c8c8;
|
|
@@ -5409,52 +5229,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5409
5229
|
line-height: 40px;
|
|
5410
5230
|
text-indent: 1.2em;
|
|
5411
5231
|
}
|
|
5412
|
-
|
|
5413
5232
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
5414
5233
|
width: 38.5px;
|
|
5415
5234
|
}
|
|
5416
|
-
|
|
5417
5235
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
5418
5236
|
padding: 0 6px !important;
|
|
5419
5237
|
}
|
|
5420
|
-
|
|
5421
5238
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
5422
5239
|
font-size: 12px;
|
|
5423
5240
|
font-weight: 400;
|
|
5424
5241
|
height: 25px !important;
|
|
5425
5242
|
width: 25px !important;
|
|
5426
5243
|
}
|
|
5427
|
-
|
|
5428
5244
|
.e-bigger .e-de-ctnr-list {
|
|
5429
5245
|
font-size: 29px;
|
|
5430
5246
|
vertical-align: top;
|
|
5431
5247
|
}
|
|
5432
|
-
|
|
5433
5248
|
.e-bigger .e-de-image-property {
|
|
5434
5249
|
padding-left: 32px;
|
|
5435
5250
|
}
|
|
5436
|
-
|
|
5437
5251
|
.e-bigger .e-de-img-prty-span {
|
|
5438
5252
|
color: #dadada;
|
|
5439
5253
|
left: 10px;
|
|
5440
5254
|
position: absolute;
|
|
5441
5255
|
top: 10px;
|
|
5442
5256
|
}
|
|
5443
|
-
|
|
5444
5257
|
.e-bigger .e-btn-toggle {
|
|
5445
5258
|
background-color: #514f4f !important;
|
|
5446
5259
|
box-shadow: none !important;
|
|
5447
5260
|
outline: #414040 0 solid;
|
|
5448
5261
|
outline-offset: 0;
|
|
5449
5262
|
}
|
|
5450
|
-
|
|
5451
5263
|
.e-bigger .e-btn-toggle:hover {
|
|
5452
5264
|
background-color: #514f4f !important;
|
|
5453
5265
|
outline: #414040 0 solid;
|
|
5454
5266
|
outline-offset: 0;
|
|
5455
5267
|
box-shadow: none !important;
|
|
5456
5268
|
}
|
|
5457
|
-
|
|
5458
5269
|
.e-bigger .e-de-toc-template1 {
|
|
5459
5270
|
background: #282727;
|
|
5460
5271
|
border: 1px solid #4a4848;
|
|
@@ -5463,7 +5274,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5463
5274
|
margin-left: 78px;
|
|
5464
5275
|
width: 94px;
|
|
5465
5276
|
}
|
|
5466
|
-
|
|
5467
5277
|
.e-bigger .e-de-toc-template1-content1 {
|
|
5468
5278
|
font-size: 10px;
|
|
5469
5279
|
height: 11px;
|
|
@@ -5471,7 +5281,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5471
5281
|
margin-top: 6.7px;
|
|
5472
5282
|
width: 82px;
|
|
5473
5283
|
}
|
|
5474
|
-
|
|
5475
5284
|
.e-bigger .e-de-toc-template1-content2 {
|
|
5476
5285
|
font-size: 8px;
|
|
5477
5286
|
height: 9px;
|
|
@@ -5479,7 +5288,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5479
5288
|
margin-top: 5.7px;
|
|
5480
5289
|
width: 63px;
|
|
5481
5290
|
}
|
|
5482
|
-
|
|
5483
5291
|
.e-bigger .e-de-toc-template1-content3 {
|
|
5484
5292
|
font-size: 7px;
|
|
5485
5293
|
height: 8px;
|
|
@@ -5487,27 +5295,22 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5487
5295
|
margin-top: 6.7px;
|
|
5488
5296
|
width: 56px;
|
|
5489
5297
|
}
|
|
5490
|
-
|
|
5491
5298
|
.e-bigger .e-de-toc-optionsdiv {
|
|
5492
5299
|
margin-bottom: 11.5px;
|
|
5493
5300
|
margin-left: 5.5px;
|
|
5494
5301
|
margin-top: 15.5px;
|
|
5495
5302
|
}
|
|
5496
|
-
|
|
5497
5303
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
5498
5304
|
margin-right: 5.5px;
|
|
5499
5305
|
margin-left: 0;
|
|
5500
5306
|
}
|
|
5501
|
-
|
|
5502
5307
|
.e-bigger .e-de-prop-sub-label {
|
|
5503
5308
|
font-size: 13px;
|
|
5504
5309
|
margin-bottom: 8.5px;
|
|
5505
5310
|
}
|
|
5506
|
-
|
|
5507
5311
|
.e-bigger .e-de-btn-cancel {
|
|
5508
5312
|
margin-left: 10px;
|
|
5509
5313
|
}
|
|
5510
|
-
|
|
5511
5314
|
.e-bigger .e-de-status-bar {
|
|
5512
5315
|
background-color: #282727;
|
|
5513
5316
|
display: -ms-flexbox;
|
|
@@ -5515,7 +5318,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5515
5318
|
padding-top: 3px;
|
|
5516
5319
|
width: 100%;
|
|
5517
5320
|
}
|
|
5518
|
-
|
|
5519
5321
|
.e-bigger .e-de-statusbar-zoom {
|
|
5520
5322
|
background-color: #282727;
|
|
5521
5323
|
border: 0;
|
|
@@ -5523,12 +5325,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5523
5325
|
float: right;
|
|
5524
5326
|
height: 34px;
|
|
5525
5327
|
}
|
|
5526
|
-
|
|
5527
5328
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5528
5329
|
line-height: 25px;
|
|
5529
5330
|
padding: 0 5px !important;
|
|
5530
5331
|
}
|
|
5531
|
-
|
|
5532
5332
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
5533
5333
|
height: 0;
|
|
5534
5334
|
line-height: 0;
|
|
@@ -5561,7 +5361,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5561
5361
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5562
5362
|
font-size: 16px;
|
|
5563
5363
|
}
|
|
5564
|
-
|
|
5565
5364
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5566
5365
|
font-size: 16px;
|
|
5567
|
-
}
|
|
5366
|
+
}
|