@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,2075 +1 @@
1
- .e-de-ctnr-linespacing::before {
2
- content: "\eb30";
3
- }
4
-
5
- .e-de-ctnr-lock::before {
6
- content: "\eb20";
7
- }
8
-
9
- .e-de-ctnr-italic::before {
10
- content: "\eb1d";
11
- }
12
-
13
- .e-de-ctnr-link::before {
14
- content: "\eb27";
15
- }
16
-
17
- .e-de-cnt-track::before {
18
- content: "\e20a";
19
- font-family: "e-icons";
20
- }
21
-
22
- .e-de-ctnr-table::before {
23
- content: "\eb2b";
24
- }
25
-
26
- .e-de-ctnr-tableofcontent::before {
27
- content: "\eb10";
28
- }
29
-
30
- .e-de-ctnr-pagenumber::before {
31
- content: "\eb1b";
32
- }
33
-
34
- .e-de-ctnr-new::before {
35
- content: "\eb0c";
36
- }
37
-
38
- .e-de-ctnr-bold::before {
39
- content: "\eb2f";
40
- }
41
-
42
- .e-de-ctnr-fontcolor::before {
43
- content: "\eb1f";
44
- }
45
-
46
- .e-de-ctnr-change-case::before {
47
- content: "\e88c";
48
- }
49
-
50
- .e-de-ctnr-pagesetup::before {
51
- content: "\eb33";
52
- }
53
-
54
- .e-de-ctnr-content-control::before {
55
- content: "\e156";
56
- }
57
-
58
- .e-de-ctnr-strokestyle::before {
59
- content: "\eb1a";
60
- }
61
-
62
- .e-de-ctnr-image::before {
63
- content: "\eb1c";
64
- }
65
-
66
- .e-de-ctnr-bookmark::before {
67
- content: "\eb11";
68
- }
69
-
70
- .e-de-ctnr-header::before {
71
- content: "\eb0b";
72
- }
73
-
74
- .e-de-ctnr-open::before {
75
- content: "\eb28";
76
- }
77
-
78
- .e-de-ctnr-bullets::before {
79
- content: "\eb25";
80
- }
81
-
82
- .e-de-ctnr-borders::before {
83
- content: "\e93b";
84
- }
85
-
86
- .e-de-ctnr-showhide::before {
87
- content: "\eb23";
88
- font-size: 16px;
89
- }
90
-
91
- .e-de-ctnr-footer::before {
92
- content: "\eb0a";
93
- }
94
-
95
- .e-de-ctnr-clearall::before {
96
- content: "\eb26";
97
- }
98
-
99
- .e-de-ctnr-outsideborder::before {
100
- content: "\eb66";
101
- }
102
-
103
- .e-de-ctnr-allborders::before {
104
- content: "\eb95";
105
- }
106
-
107
- .e-de-ctnr-insideborders::before {
108
- content: "\eb88";
109
- }
110
-
111
- .e-de-ctnr-mergecell::before {
112
- content: "\eb93";
113
- }
114
-
115
- .e-de-ctnr-aligntop::before {
116
- content: "\eb35";
117
- }
118
-
119
- .e-de-ctnr-alignbottom::before {
120
- content: "\eb0e";
121
- }
122
-
123
- .e-de-ctnr-aligncenter-table::before {
124
- content: "\eb0d";
125
- }
126
-
127
- .e-de-ctnr-bullet-none::before {
128
- content: "\e256";
129
- }
130
-
131
- .e-de-ctnr-bullet-dot::before {
132
- content: "\e270";
133
- }
134
-
135
- .e-de-ctnr-bullet-circle::before {
136
- content: "\e254";
137
- }
138
-
139
- .e-de-ctnr-bullet-square::before {
140
- content: "\e271";
141
- }
142
-
143
- .e-de-ctnr-bullet-flower::before {
144
- content: "\e267";
145
- }
146
-
147
- .e-de-ctnr-bullet-arrow::before {
148
- content: "\e253";
149
- }
150
-
151
- .e-de-ctnr-bullet-tick::before {
152
- content: "\e259";
153
- }
154
-
155
- .e-de-selected-item::before {
156
- content: "\e935";
157
- }
158
-
159
- .e-de-ctnr-break::before {
160
- content: "\eba1";
161
- }
162
-
163
- .e-de-selected-spellcheck-item::before {
164
- content: "\e935";
165
- font-family: "e-icons";
166
- font-size: 10px;
167
- }
168
-
169
- .e-de-selected-underline-item::before {
170
- content: "\e935";
171
- font-family: "e-icons";
172
- font-size: 10px;
173
- }
174
-
175
- .e-de-ctnr-page-break::before {
176
- content: "\eba5";
177
- }
178
-
179
- .e-de-ctnr-section-break::before {
180
- content: "\eba7";
181
- }
182
-
183
- .e-de-ctnr-upload::before {
184
- content: "\eba4";
185
- }
186
-
187
- .e-de-ctnr-leftborders::before {
188
- content: "\e291";
189
- }
190
-
191
- .e-de-ctnr-rightborder::before {
192
- content: "\e288";
193
- }
194
-
195
- .e-de-ctnr-topborder::before {
196
- content: "\e281";
197
- }
198
-
199
- .e-de-ctnr-bottomborder::before {
200
- content: "\e298";
201
- }
202
-
203
- .e-de-ctnr-insertleft::before {
204
- content: "\e285";
205
- }
206
-
207
- .e-de-ctnr-insertright::before {
208
- content: "\e284";
209
- }
210
-
211
- .e-de-ctnr-insertabove::before {
212
- content: "\e506";
213
- }
214
-
215
- .e-de-ctnr-insertbelow::before {
216
- content: "\e505";
217
- }
218
-
219
- .e-de-ctnr-deleterows::before {
220
- content: "\e283";
221
- }
222
-
223
- .e-de-ctnr-deletecolumns::before {
224
- content: "\e282";
225
- }
226
-
227
- .e-de-ctnr-undo::before {
228
- content: "\ebc5";
229
- }
230
-
231
- .e-de-ctnr-find::before {
232
- content: "\e60e";
233
- }
234
-
235
- .e-de-ctnr-download::before {
236
- content: "\ec32";
237
- }
238
-
239
- .e-de-ctnr-justify::before {
240
- content: "\e334";
241
- }
242
-
243
- .e-de-ctnr-highlight::before {
244
- content: "\ebc6";
245
- }
246
-
247
- .e-de-ctnr-paste::before {
248
- content: "\e601";
249
- }
250
-
251
- .e-de-ctnr-subscript::before {
252
- content: "\e357";
253
- }
254
-
255
- .e-de-ctnr-strikethrough::before {
256
- content: "\ebc9";
257
- }
258
-
259
- .e-de-ctnr-redo::before {
260
- content: "\ebd3";
261
- }
262
-
263
- .e-de-ctnr-increaseindent::before {
264
- content: "\e33f";
265
- }
266
-
267
- .e-de-ctnr-underline::before {
268
- content: "\ebc8";
269
- }
270
-
271
- .e-de-ctnr-superscript::before {
272
- content: "\e352";
273
- }
274
-
275
- .e-de-ctnr-alignleft::before {
276
- content: "\e33a";
277
- }
278
-
279
- .e-de-ctnr-numbering::before {
280
- content: "\e346";
281
- }
282
-
283
- .e-de-ctnr-decreaseindent::before {
284
- content: "\e35d";
285
- }
286
-
287
- .e-de-ctnr-insideverticalborder::before {
288
- content: "\e287";
289
- }
290
-
291
- .e-de-ctnr-insidehorizondalborder::before {
292
- content: "\e276";
293
- }
294
-
295
- .e-de-ctnr-highlightcolor::before {
296
- content: "\ebc6";
297
- }
298
-
299
- .e-de-ctnr-close::before {
300
- content: "\e361";
301
- }
302
-
303
- .e-de-ctnr-backgroundcolor::before {
304
- content: "\ebca";
305
- }
306
-
307
- .e-de-ctnr-aligncenter::before {
308
- content: "\e35e";
309
- }
310
-
311
- .e-de-ctnr-print::before {
312
- content: "\ebd2";
313
- }
314
-
315
- .e-de-ctnr-alignright::before {
316
- content: "\e34d";
317
- }
318
-
319
- .e-de-ctnr-strokesize::before {
320
- content: "\ebd7";
321
- }
322
-
323
- .e-de-ctnr-cellbg-clr-picker::before {
324
- content: "\ebca";
325
- }
326
-
327
- .e-de-flip {
328
- -webkit-transform: scaleX(-1);
329
- transform: scaleX(-1);
330
- }
331
-
332
- .e-de-cnt-cmt-add::before {
333
- content: "\e814";
334
- font-family: "e-icons";
335
- }
336
-
337
- .e-de-printlayout::before {
338
- content: "\e897";
339
- font-family: "e-icons";
340
- }
341
-
342
- .e-de-weblayout::before {
343
- content: "\e798";
344
- font-family: "e-icons";
345
- }
346
-
347
- .e-de-textform::before {
348
- content: "\e198";
349
- font-family: "e-icons";
350
- }
351
-
352
- .e-de-combo-box::before {
353
- content: "\e8ff";
354
- font-family: "e-icons";
355
- }
356
-
357
- .e-de-dropdown-list::before {
358
- content: "\e8fe";
359
- font-family: "e-icons";
360
- }
361
-
362
- .e-de-formproperties::before {
363
- content: "\e199";
364
- font-family: "e-icons";
365
- }
366
-
367
- .e-de-clearform::before {
368
- content: "\e19a";
369
- font-family: "e-icons";
370
- }
371
-
372
- .e-de-dropdownform::before {
373
- content: "\e19b";
374
- font-family: "e-icons";
375
- }
376
-
377
- .e-de-formfield::before {
378
- content: "\e19c";
379
- font-family: "e-icons";
380
- }
381
-
382
- .e-de-checkbox-form::before {
383
- content: "\e19d";
384
- font-family: "e-icons";
385
- }
386
-
387
- .e-de-arrow-up::before {
388
- content: "\e834";
389
- font-family: "e-icons";
390
- }
391
-
392
- .e-de-arrow-down::before {
393
- content: "\e83d";
394
- font-family: "e-icons";
395
- }
396
-
397
- .e-de-update-field::before {
398
- content: "\e19e";
399
- font-family: "e-icons";
400
- }
401
-
402
- .e-de-footnote::before {
403
- content: "\e435";
404
- font-family: "e-icons";
405
- }
406
-
407
- .e-de-endnote::before {
408
- content: "\e436";
409
- font-family: "e-icons";
410
- }
411
-
412
- .e-de-e-paragraph-mark::before {
413
- content: "\e353";
414
- font-family: "e-icons";
415
- }
416
-
417
- .e-de-e-paragraph-style-mark::before {
418
- content: "\e353";
419
- font-family: "e-icons";
420
- }
421
-
422
- .e-de-e-character-style-mark::before {
423
- content: "\e98e";
424
- font-family: "e-icons";
425
- }
426
-
427
- .e-de-e-linked-style-mark::before {
428
- content: "\e992";
429
- font-family: "e-icons";
430
- }
431
-
432
- .e-de-ctnr-columns::before {
433
- content: "\e955";
434
- font-family: "e-icons";
435
- }
436
-
437
- .e-de-ctnr-page-size::before {
438
- content: "\e952";
439
- font-family: "e-icons";
440
- }
441
-
442
- .e-de-ctnr-page-break-column::before {
443
- content: "\e980";
444
- font-family: "e-icons";
445
- }
446
-
447
- .e-de-ctnr-page-break-text-wrapping::before {
448
- content: "\e982";
449
- font-family: "e-icons";
450
- }
451
-
452
- .e-de-ctnr-section-break-continuous::before {
453
- content: "\e981";
454
- font-family: "e-icons";
455
- }
456
-
457
- .e-de-ctnr-section-break-even-page::before {
458
- content: "\e97e";
459
- font-family: "e-icons";
460
- }
461
-
462
- .e-de-ctnr-section-break-odd-page::before {
463
- content: "\e97f";
464
- font-family: "e-icons";
465
- }
466
-
467
- .e-de-ctnr-columns-one::before {
468
- content: "\e986";
469
- font-family: "e-icons";
470
- font-size: 60px;
471
- }
472
-
473
- .e-de-ctnr-columns-two::before {
474
- content: "\e987";
475
- font-family: "e-icons";
476
- font-size: 60px;
477
- }
478
-
479
- .e-de-ctnr-columns-three::before {
480
- content: "\e989";
481
- font-family: "e-icons";
482
- font-size: 60px;
483
- }
484
-
485
- .e-de-ctnr-columns-right::before {
486
- content: "\e983";
487
- font-family: "e-icons";
488
- font-size: 60px;
489
- }
490
-
491
- .e-de-ctnr-columns-left::before {
492
- content: "\e985";
493
- font-family: "e-icons";
494
- font-size: 60px;
495
- }
496
-
497
- .e-de-toolbar {
498
- height: 100%;
499
- }
500
-
501
- .e-documenteditorcontainer {
502
- display: block;
503
- }
504
-
505
- .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
506
- height: 0;
507
- line-height: 0;
508
- }
509
-
510
- .e-de-ctnr-file-picker {
511
- left: -110em;
512
- position: fixed;
513
- }
514
-
515
- .e-de-ctnr-rtl {
516
- direction: rtl;
517
- }
518
-
519
- .e-de-ctnr-hglt-btn {
520
- border: 0.5px solid transparent;
521
- display: inline-block;
522
- height: 25px;
523
- margin: 3px;
524
- width: 25px;
525
- }
526
-
527
- .e-color-selected,
528
- .e-de-ctnr-hglt-btn:hover {
529
- border-color: #fff;
530
- outline: #000 0.5px solid;
531
- }
532
-
533
- .e-hglt-no-color {
534
- height: 30px;
535
- padding-top: 1px;
536
- width: 157px;
537
- }
538
- .e-hglt-no-color:hover {
539
- background-color: #313131;
540
- cursor: pointer;
541
- }
542
-
543
- .e-de-ctnr-hglt-no-color {
544
- font-size: 12px;
545
- font-weight: normal;
546
- left: 40px;
547
- padding-top: 11px;
548
- position: absolute;
549
- top: 100px;
550
- }
551
-
552
- /* stylelint-disable */
553
- .e-de-scrollbar-hide::-webkit-scrollbar {
554
- width: 0;
555
- }
556
-
557
- .e-de-scrollbar-hide {
558
- -ms-overflow-style: none;
559
- scrollbar-width: none;
560
- }
561
-
562
- /* stylelint-enable */
563
- /* stylelint-disable */
564
- .e-de-toolbar {
565
- height: 100%;
566
- }
567
-
568
- .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
569
- -webkit-box-shadow: none;
570
- box-shadow: none;
571
- height: 34px;
572
- }
573
- .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
574
- -webkit-box-shadow: none;
575
- box-shadow: none;
576
- }
577
- .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
578
- -webkit-box-shadow: none;
579
- box-shadow: none;
580
- }
581
- .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
582
- -webkit-box-shadow: none;
583
- box-shadow: none;
584
- }
585
-
586
- .e-de-ctnr-group-btn-middle button {
587
- border-radius: 0px;
588
- }
589
-
590
- .de-tbl-fill-clr .e-dropdown-btn.e-btn {
591
- -webkit-box-shadow: none;
592
- box-shadow: none;
593
- }
594
-
595
- .e-de-prop-pane .e-de-ctnr-group-btn button,
596
- .e-de-ctn .e-de-status-bar button {
597
- -webkit-box-shadow: none;
598
- box-shadow: none;
599
- height: 34px;
600
- }
601
- .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
602
- .e-de-ctn .e-de-status-bar button:focus {
603
- -webkit-box-shadow: none;
604
- box-shadow: none;
605
- }
606
- .e-de-prop-pane .e-de-ctnr-group-btn button:active,
607
- .e-de-ctn .e-de-status-bar button:active {
608
- -webkit-box-shadow: none;
609
- box-shadow: none;
610
- }
611
- .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
612
- .e-de-ctn .e-de-status-bar button:hover {
613
- -webkit-box-shadow: none;
614
- box-shadow: none;
615
- }
616
-
617
- .e-de-statusbar-pageweb {
618
- background: #1a1a1a;
619
- border: 0;
620
- -webkit-box-shadow: none;
621
- box-shadow: none;
622
- float: right;
623
- height: 33px;
624
- width: 33px;
625
- }
626
- .e-de-statusbar-pageweb:hover {
627
- -webkit-box-shadow: none;
628
- box-shadow: none;
629
- }
630
-
631
- .e-de-statusbar-pageweb .e-de-printlayout,
632
- .e-de-statusbar-pageweb .e-de-weblayout {
633
- font-size: 16px;
634
- }
635
-
636
- .e-de-statusbar-pageweb .e-de-printlayout:hover,
637
- .e-de-statusbar-pageweb .e-de-weblayout:hover {
638
- font-size: 16px;
639
- }
640
-
641
- .e-bigger .e-btn.e-de-statusbar-pageweb {
642
- padding: 0;
643
- }
644
- .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
645
- .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
646
- font-size: 16px;
647
- }
648
-
649
- .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
650
- height: 24px;
651
- width: 16px;
652
- margin-right: 12px;
653
- }
654
-
655
- .e-de-listview-icon {
656
- height: auto;
657
- width: auto;
658
- line-height: 22px;
659
- margin-right: 12px;
660
- }
661
-
662
- .e-de-linespacing {
663
- margin-top: 6px;
664
- }
665
-
666
- .e-de-statusbar-zoom {
667
- background: #1a1a1a;
668
- border: 0;
669
- color: #fff;
670
- float: right;
671
- font-weight: 400;
672
- height: 33px;
673
- }
674
-
675
- .e-de-pagenumber-text {
676
- border: none !important;
677
- }
678
-
679
- .e-de-pagenumber-input {
680
- background: #2a2a2a;
681
- border: 1px solid #505050;
682
- border-radius: 2px;
683
- color: #fff;
684
- padding: 0px;
685
- text-align: center;
686
- width: 22px;
687
- }
688
-
689
- .e-btn-pageweb-toggle {
690
- background-color: #313131;
691
- -webkit-box-shadow: none;
692
- box-shadow: none;
693
- outline: #fafafa 0 solid;
694
- outline-offset: 0;
695
- }
696
-
697
- .e-btn-pageweb-spellcheck {
698
- border: 0;
699
- -webkit-box-shadow: none;
700
- box-shadow: none;
701
- float: right;
702
- margin-left: calc(100% - 380px);
703
- }
704
-
705
- .e-bigger .e-btn-pageweb-spellcheck {
706
- margin-left: calc(100% - 410px);
707
- }
708
-
709
- .e-de-ctn-title {
710
- background-color: #0070f0;
711
- border-bottom: none !important;
712
- color: #fff;
713
- }
714
-
715
- .e-de-tool-ctnr-properties-pane {
716
- display: -webkit-box;
717
- display: -ms-flexbox;
718
- display: flex;
719
- height: calc(100% - 115px);
720
- width: 100%;
721
- }
722
-
723
- .e-de-ctnr-properties-pane {
724
- display: -webkit-box;
725
- display: -ms-flexbox;
726
- display: flex;
727
- height: calc(100% - 38px);
728
- width: 100%;
729
- }
730
-
731
- .e-de-statusbar-separator {
732
- border-left: 1px solid #ccc;
733
- height: 16px;
734
- margin-left: 7.5px;
735
- margin-right: 7.5px;
736
- margin-top: 10px;
737
- }
738
-
739
- .e-bigger .e-de-statusbar-separator {
740
- border-left: 1px solid #ccc;
741
- height: 16px;
742
- margin-left: 7.5px;
743
- margin-right: 7.5px;
744
- margin-top: 10px;
745
- }
746
-
747
- .e-de-statusbar-spellcheck {
748
- border-radius: 2px;
749
- font-weight: 400;
750
- }
751
-
752
- .e-de-ctn {
753
- background-color: #1a1a1a;
754
- border: 1px solid #505050;
755
- height: 100%;
756
- position: relative;
757
- width: 100%;
758
- }
759
-
760
- .e-bigger .e-de-statusbar-spellcheck {
761
- border-radius: 2px;
762
- }
763
-
764
- .e-de-ctnr-toolbar {
765
- display: -webkit-box;
766
- display: -ms-flexbox;
767
- display: flex;
768
- height: 77px;
769
- width: 100%;
770
- }
771
-
772
- .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
773
- .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
774
- border: 0;
775
- }
776
-
777
- .e-de-pane {
778
- border-left: 1px solid #505050;
779
- }
780
-
781
- .e-de-pane-rtl {
782
- border-right: 1px solid #505050;
783
- }
784
-
785
- .e-de-tool-ctnr-properties-pane,
786
- .e-de-ctnr-properties-pane {
787
- background: #1a1a1a;
788
- border-bottom: 1px solid #505050;
789
- border-top: 1px solid #505050;
790
- }
791
-
792
- .e-de-ctnr-segment {
793
- margin-bottom: 12px;
794
- }
795
-
796
- .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
797
- .e-de-font-clr-picker > .e-split-btn-wrapper {
798
- margin-right: 12px;
799
- }
800
-
801
- .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
802
- .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
803
- margin-left: 12px;
804
- margin-right: 0;
805
- }
806
-
807
- .e-de-ctnr-segment > div:first-child:not(.e-rtl),
808
- .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
809
- .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
810
- margin-right: 12px;
811
- }
812
-
813
- .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
814
- .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
815
- .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
816
- margin-left: 12px;
817
- margin-right: 0;
818
- }
819
-
820
- .e-de-tlbr-wrapper {
821
- background-color: #131313;
822
- height: 77px;
823
- width: calc(100% - 75px);
824
- }
825
-
826
- .e-de-ctnr-prop-label {
827
- color: #acacac;
828
- display: inline-block;
829
- font-size: 12px;
830
- font-weight: 500;
831
- letter-spacing: 0.05px;
832
- margin-bottom: 12px;
833
- opacity: 0.87;
834
- }
835
-
836
- .e-de-table-prop-label {
837
- margin-left: 12px;
838
- }
839
-
840
- .e-de-table-prop-label.e-de-rtl {
841
- margin-left: 0;
842
- margin-right: 12px;
843
- }
844
-
845
- .e-de-toolbar.e-toolbar {
846
- border-radius: 0;
847
- }
848
-
849
- .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
850
- margin-left: 0;
851
- margin-right: 6px;
852
- }
853
-
854
- .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
855
- margin-left: 6px;
856
- margin-right: 0;
857
- }
858
-
859
- .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
860
- margin-left: 0;
861
- margin-right: 8px;
862
- }
863
-
864
- .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
865
- margin-left: 8px;
866
- margin-right: 0;
867
- }
868
-
869
- .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
870
- margin-left: 6px;
871
- margin-right: 0;
872
- }
873
-
874
- .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
875
- margin-left: 0;
876
- margin-right: 6px;
877
- }
878
-
879
- .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
880
- margin-left: 8px;
881
- margin-right: 0;
882
- }
883
-
884
- .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
885
- margin-left: 0;
886
- margin-right: 8px;
887
- }
888
-
889
- .e-de-toolbar.e-toolbar .e-toolbar-items {
890
- height: 77px;
891
- }
892
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
893
- height: 59px;
894
- margin: 0 5.5px;
895
- }
896
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
897
- margin-left: 12px !important;
898
- margin-right: 6px;
899
- }
900
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
901
- margin-left: 6px;
902
- margin-right: 6px;
903
- }
904
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
905
- margin-left: 6px;
906
- margin-right: 12px;
907
- }
908
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
909
- background-color: #313131;
910
- }
911
-
912
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
913
- -webkit-box-orient: vertical;
914
- -webkit-box-direction: normal;
915
- -ms-flex-direction: column;
916
- flex-direction: column;
917
- height: calc(100% - 10px);
918
- padding: 0;
919
- padding-bottom: 5px;
920
- }
921
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
922
- padding: 0;
923
- padding-bottom: 5px;
924
- }
925
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
926
- padding: 0;
927
- padding-bottom: 5px;
928
- }
929
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
930
- padding: 0;
931
- padding-bottom: 5px;
932
- }
933
-
934
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
935
- padding: 0;
936
- }
937
-
938
- .e-de-overlay {
939
- height: 100%;
940
- opacity: 0.5;
941
- pointer-events: none;
942
- -ms-touch-action: none;
943
- touch-action: none;
944
- width: 100%;
945
- }
946
-
947
- .e-de-ctnr-properties-pane-btn {
948
- width: 75px;
949
- }
950
-
951
- .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
952
- color: #0070f0;
953
- }
954
-
955
- .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
956
- color: #fff;
957
- }
958
-
959
- .e-de-ctnr-properties-pane-btn .e-btn {
960
- background: #131313;
961
- border-radius: 0;
962
- -webkit-box-shadow: none;
963
- box-shadow: none;
964
- color: #0070f0;
965
- min-height: 100%;
966
- min-width: 100%;
967
- }
968
- .e-de-ctnr-properties-pane-btn .e-btn:focus {
969
- -webkit-box-shadow: none;
970
- box-shadow: none;
971
- }
972
- .e-de-ctnr-properties-pane-btn .e-btn:active {
973
- -webkit-box-shadow: none;
974
- box-shadow: none;
975
- }
976
- .e-de-ctnr-properties-pane-btn .e-btn:hover {
977
- -webkit-box-shadow: none;
978
- box-shadow: none;
979
- }
980
-
981
- .e-de-showhide-btn {
982
- border: 0;
983
- height: 77px;
984
- }
985
-
986
- .e-de-showhide-btn-rtl {
987
- border: 0;
988
- height: 77px;
989
- }
990
-
991
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
992
- padding: 0;
993
- }
994
-
995
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
996
- display: table;
997
- font-size: 12px;
998
- margin: 0 6.5px;
999
- padding: 0;
1000
- white-space: normal;
1001
- }
1002
-
1003
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1004
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1005
- padding: 0 !important;
1006
- min-height: 16px;
1007
- }
1008
-
1009
- .e-de-hdr-ftr-frst-div {
1010
- margin-bottom: 10px;
1011
- }
1012
-
1013
- .e-de-hdr-ftr-top-div {
1014
- margin-bottom: 14px;
1015
- }
1016
-
1017
- .e-de-cntr-pane-padding {
1018
- padding: 12px;
1019
- }
1020
-
1021
- .e-de-prop-pane {
1022
- height: 100%;
1023
- min-height: 200px;
1024
- overflow: auto;
1025
- width: 264px;
1026
- }
1027
-
1028
- .e-de-review-pane {
1029
- background: #1a1a1a;
1030
- border-left: 1px solid #505050;
1031
- height: 100%;
1032
- min-height: 200px;
1033
- overflow: auto;
1034
- width: 420px;
1035
- }
1036
-
1037
- .e-bigger .e-de-cntr-pane-padding {
1038
- padding: 16px;
1039
- }
1040
- .e-bigger .e-de-prop-pane {
1041
- height: 100%;
1042
- min-height: 200px;
1043
- overflow: auto;
1044
- width: 272px;
1045
- }
1046
-
1047
- .e-de-property-div-padding {
1048
- border-bottom: 0.5px solid #505050;
1049
- padding: 12.5px;
1050
- }
1051
-
1052
- .e-de-ctnr-dropdown-ftr {
1053
- border-top: 1px solid #505050;
1054
- color: #acacac;
1055
- cursor: pointer;
1056
- display: block;
1057
- font-size: 12px;
1058
- line-height: 40px;
1059
- text-indent: 1.2em;
1060
- }
1061
-
1062
- .e-de-char-fmt-btn-left > button,
1063
- .e-de-insert-del-cell button {
1064
- width: 38.25px;
1065
- }
1066
-
1067
- .e-de-char-fmt-btn-right > button {
1068
- width: 37.5px;
1069
- }
1070
-
1071
- .e-de-panel-left-width {
1072
- width: 153px;
1073
- }
1074
-
1075
- .e-bigger .e-de-panel-left-width {
1076
- width: 149px;
1077
- }
1078
- .e-bigger .e-de-char-fmt-btn-left > button,
1079
- .e-bigger .e-de-insert-del-cell button {
1080
- width: 37.25px;
1081
- }
1082
-
1083
- .e-de-panel-right-width {
1084
- width: 75px;
1085
- }
1086
-
1087
- .e-de-cntr-highlight-pane {
1088
- border: 1px solid #505050;
1089
- }
1090
-
1091
- .e-de-btn-hghlclr > button:first-child {
1092
- padding: 1px !important;
1093
- }
1094
-
1095
- .e-de-ctnr-hglt-color {
1096
- font-size: 12px;
1097
- font-weight: 400;
1098
- height: 18px !important;
1099
- width: 18px !important;
1100
- }
1101
-
1102
- .e-de-font-clr-picker > div div button,
1103
- .e-de-font-clr-picker > div button,
1104
- .e-de-font-clr-picker > button {
1105
- width: 30.8px;
1106
- }
1107
-
1108
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1109
- height: 55px;
1110
- padding: 4px !important;
1111
- width: 60px;
1112
- }
1113
-
1114
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1115
- border: 3px solid #959595;
1116
- padding: 2px !important;
1117
- }
1118
-
1119
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1120
- height: 38px;
1121
- padding: 4px !important;
1122
- width: 38px;
1123
- }
1124
-
1125
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1126
- border: 3px solid #959595;
1127
- padding: 2px !important;
1128
- }
1129
-
1130
- .e-de-list-header-presetmenu {
1131
- cursor: pointer;
1132
- font-size: 11px;
1133
- line-height: 14px;
1134
- overflow: hidden;
1135
- text-align: left;
1136
- min-width: 50px;
1137
- white-space: nowrap;
1138
- width: 100%;
1139
- }
1140
-
1141
- .e-de-bullet-list-header-presetmenu {
1142
- cursor: pointer;
1143
- font-size: 14px;
1144
- left: -11px;
1145
- line-height: 26px;
1146
- min-width: 50px;
1147
- overflow: hidden;
1148
- position: relative;
1149
- white-space: nowrap;
1150
- width: 100%;
1151
- }
1152
-
1153
- .e-rtl .e-de-bullet-list-header-presetmenu {
1154
- cursor: pointer;
1155
- font-size: 14px;
1156
- left: 10px;
1157
- line-height: 26px;
1158
- min-width: 50px;
1159
- overflow: hidden;
1160
- position: relative;
1161
- white-space: nowrap;
1162
- width: 100%;
1163
- }
1164
-
1165
- .e-de-bullet {
1166
- font-size: 42px;
1167
- }
1168
-
1169
- .e-de-list-header-presetmenu .e-de-list-line {
1170
- border-bottom: 1px solid #ccc !important;
1171
- margin-left: 5px;
1172
- width: 100%;
1173
- }
1174
-
1175
- .e-de-toc-optionsdiv {
1176
- margin-bottom: 11.5px;
1177
- margin-left: 5.5px;
1178
- margin-top: 15.5px;
1179
- }
1180
-
1181
- .e-de-toc-optionsdiv.e-de-rtl {
1182
- margin-right: 5.5px;
1183
- margin-left: 0;
1184
- }
1185
-
1186
- .e-de-list-header-presetmenu div span {
1187
- display: inline-block;
1188
- vertical-align: middle;
1189
- }
1190
-
1191
- .e-de-floating-menu .e-de-floating-menuitem,
1192
- .e-de-floating-menu .e-de-menuitem-none {
1193
- cursor: pointer;
1194
- height: 70px;
1195
- padding: 0 !important;
1196
- margin: 0 5px 5px 0 !important;
1197
- width: 70px;
1198
- }
1199
-
1200
- .e-de-list-thumbnail .e-de-list-items {
1201
- float: left;
1202
- }
1203
-
1204
- .e-de-list-thumbnail .e-de-list-items {
1205
- border: 1px solid #e4e4e4;
1206
- clear: initial;
1207
- display: inline-block;
1208
- height: auto;
1209
- margin: 5px;
1210
- padding: 2px;
1211
- text-align: center;
1212
- width: auto;
1213
- }
1214
-
1215
- .e-de-list-items {
1216
- cursor: pointer;
1217
- background: #1a1a1a;
1218
- -webkit-box-sizing: border-box;
1219
- box-sizing: border-box;
1220
- list-style: none;
1221
- padding: 7px 10px 7px 10px;
1222
- position: relative;
1223
- }
1224
-
1225
- .e-de-list-item-size {
1226
- font-size: 14px;
1227
- }
1228
-
1229
- .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1230
- .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1231
- border: 3px solid #0070f0;
1232
- padding: 2px !important;
1233
- }
1234
-
1235
- .e-de-floating-menu {
1236
- padding: 10px 4px 5px 10px !important;
1237
- }
1238
-
1239
- .e-de-list-container {
1240
- border: 1px solid #ccc;
1241
- border-radius: 2px;
1242
- -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1243
- box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1244
- background: #1a1a1a;
1245
- -webkit-box-sizing: border-box;
1246
- box-sizing: border-box;
1247
- display: inline-block;
1248
- line-height: normal;
1249
- margin: 0;
1250
- outline: 0;
1251
- background: #1a1a1a;
1252
- padding: 5px 0;
1253
- position: absolute;
1254
- width: auto;
1255
- z-index: 10020;
1256
- }
1257
-
1258
- .e-de-ctnr-list {
1259
- font-size: 29px;
1260
- vertical-align: top;
1261
- }
1262
-
1263
- .e-de-image-property {
1264
- padding-left: 32px;
1265
- }
1266
-
1267
- .e-de-img-prty-span {
1268
- color: #fff;
1269
- left: 12px;
1270
- position: absolute;
1271
- top: 12px;
1272
- }
1273
-
1274
- .e-btn-toggle {
1275
- background-color: #313131 !important;
1276
- outline: #fafafa 0 solid;
1277
- outline-offset: 0;
1278
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1279
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1280
- }
1281
- .e-btn-toggle:hover {
1282
- background-color: #313131 !important;
1283
- outline: #fafafa 0 solid;
1284
- outline-offset: 0;
1285
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1286
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1287
- }
1288
-
1289
- .e-de-ctnr-group-btn-top > button:first-child {
1290
- border-radius: 0;
1291
- border-top-left-radius: 4px;
1292
- }
1293
-
1294
- .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1295
- border-top-left-radius: 0;
1296
- border-top-right-radius: 4px;
1297
- }
1298
-
1299
- .e-de-ctnr-group-btn-top > button:last-child {
1300
- border-radius: 0;
1301
- border-top-right-radius: 4px;
1302
- }
1303
-
1304
- .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1305
- border-top-left-radius: 4px;
1306
- border-top-right-radius: 0;
1307
- }
1308
-
1309
- .e-de-ctnr-group-btn-middle > button {
1310
- border-radius: 0;
1311
- border-top: 0;
1312
- border-bottom: 0;
1313
- }
1314
-
1315
- .e-de-ctnr-group-btn-bottom > button:first-child {
1316
- border-radius: 0;
1317
- border-bottom-left-radius: 4px;
1318
- }
1319
-
1320
- .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1321
- border-bottom-left-radius: 0;
1322
- border-bottom-right-radius: 4px;
1323
- }
1324
-
1325
- .e-de-ctnr-group-btn-bottom > button:last-child {
1326
- border-radius: 0;
1327
- border-bottom-right-radius: 4px;
1328
- }
1329
-
1330
- .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1331
- border-bottom-right-radius: 0;
1332
- border-bottom-left-radius: 4px;
1333
- }
1334
-
1335
- .e-de-toc-template1 {
1336
- background: #1a1a1a;
1337
- border: 1px solid #505050;
1338
- color: #acacac;
1339
- height: 129px;
1340
- width: 94px;
1341
- margin-left: 78px;
1342
- }
1343
-
1344
- .e-de-toc-template1.e-de-rtl {
1345
- margin-left: 0;
1346
- margin-right: 78px;
1347
- }
1348
-
1349
- .e-de-toc-template1-content1 {
1350
- font-size: 10px;
1351
- height: 11px;
1352
- margin-left: 5.4px;
1353
- margin-top: 6.7px;
1354
- width: 81px;
1355
- }
1356
-
1357
- .e-de-toc-template1-content2 {
1358
- font-size: 8px;
1359
- height: 9px;
1360
- margin-left: 20.4px;
1361
- margin-top: 5.7px;
1362
- width: 64px;
1363
- }
1364
-
1365
- .e-de-toc-template1-content3 {
1366
- font-size: 7px;
1367
- height: 8px;
1368
- margin-left: 28.4px;
1369
- margin-top: 6.7px;
1370
- width: 60px;
1371
- }
1372
-
1373
- .e-de-prop-sub-label {
1374
- color: #acacac;
1375
- font-size: 13px;
1376
- margin-bottom: 8px;
1377
- font-weight: normal;
1378
- }
1379
-
1380
- .e-de-toc-checkbox1 {
1381
- height: 14px;
1382
- margin-top: 14px;
1383
- }
1384
-
1385
- .e-de-toc-checkbox2 {
1386
- height: 14px;
1387
- margin-top: 14px;
1388
- }
1389
-
1390
- .e-de-toc-checkbox3 {
1391
- height: 14px;
1392
- margin-top: 14px;
1393
- }
1394
-
1395
- .e-de-status-bar {
1396
- background: #1a1a1a;
1397
- display: -webkit-box;
1398
- display: -ms-flexbox;
1399
- display: flex;
1400
- padding-top: 2.5px;
1401
- width: 100%;
1402
- }
1403
-
1404
- .e-de-ctnr-pg-no {
1405
- color: #fff;
1406
- display: -webkit-inline-box;
1407
- display: -ms-inline-flexbox;
1408
- display: inline-flex;
1409
- font-size: 13px;
1410
- height: 100%;
1411
- padding-top: 9px;
1412
- }
1413
- .e-de-ctnr-pg-no span {
1414
- border: 1px solid transparent;
1415
- }
1416
-
1417
- .e-de-ctnr-pg-no-spellout {
1418
- color: #fff;
1419
- display: -webkit-inline-box;
1420
- display: -ms-inline-flexbox;
1421
- display: inline-flex;
1422
- font-size: 13px;
1423
- height: 100%;
1424
- padding-top: 9px;
1425
- width: calc(100% - 140px);
1426
- }
1427
- .e-de-ctnr-pg-no-spellout span {
1428
- border: 1px solid transparent;
1429
- }
1430
-
1431
- .e-bigger .e-de-ctnr-pg-no-spellout {
1432
- color: #fff;
1433
- display: -webkit-inline-box;
1434
- display: -ms-inline-flexbox;
1435
- display: inline-flex;
1436
- font-size: 13px;
1437
- height: 100%;
1438
- padding-top: 9px;
1439
- width: calc(100% - 160px);
1440
- }
1441
-
1442
- .e-de-statusbar-zoom-spell {
1443
- background-color: #1a1a1a;
1444
- border: 0;
1445
- color: #fff;
1446
- float: right;
1447
- height: 34px;
1448
- margin-left: calc(100% - 380px);
1449
- }
1450
-
1451
- .e-bigger .e-de-statusbar-zoom-spell {
1452
- background-color: #1a1a1a;
1453
- border: 0;
1454
- color: #fff;
1455
- float: right;
1456
- height: 34px;
1457
- margin-left: calc(100% - 410px);
1458
- }
1459
-
1460
- .e-de-btn-cancel {
1461
- margin-left: 10px;
1462
- }
1463
-
1464
- .e-de-btn-cancel-rtl {
1465
- margin-left: 0;
1466
- margin-right: 10px;
1467
- }
1468
-
1469
- .e-de-prop-header-label {
1470
- color: #acacac;
1471
- display: inline-block;
1472
- font-size: 13px;
1473
- font-weight: bold;
1474
- letter-spacing: 0.05px;
1475
- opacity: 0.87;
1476
- }
1477
-
1478
- .e-de-prop-separator-line {
1479
- border-bottom: 1px solid #505050;
1480
- }
1481
-
1482
- .e-de-status-bar > div label {
1483
- font-weight: normal;
1484
- }
1485
-
1486
- .e-de-stylediv {
1487
- padding-left: 12px;
1488
- }
1489
-
1490
- .e-de-stylediv-rtl {
1491
- padding-left: 0;
1492
- padding-right: 12px;
1493
- }
1494
-
1495
- .e-de-border-size-button {
1496
- height: 28px;
1497
- margin-top: 14px;
1498
- width: 100px;
1499
- }
1500
-
1501
- .e-de-color-picker {
1502
- height: 28px;
1503
- width: 100px;
1504
- }
1505
-
1506
- .e-de-cell-text-box {
1507
- margin-right: 12px;
1508
- }
1509
-
1510
- .e-de-pane-rtl .e-de-cell-text-box {
1511
- margin-left: 12px;
1512
- margin-right: 0;
1513
- }
1514
-
1515
- .e-de-prop-fill-label {
1516
- margin-right: 8px;
1517
- }
1518
-
1519
- .e-de-prop-fill-label.e-de-rtl {
1520
- margin-left: 8px;
1521
- margin-right: 0;
1522
- }
1523
-
1524
- .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1525
- height: 36px !important;
1526
- }
1527
-
1528
- .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1529
- height: 42px !important;
1530
- }
1531
-
1532
- .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1533
- width: 38px;
1534
- height: 38px;
1535
- }
1536
-
1537
- .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1538
- height: 42px;
1539
- width: 42px;
1540
- }
1541
-
1542
- .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1543
- width: 70px;
1544
- }
1545
-
1546
- .e-de-hRuler {
1547
- background-color: #131313;
1548
- border-bottom: 0.5px solid #505050;
1549
- }
1550
-
1551
- .e-de-vRuler {
1552
- background-color: #131313;
1553
- border-right: 0.5px solid #505050;
1554
- }
1555
-
1556
- .e-de-ruler-margin {
1557
- background-color: #414141;
1558
- }
1559
-
1560
- .e-de-ruler-tick {
1561
- stroke: #7e7e7e;
1562
- }
1563
-
1564
- .e-de-ruler-tick-label {
1565
- fill: #fff;
1566
- }
1567
-
1568
- .e-de-ruler-markIndicator {
1569
- background-color: #414141;
1570
- }
1571
-
1572
- .e-de-ruler-marker .e-de-ruler-tab-svg {
1573
- fill: #7e7e7e;
1574
- }
1575
-
1576
- .e-de-ruler-marker .e-de-ruler-indent-svg {
1577
- fill: #7e7e7e;
1578
- }
1579
-
1580
- .e-de-ruler-indent .e-de-ruler-indent-svg {
1581
- fill: #414141;
1582
- stroke: #acacac;
1583
- }
1584
-
1585
- .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1586
- fill: #131313;
1587
- stroke: #acacac;
1588
- }
1589
-
1590
- .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1591
- fill: #0070f0;
1592
- stroke: #acacac;
1593
- }
1594
-
1595
- .e-de-ruler-table-svg {
1596
- fill: #acacac;
1597
- }
1598
-
1599
- .e-de-ruler-table-svg:hover {
1600
- fill: #131313;
1601
- }
1602
-
1603
- .e-de-ruler-table-svg:active {
1604
- fill: #0070f0;
1605
- }
1606
-
1607
- .e-de-custom-treeview .e-list-text {
1608
- font-size: 13px;
1609
- white-space: nowrap;
1610
- width: 200px;
1611
- overflow: hidden;
1612
- text-overflow: ellipsis;
1613
- }
1614
-
1615
- .e-bigger .e-de-custom-treeview .e-list-text {
1616
- font-size: 14px;
1617
- white-space: nowrap;
1618
- width: 200px;
1619
- overflow: hidden;
1620
- text-overflow: ellipsis;
1621
- }
1622
-
1623
- .e-rtl .e-listview .e-list-icon {
1624
- height: 24px;
1625
- width: 16px;
1626
- margin-left: 12px;
1627
- }
1628
- .e-rtl .e-de-listview-icon {
1629
- height: auto;
1630
- width: auto;
1631
- line-height: 22px;
1632
- margin-left: 12px;
1633
- }
1634
- .e-rtl .e-de-vRuler {
1635
- background-color: #131313;
1636
- border-right: none;
1637
- border-left: 0.5px solid #505050;
1638
- }
1639
-
1640
- .e-bigger .de-split-button > div:first-child {
1641
- margin-right: 16px;
1642
- }
1643
- .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1644
- width: 66px;
1645
- }
1646
- .e-bigger .e-de-prop-fill-label {
1647
- margin-left: 0;
1648
- margin-right: 9.8px;
1649
- }
1650
- .e-bigger .e-de-prop-fill-label.e-de-rtl {
1651
- margin-left: 9.8px;
1652
- margin-right: 0px;
1653
- }
1654
- .e-bigger .e-rtl .e-de-cell-text-box {
1655
- margin-left: 16px;
1656
- margin-right: 0;
1657
- }
1658
- .e-bigger .e-de-color-picker {
1659
- height: 38px;
1660
- width: 96px;
1661
- }
1662
- .e-bigger .e-de-border-size-button {
1663
- height: 38px;
1664
- margin-top: 14px;
1665
- width: 96px;
1666
- }
1667
- .e-bigger .e-de-stylediv {
1668
- padding-left: 16px;
1669
- }
1670
- .e-bigger .e-de-stylediv-rtl {
1671
- padding-right: 16px;
1672
- }
1673
- .e-bigger .e-de-tool-ctnr-properties-pane {
1674
- display: -webkit-box;
1675
- display: -ms-flexbox;
1676
- display: flex;
1677
- height: calc(100% - 121px);
1678
- min-height: 200px;
1679
- width: 100%;
1680
- }
1681
- .e-bigger .e-de-ctnr-properties-pane {
1682
- display: -webkit-box;
1683
- display: -ms-flexbox;
1684
- display: flex;
1685
- height: calc(100% - 38px);
1686
- width: 100%;
1687
- }
1688
- .e-bigger .e-de-ctn {
1689
- background-color: #1a1a1a;
1690
- border: 1px solid #505050;
1691
- height: 100%;
1692
- position: relative;
1693
- width: 100%;
1694
- }
1695
- .e-bigger .e-de-ctnr-toolbar {
1696
- display: -webkit-box;
1697
- display: -ms-flexbox;
1698
- display: flex;
1699
- height: 82px;
1700
- width: 100%;
1701
- }
1702
- .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1703
- .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1704
- border: 0;
1705
- }
1706
- .e-bigger .e-de-pane {
1707
- border-left: 1px solid #505050;
1708
- }
1709
- .e-bigger .e-de-pane-rtl {
1710
- border-right: 1px solid #505050;
1711
- }
1712
- .e-bigger .e-de-ctnr-segment {
1713
- margin-bottom: 16px;
1714
- }
1715
- .e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1716
- .e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
1717
- margin-right: 16px;
1718
- }
1719
- .e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1720
- .e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
1721
- margin-left: 16px;
1722
- margin-right: 0;
1723
- }
1724
- .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1725
- .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1726
- .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1727
- margin-right: 16px;
1728
- }
1729
- .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1730
- .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1731
- .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1732
- margin-left: 16px;
1733
- margin-right: 0;
1734
- }
1735
- .e-bigger .e-de-tlbr-wrapper {
1736
- background-color: #131313;
1737
- height: 82px;
1738
- width: calc(100% - 75px);
1739
- }
1740
- .e-bigger .e-de-ctnr-prop-label {
1741
- color: #acacac;
1742
- display: inline-block;
1743
- font-size: 12px;
1744
- font-weight: 500;
1745
- letter-spacing: 0.05px;
1746
- margin-bottom: 16px;
1747
- opacity: 0.87;
1748
- }
1749
- .e-bigger .e-de-table-prop-label {
1750
- margin-left: 14.5px;
1751
- }
1752
- .e-bigger .e-de-table-prop-label.e-de-rtl {
1753
- margin-left: 0;
1754
- margin-right: 14.5px;
1755
- }
1756
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
1757
- height: 82px;
1758
- }
1759
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1760
- margin: 0 7.5px;
1761
- }
1762
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1763
- margin-left: 16px !important;
1764
- margin-right: 8px;
1765
- }
1766
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1767
- margin-left: 8px;
1768
- margin-right: 8px;
1769
- }
1770
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1771
- margin-left: 8px;
1772
- margin-right: 16px;
1773
- }
1774
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1775
- background-color: #313131;
1776
- }
1777
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1778
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1779
- padding: 0;
1780
- padding-bottom: 5px;
1781
- }
1782
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1783
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1784
- padding: 0;
1785
- padding-bottom: 5px;
1786
- }
1787
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1788
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1789
- padding: 0;
1790
- padding-bottom: 5px;
1791
- }
1792
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1793
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1794
- padding: 0;
1795
- padding-bottom: 5px;
1796
- }
1797
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1798
- padding: 0 !important;
1799
- }
1800
- .e-bigger .e-de-overlay {
1801
- height: 100%;
1802
- opacity: 0.5;
1803
- pointer-events: none;
1804
- -ms-touch-action: none;
1805
- touch-action: none;
1806
- }
1807
- .e-bigger .e-de-ctnr-properties-pane-btn {
1808
- width: 75px;
1809
- }
1810
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1811
- background: #131313;
1812
- border-radius: 0;
1813
- -webkit-box-shadow: none;
1814
- box-shadow: none;
1815
- min-height: 100%;
1816
- min-width: 100%;
1817
- }
1818
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
1819
- -webkit-box-shadow: none;
1820
- box-shadow: none;
1821
- }
1822
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
1823
- -webkit-box-shadow: none;
1824
- box-shadow: none;
1825
- }
1826
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
1827
- -webkit-box-shadow: none;
1828
- box-shadow: none;
1829
- }
1830
- .e-bigger .e-de-showhide-btn {
1831
- border: 0;
1832
- height: 82px;
1833
- }
1834
- .e-bigger .e-de-showhide-btn-rtl {
1835
- border: 0;
1836
- height: 82px;
1837
- }
1838
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1839
- padding: 0;
1840
- }
1841
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1842
- display: table;
1843
- font-size: 12px !important;
1844
- margin: 0 6px;
1845
- padding: 0;
1846
- white-space: normal;
1847
- }
1848
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1849
- .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 {
1850
- padding: 0;
1851
- }
1852
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1853
- -webkit-box-shadow: none;
1854
- box-shadow: none;
1855
- height: 38px;
1856
- }
1857
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
1858
- -webkit-box-shadow: none;
1859
- box-shadow: none;
1860
- }
1861
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
1862
- -webkit-box-shadow: none;
1863
- box-shadow: none;
1864
- }
1865
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1866
- -webkit-box-shadow: none;
1867
- box-shadow: none;
1868
- }
1869
- .e-bigger .e-de-status-bar button {
1870
- height: 38px;
1871
- -webkit-box-shadow: none;
1872
- box-shadow: none;
1873
- }
1874
- .e-bigger .e-de-status-bar button:focus {
1875
- -webkit-box-shadow: none;
1876
- box-shadow: none;
1877
- }
1878
- .e-bigger .e-de-status-bar button:active {
1879
- -webkit-box-shadow: none;
1880
- box-shadow: none;
1881
- }
1882
- .e-bigger .e-de-status-bar button:hover {
1883
- -webkit-box-shadow: none;
1884
- box-shadow: none;
1885
- }
1886
- .e-bigger .e-de-ctnr-group-btn button {
1887
- -webkit-box-shadow: none;
1888
- box-shadow: none;
1889
- height: 38px;
1890
- }
1891
- .e-bigger .e-de-ctnr-group-btn button:focus {
1892
- -webkit-box-shadow: none;
1893
- box-shadow: none;
1894
- }
1895
- .e-bigger .e-de-ctnr-group-btn button:active {
1896
- -webkit-box-shadow: none;
1897
- box-shadow: none;
1898
- }
1899
- .e-bigger .e-de-ctnr-group-btn button:hover {
1900
- -webkit-box-shadow: none;
1901
- box-shadow: none;
1902
- }
1903
- .e-bigger .e-de-property-div-padding {
1904
- border-bottom: 0.5px solid #505050;
1905
- padding: 16px;
1906
- }
1907
- .e-bigger .e-de-font-clr-picker > div button,
1908
- .e-bigger .e-de-font-clr-picker > button {
1909
- width: auto;
1910
- }
1911
- .e-bigger .e-de-ctnr-dropdown-ftr {
1912
- border-top: 1px solid #505050;
1913
- color: #acacac;
1914
- cursor: pointer;
1915
- display: block;
1916
- font-size: 12px;
1917
- line-height: 40px;
1918
- text-indent: 1.2em;
1919
- }
1920
- .e-bigger .e-de-char-fmt-btn > button {
1921
- width: 38.5px;
1922
- }
1923
- .e-bigger .e-de-btn-hghlclr > button:first-child {
1924
- padding: 0 6px !important;
1925
- }
1926
- .e-bigger .e-de-ctnr-hglt-color {
1927
- font-size: 12px;
1928
- font-weight: 400;
1929
- height: 25px !important;
1930
- width: 25px !important;
1931
- }
1932
- .e-bigger .e-de-ctnr-list {
1933
- font-size: 29px;
1934
- vertical-align: top;
1935
- }
1936
- .e-bigger .e-de-image-property {
1937
- padding-left: 32px;
1938
- }
1939
- .e-bigger .e-de-img-prty-span {
1940
- color: #fff;
1941
- left: 10px;
1942
- position: absolute;
1943
- top: 14px;
1944
- }
1945
- .e-bigger .e-btn-toggle {
1946
- background-color: #313131 !important;
1947
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1948
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1949
- outline: #fafafa 0 solid;
1950
- outline-offset: 0;
1951
- }
1952
- .e-bigger .e-btn-toggle:hover {
1953
- background-color: #313131 !important;
1954
- outline: #fafafa 0 solid;
1955
- outline-offset: 0;
1956
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1957
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
1958
- }
1959
- .e-bigger .e-de-toc-template1 {
1960
- background: #1a1a1a;
1961
- border: 1px solid #505050;
1962
- color: #acacac;
1963
- height: 129px;
1964
- margin-left: 78px;
1965
- width: 94px;
1966
- }
1967
- .e-bigger .e-de-toc-template1-content1 {
1968
- font-size: 10px;
1969
- height: 11px;
1970
- margin-left: 5.4px;
1971
- margin-top: 6.7px;
1972
- width: 81px;
1973
- }
1974
- .e-bigger .e-de-toc-template1-content2 {
1975
- font-size: 8px;
1976
- height: 9px;
1977
- margin-left: 20.4px;
1978
- margin-top: 5.7px;
1979
- width: 64px;
1980
- }
1981
- .e-bigger .e-de-toc-template1-content3 {
1982
- font-size: 7px;
1983
- height: 8px;
1984
- margin-left: 28.4px;
1985
- margin-top: 6.7px;
1986
- width: 60px;
1987
- }
1988
- .e-bigger .e-de-toc-optionsdiv {
1989
- margin-bottom: 11.5px;
1990
- margin-left: 5.5px;
1991
- margin-top: 15.5px;
1992
- }
1993
- .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
1994
- margin-right: 5.5px;
1995
- margin-left: 0;
1996
- }
1997
- .e-bigger .e-de-prop-sub-label {
1998
- font-size: 13px;
1999
- margin-bottom: 8.5px;
2000
- }
2001
- .e-bigger .e-de-btn-cancel {
2002
- margin-left: 10px;
2003
- }
2004
- .e-bigger .e-de-status-bar {
2005
- background: #1a1a1a;
2006
- display: -webkit-box;
2007
- display: -ms-flexbox;
2008
- display: flex;
2009
- padding-top: 2.5px;
2010
- width: 100%;
2011
- }
2012
- .e-bigger .e-de-statusbar-zoom {
2013
- border: 0;
2014
- color: #fff;
2015
- float: right;
2016
- height: 34px;
2017
- background-color: #1a1a1a;
2018
- }
2019
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2020
- line-height: 25px;
2021
- padding: 0 5px !important;
2022
- }
2023
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2024
- height: 0;
2025
- line-height: 0;
2026
- }
2027
- .e-bigger .e-listview .e-list-icon {
2028
- height: 24px;
2029
- width: 16px;
2030
- margin-right: 16px;
2031
- }
2032
- .e-bigger .e-de-listview-icon {
2033
- height: auto;
2034
- width: auto;
2035
- line-height: 22px;
2036
- margin-right: 16px;
2037
- }
2038
- .e-bigger .e-rtl .e-listview .e-list-icon {
2039
- height: 24px;
2040
- width: 16px;
2041
- margin-left: 16px;
2042
- }
2043
- .e-bigger .e-rtl .e-de-listview-icon {
2044
- height: auto;
2045
- width: auto;
2046
- line-height: 22px;
2047
- margin-left: 16px;
2048
- }
2049
-
2050
- .e-de-ctn .e-de-bzr-button {
2051
- font-size: 12px;
2052
- font-weight: 400;
2053
- background: inherit;
2054
- height: 100%;
2055
- color: #f0f0f0;
2056
- border: 1px solid inherit;
2057
- -webkit-box-shadow: none;
2058
- box-shadow: none;
2059
- border: none;
2060
- padding-bottom: 6px;
2061
- }
2062
-
2063
- .e-de-ctn .e-de-bzr-button:hover {
2064
- background: inherit;
2065
- border: inherit;
2066
- border-radius: inherit;
2067
- color: #f0f0f0;
2068
- }
2069
-
2070
- .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2071
- font-size: 16px;
2072
- }
2073
- .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2074
- font-size: 16px;
2075
- }
1
+ @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap-dark.css';