@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/tailwind.css
CHANGED
|
@@ -3,127 +3,108 @@
|
|
|
3
3
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
4
|
.e-documenteditor .e-close::before {
|
|
5
5
|
color: #6b7280;
|
|
6
|
-
content:
|
|
7
|
-
font-family:
|
|
6
|
+
content: "\e7e7";
|
|
7
|
+
font-family: "e-icons";
|
|
8
8
|
font-size: 14px;
|
|
9
9
|
}
|
|
10
|
-
|
|
11
10
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
12
|
-
content:
|
|
13
|
-
font-family:
|
|
11
|
+
content: "\e754";
|
|
12
|
+
font-family: "e-icons";
|
|
14
13
|
}
|
|
15
|
-
|
|
16
14
|
.e-documenteditor .e-arrow-up::before {
|
|
17
|
-
content:
|
|
18
|
-
font-family:
|
|
15
|
+
content: "\e87a";
|
|
16
|
+
font-family: "e-icons";
|
|
19
17
|
}
|
|
20
|
-
|
|
21
18
|
.e-documenteditor .e-arrow-down::before {
|
|
22
|
-
content:
|
|
23
|
-
font-family:
|
|
19
|
+
content: "\e70d";
|
|
20
|
+
font-family: "e-icons";
|
|
24
21
|
}
|
|
25
|
-
|
|
26
22
|
.e-documenteditor .e-de-op .e-de-op-close-icon {
|
|
27
23
|
height: 20px;
|
|
28
24
|
}
|
|
29
|
-
|
|
30
25
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
31
|
-
content:
|
|
32
|
-
font-family:
|
|
26
|
+
content: "\e7e7";
|
|
27
|
+
font-family: "e-icons";
|
|
33
28
|
}
|
|
34
|
-
|
|
35
29
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
36
30
|
color: #6b7280;
|
|
37
|
-
content:
|
|
38
|
-
font-family:
|
|
31
|
+
content: "\e7e7";
|
|
32
|
+
font-family: "e-icons";
|
|
39
33
|
}
|
|
40
|
-
|
|
41
34
|
.e-documenteditor .e-de-new-cmt::before {
|
|
42
|
-
content:
|
|
43
|
-
font-family:
|
|
35
|
+
content: "\e805";
|
|
36
|
+
font-family: "e-icons";
|
|
44
37
|
}
|
|
45
|
-
|
|
46
38
|
.e-documenteditor .e-de-menu-icon::before {
|
|
47
|
-
content:
|
|
48
|
-
font-family:
|
|
39
|
+
content: "\e770";
|
|
40
|
+
font-family: "e-icons";
|
|
49
41
|
}
|
|
50
|
-
|
|
51
42
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
52
43
|
color: #6b7280;
|
|
53
|
-
content:
|
|
54
|
-
font-family:
|
|
44
|
+
content: "\e733";
|
|
45
|
+
font-family: "e-icons";
|
|
55
46
|
font-size: 13px;
|
|
56
47
|
}
|
|
57
|
-
|
|
58
48
|
.e-documenteditor .e-de-cmt-post::before {
|
|
59
|
-
content:
|
|
60
|
-
font-family:
|
|
49
|
+
content: "\e71d";
|
|
50
|
+
font-family: "e-icons";
|
|
61
51
|
}
|
|
62
|
-
|
|
63
52
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
64
53
|
color: #6b7280;
|
|
65
|
-
content:
|
|
66
|
-
font-family:
|
|
54
|
+
content: "\e85e";
|
|
55
|
+
font-family: "e-icons";
|
|
67
56
|
}
|
|
68
|
-
|
|
69
57
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
70
|
-
content:
|
|
71
|
-
font-family:
|
|
58
|
+
content: "\e7e7";
|
|
59
|
+
font-family: "e-icons";
|
|
72
60
|
}
|
|
73
|
-
|
|
74
61
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
75
|
-
content:
|
|
76
|
-
font-family:
|
|
62
|
+
content: "\e820";
|
|
63
|
+
font-family: "e-icons";
|
|
77
64
|
}
|
|
78
|
-
|
|
79
65
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
80
|
-
content:
|
|
81
|
-
font-family:
|
|
66
|
+
content: "\e782";
|
|
67
|
+
font-family: "e-icons";
|
|
82
68
|
}
|
|
83
|
-
|
|
84
69
|
.e-documenteditor .e-de-nav-up::before {
|
|
85
|
-
content:
|
|
86
|
-
font-family:
|
|
70
|
+
content: "\e7dd";
|
|
71
|
+
font-family: "e-icons";
|
|
87
72
|
}
|
|
88
|
-
|
|
89
73
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
90
|
-
content:
|
|
91
|
-
font-family:
|
|
74
|
+
content: "\e748";
|
|
75
|
+
font-family: "e-icons";
|
|
92
76
|
}
|
|
93
|
-
|
|
94
77
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
95
|
-
content:
|
|
96
|
-
font-family:
|
|
78
|
+
content: "\e765";
|
|
79
|
+
font-family: "e-icons";
|
|
97
80
|
}
|
|
98
|
-
|
|
99
81
|
.e-documenteditor .e-de-save-icon::before {
|
|
100
|
-
content:
|
|
101
|
-
font-family:
|
|
82
|
+
content: "\e774";
|
|
83
|
+
font-family: "e-icons";
|
|
102
84
|
}
|
|
103
|
-
|
|
104
85
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
105
|
-
content:
|
|
106
|
-
font-family:
|
|
86
|
+
content: "\e7e7";
|
|
87
|
+
font-family: "e-icons";
|
|
107
88
|
}
|
|
108
89
|
|
|
109
90
|
.e-de-ctn-title-print::before {
|
|
110
|
-
content:
|
|
91
|
+
content: "\e75d";
|
|
111
92
|
}
|
|
112
93
|
|
|
113
94
|
.e-de-acceptchange::before {
|
|
114
95
|
color: #6b7280;
|
|
115
|
-
content:
|
|
116
|
-
font-family:
|
|
96
|
+
content: "\e7a8";
|
|
97
|
+
font-family: "e-icons";
|
|
117
98
|
}
|
|
118
99
|
|
|
119
100
|
.e-de-rejectchange::before {
|
|
120
101
|
color: #6b7280;
|
|
121
|
-
content:
|
|
122
|
-
font-family:
|
|
102
|
+
content: "\e815";
|
|
103
|
+
font-family: "e-icons";
|
|
123
104
|
}
|
|
124
105
|
|
|
125
106
|
.e-de-ctn-title-download::before {
|
|
126
|
-
content:
|
|
107
|
+
content: "\e7a1";
|
|
127
108
|
}
|
|
128
109
|
|
|
129
110
|
.e-de-table-properties-alignment:hover {
|
|
@@ -144,40 +125,40 @@
|
|
|
144
125
|
|
|
145
126
|
.e-de-table-left-alignment::before {
|
|
146
127
|
color: #6b7280;
|
|
147
|
-
content:
|
|
128
|
+
content: "\e7f6";
|
|
148
129
|
font-size: 46px;
|
|
149
130
|
}
|
|
150
131
|
|
|
151
132
|
.e-de-table-center-alignment::before {
|
|
152
133
|
color: #6b7280;
|
|
153
|
-
content:
|
|
134
|
+
content: "\e7f1";
|
|
154
135
|
font-size: 46px;
|
|
155
136
|
}
|
|
156
137
|
|
|
157
138
|
.e-de-table-right-alignment::before {
|
|
158
139
|
color: #6b7280;
|
|
159
|
-
content:
|
|
140
|
+
content: "\e703";
|
|
160
141
|
font-size: 46px;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
144
|
.e-de-tablecell-top-alignment::before {
|
|
164
145
|
color: #6b7280;
|
|
165
|
-
content:
|
|
166
|
-
font-family:
|
|
146
|
+
content: "\e775";
|
|
147
|
+
font-family: "e-icons";
|
|
167
148
|
font-size: 51px;
|
|
168
149
|
}
|
|
169
150
|
|
|
170
151
|
.e-de-tablecell-center-alignment::before {
|
|
171
152
|
color: #6b7280;
|
|
172
|
-
content:
|
|
173
|
-
font-family:
|
|
153
|
+
content: "\e7e5";
|
|
154
|
+
font-family: "e-icons";
|
|
174
155
|
font-size: 51px;
|
|
175
156
|
}
|
|
176
157
|
|
|
177
158
|
.e-de-tablecell-bottom-alignment::before {
|
|
178
159
|
color: #6b7280;
|
|
179
|
-
content:
|
|
180
|
-
font-family:
|
|
160
|
+
content: "\e7d9";
|
|
161
|
+
font-family: "e-icons";
|
|
181
162
|
font-size: 51px;
|
|
182
163
|
}
|
|
183
164
|
|
|
@@ -227,14 +208,14 @@
|
|
|
227
208
|
|
|
228
209
|
.e-de-table-border-none-setting::before {
|
|
229
210
|
color: #6b7280;
|
|
230
|
-
content:
|
|
211
|
+
content: "\e7eb";
|
|
231
212
|
font-size: 46px;
|
|
232
213
|
position: absolute;
|
|
233
214
|
}
|
|
234
215
|
|
|
235
216
|
.e-de-table-border-box-setting::before {
|
|
236
217
|
color: #6b7280;
|
|
237
|
-
content:
|
|
218
|
+
content: "\e834";
|
|
238
219
|
font-size: 42px;
|
|
239
220
|
left: 2px;
|
|
240
221
|
position: absolute;
|
|
@@ -243,8 +224,8 @@
|
|
|
243
224
|
|
|
244
225
|
.e-de-table-border-all-setting::before {
|
|
245
226
|
color: #6b7280;
|
|
246
|
-
content:
|
|
247
|
-
font-family:
|
|
227
|
+
content: "\e7e8";
|
|
228
|
+
font-family: "e-icons";
|
|
248
229
|
font-size: 42px;
|
|
249
230
|
left: 2px;
|
|
250
231
|
position: absolute;
|
|
@@ -253,7 +234,7 @@
|
|
|
253
234
|
|
|
254
235
|
.e-de-table-border-custom-setting::before {
|
|
255
236
|
color: #6b7280;
|
|
256
|
-
content:
|
|
237
|
+
content: "\e7d5";
|
|
257
238
|
font-size: 42px;
|
|
258
239
|
left: 2px;
|
|
259
240
|
position: absolute;
|
|
@@ -262,8 +243,8 @@
|
|
|
262
243
|
|
|
263
244
|
.e-de-table-border-toptop-alignment::before {
|
|
264
245
|
color: #6b7280;
|
|
265
|
-
content:
|
|
266
|
-
font-family:
|
|
246
|
+
content: "\e7e0";
|
|
247
|
+
font-family: "e-icons";
|
|
267
248
|
font-size: 16px;
|
|
268
249
|
left: 4px;
|
|
269
250
|
position: absolute;
|
|
@@ -272,7 +253,7 @@
|
|
|
272
253
|
|
|
273
254
|
.e-de-table-border-topcenter-alignment::before {
|
|
274
255
|
color: #6b7280;
|
|
275
|
-
content:
|
|
256
|
+
content: "\e83b";
|
|
276
257
|
font-size: 16px;
|
|
277
258
|
left: 4px;
|
|
278
259
|
position: absolute;
|
|
@@ -281,7 +262,7 @@
|
|
|
281
262
|
|
|
282
263
|
.e-de-table-border-topbottom-alignment::before {
|
|
283
264
|
color: #6b7280;
|
|
284
|
-
content:
|
|
265
|
+
content: "\e766";
|
|
285
266
|
font-size: 16px;
|
|
286
267
|
left: 4px;
|
|
287
268
|
position: absolute;
|
|
@@ -290,7 +271,7 @@
|
|
|
290
271
|
|
|
291
272
|
.e-de-table-border-diagionalup-alignment::before {
|
|
292
273
|
color: #6b7280;
|
|
293
|
-
content:
|
|
274
|
+
content: "\e79d";
|
|
294
275
|
font-size: 16px;
|
|
295
276
|
left: 4px;
|
|
296
277
|
position: absolute;
|
|
@@ -299,7 +280,7 @@
|
|
|
299
280
|
|
|
300
281
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
301
282
|
color: #6b7280;
|
|
302
|
-
content:
|
|
283
|
+
content: "\e784";
|
|
303
284
|
font-size: 16px;
|
|
304
285
|
left: 4px;
|
|
305
286
|
position: absolute;
|
|
@@ -308,7 +289,7 @@
|
|
|
308
289
|
|
|
309
290
|
.e-de-table-border-bottomleft-alignment::before {
|
|
310
291
|
color: #6b7280;
|
|
311
|
-
content:
|
|
292
|
+
content: "\e806";
|
|
312
293
|
font-size: 16px;
|
|
313
294
|
left: 4px;
|
|
314
295
|
position: absolute;
|
|
@@ -317,7 +298,7 @@
|
|
|
317
298
|
|
|
318
299
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
319
300
|
color: #6b7280;
|
|
320
|
-
content:
|
|
301
|
+
content: "\e792";
|
|
321
302
|
font-size: 16px;
|
|
322
303
|
left: 4px;
|
|
323
304
|
position: absolute;
|
|
@@ -326,7 +307,7 @@
|
|
|
326
307
|
|
|
327
308
|
.e-de-table-border-bottomright-alignment::before {
|
|
328
309
|
color: #6b7280;
|
|
329
|
-
content:
|
|
310
|
+
content: "\e7ab";
|
|
330
311
|
font-size: 16px;
|
|
331
312
|
left: 4px;
|
|
332
313
|
position: absolute;
|
|
@@ -334,266 +315,266 @@
|
|
|
334
315
|
}
|
|
335
316
|
|
|
336
317
|
.e-menu-item .e-de-cmt-add::before {
|
|
337
|
-
content:
|
|
318
|
+
content: "\e82c";
|
|
338
319
|
}
|
|
339
320
|
|
|
340
321
|
.e-menu-item .e-de-cut::before {
|
|
341
|
-
content:
|
|
322
|
+
content: "\e7fb";
|
|
342
323
|
}
|
|
343
324
|
|
|
344
325
|
.e-menu-item .e-de-spellcheck::before {
|
|
345
|
-
content:
|
|
326
|
+
content: "\e7f0";
|
|
346
327
|
}
|
|
347
328
|
|
|
348
329
|
.e-menu-item .e-de-copy::before {
|
|
349
|
-
content:
|
|
330
|
+
content: "\e77c";
|
|
350
331
|
}
|
|
351
332
|
|
|
352
333
|
.e-menu-item .e-de-paste::before {
|
|
353
|
-
content:
|
|
334
|
+
content: "\e70b";
|
|
354
335
|
}
|
|
355
336
|
|
|
356
337
|
.e-menu-item .e-de-continue-numbering::before {
|
|
357
|
-
content:
|
|
338
|
+
content: "\e718";
|
|
358
339
|
}
|
|
359
340
|
|
|
360
341
|
.e-menu-item .e-de-restart-at::before {
|
|
361
|
-
content:
|
|
342
|
+
content: "\e715";
|
|
362
343
|
}
|
|
363
344
|
|
|
364
345
|
.e-menu-item .e-de-insertlink::before {
|
|
365
|
-
content:
|
|
346
|
+
content: "\e757";
|
|
366
347
|
}
|
|
367
348
|
|
|
368
349
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
369
|
-
content:
|
|
350
|
+
content: "\e797";
|
|
370
351
|
}
|
|
371
352
|
|
|
372
353
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
373
|
-
content:
|
|
354
|
+
content: "\e745";
|
|
374
355
|
}
|
|
375
356
|
|
|
376
357
|
.e-menu-item .e-de-open-properties::before {
|
|
377
|
-
content:
|
|
358
|
+
content: "\e77e";
|
|
378
359
|
}
|
|
379
360
|
|
|
380
361
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
381
|
-
content:
|
|
362
|
+
content: "\e722";
|
|
382
363
|
}
|
|
383
364
|
|
|
384
365
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
385
|
-
content:
|
|
366
|
+
content: "\e80c";
|
|
386
367
|
}
|
|
387
368
|
|
|
388
369
|
.e-menu-item .e-de-fonts::before {
|
|
389
|
-
content:
|
|
370
|
+
content: "\e76f";
|
|
390
371
|
}
|
|
391
372
|
|
|
392
373
|
.e-menu-item .e-de-paragraph::before {
|
|
393
|
-
content:
|
|
374
|
+
content: "\e7b8";
|
|
394
375
|
}
|
|
395
376
|
|
|
396
377
|
.e-menu-item .e-de-table::before {
|
|
397
|
-
content:
|
|
378
|
+
content: "\e7d1";
|
|
398
379
|
}
|
|
399
380
|
|
|
400
381
|
.e-menu-item .e-de-insertabove::before {
|
|
401
|
-
content:
|
|
382
|
+
content: "\e836";
|
|
402
383
|
}
|
|
403
384
|
|
|
404
385
|
.e-menu-item .e-de-insertbelow::before {
|
|
405
|
-
content:
|
|
386
|
+
content: "\e801";
|
|
406
387
|
}
|
|
407
388
|
|
|
408
389
|
.e-menu-item .e-de-insertleft::before {
|
|
409
|
-
content:
|
|
390
|
+
content: "\e78b";
|
|
410
391
|
}
|
|
411
392
|
|
|
412
393
|
.e-menu-item .e-de-insertright::before {
|
|
413
|
-
content:
|
|
394
|
+
content: "\e70e";
|
|
414
395
|
}
|
|
415
396
|
|
|
416
397
|
.e-menu-item .e-de-delete-table::before {
|
|
417
|
-
content:
|
|
398
|
+
content: "\e811";
|
|
418
399
|
}
|
|
419
400
|
|
|
420
401
|
.e-menu-item .e-de-deleterow::before {
|
|
421
|
-
content:
|
|
402
|
+
content: "\e7f2";
|
|
422
403
|
}
|
|
423
404
|
|
|
424
405
|
.e-menu-item .e-de-deletecolumn::before {
|
|
425
|
-
content:
|
|
406
|
+
content: "\e714";
|
|
426
407
|
}
|
|
427
408
|
|
|
428
409
|
.e-de-bold::before {
|
|
429
|
-
content:
|
|
430
|
-
font-family:
|
|
410
|
+
content: "\e737";
|
|
411
|
+
font-family: "e-icons";
|
|
431
412
|
}
|
|
432
413
|
|
|
433
414
|
.e-de-italic::before {
|
|
434
|
-
content:
|
|
435
|
-
font-family:
|
|
415
|
+
content: "\e75a";
|
|
416
|
+
font-family: "e-icons";
|
|
436
417
|
}
|
|
437
418
|
|
|
438
419
|
.e-de-underline::before {
|
|
439
|
-
content:
|
|
440
|
-
font-family:
|
|
420
|
+
content: "\e82f";
|
|
421
|
+
font-family: "e-icons";
|
|
441
422
|
}
|
|
442
423
|
|
|
443
424
|
.e-de-indent::before {
|
|
444
|
-
content:
|
|
445
|
-
font-family:
|
|
425
|
+
content: "\e72a";
|
|
426
|
+
font-family: "e-icons";
|
|
446
427
|
}
|
|
447
428
|
|
|
448
429
|
.e-de-outdent::before {
|
|
449
|
-
content:
|
|
450
|
-
font-family:
|
|
430
|
+
content: "\e810";
|
|
431
|
+
font-family: "e-icons";
|
|
451
432
|
}
|
|
452
433
|
|
|
453
434
|
.e-de-align-left::before {
|
|
454
|
-
content:
|
|
455
|
-
font-family:
|
|
435
|
+
content: "\e7b8";
|
|
436
|
+
font-family: "e-icons";
|
|
456
437
|
}
|
|
457
438
|
|
|
458
439
|
.e-de-align-center::before {
|
|
459
|
-
content:
|
|
460
|
-
font-family:
|
|
440
|
+
content: "\e813";
|
|
441
|
+
font-family: "e-icons";
|
|
461
442
|
}
|
|
462
443
|
|
|
463
444
|
.e-de-align-right::before {
|
|
464
|
-
content:
|
|
465
|
-
font-family:
|
|
445
|
+
content: "\e719";
|
|
446
|
+
font-family: "e-icons";
|
|
466
447
|
}
|
|
467
448
|
|
|
468
449
|
.e-de-justify::before {
|
|
469
|
-
content:
|
|
470
|
-
font-family:
|
|
450
|
+
content: "\e721";
|
|
451
|
+
font-family: "e-icons";
|
|
471
452
|
}
|
|
472
453
|
|
|
473
454
|
.e-de-single-spacing::before {
|
|
474
|
-
content:
|
|
475
|
-
font-family:
|
|
455
|
+
content: "\e771";
|
|
456
|
+
font-family: "e-icons";
|
|
476
457
|
}
|
|
477
458
|
|
|
478
459
|
.e-de-double-spacing::before {
|
|
479
|
-
content:
|
|
480
|
-
font-family:
|
|
460
|
+
content: "\e7c4";
|
|
461
|
+
font-family: "e-icons";
|
|
481
462
|
}
|
|
482
463
|
|
|
483
464
|
.e-de-one-point-five-spacing::before {
|
|
484
|
-
content:
|
|
485
|
-
font-family:
|
|
465
|
+
content: "\e725";
|
|
466
|
+
font-family: "e-icons";
|
|
486
467
|
}
|
|
487
468
|
|
|
488
469
|
.e-de-before-spacing::before {
|
|
489
|
-
content:
|
|
490
|
-
font-family:
|
|
470
|
+
content: "\e7b5";
|
|
471
|
+
font-family: "e-icons";
|
|
491
472
|
}
|
|
492
473
|
|
|
493
474
|
.e-de-after-spacing::before {
|
|
494
|
-
content:
|
|
495
|
-
font-family:
|
|
475
|
+
content: "\e767";
|
|
476
|
+
font-family: "e-icons";
|
|
496
477
|
}
|
|
497
478
|
|
|
498
479
|
.e-de-icon-bullet-list-dot::before {
|
|
499
|
-
content:
|
|
500
|
-
font-family:
|
|
480
|
+
content: "\e747";
|
|
481
|
+
font-family: "e-icons";
|
|
501
482
|
font-size: 8px;
|
|
502
483
|
line-height: 28px;
|
|
503
484
|
}
|
|
504
485
|
|
|
505
486
|
.e-de-icon-bullet-list-circle::before {
|
|
506
|
-
content:
|
|
507
|
-
font-family:
|
|
487
|
+
content: "\e7d0";
|
|
488
|
+
font-family: "e-icons";
|
|
508
489
|
font-size: 8px;
|
|
509
490
|
line-height: 28px;
|
|
510
491
|
}
|
|
511
492
|
|
|
512
493
|
.e-de-icon-bullet-list-square::before {
|
|
513
|
-
content:
|
|
514
|
-
font-family:
|
|
494
|
+
content: "\e7be";
|
|
495
|
+
font-family: "e-icons";
|
|
515
496
|
font-size: 8px;
|
|
516
497
|
line-height: 28px;
|
|
517
498
|
}
|
|
518
499
|
|
|
519
500
|
.e-de-icon-bullet-list-tick::before {
|
|
520
|
-
content:
|
|
521
|
-
font-family:
|
|
501
|
+
content: "\e7fc";
|
|
502
|
+
font-family: "e-icons";
|
|
522
503
|
font-size: 12px;
|
|
523
504
|
}
|
|
524
505
|
|
|
525
506
|
.e-de-icon-bullet-list-flower::before {
|
|
526
|
-
content:
|
|
527
|
-
font-family:
|
|
507
|
+
content: "\e79b";
|
|
508
|
+
font-family: "e-icons";
|
|
528
509
|
font-size: 12px;
|
|
529
510
|
}
|
|
530
511
|
|
|
531
512
|
.e-de-icon-bullet-list-arrow::before {
|
|
532
|
-
content:
|
|
533
|
-
font-family:
|
|
513
|
+
content: "\e763";
|
|
514
|
+
font-family: "e-icons";
|
|
534
515
|
font-size: 12px;
|
|
535
516
|
}
|
|
536
517
|
|
|
537
518
|
.e-de-icon-bullet-list-none::before {
|
|
538
|
-
content:
|
|
539
|
-
font-family:
|
|
519
|
+
content: "\e7f3";
|
|
520
|
+
font-family: "e-icons";
|
|
540
521
|
font-size: 24px;
|
|
541
522
|
}
|
|
542
523
|
|
|
543
524
|
.e-de-icon-autofit::before {
|
|
544
|
-
content:
|
|
545
|
-
font-family:
|
|
525
|
+
content: "\e74a";
|
|
526
|
+
font-family: "e-icons";
|
|
546
527
|
}
|
|
547
528
|
|
|
548
529
|
.e-de-icon-fixed-columnwidth::before {
|
|
549
|
-
content:
|
|
550
|
-
font-family:
|
|
530
|
+
content: "\e785";
|
|
531
|
+
font-family: "e-icons";
|
|
551
532
|
}
|
|
552
533
|
|
|
553
534
|
.e-de-icon-auto-fitwindow::before {
|
|
554
|
-
content:
|
|
555
|
-
font-family:
|
|
535
|
+
content: "\e759";
|
|
536
|
+
font-family: "e-icons";
|
|
556
537
|
}
|
|
557
538
|
|
|
558
539
|
.e-item .e-de-paste-text::before {
|
|
559
|
-
content:
|
|
560
|
-
font-family:
|
|
540
|
+
content: "\e70f";
|
|
541
|
+
font-family: "e-icons";
|
|
561
542
|
}
|
|
562
543
|
|
|
563
544
|
.e-item .e-de-paste-source::before {
|
|
564
|
-
content:
|
|
565
|
-
font-family:
|
|
545
|
+
content: "\e842";
|
|
546
|
+
font-family: "e-icons";
|
|
566
547
|
}
|
|
567
548
|
|
|
568
549
|
.e-item .e-de-paste-merge::before {
|
|
569
|
-
content:
|
|
570
|
-
font-family:
|
|
550
|
+
content: "\e752";
|
|
551
|
+
font-family: "e-icons";
|
|
571
552
|
}
|
|
572
553
|
|
|
573
554
|
.e-btn-icon .e-de-paste::before,
|
|
574
555
|
.e-icon-btn .e-de-paste::before {
|
|
575
|
-
content:
|
|
576
|
-
font-family:
|
|
556
|
+
content: "\e70b";
|
|
557
|
+
font-family: "e-icons";
|
|
577
558
|
}
|
|
578
559
|
|
|
579
560
|
.e-item .e-de-paste-column::before {
|
|
580
|
-
content:
|
|
561
|
+
content: "\e885";
|
|
581
562
|
}
|
|
582
563
|
|
|
583
564
|
.e-item .e-de-paste-row::before {
|
|
584
|
-
content:
|
|
565
|
+
content: "\e884";
|
|
585
566
|
}
|
|
586
567
|
|
|
587
568
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
588
|
-
content:
|
|
569
|
+
content: "\e886";
|
|
589
570
|
}
|
|
590
571
|
|
|
591
572
|
.e-item .e-de-paste-nested-table::before {
|
|
592
|
-
content:
|
|
573
|
+
content: "\e883";
|
|
593
574
|
}
|
|
594
575
|
|
|
595
576
|
.e-item .e-de-paste-merge-table::before {
|
|
596
|
-
content:
|
|
577
|
+
content: "\e882";
|
|
597
578
|
}
|
|
598
579
|
|
|
599
580
|
.e-de-dlg-container {
|
|
@@ -636,7 +617,6 @@
|
|
|
636
617
|
padding-left: 6px;
|
|
637
618
|
padding-right: 0;
|
|
638
619
|
}
|
|
639
|
-
|
|
640
620
|
.e-rtl .e-de-subcontainer-right {
|
|
641
621
|
padding-left: 0;
|
|
642
622
|
padding-right: 6px;
|
|
@@ -646,30 +626,24 @@
|
|
|
646
626
|
.e-bigger .e-de-dlg-container {
|
|
647
627
|
padding-bottom: 16px;
|
|
648
628
|
}
|
|
649
|
-
|
|
650
629
|
.e-bigger .e-de-container-row {
|
|
651
630
|
padding-bottom: 16px;
|
|
652
631
|
}
|
|
653
|
-
|
|
654
632
|
.e-bigger .e-de-subcontainer-left {
|
|
655
633
|
padding-right: 8px;
|
|
656
634
|
width: 50%;
|
|
657
635
|
}
|
|
658
|
-
|
|
659
636
|
.e-bigger .e-de-subcontainer-right {
|
|
660
637
|
padding-left: 8px;
|
|
661
638
|
width: 50%;
|
|
662
639
|
}
|
|
663
|
-
|
|
664
640
|
.e-bigger .e-de-dlg-tab-first-child {
|
|
665
641
|
padding-top: 8px;
|
|
666
642
|
}
|
|
667
|
-
|
|
668
643
|
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
669
644
|
padding-left: 8px;
|
|
670
645
|
padding-right: 0;
|
|
671
646
|
}
|
|
672
|
-
|
|
673
647
|
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
674
648
|
padding-left: 0;
|
|
675
649
|
padding-right: 8px;
|
|
@@ -706,7 +680,6 @@
|
|
|
706
680
|
opacity: 1;
|
|
707
681
|
}
|
|
708
682
|
}
|
|
709
|
-
|
|
710
683
|
.e-de-text-target {
|
|
711
684
|
border: 0;
|
|
712
685
|
height: 1px;
|
|
@@ -722,15 +695,12 @@
|
|
|
722
695
|
.e-de-txt-form .e-de-txt-field {
|
|
723
696
|
display: block;
|
|
724
697
|
}
|
|
725
|
-
|
|
726
698
|
.e-de-txt-form .e-de-num-field {
|
|
727
699
|
display: none;
|
|
728
700
|
}
|
|
729
|
-
|
|
730
701
|
.e-de-txt-form .e-de-date-field {
|
|
731
702
|
display: none;
|
|
732
703
|
}
|
|
733
|
-
|
|
734
704
|
.e-de-txt-form .e-de-ddl-field {
|
|
735
705
|
display: none;
|
|
736
706
|
}
|
|
@@ -738,15 +708,12 @@
|
|
|
738
708
|
.e-de-num-form .e-de-txt-field {
|
|
739
709
|
display: none;
|
|
740
710
|
}
|
|
741
|
-
|
|
742
711
|
.e-de-num-form .e-de-num-field {
|
|
743
712
|
display: block;
|
|
744
713
|
}
|
|
745
|
-
|
|
746
714
|
.e-de-num-form .e-de-date-field {
|
|
747
715
|
display: none;
|
|
748
716
|
}
|
|
749
|
-
|
|
750
717
|
.e-de-num-form .e-de-ddl-field {
|
|
751
718
|
display: none;
|
|
752
719
|
}
|
|
@@ -754,15 +721,12 @@
|
|
|
754
721
|
.e-de-date-form .e-de-txt-field {
|
|
755
722
|
display: none;
|
|
756
723
|
}
|
|
757
|
-
|
|
758
724
|
.e-de-date-form .e-de-num-field {
|
|
759
725
|
display: none;
|
|
760
726
|
}
|
|
761
|
-
|
|
762
727
|
.e-de-date-form .e-de-date-field {
|
|
763
728
|
display: block;
|
|
764
729
|
}
|
|
765
|
-
|
|
766
730
|
.e-de-date-form .e-de-ddl-field {
|
|
767
731
|
display: none;
|
|
768
732
|
}
|
|
@@ -770,15 +734,12 @@
|
|
|
770
734
|
.e-de-ddl-form .e-de-txt-field {
|
|
771
735
|
display: none;
|
|
772
736
|
}
|
|
773
|
-
|
|
774
737
|
.e-de-ddl-form .e-de-num-field {
|
|
775
738
|
display: none;
|
|
776
739
|
}
|
|
777
|
-
|
|
778
740
|
.e-de-ddl-form .e-de-date-field {
|
|
779
741
|
display: none;
|
|
780
742
|
}
|
|
781
|
-
|
|
782
743
|
.e-de-ddl-form .e-de-ddl-field {
|
|
783
744
|
display: block;
|
|
784
745
|
}
|
|
@@ -788,7 +749,6 @@
|
|
|
788
749
|
position: absolute;
|
|
789
750
|
top: 10px;
|
|
790
751
|
}
|
|
791
|
-
|
|
792
752
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
793
753
|
left: 14px;
|
|
794
754
|
}
|
|
@@ -1281,11 +1241,11 @@
|
|
|
1281
1241
|
margin-top: 12px;
|
|
1282
1242
|
}
|
|
1283
1243
|
|
|
1284
|
-
label[for*=
|
|
1244
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1285
1245
|
left: 35px;
|
|
1286
1246
|
}
|
|
1287
1247
|
|
|
1288
|
-
label[for*=
|
|
1248
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1289
1249
|
right: 35px;
|
|
1290
1250
|
}
|
|
1291
1251
|
|
|
@@ -1568,30 +1528,24 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1568
1528
|
.e-bigger .e-de-table-properties-dlg {
|
|
1569
1529
|
width: 485px;
|
|
1570
1530
|
}
|
|
1571
|
-
|
|
1572
1531
|
.e-bigger .e-de-table-ppty-dlg-preferred-width-div,
|
|
1573
1532
|
.e-bigger .e-de-table-ppty-dlg-measure-drop-down-div,
|
|
1574
1533
|
.e-bigger .e-de-ht-wdth-type {
|
|
1575
1534
|
width: 155px;
|
|
1576
1535
|
}
|
|
1577
|
-
|
|
1578
1536
|
.e-bigger .e-de-row-ht-top,
|
|
1579
1537
|
.e-bigger .e-de-cell-ht-top {
|
|
1580
1538
|
width: 179px;
|
|
1581
1539
|
}
|
|
1582
|
-
|
|
1583
1540
|
.e-bigger .e-de-restrict-pane {
|
|
1584
1541
|
width: 295px;
|
|
1585
1542
|
}
|
|
1586
|
-
|
|
1587
1543
|
.e-bigger .e-de-rp-stop-div1 {
|
|
1588
1544
|
padding: 12px 16px 12px 16px;
|
|
1589
1545
|
}
|
|
1590
|
-
|
|
1591
1546
|
.e-bigger .e-de-rp-stop-div2 {
|
|
1592
1547
|
padding: 16px 16px 24px;
|
|
1593
1548
|
}
|
|
1594
|
-
|
|
1595
1549
|
.e-bigger .e-de-cmt-sub-container,
|
|
1596
1550
|
.e-bigger .e-de-font-dlg-header,
|
|
1597
1551
|
.e-bigger .e-de-font-dlg-header-effects,
|
|
@@ -1627,7 +1581,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1627
1581
|
.e-bigger .e-de-cmt-date {
|
|
1628
1582
|
font-size: 14px !important;
|
|
1629
1583
|
}
|
|
1630
|
-
|
|
1631
1584
|
.e-bigger .e-de-table-dialog-options-label,
|
|
1632
1585
|
.e-bigger .e-de-table-setting-heading,
|
|
1633
1586
|
.e-bigger .e-de-cell-dia-options-label,
|
|
@@ -1654,18 +1607,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1654
1607
|
.e-bigger .e-de-tc-no-chng {
|
|
1655
1608
|
font-size: 16px;
|
|
1656
1609
|
}
|
|
1657
|
-
|
|
1658
1610
|
.e-bigger .e-de-cell-margin-top {
|
|
1659
1611
|
padding-top: 0;
|
|
1660
1612
|
}
|
|
1661
|
-
|
|
1662
1613
|
.e-bigger .e-de-op {
|
|
1663
1614
|
padding-left: 16px;
|
|
1664
1615
|
padding-top: 16px;
|
|
1665
1616
|
padding-right: 16px;
|
|
1666
1617
|
width: 308px;
|
|
1667
1618
|
}
|
|
1668
|
-
|
|
1669
1619
|
.e-bigger .e-de-font-dlg-cb-right.e-de-rtl,
|
|
1670
1620
|
.e-bigger .e-de-style-left-div,
|
|
1671
1621
|
.e-bigger .e-bookmark-list,
|
|
@@ -1674,7 +1624,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1674
1624
|
.e-bigger .e-de-user-dlg-textbox-input {
|
|
1675
1625
|
margin-right: 16px !important;
|
|
1676
1626
|
}
|
|
1677
|
-
|
|
1678
1627
|
.e-bigger .e-de-ff-dlg-lft-hlf.e-de-rtl,
|
|
1679
1628
|
.e-bigger .e-de-table-ppty-dlg-preferred-width-div,
|
|
1680
1629
|
.e-bigger .e-de-font-dlg-cb-right,
|
|
@@ -1686,22 +1635,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1686
1635
|
.e-bigger .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
|
|
1687
1636
|
margin-left: 16px;
|
|
1688
1637
|
}
|
|
1689
|
-
|
|
1690
1638
|
.e-bigger .e-de-toc-dlg-style-label {
|
|
1691
1639
|
margin-top: 56px;
|
|
1692
1640
|
}
|
|
1693
|
-
|
|
1694
1641
|
.e-bigger .e-de-ff-drpdwn-mvup {
|
|
1695
1642
|
margin-right: 12px;
|
|
1696
1643
|
}
|
|
1697
|
-
|
|
1698
1644
|
.e-bigger .e-de-font-clr-div,
|
|
1699
1645
|
.e-bigger .e-de-toc-dlg-build-table,
|
|
1700
1646
|
.e-bigger .e-de-toc-dlg-styles,
|
|
1701
1647
|
.e-bigger .e-de-tbl-dlg-border-btn {
|
|
1702
1648
|
margin-top: 20px;
|
|
1703
1649
|
}
|
|
1704
|
-
|
|
1705
1650
|
.e-bigger .e-de-font-dlg-padding,
|
|
1706
1651
|
.e-bigger .e-de-page-setup-dlg-sub-title-header,
|
|
1707
1652
|
.e-bigger .e-de-op-result-container .e-de-list-ddl-subheaderbottom,
|
|
@@ -1710,53 +1655,41 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1710
1655
|
.e-bigger .e-de-op-dlg-footer {
|
|
1711
1656
|
margin-top: 16px;
|
|
1712
1657
|
}
|
|
1713
|
-
|
|
1714
1658
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1715
1659
|
bottom: 14px;
|
|
1716
1660
|
}
|
|
1717
|
-
|
|
1718
1661
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1719
1662
|
left: 50px;
|
|
1720
1663
|
}
|
|
1721
|
-
|
|
1722
1664
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
|
|
1723
1665
|
right: 50px;
|
|
1724
1666
|
}
|
|
1725
|
-
|
|
1726
1667
|
.e-bigger .e-de-ff-drpdwn-mvdn,
|
|
1727
1668
|
.e-bigger .e-de-ff-drpdwn-mvup {
|
|
1728
1669
|
width: 46px !important;
|
|
1729
1670
|
}
|
|
1730
|
-
|
|
1731
1671
|
.e-bigger .e-de-list-dlg-div.e-de-rtl,
|
|
1732
1672
|
.e-bigger .e-de-list-dlg-subdiv.e-de-rtl {
|
|
1733
1673
|
margin-top: -150px;
|
|
1734
1674
|
}
|
|
1735
|
-
|
|
1736
1675
|
.e-bigger .e-de-list-dlg-div:not(.e-de-rtl) {
|
|
1737
1676
|
margin-top: 40px;
|
|
1738
1677
|
}
|
|
1739
|
-
|
|
1740
1678
|
.e-bigger .e-de-ht-wdth-type {
|
|
1741
1679
|
margin-top: -18px;
|
|
1742
1680
|
}
|
|
1743
|
-
|
|
1744
1681
|
.e-bigger .e-de-list-dlg {
|
|
1745
1682
|
width: 425px;
|
|
1746
1683
|
}
|
|
1747
|
-
|
|
1748
1684
|
.e-bigger .e-de-list-dlg-subdiv .e-input {
|
|
1749
1685
|
height: 38px;
|
|
1750
1686
|
}
|
|
1751
|
-
|
|
1752
1687
|
.e-bigger .e-de-toc-dlg-container {
|
|
1753
1688
|
width: 525px;
|
|
1754
1689
|
}
|
|
1755
|
-
|
|
1756
1690
|
.e-bigger .e-de-toc-list-view {
|
|
1757
1691
|
height: 204px;
|
|
1758
1692
|
}
|
|
1759
|
-
|
|
1760
1693
|
.e-bigger .e-de-style-options-div,
|
|
1761
1694
|
.e-bigger .e-de-ff-dlg-heading,
|
|
1762
1695
|
.e-bigger .e-de-table-ppty-options-break,
|
|
@@ -1775,67 +1708,54 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1775
1708
|
.e-bigger .e-de-page-setup-dlg-sub-label {
|
|
1776
1709
|
margin-bottom: 12px !important;
|
|
1777
1710
|
}
|
|
1778
|
-
|
|
1779
1711
|
.e-bigger .e-de-row-ht-top,
|
|
1780
1712
|
.e-bigger .e-de-cell-ht-top {
|
|
1781
1713
|
padding: 0 16px;
|
|
1782
1714
|
}
|
|
1783
|
-
|
|
1784
1715
|
.e-bigger .e-de-style-name,
|
|
1785
1716
|
.e-bigger .e-de-style-styletype,
|
|
1786
1717
|
.e-bigger .e-de-style-style-based-on,
|
|
1787
1718
|
.e-bigger .e-de-style-style-paragraph {
|
|
1788
1719
|
font-size: 14px;
|
|
1789
1720
|
}
|
|
1790
|
-
|
|
1791
1721
|
.e-bigger .e-de-pagesetup-dlg-container .e-input-group {
|
|
1792
1722
|
width: 199px !important;
|
|
1793
1723
|
}
|
|
1794
|
-
|
|
1795
1724
|
.e-bigger .e-de-table-measure-lbl {
|
|
1796
1725
|
width: 90px !important;
|
|
1797
1726
|
}
|
|
1798
|
-
|
|
1799
1727
|
.e-bigger .e-de-list-ddl-subheader,
|
|
1800
1728
|
.e-bigger .e-de-cell-dia-label-common,
|
|
1801
1729
|
.e-bigger .e-de-table-ppty-options-break {
|
|
1802
1730
|
margin-top: 12px;
|
|
1803
1731
|
}
|
|
1804
|
-
|
|
1805
1732
|
.e-bigger .e-de-page-setup-dlg-sub-container-port {
|
|
1806
1733
|
margin-top: 42px;
|
|
1807
1734
|
}
|
|
1808
|
-
|
|
1809
1735
|
.e-bigger .e-de-page-setup-dlg-first-page-prop {
|
|
1810
1736
|
height: 30px !important;
|
|
1811
1737
|
}
|
|
1812
|
-
|
|
1813
1738
|
.e-bigger .e-de-table-dialog-options-label {
|
|
1814
1739
|
padding-bottom: 16px;
|
|
1815
1740
|
}
|
|
1816
|
-
|
|
1817
1741
|
.e-bigger .e-de-row-ht-top,
|
|
1818
1742
|
.e-bigger .e-de-cell-ht-top {
|
|
1819
1743
|
margin-top: 4px;
|
|
1820
1744
|
}
|
|
1821
|
-
|
|
1822
1745
|
.e-bigger .e-de-table-options-dlg {
|
|
1823
1746
|
width: 425px;
|
|
1824
1747
|
}
|
|
1825
|
-
|
|
1826
1748
|
.e-bigger .e-de-style-based-para-div .e-input-group,
|
|
1827
1749
|
.e-bigger .e-de-style-nametype-div .e-input-group,
|
|
1828
1750
|
.e-bigger .e-de-style-nametype-div .e-input {
|
|
1829
1751
|
width: 320px !important;
|
|
1830
1752
|
}
|
|
1831
|
-
|
|
1832
1753
|
.e-bigger .e-de-font-color-label,
|
|
1833
1754
|
.e-bigger .e-de-hyperlink-bookmark-check,
|
|
1834
1755
|
.e-bigger .e-de-search-tab-content,
|
|
1835
1756
|
.e-bigger .e-de-page-setup-dlg-orientation-prop {
|
|
1836
1757
|
margin-top: 16px;
|
|
1837
1758
|
}
|
|
1838
|
-
|
|
1839
1759
|
.e-bigger .e-de-page-setup-dlg-sub-size-container,
|
|
1840
1760
|
.e-bigger .e-bookmark-addbutton,
|
|
1841
1761
|
.e-bigger .e-de-page-setup-dlg-layout-sub-container,
|
|
@@ -1854,37 +1774,29 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1854
1774
|
.e-bigger .e-bookmark-gotobutton {
|
|
1855
1775
|
margin-bottom: 16px !important;
|
|
1856
1776
|
}
|
|
1857
|
-
|
|
1858
1777
|
.e-bigger .e-de-op-header {
|
|
1859
1778
|
margin-bottom: 0;
|
|
1860
1779
|
}
|
|
1861
|
-
|
|
1862
1780
|
.e-bigger .e-de-style-based-para-div,
|
|
1863
1781
|
.e-bigger .e-de-table-options-dlg-div {
|
|
1864
1782
|
margin-bottom: 20px;
|
|
1865
1783
|
}
|
|
1866
|
-
|
|
1867
1784
|
.e-bigger .e-de-font-dlg .e-input-group {
|
|
1868
1785
|
width: max-content !important;
|
|
1869
1786
|
}
|
|
1870
|
-
|
|
1871
1787
|
.e-bigger .e-de-list-dlg .e-input-group,
|
|
1872
1788
|
.e-bigger .e-de-list-dlg .e-input {
|
|
1873
1789
|
width: 203px !important;
|
|
1874
1790
|
}
|
|
1875
|
-
|
|
1876
1791
|
.e-bigger .e-de-pagesetup-dlg-container {
|
|
1877
1792
|
width: 415px;
|
|
1878
1793
|
}
|
|
1879
|
-
|
|
1880
1794
|
.e-bigger .e-style-font-fmaily-right {
|
|
1881
1795
|
width: 188px !important;
|
|
1882
1796
|
}
|
|
1883
|
-
|
|
1884
1797
|
.e-bigger .e-de-style-format-dropdwn {
|
|
1885
1798
|
height: auto !important;
|
|
1886
1799
|
}
|
|
1887
|
-
|
|
1888
1800
|
.e-bigger .e-de-table-options-dlg-div .e-input-group {
|
|
1889
1801
|
width: 200px !important;
|
|
1890
1802
|
margin-right: 16px;
|
|
@@ -2267,11 +2179,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2267
2179
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
2268
2180
|
margin-left: 64px;
|
|
2269
2181
|
}
|
|
2270
|
-
|
|
2271
2182
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
2272
2183
|
margin-right: 64px;
|
|
2273
2184
|
}
|
|
2274
|
-
|
|
2275
2185
|
.e-bigger .e-de-font-content-label {
|
|
2276
2186
|
width: 154px;
|
|
2277
2187
|
}
|
|
@@ -3169,45 +3079,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3169
3079
|
height: auto;
|
|
3170
3080
|
width: auto;
|
|
3171
3081
|
}
|
|
3172
|
-
|
|
3173
3082
|
.e-bigger .e-de-insert-footnote {
|
|
3174
3083
|
height: auto;
|
|
3175
3084
|
width: auto;
|
|
3176
3085
|
}
|
|
3177
|
-
|
|
3178
3086
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
3179
3087
|
height: auto;
|
|
3180
3088
|
}
|
|
3181
|
-
|
|
3182
3089
|
.e-bigger .e-de-font-dlg {
|
|
3183
3090
|
width: max-content;
|
|
3184
3091
|
}
|
|
3185
|
-
|
|
3186
3092
|
.e-bigger .e-para-dlg-sub-height {
|
|
3187
3093
|
height: 170px;
|
|
3188
3094
|
}
|
|
3189
|
-
|
|
3190
3095
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
3191
3096
|
margin-right: 36px;
|
|
3192
3097
|
}
|
|
3193
|
-
|
|
3194
3098
|
.e-bigger .e-de-font-content-label-width {
|
|
3195
3099
|
width: 90px;
|
|
3196
3100
|
}
|
|
3197
|
-
|
|
3198
3101
|
.e-bigger .e-de-toc-label {
|
|
3199
3102
|
margin-left: 0;
|
|
3200
3103
|
}
|
|
3201
|
-
|
|
3202
3104
|
.e-bigger .e-de-toc-label-rtl {
|
|
3203
3105
|
margin-left: 0px;
|
|
3204
3106
|
margin-right: 0;
|
|
3205
3107
|
}
|
|
3206
|
-
|
|
3207
3108
|
.e-bigger .e-de-outline-rtl {
|
|
3208
3109
|
width: 173px;
|
|
3209
3110
|
}
|
|
3210
|
-
|
|
3211
3111
|
.e-bigger .e-de-rp-header {
|
|
3212
3112
|
font-size: 16px;
|
|
3213
3113
|
width: 75%;
|
|
@@ -3594,7 +3494,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3594
3494
|
}
|
|
3595
3495
|
|
|
3596
3496
|
.e-de-tc-field {
|
|
3597
|
-
background-color:
|
|
3497
|
+
background-color: rgb(206, 205, 205);
|
|
3598
3498
|
margin: 0 2px;
|
|
3599
3499
|
}
|
|
3600
3500
|
|
|
@@ -3602,7 +3502,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3602
3502
|
font-size: 14px;
|
|
3603
3503
|
font-family: Roboto-Regular;
|
|
3604
3504
|
font-weight: 600;
|
|
3605
|
-
color:
|
|
3505
|
+
color: rgb(1, 22, 119);
|
|
3606
3506
|
margin: 0 2px;
|
|
3607
3507
|
}
|
|
3608
3508
|
|
|
@@ -3661,7 +3561,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3661
3561
|
margin: 12px 8px 0 8px;
|
|
3662
3562
|
padding: 0px;
|
|
3663
3563
|
}
|
|
3664
|
-
|
|
3665
3564
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3666
3565
|
margin-top: 12px;
|
|
3667
3566
|
}
|
|
@@ -3699,11 +3598,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3699
3598
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3700
3599
|
opacity: 0.67;
|
|
3701
3600
|
}
|
|
3702
|
-
|
|
3703
3601
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3704
3602
|
display: none;
|
|
3705
3603
|
}
|
|
3706
|
-
|
|
3707
3604
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3708
3605
|
display: block;
|
|
3709
3606
|
margin-top: 8px;
|
|
@@ -3735,7 +3632,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3735
3632
|
pointer-events: all;
|
|
3736
3633
|
width: 13px;
|
|
3737
3634
|
}
|
|
3738
|
-
|
|
3739
3635
|
.e-de-cmt-mark :hover {
|
|
3740
3636
|
color: #4f46e5;
|
|
3741
3637
|
}
|
|
@@ -3777,53 +3673,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3777
3673
|
border-left: none;
|
|
3778
3674
|
border-right: 1px solid #d1d5db;
|
|
3779
3675
|
}
|
|
3780
|
-
|
|
3781
3676
|
.e-rtl .e-de-rp-close-icon {
|
|
3782
3677
|
float: left;
|
|
3783
3678
|
right: 14px;
|
|
3784
3679
|
}
|
|
3785
|
-
|
|
3786
3680
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3787
3681
|
float: left;
|
|
3788
3682
|
}
|
|
3789
|
-
|
|
3790
3683
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3791
3684
|
border-left: 1px solid #e5e7eb;
|
|
3792
3685
|
border-right: 3px solid #4f46e5;
|
|
3793
3686
|
padding-left: 12px;
|
|
3794
3687
|
padding-right: 10px;
|
|
3795
3688
|
}
|
|
3796
|
-
|
|
3797
3689
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3798
3690
|
border-left: 1px solid #e5e7eb;
|
|
3799
3691
|
border-right: 2px solid #4f46e5;
|
|
3800
3692
|
padding-left: 12px;
|
|
3801
3693
|
padding-right: 11px;
|
|
3802
3694
|
}
|
|
3803
|
-
|
|
3804
3695
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3805
3696
|
border-right: 3px solid rgba(79, 70, 229, 0.5);
|
|
3806
3697
|
}
|
|
3807
|
-
|
|
3808
3698
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3809
3699
|
border-right: 2px solid rgba(79, 70, 229, 0.5);
|
|
3810
3700
|
}
|
|
3811
|
-
|
|
3812
3701
|
.e-rtl .e-de-cmt-action-button {
|
|
3813
3702
|
text-align: left;
|
|
3814
3703
|
}
|
|
3815
|
-
|
|
3816
3704
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3817
3705
|
margin-left: auto;
|
|
3818
3706
|
margin-right: 6px;
|
|
3819
3707
|
}
|
|
3820
|
-
|
|
3821
3708
|
.e-rtl .e-de-cmt-drawer {
|
|
3822
3709
|
float: left;
|
|
3823
3710
|
margin-left: 8px;
|
|
3824
3711
|
margin-right: auto;
|
|
3825
3712
|
}
|
|
3826
|
-
|
|
3827
3713
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3828
3714
|
text-align: left;
|
|
3829
3715
|
}
|
|
@@ -3836,20 +3722,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3836
3722
|
padding-top: 7px;
|
|
3837
3723
|
padding-left: 11px;
|
|
3838
3724
|
}
|
|
3839
|
-
|
|
3840
3725
|
.e-bigger .e-de-cp-whole-header {
|
|
3841
3726
|
height: 56px;
|
|
3842
3727
|
padding: 16px;
|
|
3843
3728
|
padding-right: 8px;
|
|
3844
3729
|
}
|
|
3845
|
-
|
|
3846
3730
|
.e-bigger .e-de-rp-close-icon {
|
|
3847
3731
|
float: right;
|
|
3848
3732
|
position: relative;
|
|
3849
3733
|
top: -5px;
|
|
3850
3734
|
right: -19px;
|
|
3851
3735
|
}
|
|
3852
|
-
|
|
3853
3736
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3854
3737
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3855
3738
|
margin-right: 12px;
|
|
@@ -3864,13 +3747,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3864
3747
|
color: #6b7280;
|
|
3865
3748
|
border: none;
|
|
3866
3749
|
}
|
|
3867
|
-
|
|
3868
3750
|
.e-de-close-icon.e-btn:active {
|
|
3869
3751
|
background-color: transparent !important;
|
|
3870
3752
|
border-color: transparent !important;
|
|
3871
3753
|
box-shadow: none;
|
|
3872
3754
|
}
|
|
3873
|
-
|
|
3874
3755
|
.e-de-close-icon.e-btn:hover {
|
|
3875
3756
|
background-color: transparent !important;
|
|
3876
3757
|
box-shadow: none;
|
|
@@ -3896,7 +3777,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3896
3777
|
padding-left: 0%;
|
|
3897
3778
|
padding-right: 12px;
|
|
3898
3779
|
}
|
|
3899
|
-
|
|
3900
3780
|
.e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3901
3781
|
.e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3902
3782
|
padding-bottom: 7px;
|
|
@@ -3906,63 +3786,49 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3906
3786
|
.e-bigger .e-de-cmt-author-name {
|
|
3907
3787
|
padding-left: 16px;
|
|
3908
3788
|
}
|
|
3909
|
-
|
|
3910
3789
|
.e-bigger .e-de-cmt-rply-view {
|
|
3911
3790
|
margin-top: 24px;
|
|
3912
3791
|
}
|
|
3913
|
-
|
|
3914
3792
|
.e-bigger .e-de-cmt-sub-container {
|
|
3915
3793
|
padding: 16px;
|
|
3916
3794
|
}
|
|
3917
|
-
|
|
3918
3795
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3919
3796
|
padding-left: 14px;
|
|
3920
3797
|
}
|
|
3921
|
-
|
|
3922
3798
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3923
3799
|
padding-left: 15px;
|
|
3924
3800
|
}
|
|
3925
|
-
|
|
3926
3801
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3927
3802
|
padding: 0%;
|
|
3928
3803
|
}
|
|
3929
|
-
|
|
3930
3804
|
.e-bigger .e-de-rp-nav-btn {
|
|
3931
3805
|
width: auto;
|
|
3932
3806
|
}
|
|
3933
|
-
|
|
3934
3807
|
.e-bigger .e-de-rp-whole-header {
|
|
3935
3808
|
padding: 16px;
|
|
3936
3809
|
}
|
|
3937
|
-
|
|
3938
3810
|
.e-bigger .e-de-rp-sub-div {
|
|
3939
3811
|
border-bottom: 1px solid #e5e7eb;
|
|
3940
3812
|
padding: 16px;
|
|
3941
3813
|
}
|
|
3942
|
-
|
|
3943
3814
|
.e-bigger .e-de-rp-enforce {
|
|
3944
3815
|
padding: 16px;
|
|
3945
3816
|
}
|
|
3946
|
-
|
|
3947
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3817
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3948
3818
|
width: 300px;
|
|
3949
3819
|
}
|
|
3950
|
-
|
|
3951
3820
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3952
3821
|
padding-left: 0%;
|
|
3953
3822
|
padding-right: 16px;
|
|
3954
3823
|
}
|
|
3955
|
-
|
|
3956
3824
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3957
3825
|
padding-left: 16px;
|
|
3958
3826
|
padding-right: 14px;
|
|
3959
3827
|
}
|
|
3960
|
-
|
|
3961
3828
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3962
3829
|
padding-left: 16px;
|
|
3963
3830
|
padding-right: 15px;
|
|
3964
3831
|
}
|
|
3965
|
-
|
|
3966
3832
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3967
3833
|
float: left;
|
|
3968
3834
|
right: 19px;
|
|
@@ -3972,11 +3838,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3972
3838
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3973
3839
|
font-size: 14px;
|
|
3974
3840
|
}
|
|
3975
|
-
|
|
3976
3841
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3977
3842
|
width: 192px !important;
|
|
3978
3843
|
}
|
|
3979
|
-
|
|
3980
3844
|
.e-bigger .e-de-para-dlg-heading {
|
|
3981
3845
|
color: #6b7280;
|
|
3982
3846
|
display: block;
|
|
@@ -3985,56 +3849,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3985
3849
|
margin-bottom: 8px;
|
|
3986
3850
|
line-height: 22px;
|
|
3987
3851
|
}
|
|
3988
|
-
|
|
3989
3852
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3990
3853
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3991
3854
|
font-size: 12px;
|
|
3992
3855
|
}
|
|
3993
|
-
|
|
3994
3856
|
.e-bigger .e-de-para-dlg-container {
|
|
3995
3857
|
height: auto;
|
|
3996
3858
|
width: auto;
|
|
3997
3859
|
}
|
|
3998
|
-
|
|
3999
3860
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
4000
3861
|
margin-bottom: 0;
|
|
4001
3862
|
margin-top: 12px;
|
|
4002
3863
|
}
|
|
4003
|
-
|
|
4004
3864
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
4005
3865
|
margin-left: 20px;
|
|
4006
3866
|
}
|
|
4007
|
-
|
|
4008
3867
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
4009
3868
|
margin-left: 0;
|
|
4010
3869
|
margin-right: 20px;
|
|
4011
3870
|
}
|
|
4012
|
-
|
|
4013
3871
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
4014
3872
|
margin-bottom: 4px;
|
|
4015
3873
|
}
|
|
4016
|
-
|
|
4017
3874
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
4018
3875
|
margin-bottom: 16px;
|
|
4019
3876
|
}
|
|
4020
|
-
|
|
4021
3877
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
4022
3878
|
top: 0;
|
|
4023
3879
|
}
|
|
4024
|
-
|
|
4025
3880
|
.e-bigger .e-de-dlg-sub-header {
|
|
4026
3881
|
display: block;
|
|
4027
3882
|
font-size: 12px;
|
|
4028
3883
|
font-weight: 500;
|
|
4029
3884
|
margin-bottom: 4px;
|
|
4030
3885
|
}
|
|
4031
|
-
|
|
4032
3886
|
.e-bigger .e-de-rtl-btn-div {
|
|
4033
3887
|
font-size: 12px;
|
|
4034
3888
|
margin-right: 24px;
|
|
4035
3889
|
width: 200px;
|
|
4036
3890
|
}
|
|
4037
|
-
|
|
4038
3891
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
4039
3892
|
margin-left: 12px;
|
|
4040
3893
|
margin-right: 0;
|
|
@@ -4110,340 +3963,340 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4110
3963
|
|
|
4111
3964
|
.e-de-ctnr-close::before {
|
|
4112
3965
|
color: #6b7280;
|
|
4113
|
-
content:
|
|
3966
|
+
content: "\e7e7";
|
|
4114
3967
|
font-size: 16px;
|
|
4115
3968
|
}
|
|
4116
3969
|
|
|
4117
3970
|
.e-de-ctnr-linespacing::before {
|
|
4118
|
-
content:
|
|
3971
|
+
content: "\e78d";
|
|
4119
3972
|
}
|
|
4120
3973
|
|
|
4121
3974
|
.e-de-ctnr-undo::before {
|
|
4122
|
-
content:
|
|
3975
|
+
content: "\e713";
|
|
4123
3976
|
}
|
|
4124
3977
|
|
|
4125
3978
|
.e-de-ctnr-find::before {
|
|
4126
|
-
content:
|
|
3979
|
+
content: "\e754";
|
|
4127
3980
|
}
|
|
4128
3981
|
|
|
4129
3982
|
.e-de-ctnr-lock::before {
|
|
4130
|
-
content:
|
|
3983
|
+
content: "\e7ff";
|
|
4131
3984
|
}
|
|
4132
3985
|
|
|
4133
3986
|
.e-de-ctnr-italic::before {
|
|
4134
|
-
content:
|
|
3987
|
+
content: "\e75a";
|
|
4135
3988
|
}
|
|
4136
3989
|
|
|
4137
3990
|
.e-de-selected-spellcheck-item::before {
|
|
4138
3991
|
color: #6b7280;
|
|
4139
|
-
content:
|
|
4140
|
-
font-family:
|
|
3992
|
+
content: "\e774";
|
|
3993
|
+
font-family: "e-icons";
|
|
4141
3994
|
font-size: 10px;
|
|
4142
3995
|
}
|
|
4143
3996
|
|
|
4144
3997
|
.e-de-selected-underline-item::before {
|
|
4145
3998
|
color: #6b7280;
|
|
4146
|
-
content:
|
|
4147
|
-
font-family:
|
|
3999
|
+
content: "\e774";
|
|
4000
|
+
font-family: "e-icons";
|
|
4148
4001
|
font-size: 10px;
|
|
4149
4002
|
}
|
|
4150
4003
|
|
|
4151
4004
|
.e-de-ctnr-link::before {
|
|
4152
|
-
content:
|
|
4005
|
+
content: "\e757";
|
|
4153
4006
|
}
|
|
4154
4007
|
|
|
4155
4008
|
.e-de-ctnr-table::before {
|
|
4156
|
-
content:
|
|
4009
|
+
content: "\e7d1";
|
|
4157
4010
|
}
|
|
4158
4011
|
|
|
4159
4012
|
.e-de-ctnr-download::before {
|
|
4160
4013
|
color: #6b7280;
|
|
4161
|
-
content:
|
|
4014
|
+
content: "\e7a1";
|
|
4162
4015
|
}
|
|
4163
4016
|
|
|
4164
4017
|
.e-de-ctnr-justify::before {
|
|
4165
|
-
content:
|
|
4018
|
+
content: "\e721";
|
|
4166
4019
|
}
|
|
4167
4020
|
|
|
4168
4021
|
.e-de-ctnr-tableofcontent::before {
|
|
4169
|
-
content:
|
|
4022
|
+
content: "\e73d";
|
|
4170
4023
|
}
|
|
4171
4024
|
|
|
4172
4025
|
.e-de-ctnr-pagenumber::before {
|
|
4173
|
-
content:
|
|
4026
|
+
content: "\e77d";
|
|
4174
4027
|
}
|
|
4175
4028
|
|
|
4176
4029
|
.e-de-ctnr-highlight::before {
|
|
4177
|
-
content:
|
|
4030
|
+
content: "\e739";
|
|
4178
4031
|
}
|
|
4179
4032
|
|
|
4180
4033
|
.e-de-ctnr-new::before {
|
|
4181
|
-
content:
|
|
4034
|
+
content: "\e805";
|
|
4182
4035
|
}
|
|
4183
4036
|
|
|
4184
4037
|
.e-de-ctnr-paste::before {
|
|
4185
|
-
content:
|
|
4038
|
+
content: "\e70b";
|
|
4186
4039
|
}
|
|
4187
4040
|
|
|
4188
4041
|
.e-de-ctnr-bold::before {
|
|
4189
|
-
content:
|
|
4042
|
+
content: "\e737";
|
|
4190
4043
|
}
|
|
4191
4044
|
|
|
4192
4045
|
.e-de-ctnr-subscript::before {
|
|
4193
|
-
content:
|
|
4046
|
+
content: "\e80a";
|
|
4194
4047
|
}
|
|
4195
4048
|
|
|
4196
4049
|
.e-de-ctnr-aligncenter::before {
|
|
4197
|
-
content:
|
|
4050
|
+
content: "\e813";
|
|
4198
4051
|
}
|
|
4199
4052
|
|
|
4200
4053
|
.e-de-ctnr-fontcolor::before {
|
|
4201
|
-
content:
|
|
4054
|
+
content: "\e79f";
|
|
4202
4055
|
}
|
|
4203
4056
|
|
|
4204
4057
|
.e-de-ctnr-change-case::before {
|
|
4205
|
-
content:
|
|
4058
|
+
content: "\e7f5";
|
|
4206
4059
|
}
|
|
4207
4060
|
|
|
4208
4061
|
.e-de-ctnr-pagesetup::before {
|
|
4209
|
-
content:
|
|
4062
|
+
content: "\e794";
|
|
4210
4063
|
}
|
|
4211
4064
|
|
|
4212
4065
|
.e-de-ctnr-strokestyle::before {
|
|
4213
|
-
content:
|
|
4066
|
+
content: "\eb62";
|
|
4214
4067
|
}
|
|
4215
4068
|
|
|
4216
4069
|
.e-de-ctnr-strikethrough::before {
|
|
4217
|
-
content:
|
|
4070
|
+
content: "\e758";
|
|
4218
4071
|
}
|
|
4219
4072
|
|
|
4220
4073
|
.e-de-ctnr-image::before {
|
|
4221
|
-
content:
|
|
4074
|
+
content: "\e786";
|
|
4222
4075
|
}
|
|
4223
4076
|
|
|
4224
4077
|
.e-de-ctnr-redo::before {
|
|
4225
|
-
content:
|
|
4078
|
+
content: "\e755";
|
|
4226
4079
|
}
|
|
4227
4080
|
|
|
4228
4081
|
.e-de-ctnr-bookmark::before {
|
|
4229
|
-
content:
|
|
4082
|
+
content: "\e750";
|
|
4230
4083
|
}
|
|
4231
4084
|
|
|
4232
4085
|
.e-de-ctnr-increaseindent::before {
|
|
4233
|
-
content:
|
|
4086
|
+
content: "\e810";
|
|
4234
4087
|
}
|
|
4235
4088
|
|
|
4236
4089
|
.e-de-ctnr-header::before {
|
|
4237
|
-
content:
|
|
4090
|
+
content: "\e704";
|
|
4238
4091
|
}
|
|
4239
4092
|
|
|
4240
4093
|
.e-de-ctnr-backgroundcolor::before {
|
|
4241
|
-
content:
|
|
4094
|
+
content: "\eb6b";
|
|
4242
4095
|
}
|
|
4243
4096
|
|
|
4244
4097
|
.e-de-ctnr-open::before {
|
|
4245
|
-
content:
|
|
4098
|
+
content: "\e760";
|
|
4246
4099
|
}
|
|
4247
4100
|
|
|
4248
4101
|
.e-de-ctnr-underline::before {
|
|
4249
|
-
content:
|
|
4102
|
+
content: "\e82f";
|
|
4250
4103
|
}
|
|
4251
4104
|
|
|
4252
4105
|
.e-de-ctnr-superscript::before {
|
|
4253
|
-
content:
|
|
4106
|
+
content: "\e7a7";
|
|
4254
4107
|
}
|
|
4255
4108
|
|
|
4256
4109
|
.e-de-ctnr-alignleft::before {
|
|
4257
|
-
content:
|
|
4110
|
+
content: "\e7b8";
|
|
4258
4111
|
}
|
|
4259
4112
|
|
|
4260
4113
|
.e-de-ctnr-numbering::before {
|
|
4261
|
-
content:
|
|
4114
|
+
content: "\e7cb";
|
|
4262
4115
|
}
|
|
4263
4116
|
|
|
4264
4117
|
.e-de-ctnr-bullets::before {
|
|
4265
|
-
content:
|
|
4118
|
+
content: "\e77e";
|
|
4266
4119
|
}
|
|
4267
4120
|
|
|
4268
4121
|
.e-de-ctnr-decreaseindent::before {
|
|
4269
|
-
content:
|
|
4122
|
+
content: "\e72a";
|
|
4270
4123
|
}
|
|
4271
4124
|
|
|
4272
4125
|
.e-de-ctnr-showhide::before {
|
|
4273
|
-
content:
|
|
4126
|
+
content: "\e71a";
|
|
4274
4127
|
font-size: 16px;
|
|
4275
4128
|
}
|
|
4276
4129
|
|
|
4277
4130
|
.e-de-ctnr-print::before {
|
|
4278
|
-
content:
|
|
4131
|
+
content: "\e75d";
|
|
4279
4132
|
}
|
|
4280
4133
|
|
|
4281
4134
|
.e-de-ctnr-alignright::before {
|
|
4282
|
-
content:
|
|
4135
|
+
content: "\e719";
|
|
4283
4136
|
}
|
|
4284
4137
|
|
|
4285
4138
|
.e-de-ctnr-footer::before {
|
|
4286
|
-
content:
|
|
4139
|
+
content: "\e7bb";
|
|
4287
4140
|
}
|
|
4288
4141
|
|
|
4289
4142
|
.e-de-ctnr-clearall::before {
|
|
4290
|
-
content:
|
|
4143
|
+
content: "\e7cc";
|
|
4291
4144
|
}
|
|
4292
4145
|
|
|
4293
4146
|
.e-de-ctnr-outsideborder::before {
|
|
4294
|
-
content:
|
|
4147
|
+
content: "\e7ad";
|
|
4295
4148
|
}
|
|
4296
4149
|
|
|
4297
4150
|
.e-de-ctnr-allborders::before {
|
|
4298
|
-
content:
|
|
4151
|
+
content: "\e7d1";
|
|
4299
4152
|
}
|
|
4300
4153
|
|
|
4301
4154
|
.e-de-ctnr-insideborders::before {
|
|
4302
|
-
content:
|
|
4155
|
+
content: "\e78f";
|
|
4303
4156
|
}
|
|
4304
4157
|
|
|
4305
4158
|
.e-de-ctnr-leftborders::before {
|
|
4306
|
-
content:
|
|
4159
|
+
content: "\e806";
|
|
4307
4160
|
}
|
|
4308
4161
|
|
|
4309
4162
|
.e-de-ctnr-insideverticalborder::before {
|
|
4310
|
-
content:
|
|
4163
|
+
content: "\e792";
|
|
4311
4164
|
}
|
|
4312
4165
|
|
|
4313
4166
|
.e-de-ctnr-rightborder::before {
|
|
4314
|
-
content:
|
|
4167
|
+
content: "\e7ab";
|
|
4315
4168
|
}
|
|
4316
4169
|
|
|
4317
4170
|
.e-de-ctnr-topborder::before {
|
|
4318
|
-
content:
|
|
4171
|
+
content: "\e7e0";
|
|
4319
4172
|
}
|
|
4320
4173
|
|
|
4321
4174
|
.e-de-ctnr-insidehorizondalborder::before {
|
|
4322
|
-
content:
|
|
4175
|
+
content: "\e83b";
|
|
4323
4176
|
}
|
|
4324
4177
|
|
|
4325
4178
|
.e-de-ctnr-bottomborder::before {
|
|
4326
|
-
content:
|
|
4179
|
+
content: "\e766";
|
|
4327
4180
|
}
|
|
4328
4181
|
|
|
4329
4182
|
.e-de-ctnr-strokesize::before {
|
|
4330
|
-
content:
|
|
4183
|
+
content: "\e7bf";
|
|
4331
4184
|
}
|
|
4332
4185
|
|
|
4333
4186
|
.e-de-ctnr-highlightcolor::before {
|
|
4334
|
-
content:
|
|
4187
|
+
content: "\e739";
|
|
4335
4188
|
}
|
|
4336
4189
|
|
|
4337
4190
|
.e-de-ctnr-mergecell::before {
|
|
4338
|
-
content:
|
|
4191
|
+
content: "\e71e";
|
|
4339
4192
|
}
|
|
4340
4193
|
|
|
4341
4194
|
.e-de-ctnr-insertleft::before {
|
|
4342
|
-
content:
|
|
4195
|
+
content: "\e78b";
|
|
4343
4196
|
}
|
|
4344
4197
|
|
|
4345
4198
|
.e-de-ctnr-insertright::before {
|
|
4346
|
-
content:
|
|
4199
|
+
content: "\e70e";
|
|
4347
4200
|
}
|
|
4348
4201
|
|
|
4349
4202
|
.e-de-ctnr-insertabove::before {
|
|
4350
|
-
content:
|
|
4203
|
+
content: "\e836";
|
|
4351
4204
|
}
|
|
4352
4205
|
|
|
4353
4206
|
.e-de-ctnr-insertbelow::before {
|
|
4354
|
-
content:
|
|
4207
|
+
content: "\e801";
|
|
4355
4208
|
}
|
|
4356
4209
|
|
|
4357
4210
|
.e-de-ctnr-deleterows::before {
|
|
4358
|
-
content:
|
|
4211
|
+
content: "\e7f2";
|
|
4359
4212
|
}
|
|
4360
4213
|
|
|
4361
4214
|
.e-de-ctnr-deletecolumns::before {
|
|
4362
|
-
content:
|
|
4215
|
+
content: "\e714";
|
|
4363
4216
|
}
|
|
4364
4217
|
|
|
4365
4218
|
.e-de-ctnr-aligntop::before {
|
|
4366
|
-
content:
|
|
4219
|
+
content: "\e707";
|
|
4367
4220
|
}
|
|
4368
4221
|
|
|
4369
4222
|
.e-de-ctnr-alignbottom::before {
|
|
4370
|
-
content:
|
|
4223
|
+
content: "\e7a0";
|
|
4371
4224
|
}
|
|
4372
4225
|
|
|
4373
4226
|
.e-de-ctnr-aligncenter-table::before {
|
|
4374
|
-
content:
|
|
4227
|
+
content: "\e74f";
|
|
4375
4228
|
}
|
|
4376
4229
|
|
|
4377
4230
|
.e-de-ctnr-cellbg-clr-picker::before {
|
|
4378
|
-
content:
|
|
4231
|
+
content: "\e783";
|
|
4379
4232
|
}
|
|
4380
4233
|
|
|
4381
4234
|
.e-de-ctnr-bullet-none::before {
|
|
4382
4235
|
color: #6b7280;
|
|
4383
|
-
content:
|
|
4236
|
+
content: "\e7f3";
|
|
4384
4237
|
font-size: 20px;
|
|
4385
4238
|
line-height: 28px;
|
|
4386
4239
|
}
|
|
4387
4240
|
|
|
4388
4241
|
.e-de-ctnr-bullet-dot::before {
|
|
4389
4242
|
color: #6b7280;
|
|
4390
|
-
content:
|
|
4243
|
+
content: "\e747";
|
|
4391
4244
|
font-size: 8px;
|
|
4392
4245
|
line-height: 28px;
|
|
4393
4246
|
}
|
|
4394
4247
|
|
|
4395
4248
|
.e-de-ctnr-bullet-circle::before {
|
|
4396
4249
|
color: #6b7280;
|
|
4397
|
-
content:
|
|
4250
|
+
content: "\e7d0";
|
|
4398
4251
|
font-size: 8px;
|
|
4399
4252
|
line-height: 28px;
|
|
4400
4253
|
}
|
|
4401
4254
|
|
|
4402
4255
|
.e-de-ctnr-bullet-square::before {
|
|
4403
4256
|
color: #6b7280;
|
|
4404
|
-
content:
|
|
4257
|
+
content: "\e7be";
|
|
4405
4258
|
font-size: 8px;
|
|
4406
4259
|
line-height: 28px;
|
|
4407
4260
|
}
|
|
4408
4261
|
|
|
4409
4262
|
.e-de-ctnr-bullet-flower::before {
|
|
4410
4263
|
color: #6b7280;
|
|
4411
|
-
content:
|
|
4264
|
+
content: "\e79b";
|
|
4412
4265
|
line-height: 28px;
|
|
4413
4266
|
}
|
|
4414
4267
|
|
|
4415
4268
|
.e-de-ctnr-bullet-arrow::before {
|
|
4416
4269
|
color: #6b7280;
|
|
4417
|
-
content:
|
|
4270
|
+
content: "\e763";
|
|
4418
4271
|
line-height: 28px;
|
|
4419
4272
|
}
|
|
4420
4273
|
|
|
4421
4274
|
.e-de-ctnr-bullet-tick::before {
|
|
4422
4275
|
color: #6b7280;
|
|
4423
|
-
content:
|
|
4276
|
+
content: "\e7fc";
|
|
4424
4277
|
line-height: 28px;
|
|
4425
4278
|
}
|
|
4426
4279
|
|
|
4427
4280
|
.e-de-selected-item::before {
|
|
4428
4281
|
color: #6b7280;
|
|
4429
|
-
content:
|
|
4282
|
+
content: "\e774";
|
|
4430
4283
|
}
|
|
4431
4284
|
|
|
4432
4285
|
.e-de-ctnr-break::before {
|
|
4433
|
-
content:
|
|
4286
|
+
content: "\e7bc";
|
|
4434
4287
|
}
|
|
4435
4288
|
|
|
4436
4289
|
.e-de-ctnr-page-break::before {
|
|
4437
|
-
content:
|
|
4290
|
+
content: "\e742";
|
|
4438
4291
|
}
|
|
4439
4292
|
|
|
4440
4293
|
.e-de-ctnr-section-break::before {
|
|
4441
|
-
content:
|
|
4294
|
+
content: "\e762";
|
|
4442
4295
|
}
|
|
4443
4296
|
|
|
4444
4297
|
.e-de-ctnr-upload::before {
|
|
4445
4298
|
color: #6b7280;
|
|
4446
|
-
content:
|
|
4299
|
+
content: "\e712";
|
|
4447
4300
|
}
|
|
4448
4301
|
|
|
4449
4302
|
.e-de-flip {
|
|
@@ -4451,79 +4304,79 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4451
4304
|
}
|
|
4452
4305
|
|
|
4453
4306
|
.e-de-cnt-cmt-add::before {
|
|
4454
|
-
content:
|
|
4307
|
+
content: "\e82c";
|
|
4455
4308
|
}
|
|
4456
4309
|
|
|
4457
4310
|
.e-de-cnt-track::before {
|
|
4458
|
-
content:
|
|
4311
|
+
content: "\e80b";
|
|
4459
4312
|
}
|
|
4460
4313
|
|
|
4461
4314
|
.e-de-printlayout::before {
|
|
4462
|
-
content:
|
|
4315
|
+
content: "\e73a";
|
|
4463
4316
|
}
|
|
4464
4317
|
|
|
4465
4318
|
.e-de-weblayout::before {
|
|
4466
|
-
content:
|
|
4319
|
+
content: "\e7d3";
|
|
4467
4320
|
}
|
|
4468
4321
|
|
|
4469
4322
|
.e-de-textform::before {
|
|
4470
4323
|
color: #6b7280;
|
|
4471
|
-
content:
|
|
4472
|
-
font-family:
|
|
4324
|
+
content: "\e830";
|
|
4325
|
+
font-family: "e-icons";
|
|
4473
4326
|
}
|
|
4474
4327
|
|
|
4475
4328
|
.e-de-formproperties::before {
|
|
4476
4329
|
color: #6b7280;
|
|
4477
|
-
content:
|
|
4478
|
-
font-family:
|
|
4330
|
+
content: "\e83e";
|
|
4331
|
+
font-family: "e-icons";
|
|
4479
4332
|
}
|
|
4480
4333
|
|
|
4481
4334
|
.e-de-clearform::before {
|
|
4482
4335
|
color: #6b7280;
|
|
4483
|
-
content:
|
|
4484
|
-
font-family:
|
|
4336
|
+
content: "\e7f8";
|
|
4337
|
+
font-family: "e-icons";
|
|
4485
4338
|
}
|
|
4486
4339
|
|
|
4487
4340
|
.e-de-dropdownform::before {
|
|
4488
4341
|
color: #6b7280;
|
|
4489
|
-
content:
|
|
4490
|
-
font-family:
|
|
4342
|
+
content: "\e7a6";
|
|
4343
|
+
font-family: "e-icons";
|
|
4491
4344
|
}
|
|
4492
4345
|
|
|
4493
4346
|
.e-de-formfield::before {
|
|
4494
|
-
content:
|
|
4495
|
-
font-family:
|
|
4347
|
+
content: "\e7cd";
|
|
4348
|
+
font-family: "e-icons";
|
|
4496
4349
|
}
|
|
4497
4350
|
|
|
4498
4351
|
.e-de-checkbox-form::before {
|
|
4499
4352
|
color: #6b7280;
|
|
4500
|
-
content:
|
|
4501
|
-
font-family:
|
|
4353
|
+
content: "\e7e4";
|
|
4354
|
+
font-family: "e-icons";
|
|
4502
4355
|
}
|
|
4503
4356
|
|
|
4504
4357
|
.e-de-arrow-up::before {
|
|
4505
|
-
content:
|
|
4506
|
-
font-family:
|
|
4358
|
+
content: "\e776";
|
|
4359
|
+
font-family: "e-icons";
|
|
4507
4360
|
}
|
|
4508
4361
|
|
|
4509
4362
|
.e-de-arrow-down::before {
|
|
4510
|
-
content:
|
|
4511
|
-
font-family:
|
|
4363
|
+
content: "\e729";
|
|
4364
|
+
font-family: "e-icons";
|
|
4512
4365
|
}
|
|
4513
4366
|
|
|
4514
4367
|
.e-de-update-field::before {
|
|
4515
|
-
content:
|
|
4516
|
-
font-family:
|
|
4368
|
+
content: "\e828";
|
|
4369
|
+
font-family: "e-icons";
|
|
4517
4370
|
}
|
|
4518
4371
|
|
|
4519
4372
|
.e-de-footnote::before {
|
|
4520
|
-
content:
|
|
4521
|
-
font-family:
|
|
4373
|
+
content: "\e7af";
|
|
4374
|
+
font-family: "e-icons";
|
|
4522
4375
|
}
|
|
4523
4376
|
|
|
4524
4377
|
.e-de-endnote::before {
|
|
4525
|
-
content:
|
|
4526
|
-
font-family:
|
|
4378
|
+
content: "\e7af";
|
|
4379
|
+
font-family: "e-icons";
|
|
4527
4380
|
}
|
|
4528
4381
|
|
|
4529
4382
|
.e-de-toolbar {
|
|
@@ -4545,7 +4398,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4545
4398
|
}
|
|
4546
4399
|
|
|
4547
4400
|
.e-de-ctnr-hglt-btn {
|
|
4548
|
-
border: .5px solid transparent;
|
|
4401
|
+
border: 0.5px solid transparent;
|
|
4549
4402
|
display: inline-block;
|
|
4550
4403
|
height: 25px;
|
|
4551
4404
|
margin: 3px;
|
|
@@ -4563,7 +4416,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4563
4416
|
padding-top: 1px;
|
|
4564
4417
|
width: 157px;
|
|
4565
4418
|
}
|
|
4566
|
-
|
|
4567
4419
|
.e-hglt-no-color:hover {
|
|
4568
4420
|
background-color: #f3f4f6;
|
|
4569
4421
|
cursor: pointer;
|
|
@@ -4597,7 +4449,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4597
4449
|
box-shadow: none;
|
|
4598
4450
|
float: right;
|
|
4599
4451
|
}
|
|
4600
|
-
|
|
4601
4452
|
.e-de-statusbar-pageweb:hover {
|
|
4602
4453
|
box-shadow: none;
|
|
4603
4454
|
}
|
|
@@ -4674,12 +4525,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4674
4525
|
color: #fff;
|
|
4675
4526
|
font-size: 14px !important;
|
|
4676
4527
|
}
|
|
4677
|
-
|
|
4678
4528
|
.e-de-ctn-title button {
|
|
4679
4529
|
font-size: 14px !important;
|
|
4680
4530
|
height: 36px !important;
|
|
4681
4531
|
}
|
|
4682
|
-
|
|
4683
4532
|
.e-de-ctn-title button .e-btn-icon {
|
|
4684
4533
|
font-size: 16px !important;
|
|
4685
4534
|
}
|
|
@@ -4688,12 +4537,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4688
4537
|
font-size: 16px !important;
|
|
4689
4538
|
height: 40px !important;
|
|
4690
4539
|
}
|
|
4691
|
-
|
|
4692
4540
|
.e-bigger .e-de-ctn-title button {
|
|
4693
4541
|
font-size: 16px !important;
|
|
4694
4542
|
height: auto !important;
|
|
4695
4543
|
}
|
|
4696
|
-
|
|
4697
4544
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
4698
4545
|
font-size: 18px !important;
|
|
4699
4546
|
}
|
|
@@ -4728,7 +4575,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4728
4575
|
.e-de-ctn {
|
|
4729
4576
|
background-color: #f3f4f6;
|
|
4730
4577
|
border: 1px solid #e5e7eb;
|
|
4731
|
-
height:
|
|
4578
|
+
height: 100%;
|
|
4732
4579
|
position: relative;
|
|
4733
4580
|
width: 100%;
|
|
4734
4581
|
}
|
|
@@ -4777,23 +4624,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4777
4624
|
.e-bigger .e-de-ctnr-segment {
|
|
4778
4625
|
margin-bottom: 16px;
|
|
4779
4626
|
}
|
|
4780
|
-
|
|
4781
4627
|
.e-bigger .e-de-property-div-padding {
|
|
4782
4628
|
padding: 16px;
|
|
4783
4629
|
}
|
|
4784
|
-
|
|
4785
4630
|
.e-bigger .e-de-insert-del-cell > div:last-child {
|
|
4786
4631
|
margin-left: 16px !important;
|
|
4787
4632
|
}
|
|
4788
|
-
|
|
4789
4633
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
4790
4634
|
margin-left: -3px;
|
|
4791
4635
|
}
|
|
4792
|
-
|
|
4793
4636
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
|
|
4794
4637
|
font-size: 18px;
|
|
4795
4638
|
}
|
|
4796
|
-
|
|
4797
4639
|
.e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
4798
4640
|
margin-left: 0px;
|
|
4799
4641
|
margin-right: -5px;
|
|
@@ -4906,27 +4748,22 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4906
4748
|
.e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
4907
4749
|
height: 85px;
|
|
4908
4750
|
}
|
|
4909
|
-
|
|
4910
4751
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
4911
4752
|
height: 59px;
|
|
4912
4753
|
margin: 0 8px;
|
|
4913
4754
|
}
|
|
4914
|
-
|
|
4915
4755
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4916
4756
|
margin-left: 8px;
|
|
4917
4757
|
margin-right: 8px;
|
|
4918
4758
|
}
|
|
4919
|
-
|
|
4920
4759
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
4921
4760
|
margin-left: 8px;
|
|
4922
4761
|
margin-right: 8px;
|
|
4923
4762
|
}
|
|
4924
|
-
|
|
4925
4763
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
4926
4764
|
margin-left: 8px;
|
|
4927
4765
|
margin-right: 8px;
|
|
4928
4766
|
}
|
|
4929
|
-
|
|
4930
4767
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
4931
4768
|
background-color: #e5e7eb;
|
|
4932
4769
|
}
|
|
@@ -4935,17 +4772,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4935
4772
|
padding: 0;
|
|
4936
4773
|
padding-bottom: 14px;
|
|
4937
4774
|
}
|
|
4938
|
-
|
|
4939
4775
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4940
4776
|
padding: 0;
|
|
4941
4777
|
padding-bottom: 14px;
|
|
4942
4778
|
}
|
|
4943
|
-
|
|
4944
4779
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4945
4780
|
padding: 0;
|
|
4946
4781
|
padding-bottom: 14px;
|
|
4947
4782
|
}
|
|
4948
|
-
|
|
4949
4783
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4950
4784
|
padding: 0;
|
|
4951
4785
|
padding-bottom: 14px;
|
|
@@ -4984,15 +4818,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4984
4818
|
min-height: 100%;
|
|
4985
4819
|
min-width: 100%;
|
|
4986
4820
|
}
|
|
4987
|
-
|
|
4988
4821
|
.e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
4989
4822
|
box-shadow: none;
|
|
4990
4823
|
}
|
|
4991
|
-
|
|
4992
4824
|
.e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
4993
4825
|
box-shadow: none;
|
|
4994
4826
|
}
|
|
4995
|
-
|
|
4996
4827
|
.e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
4997
4828
|
box-shadow: none;
|
|
4998
4829
|
}
|
|
@@ -5054,18 +4885,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5054
4885
|
.e-bigger .e-de-cntr-pane-padding {
|
|
5055
4886
|
padding: 16px;
|
|
5056
4887
|
}
|
|
5057
|
-
|
|
5058
4888
|
.e-bigger .e-de-prop-pane {
|
|
5059
4889
|
height: 100%;
|
|
5060
4890
|
min-height: 200px;
|
|
5061
4891
|
overflow: auto;
|
|
5062
4892
|
width: 300px;
|
|
5063
4893
|
}
|
|
5064
|
-
|
|
5065
4894
|
.e-bigger .e-de-prop-sub-label {
|
|
5066
4895
|
font-size: 14px;
|
|
5067
4896
|
}
|
|
5068
|
-
|
|
5069
4897
|
.e-bigger .e-de-hdr-ftr-top-div,
|
|
5070
4898
|
.e-bigger .e-de-hdr-ftr-frst-div {
|
|
5071
4899
|
margin-bottom: 16px;
|
|
@@ -5075,15 +4903,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5075
4903
|
box-shadow: none;
|
|
5076
4904
|
height: 31px;
|
|
5077
4905
|
}
|
|
5078
|
-
|
|
5079
4906
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
5080
4907
|
box-shadow: none;
|
|
5081
4908
|
}
|
|
5082
|
-
|
|
5083
4909
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
5084
4910
|
box-shadow: none;
|
|
5085
4911
|
}
|
|
5086
|
-
|
|
5087
4912
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5088
4913
|
box-shadow: none;
|
|
5089
4914
|
}
|
|
@@ -5092,15 +4917,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5092
4917
|
box-shadow: none;
|
|
5093
4918
|
height: 31px;
|
|
5094
4919
|
}
|
|
5095
|
-
|
|
5096
4920
|
.e-de-ctnr-group-btn button:focus {
|
|
5097
4921
|
box-shadow: none;
|
|
5098
4922
|
}
|
|
5099
|
-
|
|
5100
4923
|
.e-de-ctnr-group-btn button:active {
|
|
5101
4924
|
box-shadow: none;
|
|
5102
4925
|
}
|
|
5103
|
-
|
|
5104
4926
|
.e-de-ctnr-group-btn button:hover {
|
|
5105
4927
|
box-shadow: none;
|
|
5106
4928
|
}
|
|
@@ -5136,7 +4958,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5136
4958
|
.e-bigger .e-de-panel-left-width {
|
|
5137
4959
|
width: 166px;
|
|
5138
4960
|
}
|
|
5139
|
-
|
|
5140
4961
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
5141
4962
|
.e-bigger .e-de-insert-del-cell button {
|
|
5142
4963
|
width: 43px;
|
|
@@ -5149,7 +4970,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5149
4970
|
.e-bigger .e-de-panel-right-width {
|
|
5150
4971
|
width: 86px;
|
|
5151
4972
|
}
|
|
5152
|
-
|
|
5153
4973
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
5154
4974
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
5155
4975
|
width: 43px;
|
|
@@ -5330,7 +5150,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5330
5150
|
outline-offset: 0;
|
|
5331
5151
|
box-shadow: none !important;
|
|
5332
5152
|
}
|
|
5333
|
-
|
|
5334
5153
|
.e-btn-toggle:hover {
|
|
5335
5154
|
background-color: #e5e7eb !important;
|
|
5336
5155
|
outline: none;
|
|
@@ -5461,7 +5280,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5461
5280
|
height: 100%;
|
|
5462
5281
|
padding-top: 8px;
|
|
5463
5282
|
}
|
|
5464
|
-
|
|
5465
5283
|
.e-de-ctnr-pg-no span {
|
|
5466
5284
|
border: 1px solid transparent;
|
|
5467
5285
|
}
|
|
@@ -5475,7 +5293,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5475
5293
|
padding-top: 8px;
|
|
5476
5294
|
width: calc(100% - 170px);
|
|
5477
5295
|
}
|
|
5478
|
-
|
|
5479
5296
|
.e-de-ctnr-pg-no-spellout span {
|
|
5480
5297
|
border: 1px solid transparent;
|
|
5481
5298
|
}
|
|
@@ -5607,45 +5424,36 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5607
5424
|
.e-bigger .de-split-button > div:first-child {
|
|
5608
5425
|
margin-right: 0;
|
|
5609
5426
|
}
|
|
5610
|
-
|
|
5611
5427
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
5612
5428
|
width: 66px;
|
|
5613
5429
|
}
|
|
5614
|
-
|
|
5615
5430
|
.e-bigger .e-de-prop-fill-label {
|
|
5616
5431
|
margin-left: 0;
|
|
5617
5432
|
margin-right: 9.8px;
|
|
5618
5433
|
}
|
|
5619
|
-
|
|
5620
5434
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
5621
5435
|
margin-left: 9.8px;
|
|
5622
5436
|
margin-right: 0px;
|
|
5623
5437
|
}
|
|
5624
|
-
|
|
5625
5438
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
5626
5439
|
margin-left: 16px;
|
|
5627
5440
|
margin-right: 0;
|
|
5628
5441
|
}
|
|
5629
|
-
|
|
5630
5442
|
.e-bigger .e-de-color-picker {
|
|
5631
5443
|
height: 38px;
|
|
5632
5444
|
width: 95px;
|
|
5633
5445
|
}
|
|
5634
|
-
|
|
5635
5446
|
.e-bigger .e-de-border-size-button {
|
|
5636
5447
|
height: 38px;
|
|
5637
5448
|
margin-top: 8px;
|
|
5638
5449
|
width: 95px;
|
|
5639
5450
|
}
|
|
5640
|
-
|
|
5641
5451
|
.e-bigger .e-de-stylediv {
|
|
5642
5452
|
padding-left: 16px;
|
|
5643
5453
|
}
|
|
5644
|
-
|
|
5645
5454
|
.e-bigger .e-de-stylediv-rtl {
|
|
5646
5455
|
padding-right: 16px;
|
|
5647
5456
|
}
|
|
5648
|
-
|
|
5649
5457
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
5650
5458
|
display: -ms-flexbox;
|
|
5651
5459
|
display: flex;
|
|
@@ -5653,74 +5461,61 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5653
5461
|
min-height: 200px;
|
|
5654
5462
|
width: 100%;
|
|
5655
5463
|
}
|
|
5656
|
-
|
|
5657
5464
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5658
5465
|
display: -ms-flexbox;
|
|
5659
5466
|
display: flex;
|
|
5660
5467
|
height: calc(100% - 38px);
|
|
5661
5468
|
width: 100%;
|
|
5662
5469
|
}
|
|
5663
|
-
|
|
5664
5470
|
.e-bigger .e-de-ctn {
|
|
5665
5471
|
background-color: #f3f4f6;
|
|
5666
5472
|
border: 1px solid #e5e7eb;
|
|
5667
|
-
height:
|
|
5473
|
+
height: 100%;
|
|
5668
5474
|
position: relative;
|
|
5669
5475
|
width: 100%;
|
|
5670
5476
|
}
|
|
5671
|
-
|
|
5672
5477
|
.e-bigger .e-de-ctnr-toolbar {
|
|
5673
5478
|
display: -ms-flexbox;
|
|
5674
5479
|
display: flex;
|
|
5675
5480
|
height: 81px;
|
|
5676
5481
|
width: 100%;
|
|
5677
5482
|
}
|
|
5678
|
-
|
|
5679
5483
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
5680
5484
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
5681
5485
|
border: 0;
|
|
5682
5486
|
}
|
|
5683
|
-
|
|
5684
5487
|
.e-bigger .e-de-pane {
|
|
5685
5488
|
border-left: 1px solid #e5e7eb;
|
|
5686
5489
|
}
|
|
5687
|
-
|
|
5688
5490
|
.e-bigger .e-de-pane-rtl {
|
|
5689
5491
|
border-right: 1px solid #e5e7eb;
|
|
5690
5492
|
}
|
|
5691
|
-
|
|
5692
5493
|
.e-bigger .e-de-ctnr-segment {
|
|
5693
5494
|
margin-bottom: 16px;
|
|
5694
5495
|
}
|
|
5695
|
-
|
|
5696
5496
|
.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
|
|
5697
5497
|
.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
|
|
5698
5498
|
margin-right: 16px;
|
|
5699
5499
|
}
|
|
5700
|
-
|
|
5701
5500
|
.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
|
|
5702
5501
|
.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
|
|
5703
5502
|
margin-left: 16px;
|
|
5704
5503
|
margin-right: 0;
|
|
5705
5504
|
}
|
|
5706
|
-
|
|
5707
5505
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5708
5506
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5709
5507
|
margin-right: 16px;
|
|
5710
5508
|
}
|
|
5711
|
-
|
|
5712
5509
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5713
5510
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5714
5511
|
margin-left: 16px;
|
|
5715
5512
|
margin-right: 0;
|
|
5716
5513
|
}
|
|
5717
|
-
|
|
5718
5514
|
.e-bigger .e-de-tlbr-wrapper {
|
|
5719
5515
|
background-color: #f3f4f6;
|
|
5720
5516
|
height: 81px;
|
|
5721
5517
|
width: calc(100% - 75px);
|
|
5722
5518
|
}
|
|
5723
|
-
|
|
5724
5519
|
.e-bigger .e-de-ctnr-prop-label {
|
|
5725
5520
|
color: #6b7280;
|
|
5726
5521
|
display: inline-block;
|
|
@@ -5731,72 +5526,58 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5731
5526
|
opacity: 0.87;
|
|
5732
5527
|
line-height: 1.5;
|
|
5733
5528
|
}
|
|
5734
|
-
|
|
5735
5529
|
.e-bigger .e-de-table-prop-label {
|
|
5736
5530
|
margin-left: 14.5px;
|
|
5737
5531
|
}
|
|
5738
|
-
|
|
5739
5532
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
5740
5533
|
margin-left: 0;
|
|
5741
5534
|
margin-right: 14.5px;
|
|
5742
5535
|
}
|
|
5743
|
-
|
|
5744
5536
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
5745
5537
|
height: 81px;
|
|
5746
5538
|
}
|
|
5747
|
-
|
|
5748
5539
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5749
5540
|
height: 25px;
|
|
5750
5541
|
margin: 0 12px;
|
|
5751
5542
|
}
|
|
5752
|
-
|
|
5753
5543
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5754
5544
|
margin-left: 12px;
|
|
5755
5545
|
margin-right: 12px;
|
|
5756
5546
|
}
|
|
5757
|
-
|
|
5758
5547
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
5759
5548
|
margin-left: 12px;
|
|
5760
5549
|
margin-right: 12px;
|
|
5761
5550
|
}
|
|
5762
|
-
|
|
5763
5551
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
5764
5552
|
margin-left: 12px;
|
|
5765
5553
|
margin-right: 12px;
|
|
5766
5554
|
}
|
|
5767
|
-
|
|
5768
5555
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
5769
5556
|
background-color: #e5e7eb;
|
|
5770
5557
|
}
|
|
5771
|
-
|
|
5772
5558
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5773
5559
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5774
5560
|
padding: 0;
|
|
5775
5561
|
padding-bottom: 14px;
|
|
5776
5562
|
}
|
|
5777
|
-
|
|
5778
5563
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5779
5564
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5780
5565
|
padding: 0;
|
|
5781
5566
|
padding-bottom: 14px;
|
|
5782
5567
|
}
|
|
5783
|
-
|
|
5784
5568
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5785
5569
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5786
5570
|
padding: 0;
|
|
5787
5571
|
padding-bottom: 14px;
|
|
5788
5572
|
}
|
|
5789
|
-
|
|
5790
5573
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5791
5574
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5792
5575
|
padding: 0;
|
|
5793
5576
|
padding-bottom: 14px;
|
|
5794
5577
|
}
|
|
5795
|
-
|
|
5796
5578
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5797
5579
|
padding: 0 !important;
|
|
5798
5580
|
}
|
|
5799
|
-
|
|
5800
5581
|
.e-bigger .e-de-overlay {
|
|
5801
5582
|
height: 100%;
|
|
5802
5583
|
opacity: 0.5;
|
|
@@ -5804,11 +5585,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5804
5585
|
-ms-touch-action: none;
|
|
5805
5586
|
touch-action: none;
|
|
5806
5587
|
}
|
|
5807
|
-
|
|
5808
5588
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
5809
5589
|
width: 75px;
|
|
5810
5590
|
}
|
|
5811
|
-
|
|
5812
5591
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5813
5592
|
background-color: #f3f4f6;
|
|
5814
5593
|
border-radius: 0;
|
|
@@ -5816,33 +5595,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5816
5595
|
min-height: 100%;
|
|
5817
5596
|
min-width: 100%;
|
|
5818
5597
|
}
|
|
5819
|
-
|
|
5820
5598
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
5821
5599
|
box-shadow: none;
|
|
5822
5600
|
}
|
|
5823
|
-
|
|
5824
5601
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
5825
5602
|
box-shadow: none;
|
|
5826
5603
|
}
|
|
5827
|
-
|
|
5828
5604
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
5829
5605
|
box-shadow: none;
|
|
5830
5606
|
}
|
|
5831
|
-
|
|
5832
5607
|
.e-bigger .e-de-showhide-btn {
|
|
5833
5608
|
border: 0;
|
|
5834
5609
|
height: 81px;
|
|
5835
5610
|
}
|
|
5836
|
-
|
|
5837
5611
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
5838
5612
|
border: 0;
|
|
5839
5613
|
height: 81px;
|
|
5840
5614
|
}
|
|
5841
|
-
|
|
5842
5615
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
5843
5616
|
padding: 0;
|
|
5844
5617
|
}
|
|
5845
|
-
|
|
5846
5618
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5847
5619
|
display: table;
|
|
5848
5620
|
font-size: 14px;
|
|
@@ -5851,46 +5623,36 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5851
5623
|
padding: 0;
|
|
5852
5624
|
white-space: normal;
|
|
5853
5625
|
}
|
|
5854
|
-
|
|
5855
5626
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
5856
5627
|
.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 {
|
|
5857
5628
|
padding: 0;
|
|
5858
5629
|
}
|
|
5859
|
-
|
|
5860
5630
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
5861
5631
|
box-shadow: none;
|
|
5862
5632
|
height: 38px;
|
|
5863
5633
|
}
|
|
5864
|
-
|
|
5865
5634
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
5866
5635
|
box-shadow: none;
|
|
5867
5636
|
}
|
|
5868
|
-
|
|
5869
5637
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
5870
5638
|
box-shadow: none;
|
|
5871
5639
|
}
|
|
5872
|
-
|
|
5873
5640
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5874
5641
|
box-shadow: none;
|
|
5875
5642
|
}
|
|
5876
|
-
|
|
5877
5643
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5878
5644
|
box-shadow: none;
|
|
5879
5645
|
height: 38px;
|
|
5880
5646
|
}
|
|
5881
|
-
|
|
5882
5647
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
5883
5648
|
box-shadow: none;
|
|
5884
5649
|
}
|
|
5885
|
-
|
|
5886
5650
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
5887
5651
|
box-shadow: none;
|
|
5888
5652
|
}
|
|
5889
|
-
|
|
5890
5653
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
5891
5654
|
box-shadow: none;
|
|
5892
5655
|
}
|
|
5893
|
-
|
|
5894
5656
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
5895
5657
|
border-top: 1px solid #e5e7eb;
|
|
5896
5658
|
color: #6b7280;
|
|
@@ -5900,15 +5662,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5900
5662
|
line-height: 40px;
|
|
5901
5663
|
text-indent: 1.2em;
|
|
5902
5664
|
}
|
|
5903
|
-
|
|
5904
5665
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
5905
5666
|
width: 38.5px;
|
|
5906
5667
|
}
|
|
5907
|
-
|
|
5908
5668
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
5909
5669
|
padding: 0 6px !important;
|
|
5910
5670
|
}
|
|
5911
|
-
|
|
5912
5671
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
5913
5672
|
font-size: 12px;
|
|
5914
5673
|
font-weight: 400;
|
|
@@ -5916,41 +5675,34 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5916
5675
|
width: 24px !important;
|
|
5917
5676
|
border-radius: 4px;
|
|
5918
5677
|
}
|
|
5919
|
-
|
|
5920
5678
|
.e-bigger .e-de-font-clr-picker > div div button {
|
|
5921
5679
|
width: 38px;
|
|
5922
5680
|
}
|
|
5923
|
-
|
|
5924
5681
|
.e-bigger .e-de-ctnr-list {
|
|
5925
5682
|
font-size: 12px;
|
|
5926
5683
|
vertical-align: top;
|
|
5927
5684
|
}
|
|
5928
|
-
|
|
5929
5685
|
.e-bigger .e-de-image-property {
|
|
5930
5686
|
padding-left: 32px;
|
|
5931
5687
|
}
|
|
5932
|
-
|
|
5933
5688
|
.e-bigger .e-de-img-prty-span {
|
|
5934
5689
|
color: #6b7280;
|
|
5935
5690
|
left: 10px;
|
|
5936
5691
|
position: absolute;
|
|
5937
5692
|
top: 14px;
|
|
5938
5693
|
}
|
|
5939
|
-
|
|
5940
5694
|
.e-bigger .e-btn-toggle {
|
|
5941
5695
|
background-color: #e5e7eb !important;
|
|
5942
5696
|
box-shadow: none !important;
|
|
5943
5697
|
outline: none;
|
|
5944
5698
|
outline-offset: 0;
|
|
5945
5699
|
}
|
|
5946
|
-
|
|
5947
5700
|
.e-bigger .e-btn-toggle:hover {
|
|
5948
5701
|
background-color: #e5e7eb !important;
|
|
5949
5702
|
outline: none;
|
|
5950
5703
|
outline-offset: 0;
|
|
5951
5704
|
box-shadow: none !important;
|
|
5952
5705
|
}
|
|
5953
|
-
|
|
5954
5706
|
.e-bigger .e-de-toc-template1 {
|
|
5955
5707
|
background: #f3f4f6;
|
|
5956
5708
|
border: 1px solid #e5e7eb;
|
|
@@ -5959,7 +5711,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5959
5711
|
margin-left: 78px;
|
|
5960
5712
|
width: 94px;
|
|
5961
5713
|
}
|
|
5962
|
-
|
|
5963
5714
|
.e-bigger .e-de-toc-template1-content1 {
|
|
5964
5715
|
font-size: 10px;
|
|
5965
5716
|
height: 11px;
|
|
@@ -5967,7 +5718,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5967
5718
|
margin-top: 6.7px;
|
|
5968
5719
|
width: 83px;
|
|
5969
5720
|
}
|
|
5970
|
-
|
|
5971
5721
|
.e-bigger .e-de-toc-template1-content2 {
|
|
5972
5722
|
font-size: 8px;
|
|
5973
5723
|
height: 9px;
|
|
@@ -5975,7 +5725,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5975
5725
|
margin-top: 5.7px;
|
|
5976
5726
|
width: 68px;
|
|
5977
5727
|
}
|
|
5978
|
-
|
|
5979
5728
|
.e-bigger .e-de-toc-template1-content3 {
|
|
5980
5729
|
font-size: 7px;
|
|
5981
5730
|
height: 8px;
|
|
@@ -5983,22 +5732,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5983
5732
|
margin-top: 6.7px;
|
|
5984
5733
|
width: 60px;
|
|
5985
5734
|
}
|
|
5986
|
-
|
|
5987
5735
|
.e-bigger .e-de-toc-optionsdiv {
|
|
5988
5736
|
margin-bottom: 11.5px;
|
|
5989
5737
|
margin-left: 5.5px;
|
|
5990
5738
|
margin-top: 15.5px;
|
|
5991
5739
|
}
|
|
5992
|
-
|
|
5993
5740
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
5994
5741
|
margin-right: 5.5px;
|
|
5995
5742
|
margin-left: 0;
|
|
5996
5743
|
}
|
|
5997
|
-
|
|
5998
5744
|
.e-bigger .e-de-btn-cancel {
|
|
5999
5745
|
margin-left: 10px;
|
|
6000
5746
|
}
|
|
6001
|
-
|
|
6002
5747
|
.e-bigger .e-de-status-bar {
|
|
6003
5748
|
background-color: #f3f4f6;
|
|
6004
5749
|
display: -ms-flexbox;
|
|
@@ -6006,7 +5751,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
6006
5751
|
padding-top: 6px;
|
|
6007
5752
|
width: 100%;
|
|
6008
5753
|
}
|
|
6009
|
-
|
|
6010
5754
|
.e-bigger .e-de-statusbar-zoom {
|
|
6011
5755
|
background-color: #f3f4f6;
|
|
6012
5756
|
border: 0;
|
|
@@ -6036,7 +5780,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
6036
5780
|
font-size: 18px;
|
|
6037
5781
|
padding-bottom: 4px !important;
|
|
6038
5782
|
}
|
|
6039
|
-
|
|
6040
5783
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
|
|
6041
5784
|
padding-top: 9px !important;
|
|
6042
5785
|
padding-bottom: 23px !important;
|
|
@@ -6044,4 +5787,4 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
6044
5787
|
|
|
6045
5788
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
6046
5789
|
font-size: 18px;
|
|
6047
|
-
}
|
|
5790
|
+
}
|