@syncfusion/ej2-angular-documenteditor 26.1.42-ngcc → 26.2.4-ngcc

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.
Files changed (64) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-documenteditor.js +1 -1
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
  5. package/dist/ej2-angular-documenteditor.umd.js +2 -1
  6. package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
  7. package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
  8. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -1
  9. package/package.json +8 -8
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/styles/bootstrap-dark.css +1 -6039
  12. package/styles/bootstrap.css +1 -6068
  13. package/styles/bootstrap4.css +1 -6438
  14. package/styles/bootstrap5-dark.css +1 -6400
  15. package/styles/bootstrap5.css +1 -6400
  16. package/styles/document-editor/bootstrap-dark.css +1 -3963
  17. package/styles/document-editor/bootstrap.css +1 -3964
  18. package/styles/document-editor/bootstrap4.css +1 -4127
  19. package/styles/document-editor/bootstrap5-dark.css +1 -4067
  20. package/styles/document-editor/bootstrap5.css +1 -4067
  21. package/styles/document-editor/fabric-dark.css +1 -3963
  22. package/styles/document-editor/fabric.css +1 -3967
  23. package/styles/document-editor/fluent-dark.css +1 -4007
  24. package/styles/document-editor/fluent.css +1 -4007
  25. package/styles/document-editor/fluent2.css +1 -5095
  26. package/styles/document-editor/highcontrast-light.css +1 -2845
  27. package/styles/document-editor/highcontrast.css +1 -3963
  28. package/styles/document-editor/material-dark.css +1 -3957
  29. package/styles/document-editor/material.css +1 -3957
  30. package/styles/document-editor/material3-dark.css +1 -4174
  31. package/styles/document-editor/material3.css +1 -4286
  32. package/styles/document-editor/tailwind-dark.css +1 -4276
  33. package/styles/document-editor/tailwind.css +1 -4279
  34. package/styles/document-editor-container/bootstrap-dark.css +1 -2075
  35. package/styles/document-editor-container/bootstrap.css +1 -2103
  36. package/styles/document-editor-container/bootstrap4.css +1 -2310
  37. package/styles/document-editor-container/bootstrap5-dark.css +1 -2332
  38. package/styles/document-editor-container/bootstrap5.css +1 -2332
  39. package/styles/document-editor-container/fabric-dark.css +1 -2062
  40. package/styles/document-editor-container/fabric.css +1 -2099
  41. package/styles/document-editor-container/fluent-dark.css +1 -2217
  42. package/styles/document-editor-container/fluent.css +1 -2217
  43. package/styles/document-editor-container/fluent2.css +1 -3156
  44. package/styles/document-editor-container/highcontrast-light.css +1 -4132
  45. package/styles/document-editor-container/highcontrast.css +1 -2107
  46. package/styles/document-editor-container/material-dark.css +1 -2056
  47. package/styles/document-editor-container/material.css +1 -2076
  48. package/styles/document-editor-container/material3-dark.css +1 -2430
  49. package/styles/document-editor-container/material3.css +1 -2542
  50. package/styles/document-editor-container/tailwind-dark.css +1 -2158
  51. package/styles/document-editor-container/tailwind.css +1 -2158
  52. package/styles/fabric-dark.css +1 -6026
  53. package/styles/fabric.css +1 -6067
  54. package/styles/fluent-dark.css +1 -6225
  55. package/styles/fluent.css +1 -6225
  56. package/styles/fluent2.css +1 -8252
  57. package/styles/highcontrast-light.css +1 -4904
  58. package/styles/highcontrast.css +1 -6071
  59. package/styles/material-dark.css +1 -6014
  60. package/styles/material.css +1 -6034
  61. package/styles/material3-dark.css +1 -6605
  62. package/styles/material3.css +1 -6829
  63. package/styles/tailwind-dark.css +1 -6435
  64. package/styles/tailwind.css +1 -6438
@@ -1,2845 +1 @@
1
- .e-documenteditor .e-close::before {
2
- content: "\e825";
3
- font-family: "e-icons";
4
- font-size: 14px;
5
- }
6
- .e-documenteditor .e-de-op-search-icon::before {
7
- content: "\e275";
8
- font-family: "e-icons";
9
- font-size: 10px;
10
- }
11
- .e-documenteditor .e-arrow-up::before {
12
- content: "\e834";
13
- font-family: "e-icons";
14
- font-size: 10px;
15
- }
16
- .e-documenteditor .e-arrow-down::before {
17
- content: "\e83d";
18
- font-family: "e-icons";
19
- font-size: 10px;
20
- }
21
- .e-documenteditor .e-de-op-close-icon {
22
- height: 20px;
23
- }
24
- .e-documenteditor .e-de-op-close-icon::before {
25
- content: "\e7fc";
26
- }
27
- .e-documenteditor .e-de-op-search-close-icon::before {
28
- content: "\e7fc";
29
- font-family: "e-icons";
30
- font-size: 10px;
31
- }
32
-
33
- .e-de-table-properties-alignment:hover {
34
- border-color: #f17eb8;
35
- }
36
-
37
- .e-de-table-properties-alignment {
38
- border: 1px solid transparent;
39
- }
40
-
41
- .e-de-tablecell-alignment {
42
- border: 1px solid transparent;
43
- }
44
-
45
- .e-de-tablecell-alignment:hover {
46
- border-color: #f17eb8;
47
- }
48
-
49
- .e-de-table-left-alignment::before {
50
- content: "\e517";
51
- font-size: 46px;
52
- position: absolute;
53
- top: 137px;
54
- }
55
-
56
- .e-de-table-center-alignment::before {
57
- content: "\e518";
58
- font-size: 46px;
59
- position: absolute;
60
- top: 137px;
61
- }
62
-
63
- .e-de-table-right-alignment::before {
64
- content: "\e515";
65
- font-size: 46px;
66
- position: absolute;
67
- top: 137px;
68
- }
69
-
70
- .e-de-tablecell-top-alignment::before {
71
- content: "\e527";
72
- font-size: 51px;
73
- }
74
-
75
- .e-de-tablecell-center-alignment::before {
76
- content: "\e526";
77
- font-size: 51px;
78
- }
79
-
80
- .e-de-tablecell-bottom-alignment::before {
81
- content: "\e525";
82
- font-size: 51px;
83
- }
84
-
85
- .e-de-table-alignment-active {
86
- border: 1px solid #ff4081;
87
- }
88
-
89
- .e-de-table-border-setting {
90
- border: 1px solid rgb(0, 0, 0);
91
- height: 48px;
92
- left: 5px;
93
- position: relative;
94
- top: 5px;
95
- width: 48px;
96
- }
97
-
98
- .e-de-table-border-setting-genral {
99
- border: 1px solid rgba(0, 0, 0, 0.26);
100
- display: inline-block;
101
- height: 60px;
102
- width: 60px;
103
- }
104
-
105
- .e-de-table-border-preview-genral {
106
- border: 1px solid rgba(0, 0, 0, 0.26);
107
- display: inline-block;
108
- height: 25px;
109
- width: 25px;
110
- }
111
-
112
- .e-de-table-border-inside-setting:hover {
113
- border: 1px solid #f17eb8;
114
- }
115
-
116
- .e-de-table-border-preview {
117
- height: 24px;
118
- width: 24px;
119
- }
120
-
121
- .e-de-table-border-inside-preview:hover {
122
- border: 1px solid #f17eb8;
123
- }
124
-
125
- .e-de-table-border-inside-setting-click {
126
- border: 1px solid #ff4081;
127
- }
128
-
129
- .e-de-table-border-inside-preview-click {
130
- border: 1px solid #ff4081;
131
- }
132
-
133
- .e-de-table-border-none-setting::before {
134
- content: "\e507";
135
- font-size: 38px;
136
- position: absolute;
137
- }
138
-
139
- .e-de-table-border-box-setting::before {
140
- content: "\e509";
141
- font-size: 34px;
142
- left: 2px;
143
- position: absolute;
144
- top: 2px;
145
- }
146
-
147
- .e-de-table-border-all-setting::before {
148
- content: "\e511";
149
- font-size: 34px;
150
- left: 2px;
151
- position: absolute;
152
- top: 2px;
153
- }
154
-
155
- .e-de-table-border-custom-setting::before {
156
- content: "\e516";
157
- font-size: 34px;
158
- left: 2px;
159
- position: absolute;
160
- top: 2px;
161
- }
162
-
163
- .e-de-table-border-toptop-alignment::before {
164
- content: "\e281";
165
- font-size: 16px;
166
- left: 4px;
167
- position: absolute;
168
- top: -2px;
169
- }
170
-
171
- .e-de-table-border-topcenter-alignment::before {
172
- content: "\e276";
173
- font-size: 16px;
174
- left: 4px;
175
- position: absolute;
176
- top: -2px;
177
- }
178
-
179
- .e-de-table-border-topbottom-alignment::before {
180
- content: "\e298";
181
- font-size: 16px;
182
- left: 4px;
183
- position: absolute;
184
- top: -2px;
185
- }
186
-
187
- .e-de-table-border-diagionalup-alignment::before {
188
- content: "\e262";
189
- font-size: 16px;
190
- left: 4px;
191
- position: absolute;
192
- top: -2px;
193
- }
194
-
195
- .e-de-table-border-diagionaldown-alignment::before {
196
- content: "\e265";
197
- font-size: 16px;
198
- left: 4px;
199
- position: absolute;
200
- top: -2px;
201
- }
202
-
203
- .e-de-table-border-bottomleft-alignment::before {
204
- content: "\e291";
205
- font-size: 16px;
206
- left: 4px;
207
- position: absolute;
208
- top: -2px;
209
- }
210
-
211
- .e-de-table-border-bottomcenter-alignment::before {
212
- content: "\e287";
213
- font-size: 16px;
214
- left: 4px;
215
- position: absolute;
216
- top: -2px;
217
- }
218
-
219
- .e-de-table-border-bottomright-alignment::before {
220
- content: "\e288";
221
- font-size: 16px;
222
- left: 4px;
223
- position: absolute;
224
- top: -2px;
225
- }
226
-
227
- .e-menu-item .e-de-cut::before {
228
- content: "\e279";
229
- }
230
-
231
- .e-menu-item .e-de-copy::before {
232
- content: "\e280";
233
- }
234
-
235
- .e-menu-item .e-de-paste::before {
236
- content: "\e501";
237
- }
238
-
239
- .e-menu-item .e-de-continue-numbering::before {
240
- content: "\e503";
241
- }
242
-
243
- .e-menu-item .e-de-restart-at::before {
244
- content: "\e277";
245
- }
246
-
247
- .e-menu-item .e-de-insertlink::before {
248
- content: "\e290";
249
- }
250
-
251
- .e-menu-item .e-de-open-hyperlink::before {
252
- content: "\e278";
253
- }
254
-
255
- .e-menu-item .e-de-copy-hyperlink::before {
256
- content: "\e295";
257
- }
258
-
259
- .e-menu-item .e-de-edit-hyperlink::before {
260
- content: "\e289";
261
- }
262
-
263
- .e-menu-item .e-de-remove-hyperlink::before {
264
- content: "\e286";
265
- }
266
-
267
- .e-menu-item .e-de-fonts::before {
268
- content: "\e273";
269
- }
270
-
271
- .e-menu-item .e-de-paragraph::before {
272
- content: "\e75e";
273
- }
274
-
275
- .e-menu-item .e-de-table::before {
276
- content: "\e294";
277
- }
278
-
279
- .e-menu-item .e-de-insertabove::before {
280
- content: "\e506";
281
- }
282
-
283
- .e-menu-item .e-de-insertbelow::before {
284
- content: "\e505";
285
- }
286
-
287
- .e-menu-item .e-de-insertleft::before {
288
- content: "\e285";
289
- }
290
-
291
- .e-menu-item .e-de-insertright::before {
292
- content: "\e284";
293
- }
294
-
295
- .e-menu-item .e-de-delete-table::before {
296
- content: "\e292";
297
- }
298
-
299
- .e-menu-item .e-de-deleterow::before {
300
- content: "\e283";
301
- }
302
-
303
- .e-menu-item .e-de-deletecolumn::before {
304
- content: "\e282";
305
- }
306
-
307
- .e-de-bold::before {
308
- content: "\e339";
309
- font-family: "e-icons";
310
- font-size: 16px;
311
- font-weight: normal;
312
- }
313
-
314
- .e-de-italic::before {
315
- content: "\e35a";
316
- font-family: "e-icons";
317
- font-size: 16px;
318
- font-weight: normal;
319
- }
320
-
321
- .e-de-underline::before {
322
- content: "\e343";
323
- font-family: "e-icons";
324
- font-size: 16px;
325
- font-weight: normal;
326
- }
327
-
328
- .e-de-indent::before {
329
- content: "\e35d";
330
- font-family: "e-icons";
331
- font-size: 16px;
332
- font-weight: normal;
333
- }
334
-
335
- .e-de-outdent::before {
336
- content: "\e33f";
337
- font-family: "e-icons";
338
- font-size: 16px;
339
- font-weight: normal;
340
- }
341
-
342
- .e-de-align-left::before {
343
- content: "\e33a";
344
- font-family: "e-icons";
345
- font-size: 16px;
346
- font-weight: normal;
347
- }
348
-
349
- .e-de-align-center::before {
350
- content: "\e35e";
351
- font-family: "e-icons";
352
- font-size: 16px;
353
- font-weight: normal;
354
- }
355
-
356
- .e-de-align-right::before {
357
- content: "\e34d";
358
- font-family: "e-icons";
359
- font-size: 16px;
360
- font-weight: normal;
361
- }
362
-
363
- .e-de-justify::before {
364
- content: "\e334";
365
- font-family: "e-icons";
366
- font-size: 16px;
367
- font-weight: normal;
368
- }
369
-
370
- .e-de-single-spacing::before {
371
- content: "\e520";
372
- font-family: "e-icons";
373
- font-size: 16px;
374
- }
375
-
376
- .e-de-double-spacing::before {
377
- content: "\e521";
378
- font-family: "e-icons";
379
- font-size: 16px;
380
- }
381
-
382
- .e-de-one-point-five-spacing::before {
383
- content: "\e522";
384
- font-family: "e-icons";
385
- font-size: 16px;
386
- }
387
-
388
- .e-de-before-spacing::before {
389
- content: "\e523";
390
- font-family: "e-icons";
391
- font-size: 16px;
392
- }
393
-
394
- .e-de-after-spacing::before {
395
- content: "\e274";
396
- font-family: "e-icons";
397
- font-size: 16px;
398
- }
399
-
400
- .e-de-icon-bullet-list-dot::before {
401
- content: "\e270";
402
- font-family: "e-icons";
403
- font-size: 42px;
404
- }
405
-
406
- .e-de-icon-bullet-list-circle::before {
407
- content: "\e254";
408
- font-family: "e-icons";
409
- font-size: 42px;
410
- }
411
-
412
- .e-de-icon-bullet-list-square::before {
413
- content: "\e271";
414
- font-family: "e-icons";
415
- font-size: 42px;
416
- }
417
-
418
- .e-de-icon-bullet-list-tick::before {
419
- content: "\e259";
420
- font-family: "e-icons";
421
- font-size: 42px;
422
- }
423
-
424
- .e-de-icon-bullet-list-flower::before {
425
- content: "\e267";
426
- font-family: "e-icons";
427
- font-size: 42px;
428
- }
429
-
430
- .e-de-icon-bullet-list-arrow::before {
431
- content: "\e253";
432
- font-family: "e-icons";
433
- font-size: 42px;
434
- }
435
-
436
- .e-de-icon-bullet-list-none::before {
437
- content: "\e256";
438
- font-family: "e-icons";
439
- font-size: 42px;
440
- }
441
-
442
- .e-de-blink-cursor {
443
- border-left: 1px solid;
444
- pointer-events: none;
445
- position: absolute;
446
- z-index: 3;
447
- }
448
-
449
- .e-de-cursor-animation {
450
- -webkit-animation-duration: 1s;
451
- animation-duration: 1s;
452
- -webkit-animation-iteration-count: infinite;
453
- animation-iteration-count: infinite;
454
- -webkit-animation-name: FadeInFadeOut;
455
- animation-name: FadeInFadeOut;
456
- }
457
-
458
- @-webkit-keyframes FadeInFadeOut {
459
- from {
460
- opacity: 1;
461
- }
462
- 13% {
463
- opacity: 0;
464
- }
465
- 50% {
466
- opacity: 0;
467
- }
468
- 63% {
469
- opacity: 1;
470
- }
471
- to {
472
- opacity: 1;
473
- }
474
- }
475
-
476
- @keyframes FadeInFadeOut {
477
- from {
478
- opacity: 1;
479
- }
480
- 13% {
481
- opacity: 0;
482
- }
483
- 50% {
484
- opacity: 0;
485
- }
486
- 63% {
487
- opacity: 1;
488
- }
489
- to {
490
- opacity: 1;
491
- }
492
- }
493
- .e-documenteditor .e-checkbox-wrapper .e-frame {
494
- height: 14px;
495
- line-height: 6px;
496
- width: 14px;
497
- }
498
- .e-documenteditor .e-checkbox-wrapper .e-label {
499
- font-size: 12px;
500
- }
501
- .e-documenteditor .e-de-op-close-button {
502
- left: 267px;
503
- position: absolute;
504
- top: 8px;
505
- }
506
-
507
- .e-de-background {
508
- background-color: #ccc;
509
- }
510
-
511
- .e-de-result-list-block .e-de-search-result-hglt {
512
- background: transparent;
513
- border-bottom: 2px solid #bdbdbd;
514
- cursor: default;
515
- padding: 20px 1px 20px 5px;
516
- }
517
-
518
- .e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
519
- color: #3f51b5;
520
- }
521
-
522
- .e-de-search-result-item {
523
- cursor: default;
524
- padding: 20px 1px 20px 5px;
525
- }
526
-
527
- .e-de-search-result-item:hover {
528
- border-bottom: 1px solid #bdbdbd;
529
- cursor: default;
530
- }
531
-
532
- .e-de-search-result-item:focus {
533
- border-bottom: 2px solid #bdbdbd;
534
- cursor: default;
535
- padding: 20px 1px 20px 5px;
536
- }
537
-
538
- .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
539
- border: 1px solid #ddd;
540
- }
541
-
542
- .e-de-op-search-icon:hover {
543
- background: #ddd;
544
- }
545
-
546
- .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
547
- border: 1px solid #ddd;
548
- border-right-width: 0;
549
- }
550
-
551
- .e-de-op-search-close-icon:hover {
552
- background: #ddd;
553
- }
554
-
555
- .e-spin-down:focus {
556
- border: 1px solid #ddd;
557
- border-right-width: 0;
558
- }
559
-
560
- .e-spin-down:hover {
561
- background: #ddd;
562
- }
563
-
564
- .e-spin-up:focus {
565
- border: 1px solid #ddd;
566
- border-right-width: 0;
567
- }
568
-
569
- .e-spin-up:hover {
570
- background: #ddd;
571
- }
572
-
573
- .e-de-para-dlg-heading {
574
- color: rgba(0, 0, 0, 0.87);
575
- display: block;
576
- font-size: 14px;
577
- font-weight: 400;
578
- margin-bottom: 5px;
579
- }
580
-
581
- .e-de-para-dlg-container {
582
- height: 450px;
583
- width: 400px;
584
- }
585
-
586
- .e-de-toc-dlg-heading {
587
- color: rgba(0, 0, 0, 0.87);
588
- display: block;
589
- font-size: 14px;
590
- font-weight: 400;
591
- margin-bottom: 5px;
592
- }
593
-
594
- .e-de-toc-dlg-main-heading {
595
- color: rgba(0, 0, 0, 0.87);
596
- display: block;
597
- font-size: 14px;
598
- font-weight: 500;
599
- margin-bottom: 5px;
600
- }
601
-
602
- .e-de-toc-reset-button {
603
- margin-top: 10px;
604
- }
605
-
606
- .e-de-toc-modify-button {
607
- margin-left: 150px;
608
- margin-top: 10px;
609
- }
610
-
611
- .e-de-toc-dlg-container {
612
- height: 471px;
613
- width: 520px;
614
- }
615
-
616
- .e-de-toc-dlg-sub-container {
617
- margin-bottom: 20px;
618
- }
619
-
620
- .e-de-toc-list-view {
621
- border: 1px solid #808080;
622
- border-radius: 4px;
623
- font-size: 12px;
624
- height: 200px;
625
- margin-left: 36px;
626
- overflow-y: scroll;
627
- width: 211px;
628
- }
629
-
630
- .e-de-toc-dlg-sub-heading {
631
- color: rgba(0, 0, 0, 0.87);
632
- display: block;
633
- font-size: 14px;
634
- font-weight: 400;
635
- margin: 10px 15px 5px 15px;
636
- }
637
-
638
- .e-de-toc-dlg-style-label {
639
- margin-left: 50px;
640
- margin-top: 58px;
641
- }
642
-
643
- .e-de-toc-dlg-style-label.e-de-rtl {
644
- margin-left: 0;
645
- margin-right: 50px;
646
- }
647
-
648
- .e-de-pagesetup-dlg-container {
649
- height: 246px;
650
- width: 354px;
651
- }
652
-
653
- .e-de-page-setup-ppty-tab {
654
- border: 0;
655
- }
656
-
657
- .e-de-page-setup-dlg-sub-container {
658
- margin-bottom: 25px;
659
- }
660
-
661
- .e-de-page-setup-dlg-left-sub-container {
662
- float: left;
663
- position: relative;
664
- top: 17px;
665
- }
666
-
667
- .e-de-page-setup-dlg-right-sub-container {
668
- float: right;
669
- position: relative;
670
- top: 17px;
671
- }
672
-
673
- .e-de-page-setup-dlg-sub-header {
674
- display: block;
675
- font-size: 12px;
676
- font-weight: normal;
677
- margin-bottom: 3px;
678
- margin-top: 8px;
679
- }
680
-
681
- .e-de-page-setup-dlg-sub-title-header {
682
- display: block;
683
- font-size: 12px;
684
- font-weight: normal;
685
- margin-bottom: 3px;
686
- margin-top: 12px;
687
- }
688
-
689
- .e-de-page-setup-dlg-sub-container-port {
690
- height: 40px;
691
- margin-bottom: 25px;
692
- }
693
-
694
- .e-de-page-setup-dlg-sub-label {
695
- font-size: 13px;
696
- font-weight: 500;
697
- }
698
-
699
- .e-de-page-setup-dlg-orientation-prop {
700
- margin-top: 13px;
701
- }
702
-
703
- .e-de-page-setup-dlg-sub-size-container {
704
- height: 65px;
705
- margin-bottom: 20px;
706
- }
707
-
708
- .e-de-page-setup-dlg-layout-sub-container {
709
- height: 60px;
710
- margin-bottom: 20px;
711
- position: relative;
712
- top: 17px;
713
- }
714
-
715
- .e-de-page-setup-dlg-first-page-prop .e-label,
716
- .e-de-page-setup-dlg-odd-or-even-prop .e-label {
717
- font-size: 12px;
718
- }
719
-
720
- .e-de-page-setup-dlg-first-page-prop .e-frame,
721
- .e-de-page-setup-dlg-odd-or-even-prop .e-frame {
722
- height: 15px;
723
- line-height: 11px;
724
- width: 15px;
725
- }
726
-
727
- .e-de-page-setup-dlg-left-layout-container {
728
- float: left;
729
- position: relative;
730
- top: 10px;
731
- }
732
-
733
- .e-de-page-setup-dlg-right-layout-container {
734
- float: right;
735
- position: relative;
736
- top: 10px;
737
- }
738
-
739
- .e-de-dlg-sub-header {
740
- display: block;
741
- font-size: 12px;
742
- font-weight: normal;
743
- margin-bottom: 15px;
744
- margin-top: 8px;
745
- }
746
-
747
- .e-de-para-dlg-sub-container {
748
- margin-bottom: 25px;
749
- }
750
-
751
- .e-de-para-dlg-right-sub-container {
752
- top: 17px;
753
- }
754
-
755
- .e-de-dlg-footer .e-btn {
756
- margin-left: 10px;
757
- }
758
-
759
- .e-de-hyperlink-dlg-title {
760
- font-size: 12px;
761
- font-weight: normal;
762
- margin-bottom: 8px;
763
- margin-top: 8px;
764
- }
765
-
766
- .e-de-hyperlink .e-de-hyperlink-dlg-input {
767
- height: 16px;
768
- margin-bottom: 20px;
769
- width: 230px;
770
- }
771
-
772
- .e-de-font-dlg-header {
773
- display: -webkit-box;
774
- display: -ms-flexbox;
775
- display: flex;
776
- font-size: 12px;
777
- font-weight: normal;
778
- margin-bottom: 8px;
779
- }
780
-
781
- .e-de-font-dlg-header-effects,
782
- .e-de-font-dlg-header-font-color {
783
- display: -webkit-box;
784
- display: -ms-flexbox;
785
- display: flex;
786
- font-size: 14px;
787
- font-weight: normal;
788
- margin-bottom: 8px;
789
- }
790
-
791
- .e-de-font-dlg-main-header {
792
- color: rgba(0, 0, 0, 0.87);
793
- font-size: 14px;
794
- font-weight: normal;
795
- margin-right: 15px;
796
- }
797
-
798
- .e-de-font-dlg-cb-right {
799
- margin-left: 40px;
800
- }
801
-
802
- .e-de-font-dlg-cb-right-div {
803
- margin-left: 20px;
804
- }
805
-
806
- .e-de-dropdown {
807
- margin-right: 40px;
808
- }
809
-
810
- .e-de-op {
811
- border-right: 1px solid #e1e1e1;
812
- padding-left: 16px;
813
- padding-right: 16px;
814
- padding-top: 24px;
815
- position: relative;
816
- width: 300px;
817
- }
818
-
819
- .e-de-op-header {
820
- color: rgba(0, 0, 0, 0.87);
821
- font-family: "Roboto";
822
- font-size: 15px;
823
- font-weight: 500;
824
- margin-bottom: 20px;
825
- }
826
-
827
- .e-de-op-tab {
828
- border: 0;
829
- height: 36px;
830
- }
831
-
832
- .e-de-op-icon {
833
- color: rgba(0, 0, 0, 0.54);
834
- height: 20px;
835
- width: 20px;
836
- }
837
-
838
- .e-de-op-close-icon {
839
- color: rgba(0, 0, 0, 0.54);
840
- }
841
-
842
- .e-de-op-nav-btn {
843
- height: 20px;
844
- width: 20px;
845
- }
846
-
847
- .e-de-op-search-txt {
848
- border-bottom: 1px solid #ddd;
849
- color: rgba(0, 0, 0, 0.87);
850
- font-size: 14px;
851
- }
852
-
853
- .e-de-op-search-txt .e-de-op-search-word {
854
- color: #3f51b5;
855
- }
856
-
857
- .e-de-op-more-less {
858
- display: block;
859
- margin-top: 15px;
860
- }
861
-
862
- .e-de-op-replacetabcontentdiv {
863
- height: 82px;
864
- margin-top: 15px;
865
- }
866
-
867
- label[for=container_wholeWord] {
868
- left: 35px;
869
- }
870
-
871
- .e-de-cell-dia-label-common {
872
- display: inline-block;
873
- font-size: 12px;
874
- font-weight: normal;
875
- margin-bottom: 8px;
876
- margin-top: 8px;
877
- width: 150px;
878
- }
879
-
880
- .e-de-cell-dia-options-label {
881
- font-size: 14px;
882
- font-weight: 400;
883
- }
884
-
885
- .e-de-table-border-heading {
886
- font-size: 14px;
887
- font-weight: 400;
888
- padding-bottom: 20px;
889
- }
890
-
891
- .e-de-table-setting-heading {
892
- font-size: 14px;
893
- font-weight: normal;
894
- padding-bottom: 20px;
895
- }
896
-
897
- .e-de-layout-setting-heading {
898
- font-size: 14px;
899
- font-weight: normal;
900
- padding-bottom: 20px;
901
- }
902
-
903
- .e-de-table-setting-labels-heading {
904
- font-size: 12px;
905
- font-weight: normal;
906
- }
907
-
908
- .e-de-table-element-subheading {
909
- font-size: 12px;
910
- font-weight: normal;
911
- }
912
-
913
- .e-de-border-dlg-preview-div {
914
- border: 1px solid rgba(0, 0, 0, 0.54);
915
- }
916
-
917
- .e-de-border-dlg-preview-inside-divs {
918
- opacity: 0.54;
919
- }
920
-
921
- .e-de-table-dia-align-div {
922
- border: 1px solid #ddd;
923
- display: inline-block;
924
- height: 60px;
925
- margin-right: 10px;
926
- width: 60px;
927
- }
928
-
929
- .e-de-table-dia-align-label {
930
- display: inline-block;
931
- font-size: 12px;
932
- font-weight: normal;
933
- margin-left: 10px;
934
- margin-top: 8px;
935
- }
936
-
937
- .e-de-table-dialog-separator-line {
938
- background-color: rgb(0, 0, 0);
939
- height: 1px;
940
- left: 1px;
941
- opacity: 0.12;
942
- position: absolute;
943
- top: 371px;
944
- width: 100%;
945
- }
946
-
947
- .e-de-table-dialog-options-label {
948
- font-size: 14px;
949
- font-weight: 400;
950
- padding-bottom: 15px;
951
- padding-top: 20px;
952
- }
953
-
954
- .e-de-list-ddl-header {
955
- font-size: 14px;
956
- font-weight: normal;
957
- margin-bottom: 20px;
958
- margin-top: 20px;
959
- }
960
-
961
- .e-de-list-ddl-header-list-level {
962
- font-size: 14px;
963
- font-weight: normal;
964
- margin-bottom: 20px;
965
- }
966
-
967
- .e-de-tbl-dlg-footer {
968
- padding-top: 27px;
969
- }
970
-
971
- .e-de-row-ht-top {
972
- display: inline-block;
973
- margin-left: 20px;
974
- }
975
-
976
- .e-de-cell-width-top {
977
- margin-left: 20px;
978
- margin-top: -23px;
979
- }
980
-
981
- .e-de-tbl-dlg-border-btn {
982
- float: right;
983
- margin-right: 103px;
984
- margin-top: 32px;
985
- }
986
-
987
- .e-de-tbl-dlg-op-btn {
988
- left: 425px;
989
- position: absolute;
990
- top: 300px;
991
- }
992
-
993
- .e-de-insert-table-dlg-sub-header {
994
- display: block;
995
- font-size: 12px;
996
- font-weight: normal;
997
- margin-bottom: 8px;
998
- margin-top: 8px;
999
- }
1000
-
1001
- .e-de-insert-table-dlg-input {
1002
- margin-bottom: 15px;
1003
- }
1004
-
1005
- .e-de-insert-footnote-dlg-sub-header {
1006
- display: block;
1007
- font-size: 12px;
1008
- font-weight: normal;
1009
- margin-bottom: 8px;
1010
- margin-top: 8px;
1011
- }
1012
-
1013
- .e-de-list-ddl-subheader,
1014
- .e-de-list-ddl-subheaderbottom {
1015
- font-size: 12px;
1016
- font-weight: normal;
1017
- margin-bottom: 10px;
1018
- margin-top: 10px;
1019
- }
1020
-
1021
- .e-de-list-dlg-subdiv {
1022
- float: right;
1023
- margin-top: 51px;
1024
- position: relative;
1025
- }
1026
-
1027
- .e-de-list-dlg-div {
1028
- float: right;
1029
- margin-top: 46px;
1030
- position: relative;
1031
- }
1032
-
1033
- .e-de-ok-button {
1034
- margin-right: 10px;
1035
- }
1036
-
1037
- .e-de-options-setter {
1038
- left: 415px;
1039
- }
1040
-
1041
- .e-de-op-close-icon:hover {
1042
- color: rgba(0, 0, 0, 0.54);
1043
- }
1044
-
1045
- .e-de-tooltip {
1046
- background-color: #fff;
1047
- -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1048
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1049
- color: #000;
1050
- cursor: text;
1051
- max-width: 200px;
1052
- padding: 5px;
1053
- width: -webkit-fit-content;
1054
- width: -moz-fit-content;
1055
- width: fit-content;
1056
- word-wrap: break-word;
1057
- }
1058
-
1059
- .e-btn.e-de-op-icon-btn {
1060
- background-color: transparent;
1061
- border-color: transparent;
1062
- }
1063
-
1064
- .e-btn.e-de-op-close-button:hover {
1065
- background-color: transparent;
1066
- border-color: transparent;
1067
- color: rgba(0, 0, 0, 0.54);
1068
- }
1069
-
1070
- .e-btn.e-de-op-close-button:focus {
1071
- background-color: transparent;
1072
- border-color: transparent;
1073
- color: rgba(0, 0, 0, 0.54);
1074
- }
1075
-
1076
- .e-btn.e-de-op-close-button:active {
1077
- background-color: transparent;
1078
- border-color: transparent;
1079
- color: rgba(0, 0, 0, 0.54);
1080
- }
1081
-
1082
- .e-documenteditor .e-input {
1083
- color: #000;
1084
- font-size: 14px;
1085
- }
1086
-
1087
- .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
1088
- height: 36px;
1089
- }
1090
-
1091
- .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
1092
- height: 36px;
1093
- }
1094
-
1095
- .e-de-dlg-target .e-dlg-header,
1096
- .e-de-dlg-target .e-dlg-header * {
1097
- font-weight: normal;
1098
- }
1099
- .e-de-dlg-target .e-dlg-header {
1100
- font-size: 16px;
1101
- font-weight: 400;
1102
- margin-top: 4px;
1103
- }
1104
- .e-de-dlg-target .e-de-dlg-footer {
1105
- margin-top: 19px;
1106
- padding-top: 13px;
1107
- }
1108
- .e-de-dlg-target .e-dlg-header-content {
1109
- padding: 20px 25px 13px 25px;
1110
- }
1111
- .e-de-dlg-target .e-dlg-content {
1112
- padding: 28px 25px 15px 25px;
1113
- }
1114
- .e-de-dlg-target .e-footer-content {
1115
- padding-right: 25px;
1116
- padding-top: 1px;
1117
- }
1118
- .e-de-dlg-target .e-btn .e-btn-icon.e-icon-dlg-close {
1119
- font-size: 14px;
1120
- }
1121
- .e-de-dlg-target .e-dlg-header-content,
1122
- .e-de-dlg-target .e-footer-content {
1123
- border: 1px;
1124
- border-radius: 4px;
1125
- }
1126
- .e-de-dlg-target .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1127
- left: 6px;
1128
- }
1129
- .e-de-dlg-target .e-dlg-clr-pkr-top {
1130
- top: 159px;
1131
- }
1132
-
1133
- .e-de-op-result-container {
1134
- margin-top: 12px;
1135
- }
1136
-
1137
- .e-de-op {
1138
- background-color: #fff;
1139
- }
1140
-
1141
- .e-de-op .e-tab-header .e-toolbar-items {
1142
- margin-bottom: 20px;
1143
- margin-top: 1px;
1144
- }
1145
-
1146
- .e-de-font-dlg-color {
1147
- border: 1px #ddd;
1148
- border-radius: 4px;
1149
- font-size: 12px;
1150
- height: 16px;
1151
- margin-left: 15px;
1152
- width: 25px;
1153
- }
1154
-
1155
- .e-de-icon-table-row-above {
1156
- top: 7px;
1157
- }
1158
-
1159
- .e-de-icon-table-row-below {
1160
- top: 41px;
1161
- }
1162
-
1163
- .e-de-icon-table-column-left {
1164
- top: 75px;
1165
- }
1166
-
1167
- .e-de-icon-table-column-right {
1168
- top: 109px;
1169
- }
1170
-
1171
- .e-de-icon-table-delete {
1172
- top: 7px;
1173
- }
1174
-
1175
- .e-de-icon-table-row-delete {
1176
- top: 41px;
1177
- }
1178
-
1179
- .e-de-icon-table-column-delete {
1180
- top: 75px;
1181
- }
1182
-
1183
- .e-de-list-bullet-none {
1184
- height: 40px;
1185
- width: 40px;
1186
- }
1187
-
1188
- .e-de-list-bullet-dot {
1189
- height: 40px;
1190
- width: 40px;
1191
- }
1192
-
1193
- .e-de-list-bullet-circle {
1194
- height: 40px;
1195
- width: 40px;
1196
- }
1197
-
1198
- .e-de-list-bullet-square {
1199
- height: 40px;
1200
- width: 40px;
1201
- }
1202
-
1203
- .e-de-list-bullet-flower {
1204
- height: 40px;
1205
- width: 40px;
1206
- }
1207
-
1208
- .e-de-list-bullet-arrow {
1209
- height: 40px;
1210
- width: 40px;
1211
- }
1212
-
1213
- .e-de-list-bullet-tick {
1214
- height: 40px;
1215
- width: 40px;
1216
- }
1217
-
1218
- .e-de-bullet:hover {
1219
- background: #ddd;
1220
- }
1221
-
1222
- .e-de-list-numbered-none {
1223
- height: 80px;
1224
- width: 80px;
1225
- }
1226
-
1227
- .e-de-list-numbered-number-dot {
1228
- height: 80px;
1229
- width: 80px;
1230
- }
1231
-
1232
- .e-de-list-numbered-number-brace {
1233
- height: 80px;
1234
- width: 80px;
1235
- }
1236
-
1237
- .e-de-list-numbered-up-roman {
1238
- height: 80px;
1239
- width: 80px;
1240
- }
1241
-
1242
- .e-de-list-numbered-up-letter {
1243
- height: 80px;
1244
- width: 80px;
1245
- }
1246
-
1247
- .e-de-list-numbered-low-letter-brace {
1248
- height: 80px;
1249
- width: 80px;
1250
- }
1251
-
1252
- .e-de-numbered-low-letter-dot {
1253
- height: 80px;
1254
- width: 80px;
1255
- }
1256
-
1257
- .e-de-list-numbered-low-roman {
1258
- height: 80px;
1259
- width: 80px;
1260
- }
1261
-
1262
- .e-de-numbered:hover {
1263
- background: #ddd;
1264
- }
1265
-
1266
- .e-de-list-multilevel-none {
1267
- height: 80px;
1268
- width: 80px;
1269
- }
1270
-
1271
- .e-de-list-multilevel-list-normal {
1272
- height: 80px;
1273
- width: 80px;
1274
- }
1275
-
1276
- .e-de-list-multilevel-list-multilevel {
1277
- height: 80px;
1278
- width: 80px;
1279
- }
1280
-
1281
- .e-de-list-multilevel-list-bullets {
1282
- height: 80px;
1283
- width: 80px;
1284
- }
1285
-
1286
- .e-de-multilevel-list:hover {
1287
- background: #ddd;
1288
- }
1289
-
1290
- .e-de-list-dialog-open:hover {
1291
- background: #ddd;
1292
- }
1293
-
1294
- .e-de-cell-options {
1295
- left: 339px;
1296
- top: 229px;
1297
- }
1298
-
1299
- .e-de-font-color-label {
1300
- margin-bottom: 7px;
1301
- margin-top: 18px;
1302
- }
1303
-
1304
- .e-de-font-content-label {
1305
- margin-left: 15px;
1306
- margin-right: 6px;
1307
- }
1308
-
1309
- .e-de-font-color-margin {
1310
- margin-right: 10px;
1311
- margin-top: 6px;
1312
- }
1313
-
1314
- .e-de-font-content-checkbox-label {
1315
- margin-left: 43px;
1316
- }
1317
-
1318
- .e-de-font-checkbox {
1319
- margin-left: 67px;
1320
- }
1321
-
1322
- .e-de-font-dlg-padding {
1323
- margin-top: 15px;
1324
- }
1325
-
1326
- .e-de-table-container-div {
1327
- margin-top: 20px;
1328
- }
1329
-
1330
- .e-de-table-header-div {
1331
- padding-top: 6px;
1332
- }
1333
-
1334
- .e-de-table-subheader-div {
1335
- float: right;
1336
- margin-right: 115px;
1337
- margin-top: -40px;
1338
- }
1339
-
1340
- .e-de-table-cell-header-div {
1341
- padding-top: 6px;
1342
- }
1343
-
1344
- .e-de-table-cell-subheader-div {
1345
- top: 57px;
1346
- }
1347
-
1348
- .e-de-cell-margin-header {
1349
- left: -7px;
1350
- top: 310px;
1351
- }
1352
-
1353
- .e-de-font-dlg-display {
1354
- display: -webkit-inline-box;
1355
- display: -ms-inline-flexbox;
1356
- display: inline-flex;
1357
- }
1358
-
1359
- .e-de-tbl-margin-sub-header {
1360
- margin-top: 20px;
1361
- }
1362
-
1363
- .e-de-tbl-btn-separator {
1364
- width: 57%;
1365
- }
1366
-
1367
- .e-de-op-msg {
1368
- color: #000;
1369
- top: 79px;
1370
- }
1371
-
1372
- .e-de-save-dlg-file-name {
1373
- height: 25px;
1374
- margin-bottom: 8px;
1375
- }
1376
-
1377
- .e-de-save-dlg-format-type {
1378
- height: 25px;
1379
- margin-bottom: 8px;
1380
- padding-top: 10px;
1381
- }
1382
-
1383
- .e-de-search-tab-content {
1384
- margin-top: 12px;
1385
- width: 267px;
1386
- }
1387
-
1388
- .e-de-font-dlg {
1389
- height: 239px;
1390
- width: -webkit-max-content;
1391
- width: -moz-max-content;
1392
- width: max-content;
1393
- }
1394
-
1395
- .e-de-hyperlink {
1396
- height: auto;
1397
- width: 250px;
1398
- }
1399
-
1400
- .e-de-insert-table {
1401
- height: 131px;
1402
- width: 230px;
1403
- }
1404
-
1405
- .e-de-insert-table {
1406
- height: 139px;
1407
- width: 247px;
1408
- }
1409
-
1410
- .e-de-list-dlg {
1411
- height: 400px;
1412
- width: 420px;
1413
- }
1414
-
1415
- .e-de-save-dlg {
1416
- height: 135px;
1417
- width: 230px;
1418
- }
1419
-
1420
- .e-de-table-properties-dlg {
1421
- height: 300px;
1422
- width: 426px;
1423
- }
1424
-
1425
- .e-de-table-border-shading-dlg {
1426
- height: 380px;
1427
- width: 450px;
1428
- }
1429
-
1430
- .e-de-table-cell-margin-dlg {
1431
- height: 222px;
1432
- width: 380px;
1433
- }
1434
-
1435
- .e-de-table-options-dlg {
1436
- height: 242px;
1437
- width: 380px;
1438
- }
1439
-
1440
- .e-de-table-border-none {
1441
- position: absolute;
1442
- top: 25px;
1443
- }
1444
-
1445
- .e-de-table-border-box {
1446
- position: absolute;
1447
- top: 95px;
1448
- }
1449
-
1450
- .e-de-table-border-all {
1451
- position: absolute;
1452
- top: 165px;
1453
- }
1454
-
1455
- .e-de-table-border-custom {
1456
- position: absolute;
1457
- top: 235px;
1458
- }
1459
-
1460
- .e-de-table-shading-preview {
1461
- top: 385px;
1462
- }
1463
-
1464
- .e-de-font-content-label span.e-label {
1465
- color: rgba(0, 0, 0, 0.87);
1466
- }
1467
-
1468
- .e-de-font-label span.e-label {
1469
- color: rgba(0, 0, 0, 0.87);
1470
- }
1471
-
1472
- .e-de-font-content-label:hover .e-label,
1473
- .e-css.e-de-font-content-label:hover .e-label {
1474
- color: rgba(0, 0, 0, 0.87);
1475
- }
1476
-
1477
- .e-de-font-label:hover .e-label,
1478
- .e-css.e-de-font-label:hover .e-label {
1479
- color: rgba(0, 0, 0, 0.87);
1480
- }
1481
-
1482
- .e-documenteditor .e-checkbox-wrapper .e-label {
1483
- color: rgba(0, 0, 0, 0.87);
1484
- font-size: 14px;
1485
- }
1486
- .e-documenteditor .e-checkbox-wrapper .e-frame {
1487
- height: 15px;
1488
- line-height: 11px;
1489
- width: 15px;
1490
- }
1491
- .e-documenteditor .e-checkbox-wrapper .e-frame + .e-label {
1492
- margin-right: 15px;
1493
- }
1494
-
1495
- .e-de-op-dlg-footer {
1496
- margin-top: 15px;
1497
- }
1498
-
1499
- .e-de-op-dlg-footer .e-btn {
1500
- height: 36px;
1501
- padding-left: 6px;
1502
- padding-right: 6px;
1503
- }
1504
-
1505
- .e-de-search-tab-content .e-input-group .e-de-search-input {
1506
- width: 185px;
1507
- }
1508
-
1509
- .e-de-op-replacewith {
1510
- width: 95%;
1511
- }
1512
-
1513
- .e-de-table-ppty-tab {
1514
- border: 0;
1515
- }
1516
-
1517
- .e-de-table-container-div .e-checkbox-wrapper .e-label {
1518
- color: rgba(0, 0, 0, 0.87);
1519
- }
1520
-
1521
- .e-de-table-header-div .e-checkbox-wrapper .e-label {
1522
- color: rgba(0, 0, 0, 0.87);
1523
- }
1524
-
1525
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
1526
- color: rgba(0, 0, 0, 0.87);
1527
- }
1528
-
1529
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
1530
- color: rgba(0, 0, 0, 0.87);
1531
- }
1532
-
1533
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
1534
- color: rgba(0, 0, 0, 0.87);
1535
- }
1536
-
1537
- .e-de-tbl-margin-sub-header .e-label {
1538
- color: rgba(0, 0, 0, 0.87);
1539
- }
1540
-
1541
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
1542
- color: rgba(0, 0, 0, 0.87);
1543
- }
1544
-
1545
- .e-de-list-format-info {
1546
- border-radius: 50%;
1547
- cursor: default;
1548
- font-size: 12px;
1549
- height: 15px;
1550
- line-height: 1px;
1551
- padding: 3px 0 0 0;
1552
- text-transform: lowercase;
1553
- width: 16px;
1554
- }
1555
-
1556
- .e-button-custom {
1557
- height: 34px;
1558
- padding: 0;
1559
- width: 80px;
1560
- }
1561
-
1562
- .e-styles-listview,
1563
- .e-bookmark-listview {
1564
- border: 1px solid #c8c8c8;
1565
- border-radius: 4px;
1566
- height: 150px;
1567
- overflow-y: scroll;
1568
- }
1569
-
1570
- .e-bookmark-gotobutton,
1571
- .e-bookmark-addbutton,
1572
- .e-styles-addbutton,
1573
- .e-bookmark-deletebutton {
1574
- margin-bottom: 8px;
1575
- }
1576
-
1577
- .e-bookmark-list {
1578
- float: left;
1579
- margin-right: 20px;
1580
- width: 250px;
1581
- }
1582
-
1583
- .e-bookmark-textboxdiv {
1584
- margin-bottom: 10px;
1585
- }
1586
-
1587
- .e-bookmark-listview .e-list-item {
1588
- font-size: 13px;
1589
- height: 30px;
1590
- line-height: 27px;
1591
- }
1592
-
1593
- .e-bookmark-common {
1594
- display: -webkit-box;
1595
- display: -ms-flexbox;
1596
- display: flex;
1597
- }
1598
-
1599
- .e-bookmark-button {
1600
- position: relative;
1601
- top: 15px;
1602
- }
1603
-
1604
- .e-font {
1605
- float: left;
1606
- }
1607
-
1608
- .e-de-table-border-toptop-alignment,
1609
- .e-de-table-border-topcenter-alignment,
1610
- .e-de-table-border-topbottom-alignment,
1611
- .e-de-table-border-diagionalup-alignment,
1612
- .e-de-table-border-diagionaldown-alignment,
1613
- .e-de-table-border-bottomleft-alignment,
1614
- .e-de-table-border-bottomcenter-alignment,
1615
- .e-de-table-border-bottomright-alignment {
1616
- left: 48%;
1617
- position: absolute;
1618
- top: 48%;
1619
- -webkit-transform: translate(-50%, -50%);
1620
- transform: translate(-50%, -50%);
1621
- }
1622
-
1623
- .e-de-style-properties,
1624
- .e-de-style-formatting {
1625
- font-size: 14px;
1626
- font-weight: 400;
1627
- }
1628
-
1629
- .e-de-style-formatting {
1630
- margin-bottom: 20px;
1631
- }
1632
-
1633
- .e-de-style-paragraph-indent-group-button .e-btn,
1634
- .e-de-style-paragraph-group-button .e-btn,
1635
- .e-de-style-font-group-button .e-btn {
1636
- -webkit-box-shadow: none;
1637
- box-shadow: none;
1638
- }
1639
-
1640
- .e-de-style-paragraph-indent-group-button .e-btn.e-active,
1641
- .e-de-style-paragraph-group-button .e-btn.e-active,
1642
- .e-de-style-font-group-button .e-btn.e-active {
1643
- background-color: #c8c8c8;
1644
- border-color: #c8c8c8;
1645
- -webkit-box-shadow: none;
1646
- box-shadow: none;
1647
- color: #000;
1648
- }
1649
-
1650
- .e-de-style-properties {
1651
- margin-bottom: 15px;
1652
- }
1653
-
1654
- .e-de-style-nametype-div {
1655
- margin-bottom: 20px;
1656
- }
1657
-
1658
- .e-de-style-based-para-div {
1659
- margin-bottom: 30px;
1660
- }
1661
-
1662
- .e-de-style-name,
1663
- .e-de-style-styletype,
1664
- .e-de-style-style-based-on,
1665
- .e-de-style-style-paragraph {
1666
- font-size: 13px;
1667
- font-weight: normal;
1668
- margin-bottom: 8px;
1669
- width: 180px;
1670
- }
1671
-
1672
- .e-de-style-left-div {
1673
- margin-right: 40px;
1674
- }
1675
-
1676
- .e-de-style-font-color-picker,
1677
- .e-de-style-icon-button-size,
1678
- .e-de-style-icon-button-first-size,
1679
- .e-de-style-icon-button-last-size {
1680
- height: 30px;
1681
- }
1682
-
1683
- .e-de-style-bold-button-size {
1684
- height: 30px;
1685
- margin-left: 6px;
1686
- margin-right: 8px;
1687
- }
1688
-
1689
- .e-de-style-font-color-picker,
1690
- .e-de-style-icon-button-size {
1691
- margin-right: 8px;
1692
- }
1693
-
1694
- .e-de-style-icon-button-first-size {
1695
- margin-left: 6px;
1696
- margin-right: 3px;
1697
- }
1698
-
1699
- .e-de-style-icon-button-last-size {
1700
- margin-right: 6px;
1701
- }
1702
-
1703
- .e-de-style-font-color-picker {
1704
- margin-left: 8px;
1705
- }
1706
-
1707
- .e-style-font-fmaily-right {
1708
- margin-right: 8px;
1709
- }
1710
-
1711
- .e-style-font {
1712
- margin-left: 5px;
1713
- margin-right: 15px;
1714
- }
1715
-
1716
- .e-de-style-left-div .e-de-style-dlg-name-input {
1717
- height: 30px;
1718
- }
1719
-
1720
- .e-style-list {
1721
- margin-left: 10px;
1722
- }
1723
-
1724
- .e-de-style-dialog .e-de-style-only-this-document {
1725
- margin-top: 25px;
1726
- }
1727
-
1728
- .e-de-style-format-dropdwn {
1729
- width: 135px;
1730
- }
1731
-
1732
- .e-de-style-options-div {
1733
- margin-bottom: 20px;
1734
- padding: 5px;
1735
- }
1736
-
1737
- .e-de-style-paragraph-group-button {
1738
- border-right: 2px solid #e0e0e0;
1739
- }
1740
-
1741
- .e-de-style-font-group-button {
1742
- border-left: 2px solid #e0e0e0;
1743
- border-right: 2px solid #e0e0e0;
1744
- }
1745
-
1746
- .e-de-op-replace-messagediv {
1747
- color: #000;
1748
- position: absolute;
1749
- top: 144px;
1750
- }
1751
-
1752
- .e-de-font-content-label .e-label,
1753
- .e-de-font-dlg-cb-right .e-label,
1754
- .e-de-font-checkbox .e-label {
1755
- font-size: 12px;
1756
- }
1757
-
1758
- .e-de-font-content-label .e-frame,
1759
- .e-de-font-dlg-cb-right .e-frame,
1760
- .e-de-font-checkbox .e-frame {
1761
- height: 15px;
1762
- line-height: 11px;
1763
- width: 15px;
1764
- }
1765
-
1766
- .e-de-op-input-group,
1767
- .e-de-op-replacewith {
1768
- height: 32px;
1769
- }
1770
-
1771
- .e-de-hyperlink-bookmark-check {
1772
- margin-top: 20px;
1773
- }
1774
-
1775
- .e-de-table-container-div .e-checkbox-wrapper .e-frame,
1776
- .e-de-table-header-div .e-checkbox-wrapper .e-frame,
1777
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
1778
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
1779
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
1780
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
1781
- .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
1782
- .e-de-tbl-margin-sub-header .e-frame {
1783
- height: 15px;
1784
- line-height: 11px;
1785
- width: 15px;
1786
- }
1787
-
1788
- .e-de-table-container-div .e-checkbox-wrapper .e-label,
1789
- .e-de-table-header-div .e-checkbox-wrapper .e-label,
1790
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
1791
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
1792
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
1793
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
1794
- .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
1795
- .e-de-tbl-margin-sub-header .e-label {
1796
- font-size: 14px;
1797
- }
1798
-
1799
- .e-de-table-ppty-dlg-measure-div {
1800
- float: right;
1801
- margin-left: 40px;
1802
- margin-top: -12px;
1803
- }
1804
-
1805
- .e-de-table-ppty-dlg-measure-drop-down-div {
1806
- float: right;
1807
- margin-left: 40px;
1808
- margin-top: 6px;
1809
- }
1810
-
1811
- .e-de-table-ppty-dlg-left-indent-container {
1812
- float: right;
1813
- margin-right: 89px;
1814
- }
1815
-
1816
- .e-de-table-ppty-dlg-row-height-label {
1817
- float: right;
1818
- margin-right: 161px;
1819
- margin-top: -62px;
1820
- }
1821
-
1822
- .e-de-table-ppty-dlg-preferred-width-div {
1823
- float: right;
1824
- margin-left: 20px;
1825
- margin-top: 6px;
1826
- }
1827
-
1828
- .e-de-table-ppty-options-break {
1829
- margin-bottom: 15px;
1830
- }
1831
-
1832
- .e-de-table-cell-subheader-div {
1833
- margin-right: 125px;
1834
- margin-top: -37px;
1835
- }
1836
-
1837
- .e-de-table-ppty-dlg-cell-tab-measure-label {
1838
- float: right;
1839
- margin-right: 172px;
1840
- margin-top: -64px;
1841
- }
1842
-
1843
- .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
1844
- padding-left: 24px;
1845
- padding-right: 24px;
1846
- }
1847
-
1848
- .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
1849
- padding-left: 24px;
1850
- padding-right: 24px;
1851
- }
1852
-
1853
- .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
1854
- padding-left: 1px;
1855
- padding-right: 24px;
1856
- }
1857
-
1858
- .e-styles-list {
1859
- float: left;
1860
- margin-right: 20px;
1861
- width: 250px;
1862
- }
1863
-
1864
- .e-styles-textboxdiv {
1865
- padding-bottom: 15px;
1866
- }
1867
-
1868
- .e-styles-listview .e-list-item {
1869
- font-size: 13px;
1870
- height: 30px;
1871
- line-height: 27px;
1872
- }
1873
-
1874
- .e-styles-common {
1875
- padding-top: 5px;
1876
- }
1877
-
1878
- .e-styles-button {
1879
- float: right;
1880
- }
1881
-
1882
- .e-de-toc-dlg-styles {
1883
- margin-bottom: 11px;
1884
- margin-left: 38px;
1885
- margin-top: 30px;
1886
- }
1887
-
1888
- .e-de-toc-dlg-build-table {
1889
- margin-top: 30px;
1890
- }
1891
-
1892
- .e-de-toc-table-div .e-de-toc-dlg-toc-level {
1893
- height: 24px;
1894
- margin-left: 36px;
1895
- width: 44px;
1896
- }
1897
-
1898
- .e-de-toc-styles-table-div {
1899
- border: 1px solid #808080;
1900
- border-radius: 4px;
1901
- margin-top: 9px;
1902
- width: 213px;
1903
- }
1904
-
1905
- .e-de-toc-dlg-sub-level-heading {
1906
- font-size: 12px;
1907
- }
1908
-
1909
- .e-de-toc-table-div {
1910
- height: 163px;
1911
- overflow-y: scroll;
1912
- width: 211px;
1913
- }
1914
-
1915
- .e-de-toc-dlg-style-input {
1916
- margin-bottom: 3px;
1917
- margin-left: 36px;
1918
- width: 210px;
1919
- }
1920
-
1921
- .e-de-toc-dlg-outline-levels {
1922
- margin-top: 15px;
1923
- width: 150px;
1924
- }
1925
-
1926
- .e-de-styles,
1927
- .e-de-bookmark {
1928
- margin-top: 24px;
1929
- }
1930
-
1931
- .e-bookmark-textboxdiv .e-bookmark-textbox-input {
1932
- height: 34px;
1933
- }
1934
-
1935
- .e-styles-dlgfields {
1936
- font-weight: normal;
1937
- margin-bottom: 6px;
1938
- }
1939
-
1940
- .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
1941
- padding-left: 1px;
1942
- padding-right: 24px;
1943
- }
1944
-
1945
- .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
1946
- padding-left: 24px;
1947
- padding-right: 24px;
1948
- }
1949
-
1950
- .e-de-dlg-target .e-footer-content .e-list-dlg-font {
1951
- margin-left: 16px;
1952
- }
1953
-
1954
- .e-bookmark-dlgfields {
1955
- font-weight: normal;
1956
- margin-bottom: 0;
1957
- }
1958
-
1959
- .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
1960
- height: 65px;
1961
- padding: 10px;
1962
- width: 70px;
1963
- }
1964
-
1965
- .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
1966
- height: 45px;
1967
- width: 45px;
1968
- }
1969
-
1970
- .e-de-bullet-icon-size {
1971
- height: 45px;
1972
- width: 45px;
1973
- }
1974
-
1975
- .e-de-ui-list-header-presetmenu {
1976
- cursor: pointer;
1977
- font-size: 11px;
1978
- line-height: 14px;
1979
- min-width: 50px;
1980
- overflow: hidden;
1981
- text-align: left;
1982
- white-space: nowrap;
1983
- width: 100%;
1984
- }
1985
-
1986
- .e-de-ui-bullet {
1987
- font-size: 42px;
1988
- }
1989
-
1990
- .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
1991
- border-bottom: 1px solid #ccc;
1992
- margin-left: 5px;
1993
- width: 100%;
1994
- }
1995
-
1996
- .e-de-ui-list-header-presetmenu div span {
1997
- color: #aaa;
1998
- display: inline-block;
1999
- vertical-align: middle;
2000
- }
2001
-
2002
- .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
2003
- .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
2004
- border: 0;
2005
- -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
2006
- box-shadow: inset 0 0 0 1px #ebebeb;
2007
- cursor: pointer;
2008
- height: 70px;
2009
- margin: 0 5px 5px 0;
2010
- padding: 0;
2011
- width: 70px;
2012
- }
2013
-
2014
- .e-de-ui-wfloating-menu {
2015
- padding: 10px 4px 5px 10px;
2016
- }
2017
-
2018
- .e-de-list-thumbnail .e-de-list-items {
2019
- float: left;
2020
- }
2021
-
2022
- .e-de-list-thumbnail .e-de-list-items {
2023
- background: #fff;
2024
- border: 1px solid transparent;
2025
- clear: initial;
2026
- display: inline-block;
2027
- height: auto;
2028
- margin: 5px;
2029
- text-align: center;
2030
- width: auto;
2031
- }
2032
-
2033
- .e-de-list-items {
2034
- background: #fff;
2035
- -webkit-box-sizing: border-box;
2036
- box-sizing: border-box;
2037
- cursor: pointer;
2038
- list-style: none;
2039
- padding: 7px 10px;
2040
- position: relative;
2041
- }
2042
-
2043
- .e-de-list-item-size {
2044
- font-size: 14px;
2045
- }
2046
-
2047
- .e-de-ui-wfloating-menu {
2048
- padding: 10px 4px 5px 10px;
2049
- }
2050
-
2051
- .e-de-table-border-fill {
2052
- margin-right: 25px;
2053
- margin-top: 7px;
2054
- }
2055
-
2056
- .e-de-table-ppty-dlg-tabs {
2057
- height: 270px;
2058
- position: relative;
2059
- width: 530px;
2060
- }
2061
-
2062
- .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
2063
- .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
2064
- border-color: #ff4081;
2065
- }
2066
-
2067
- .e-de-bullet-icons {
2068
- left: 50%;
2069
- position: absolute;
2070
- top: 50%;
2071
- -webkit-transform: translate(-43%, -43%);
2072
- transform: translate(-43%, -43%);
2073
- }
2074
-
2075
- .e-documenteditor .e-close::before {
2076
- content: "\e825";
2077
- font-family: "e-icons";
2078
- font-size: 14px;
2079
- }
2080
- .e-documenteditor .e-de-op-search-icon::before {
2081
- content: "\e275";
2082
- font-family: "e-icons";
2083
- font-size: 10px;
2084
- }
2085
- .e-documenteditor .e-arrow-up::before {
2086
- content: "\e834";
2087
- font-family: "e-icons";
2088
- font-size: 10px;
2089
- }
2090
- .e-documenteditor .e-arrow-down::before {
2091
- content: "\e83d";
2092
- font-family: "e-icons";
2093
- font-size: 10px;
2094
- }
2095
- .e-documenteditor .e-menu-item .e-de-acceptchange::before {
2096
- content: "\e19f";
2097
- font-family: "e-icons";
2098
- }
2099
- .e-documenteditor .e-menu-item .e-de-rejectchange::before {
2100
- content: "\e204";
2101
- font-family: "e-icons";
2102
- }
2103
- .e-documenteditor .e-de-op .e-de-op-close-icon {
2104
- height: 20px;
2105
- }
2106
- .e-documenteditor .e-de-op-close-icon::before {
2107
- content: "\e7a7";
2108
- }
2109
- .e-documenteditor .e-de-op-search-close-icon::before {
2110
- content: "\e7a7";
2111
- font-family: "e-icons";
2112
- font-size: 10px;
2113
- }
2114
- .e-documenteditor .e-de-new-cmt::before {
2115
- content: "\e7d5";
2116
- font-family: "e-icons";
2117
- }
2118
- .e-documenteditor .e-de-menu-icon::before {
2119
- content: "\e976";
2120
- font-family: "e-icons";
2121
- font-size: 10px;
2122
- }
2123
- .e-documenteditor .e-de-cmt-mark-icon::before {
2124
- content: "\e817";
2125
- font-family: "e-icons";
2126
- font-size: 13px;
2127
- }
2128
- .e-documenteditor .e-de-multi-cmt-mark::before {
2129
- content: "\e97a";
2130
- font-family: "e-icons";
2131
- font-size: 14px;
2132
- }
2133
- .e-documenteditor .e-de-cmt-resolve-icon::before {
2134
- content: "\e9c4";
2135
- font-family: "e-icons";
2136
- font-size: 13px;
2137
- }
2138
- .e-documenteditor .e-de-multi-cmt-resolve::before {
2139
- content: "\e9c5";
2140
- font-family: "e-icons";
2141
- font-size: 14px;
2142
- }
2143
- .e-documenteditor .e-de-cmt-post::before {
2144
- content: "\e816";
2145
- font-family: "e-icons";
2146
- }
2147
- .e-documenteditor .e-de-cmt-rply-icon::before {
2148
- content: "\e815";
2149
- font-family: "e-icons";
2150
- }
2151
- .e-documenteditor .e-de-cmt-cancel::before {
2152
- content: "\e7a7";
2153
- font-family: "e-icons";
2154
- }
2155
- .e-documenteditor .e-de-cmt-delete::before {
2156
- content: "\e602";
2157
- font-family: "e-icons";
2158
- }
2159
- .e-documenteditor .e-de-cmt-reopen::before {
2160
- content: "\e818";
2161
- font-family: "e-icons";
2162
- }
2163
- .e-documenteditor .e-de-nav-up::before {
2164
- content: "\e651";
2165
- font-family: "e-icons";
2166
- }
2167
- .e-documenteditor .e-de-nav-right-arrow::before {
2168
- content: "\e830";
2169
- }
2170
- .e-documenteditor .e-de-nav-left-arrow::before {
2171
- content: "\e829";
2172
- }
2173
- .e-documenteditor .e-de-save-icon::before {
2174
- content: "\e614";
2175
- font-family: "e-icons";
2176
- }
2177
- .e-documenteditor .e-de-cancel-icon::before {
2178
- content: "\ebe8";
2179
- font-family: "e-icons";
2180
- }
2181
-
2182
- .e-de-ctn-title-print::before {
2183
- content: "\ebf9";
2184
- font-family: "e-icons";
2185
- }
2186
-
2187
- .e-de-acceptchange::before {
2188
- content: "\e19f";
2189
- font-family: "e-icons";
2190
- }
2191
-
2192
- .e-de-rejectchange::before {
2193
- content: "\e204";
2194
- font-family: "e-icons";
2195
- }
2196
-
2197
- .e-de-ctn-title-download::before {
2198
- content: "\e603";
2199
- font-family: "e-icons";
2200
- }
2201
-
2202
- .e-de-table-properties-alignment:hover {
2203
- border-color: #f17eb8;
2204
- }
2205
-
2206
- .e-de-table-properties-alignment {
2207
- border: 1px solid transparent;
2208
- }
2209
-
2210
- .e-de-tablecell-alignment {
2211
- border: 1px solid transparent;
2212
- }
2213
-
2214
- .e-de-tablecell-alignment:hover {
2215
- border-color: #f17eb8;
2216
- }
2217
-
2218
- .e-de-table-left-alignment::before {
2219
- content: "\e517";
2220
- font-size: 46px;
2221
- }
2222
-
2223
- .e-de-table-center-alignment::before {
2224
- content: "\e518";
2225
- font-size: 46px;
2226
- }
2227
-
2228
- .e-de-table-right-alignment::before {
2229
- content: "\e515";
2230
- font-size: 46px;
2231
- }
2232
-
2233
- .e-de-tablecell-top-alignment::before {
2234
- content: "\e527";
2235
- font-size: 51px;
2236
- }
2237
-
2238
- .e-de-tablecell-center-alignment::before {
2239
- content: "\e526";
2240
- font-size: 51px;
2241
- }
2242
-
2243
- .e-de-tablecell-bottom-alignment::before {
2244
- content: "\e525";
2245
- font-size: 51px;
2246
- }
2247
-
2248
- .e-de-table-border-setting {
2249
- border: 1px solid rgb(0, 0, 0);
2250
- height: 40px;
2251
- left: 5px;
2252
- position: relative;
2253
- top: 5px;
2254
- width: 40px;
2255
- }
2256
-
2257
- .e-de-table-border-setting-genral {
2258
- border: 1px solid rgba(0, 0, 0, 0.26);
2259
- height: 52px;
2260
- width: 52px;
2261
- }
2262
-
2263
- .e-de-table-border-preview-genral {
2264
- border: 1px solid rgba(0, 0, 0, 0.26);
2265
- height: 24px;
2266
- width: 24px;
2267
- }
2268
-
2269
- .e-de-table-border-inside-setting:hover {
2270
- border: 1px solid #f17eb8;
2271
- }
2272
-
2273
- .e-de-table-border-preview {
2274
- height: 24px;
2275
- width: 24px;
2276
- }
2277
-
2278
- .e-de-table-border-inside-preview:hover {
2279
- border: 1px solid #f17eb8;
2280
- }
2281
-
2282
- .e-de-table-border-inside-setting-click {
2283
- border: 1px solid #ff4081;
2284
- }
2285
-
2286
- .e-de-table-border-inside-preview-click {
2287
- border: 1px solid #ff4081;
2288
- }
2289
-
2290
- .e-de-table-border-none-setting::before {
2291
- content: "\e507";
2292
- font-size: 38px;
2293
- position: absolute;
2294
- }
2295
-
2296
- .e-de-table-border-box-setting::before {
2297
- content: "\e509";
2298
- font-size: 34px;
2299
- left: 2px;
2300
- position: absolute;
2301
- top: 2px;
2302
- }
2303
-
2304
- .e-de-table-border-all-setting::before {
2305
- content: "\e511";
2306
- font-size: 34px;
2307
- left: 2px;
2308
- position: absolute;
2309
- top: 2px;
2310
- }
2311
-
2312
- .e-de-table-border-custom-setting::before {
2313
- content: "\e516";
2314
- font-size: 34px;
2315
- left: 2px;
2316
- position: absolute;
2317
- top: 2px;
2318
- }
2319
-
2320
- .e-de-para-border-none-setting::before {
2321
- content: "\e939";
2322
- font-size: 38px;
2323
- position: absolute;
2324
- }
2325
-
2326
- .e-de-para-border-box-setting::before {
2327
- content: "\e93b";
2328
- font-size: 34px;
2329
- left: 2px;
2330
- position: absolute;
2331
- top: 2px;
2332
- }
2333
-
2334
- .e-de-para-border-shadow-setting::before {
2335
- content: "\e93c";
2336
- font-size: 34px;
2337
- left: 2px;
2338
- position: absolute;
2339
- top: 2px;
2340
- }
2341
-
2342
- .e-de-para-border-custom-setting::before {
2343
- content: "\e936";
2344
- font-size: 34px;
2345
- left: 2px;
2346
- position: absolute;
2347
- top: 2px;
2348
- }
2349
-
2350
- .e-de-table-border-toptop-alignment::before {
2351
- content: "\e281";
2352
- font-size: 16px;
2353
- left: 5px;
2354
- position: absolute;
2355
- top: -2px;
2356
- }
2357
-
2358
- .e-de-table-border-topcenter-alignment::before {
2359
- content: "\e276";
2360
- font-size: 16px;
2361
- left: 5px;
2362
- position: absolute;
2363
- top: -2px;
2364
- }
2365
-
2366
- .e-de-table-border-topbottom-alignment::before {
2367
- content: "\e298";
2368
- font-size: 16px;
2369
- left: 5px;
2370
- position: absolute;
2371
- top: -2px;
2372
- }
2373
-
2374
- .e-de-table-border-diagionalup-alignment::before {
2375
- content: "\e262";
2376
- font-size: 16px;
2377
- left: 5px;
2378
- position: absolute;
2379
- top: -2px;
2380
- }
2381
-
2382
- .e-de-table-border-diagionaldown-alignment::before {
2383
- content: "\e265";
2384
- font-size: 16px;
2385
- left: 5px;
2386
- position: absolute;
2387
- top: -2px;
2388
- }
2389
-
2390
- .e-de-table-border-bottomleft-alignment::before {
2391
- content: "\e291";
2392
- font-size: 16px;
2393
- left: 5px;
2394
- position: absolute;
2395
- top: -2px;
2396
- }
2397
-
2398
- .e-de-table-border-bottomcenter-alignment::before {
2399
- content: "\e287";
2400
- font-size: 16px;
2401
- left: 5px;
2402
- position: absolute;
2403
- top: -2px;
2404
- }
2405
-
2406
- .e-de-table-border-bottomright-alignment::before {
2407
- content: "\e288";
2408
- font-size: 16px;
2409
- left: 5px;
2410
- position: absolute;
2411
- top: -2px;
2412
- }
2413
-
2414
- .e-de-columns-presets-genral {
2415
- height: 62px;
2416
- width: 62px;
2417
- margin-right: 33px;
2418
- margin-bottom: 12px;
2419
- }
2420
-
2421
- .e-de-columns-padding-alignment {
2422
- padding-top: 24px;
2423
- }
2424
-
2425
- .e-de-column-dlg-preview-div {
2426
- border: 1px solid rgba(0, 0, 0, 0.26);
2427
- height: 120px;
2428
- width: 120px;
2429
- }
2430
-
2431
- .e-de-padding-col-prev {
2432
- padding-left: 15px;
2433
- }
2434
-
2435
- .e-width-space-div {
2436
- width: 320px;
2437
- }
2438
-
2439
- .e-de-columns-presets-genral.e-de-rtl {
2440
- margin-left: 33px;
2441
- }
2442
-
2443
- .e-de-padding-col-prev.e-de-rtl {
2444
- padding-right: 15px;
2445
- }
2446
-
2447
- .e-de-column-dlg-preview-div.e-de-rtl {
2448
- border: 1px solid rgba(0, 0, 0, 0.26);
2449
- height: 120px;
2450
- width: 120px;
2451
- }
2452
-
2453
- .e-menu-item .e-de-cmt-add::before {
2454
- content: "\e814";
2455
- font-family: "e-icons";
2456
- }
2457
-
2458
- .e-menu-item .e-de-cut::before {
2459
- content: "\e279";
2460
- }
2461
-
2462
- .e-menu-item .e-de-spellcheck::before {
2463
- content: "\e689";
2464
- }
2465
-
2466
- .e-menu-item .e-de-copy::before {
2467
- content: "\e280";
2468
- }
2469
-
2470
- .e-menu-item .e-de-paste::before {
2471
- content: "\e501";
2472
- }
2473
-
2474
- .e-menu-item .e-de-continue-numbering::before {
2475
- content: "\e503";
2476
- }
2477
-
2478
- .e-menu-item .e-de-restart-at::before {
2479
- content: "\e277";
2480
- }
2481
-
2482
- .e-menu-item .e-de-insertlink::before {
2483
- content: "\e290";
2484
- }
2485
-
2486
- .e-menu-item .e-de-open-hyperlink::before {
2487
- content: "\e278";
2488
- }
2489
-
2490
- .e-menu-item .e-de-copy-hyperlink::before {
2491
- content: "\e295";
2492
- }
2493
-
2494
- .e-menu-item .e-de-edit-hyperlink::before {
2495
- content: "\e289";
2496
- }
2497
-
2498
- .e-menu-item .e-de-remove-hyperlink::before {
2499
- content: "\e286";
2500
- }
2501
-
2502
- .e-menu-item .e-de-fonts::before {
2503
- content: "\e273";
2504
- }
2505
-
2506
- .e-menu-item .e-de-paragraph::before {
2507
- content: "\e75e";
2508
- }
2509
-
2510
- .e-menu-item .e-de-table::before {
2511
- content: "\e294";
2512
- }
2513
-
2514
- .e-menu-item .e-de-insertabove::before {
2515
- content: "\e506";
2516
- }
2517
-
2518
- .e-menu-item .e-de-insertbelow::before {
2519
- content: "\e505";
2520
- }
2521
-
2522
- .e-menu-item .e-de-insertleft::before {
2523
- content: "\e285";
2524
- }
2525
-
2526
- .e-menu-item .e-de-insertright::before {
2527
- content: "\e284";
2528
- }
2529
-
2530
- .e-menu-item .e-de-delete-table::before {
2531
- content: "\e292";
2532
- }
2533
-
2534
- .e-menu-item .e-de-deleterow::before {
2535
- content: "\e283";
2536
- }
2537
-
2538
- .e-menu-item .e-de-deletecolumn::before {
2539
- content: "\e282";
2540
- }
2541
-
2542
- .e-de-bold::before {
2543
- content: "\e339";
2544
- font-family: "e-icons";
2545
- }
2546
-
2547
- .e-de-italic::before {
2548
- content: "\e35a";
2549
- font-family: "e-icons";
2550
- }
2551
-
2552
- .e-de-underline::before {
2553
- content: "\e343";
2554
- font-family: "e-icons";
2555
- }
2556
-
2557
- .e-de-indent::before {
2558
- content: "\e35d";
2559
- font-family: "e-icons";
2560
- }
2561
-
2562
- .e-de-outdent::before {
2563
- content: "\e33f";
2564
- font-family: "e-icons";
2565
- }
2566
-
2567
- .e-de-align-left::before {
2568
- content: "\e33a";
2569
- font-family: "e-icons";
2570
- }
2571
-
2572
- .e-de-align-center::before {
2573
- content: "\e35e";
2574
- font-family: "e-icons";
2575
- }
2576
-
2577
- .e-de-align-right::before {
2578
- content: "\e34d";
2579
- font-family: "e-icons";
2580
- }
2581
-
2582
- .e-de-justify::before {
2583
- content: "\e334";
2584
- font-family: "e-icons";
2585
- }
2586
-
2587
- .e-de-single-spacing::before {
2588
- content: "\e520";
2589
- font-family: "e-icons";
2590
- }
2591
-
2592
- .e-de-double-spacing::before {
2593
- content: "\e521";
2594
- font-family: "e-icons";
2595
- }
2596
-
2597
- .e-de-one-point-five-spacing::before {
2598
- content: "\e522";
2599
- font-family: "e-icons";
2600
- }
2601
-
2602
- .e-de-before-spacing::before {
2603
- content: "\e523";
2604
- font-family: "e-icons";
2605
- }
2606
-
2607
- .e-de-after-spacing::before {
2608
- content: "\e274";
2609
- font-family: "e-icons";
2610
- }
2611
-
2612
- .e-de-icon-bullet-list-dot::before {
2613
- content: "\e270";
2614
- font-family: "e-icons";
2615
- font-size: 42px;
2616
- }
2617
-
2618
- .e-de-icon-bullet-list-circle::before {
2619
- content: "\e254";
2620
- font-family: "e-icons";
2621
- font-size: 42px;
2622
- }
2623
-
2624
- .e-de-icon-bullet-list-square::before {
2625
- content: "\e271";
2626
- font-family: "e-icons";
2627
- font-size: 42px;
2628
- }
2629
-
2630
- .e-de-icon-bullet-list-tick::before {
2631
- content: "\e259";
2632
- font-family: "e-icons";
2633
- font-size: 42px;
2634
- }
2635
-
2636
- .e-de-icon-bullet-list-flower::before {
2637
- content: "\e267";
2638
- font-family: "e-icons";
2639
- font-size: 42px;
2640
- }
2641
-
2642
- .e-de-icon-bullet-list-arrow::before {
2643
- content: "\e253";
2644
- font-family: "e-icons";
2645
- font-size: 42px;
2646
- }
2647
-
2648
- .e-de-icon-bullet-list-none::before {
2649
- content: "\e256";
2650
- font-family: "e-icons";
2651
- font-size: 42px;
2652
- }
2653
-
2654
- .e-de-icon-autofit::before {
2655
- content: "\eba8";
2656
- font-family: "e-icons";
2657
- }
2658
-
2659
- .e-de-icon-fixed-columnwidth::before {
2660
- content: "\eba9";
2661
- font-family: "e-icons";
2662
- }
2663
-
2664
- .e-de-icon-auto-fitwindow::before {
2665
- content: "\ebaa";
2666
- font-family: "e-icons";
2667
- }
2668
-
2669
- .e-item .e-de-paste-text::before {
2670
- content: "\e687";
2671
- }
2672
-
2673
- .e-item .e-de-paste-source::before {
2674
- content: "\e686";
2675
- }
2676
-
2677
- .e-item .e-de-paste-merge::before {
2678
- content: "\e688";
2679
- }
2680
-
2681
- .e-item .e-de-paste-column::before {
2682
- content: "\e91b";
2683
- }
2684
-
2685
- .e-item .e-de-paste-row::before {
2686
- content: "\e91c";
2687
- }
2688
-
2689
- .e-item .e-de-paste-overwrite-cells::before {
2690
- content: "\e91d";
2691
- }
2692
-
2693
- .e-item .e-de-paste-nested-table::before {
2694
- content: "\e91e";
2695
- }
2696
-
2697
- .e-item .e-de-paste-merge-table::before {
2698
- content: "\e91f";
2699
- }
2700
-
2701
- .e-icon-btn .e-de-paste::before {
2702
- content: "\e68a";
2703
- }
2704
-
2705
- .e-de-share::before {
2706
- content: "\e8f2";
2707
- font-family: "e-icons";
2708
- }
2709
-
2710
- .e-de-preset-container {
2711
- width: 95px;
2712
- }
2713
-
2714
- .e-de-preset-container.e-de-rtl {
2715
- width: 85px;
2716
- }
2717
-
2718
- .e-bigger {
2719
- /* stylelint-disable */
2720
- /* stylelint-enable */
2721
- }
2722
- .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
2723
- .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
2724
- font-size: 14px;
2725
- }
2726
- .e-bigger .e-de-para-dlg-container .e-input-group {
2727
- width: 192px !important;
2728
- }
2729
- .e-bigger .e-de-para-dlg-heading {
2730
- color: rgba(0, 0, 0, 0.87);
2731
- display: block;
2732
- font-size: 14px;
2733
- font-weight: 700;
2734
- margin-bottom: 8px;
2735
- }
2736
- .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
2737
- .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
2738
- font-size: 12px;
2739
- }
2740
- .e-bigger .e-de-para-dlg-container {
2741
- height: 450px;
2742
- width: 400px;
2743
- }
2744
- .e-bigger .e-de-para-dlg-cs-check-box {
2745
- margin-bottom: 8px;
2746
- margin-top: 8px;
2747
- }
2748
- .e-bigger .e-de-para-dlg-spacing-div {
2749
- margin-left: 20px;
2750
- }
2751
- .e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
2752
- margin-left: 0;
2753
- margin-right: 20px;
2754
- }
2755
- .e-bigger .e-de-para-dlg-sub-container .e-input-group {
2756
- margin-bottom: 15px;
2757
- }
2758
- .e-bigger .e-de-para-dlg-sub-container {
2759
- margin-bottom: 25px;
2760
- }
2761
- .e-bigger .e-de-para-dlg-right-sub-container {
2762
- top: 17px;
2763
- }
2764
- .e-bigger .e-de-dlg-sub-header {
2765
- display: block;
2766
- font-size: 12px;
2767
- font-weight: normal;
2768
- margin-bottom: 8px;
2769
- }
2770
- .e-bigger .e-de-rtl-btn-div {
2771
- font-size: 12px;
2772
- margin-right: 24px;
2773
- width: 200px;
2774
- }
2775
- .e-bigger .e-de-rtl-btn-div.e-de-rtl {
2776
- margin-left: 12px;
2777
- margin-right: 0;
2778
- }
2779
-
2780
- .e-de-para-dlg-heading {
2781
- color: rgba(0, 0, 0, 0.87);
2782
- display: block;
2783
- font-size: 14px;
2784
- font-weight: 700;
2785
- margin-bottom: 8px;
2786
- opacity: 87%;
2787
- }
2788
-
2789
- .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
2790
- .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
2791
- font-size: 12px;
2792
- }
2793
-
2794
- .e-de-para-dlg-container {
2795
- height: 450px;
2796
- width: 400px;
2797
- }
2798
-
2799
- .e-de-para-dlg-cs-check-box {
2800
- margin-bottom: 8px;
2801
- margin-top: 8px;
2802
- }
2803
-
2804
- .e-de-para-dlg-spacing-div {
2805
- margin-left: 40px;
2806
- }
2807
-
2808
- .e-de-para-dlg-spacing-div.e-de-rtl {
2809
- margin-left: 0;
2810
- margin-right: 40px;
2811
- }
2812
-
2813
- .e-de-para-dlg-sub-container .e-input-group {
2814
- margin-bottom: 15px;
2815
- }
2816
-
2817
- .e-de-para-dlg-sub-container {
2818
- margin-bottom: 25px;
2819
- }
2820
-
2821
- .e-de-para-dlg-right-sub-container {
2822
- top: 17px;
2823
- }
2824
-
2825
- .e-de-dlg-sub-header {
2826
- display: block;
2827
- font-size: 12px;
2828
- font-weight: normal;
2829
- margin-bottom: 8px;
2830
- }
2831
-
2832
- .e-de-rtl-btn-div {
2833
- font-size: 12px;
2834
- margin-right: 14px;
2835
- width: 200px;
2836
- }
2837
-
2838
- .e-de-rtl-btn-div.e-de-rtl {
2839
- margin-left: 14px;
2840
- margin-right: 0;
2841
- }
2842
-
2843
- .e-para-dlg-sub-height {
2844
- height: 145px;
2845
- }
1
+ @import '@syncfusion/ej2-documenteditor/styles/document-editor/highcontrast-light.css';