@syncfusion/ej2-vue-documenteditor 20.1.47 → 20.1.48

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