@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,2310 +1 @@
1
- .e-de-ctnr-close::before {
2
- content: "\e745";
3
- }
4
-
5
- .e-de-ctnr-linespacing::before {
6
- content: "\e784";
7
- }
8
-
9
- .e-de-ctnr-undo::before {
10
- content: "\e752";
11
- }
12
-
13
- .e-de-ctnr-find::before {
14
- content: "\e724";
15
- }
16
-
17
- .e-de-ctnr-lock::before {
18
- content: "\e735";
19
- }
20
-
21
- .e-de-cnt-track::before {
22
- content: "\e20a";
23
- font-family: "e-icons";
24
- }
25
-
26
- .e-de-selected-spellcheck-item::before {
27
- content: "\e718";
28
- font-family: "e-icons";
29
- font-size: 10px;
30
- }
31
-
32
- .e-de-selected-underline-item::before {
33
- content: "\e718";
34
- font-family: "e-icons";
35
- font-size: 10px;
36
- }
37
-
38
- .e-de-ctnr-italic::before {
39
- content: "\e78e";
40
- }
41
-
42
- .e-de-ctnr-link::before {
43
- content: "\e72e";
44
- }
45
-
46
- .e-de-ctnr-download::before {
47
- content: "\e75d";
48
- }
49
-
50
- .e-de-selected-item::before {
51
- content: "\e718";
52
- }
53
-
54
- .e-de-ctnr-break::before {
55
- content: "\e749";
56
- }
57
-
58
- .e-de-ctnr-page-break::before {
59
- content: "\e708";
60
- }
61
-
62
- .e-de-ctnr-section-break::before {
63
- content: "\e75f";
64
- }
65
-
66
- .e-de-ctnr-upload::before {
67
- content: "\e769";
68
- }
69
-
70
- .e-de-ctnr-tableofcontent::before {
71
- content: "\e753";
72
- }
73
-
74
- .e-de-ctnr-pagenumber::before {
75
- content: "\e733";
76
- }
77
-
78
- .e-de-ctnr-highlight::before {
79
- content: "\e770";
80
- }
81
-
82
- .e-de-ctnr-new::before {
83
- content: "\e759";
84
- }
85
-
86
- .e-de-ctnr-paste::before {
87
- content: "\e739";
88
- }
89
-
90
- .e-de-ctnr-bold::before {
91
- content: "\e78b";
92
- }
93
-
94
- .e-de-ctnr-subscript::before {
95
- content: "\e707";
96
- }
97
-
98
- .e-de-ctnr-pagesetup::before {
99
- content: "\e73a";
100
- }
101
-
102
- .e-de-ctnr-content-control::before {
103
- content: "\e9be";
104
- }
105
-
106
- .e-de-ctnr-strikethrough::before {
107
- content: "\e786";
108
- }
109
-
110
- .e-de-ctnr-image::before {
111
- content: "\e776";
112
- }
113
-
114
- .e-de-ctnr-redo::before {
115
- content: "\e778";
116
- }
117
-
118
- .e-de-ctnr-bookmark::before {
119
- content: "\e731";
120
- }
121
-
122
- .e-de-ctnr-increaseindent::before {
123
- content: "\e702";
124
- }
125
-
126
- .e-de-ctnr-header::before {
127
- content: "\e772";
128
- }
129
-
130
- .e-de-ctnr-backgroundcolor::before {
131
- content: "\e754";
132
- }
133
-
134
- .e-de-ctnr-open::before {
135
- content: "\e70f";
136
- }
137
-
138
- .e-de-ctnr-underline::before {
139
- content: "\e792";
140
- }
141
-
142
- .e-de-ctnr-superscript::before {
143
- content: "\e779";
144
- }
145
-
146
- .e-de-ctnr-alignleft::before {
147
- content: "\e76f";
148
- }
149
-
150
- .e-de-ctnr-numbering::before {
151
- content: "\e72c";
152
- }
153
-
154
- .e-de-ctnr-aligncenter::before {
155
- content: "\e732";
156
- }
157
-
158
- .e-de-ctnr-bullets::before {
159
- content: "\e72a";
160
- }
161
-
162
- .e-de-ctnr-borders::before {
163
- content: "\e93b";
164
- }
165
-
166
- .e-de-ctnr-decreaseindent::before {
167
- content: "\e722";
168
- }
169
-
170
- .e-de-ctnr-showhide::before {
171
- content: "\e715";
172
- font-size: 16px;
173
- }
174
-
175
- .e-de-ctnr-print::before {
176
- content: "\e743";
177
- }
178
-
179
- .e-de-ctnr-alignright::before {
180
- content: "\e746";
181
- }
182
-
183
- .e-de-ctnr-footer::before {
184
- content: "\e75a";
185
- }
186
-
187
- .e-de-ctnr-clearall::before {
188
- content: "\e703";
189
- }
190
-
191
- .e-de-ctnr-highlightcolor::before {
192
- content: "\e770";
193
- }
194
-
195
- .e-de-ctnr-insertleft::before {
196
- content: "\e737";
197
- }
198
-
199
- .e-de-ctnr-insertright::before {
200
- content: "\e70e";
201
- }
202
-
203
- .e-de-ctnr-insertabove::before {
204
- content: "\e783";
205
- }
206
-
207
- .e-de-ctnr-insertbelow::before {
208
- content: "\e736";
209
- }
210
-
211
- .e-de-ctnr-deleterows::before {
212
- content: "\e738";
213
- }
214
-
215
- .e-de-ctnr-deletecolumns::before {
216
- content: "\e719";
217
- }
218
-
219
- .e-de-ctnr-aligntop::before {
220
- content: "\e709";
221
- }
222
-
223
- .e-de-ctnr-alignbottom::before {
224
- content: "\e726";
225
- }
226
-
227
- .e-de-ctnr-fontcolor::before {
228
- content: "\e74b";
229
- }
230
-
231
- .e-de-ctnr-change-case::before {
232
- content: "\e88c";
233
- }
234
-
235
- .e-de-ctnr-strokesize::before {
236
- content: "\e75b";
237
- }
238
-
239
- .e-de-ctnr-strokestyle::before {
240
- content: "\eb4d";
241
- }
242
-
243
- .e-de-ctnr-cellbg-clr-picker::before {
244
- content: "\e754";
245
- }
246
-
247
- .e-de-ctnr-mergecell::before {
248
- content: "\e7b1";
249
- }
250
-
251
- .e-de-ctnr-table::before {
252
- content: "\e7ac";
253
- }
254
-
255
- .e-de-ctnr-justify::before {
256
- content: "\e79b";
257
- }
258
-
259
- .e-de-ctnr-outsideborder::before {
260
- content: "\e7a1";
261
- }
262
-
263
- .e-de-ctnr-allborders::before {
264
- content: "\e79e";
265
- }
266
-
267
- .e-de-ctnr-insideborders::before {
268
- content: "\e79d";
269
- }
270
-
271
- .e-de-ctnr-leftborders::before {
272
- content: "\e7a7";
273
- }
274
-
275
- .e-de-ctnr-insideverticalborder::before {
276
- content: "\e79c";
277
- }
278
-
279
- .e-de-ctnr-rightborder::before {
280
- content: "\e79f";
281
- }
282
-
283
- .e-de-ctnr-topborder::before {
284
- content: "\e7a3";
285
- }
286
-
287
- .e-de-ctnr-insidehorizondalborder::before {
288
- content: "\e7a9";
289
- }
290
-
291
- .e-de-ctnr-bottomborder::before {
292
- content: "\e7aa";
293
- }
294
-
295
- .e-de-ctnr-aligncenter-table::before {
296
- content: "\e706";
297
- }
298
-
299
- .e-de-ctnr-bullet-none::before {
300
- content: "\e7b3";
301
- }
302
-
303
- .e-de-ctnr-bullet-dot::before {
304
- content: "\e7a0";
305
- }
306
-
307
- .e-de-ctnr-bullet-circle::before {
308
- content: "\e7b0";
309
- }
310
-
311
- .e-de-ctnr-bullet-square::before {
312
- content: "\e7a5";
313
- }
314
-
315
- .e-de-ctnr-bullet-flower::before {
316
- content: "\e7a4";
317
- }
318
-
319
- .e-de-ctnr-bullet-arrow::before {
320
- content: "\e7b6";
321
- }
322
-
323
- .e-de-ctnr-bullet-tick::before {
324
- content: "\e7ab";
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: "\e494";
339
- font-family: "e-icons";
340
- }
341
-
342
- .e-de-weblayout::before {
343
- content: "\e898";
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: "\e9bb";
354
- font-family: "e-icons";
355
- }
356
-
357
- .e-de-dropdown-list::before {
358
- content: "\e9ba";
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: "\e720";
414
- font-family: "e-icons";
415
- }
416
-
417
- .e-de-e-paragraph-style-mark::before {
418
- content: "\e720";
419
- font-family: "e-icons";
420
- }
421
-
422
- .e-de-e-character-style-mark::before {
423
- content: "\e97b";
424
- font-family: "e-icons";
425
- }
426
-
427
- .e-de-e-linked-style-mark::before {
428
- content: "\e97c";
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: "\e970";
444
- font-family: "e-icons";
445
- }
446
-
447
- .e-de-ctnr-page-break-text-wrapping::before {
448
- content: "\e972";
449
- font-family: "e-icons";
450
- }
451
-
452
- .e-de-ctnr-section-break-continuous::before {
453
- content: "\e971";
454
- font-family: "e-icons";
455
- }
456
-
457
- .e-de-ctnr-section-break-even-page::before {
458
- content: "\e96e";
459
- font-family: "e-icons";
460
- }
461
-
462
- .e-de-ctnr-section-break-odd-page::before {
463
- content: "\e96f";
464
- font-family: "e-icons";
465
- }
466
-
467
- .e-de-ctnr-columns-one::before {
468
- content: "\e975";
469
- font-family: "e-icons";
470
- font-size: 60px;
471
- }
472
-
473
- .e-de-ctnr-columns-two::before {
474
- content: "\e976";
475
- font-family: "e-icons";
476
- font-size: 60px;
477
- }
478
-
479
- .e-de-ctnr-columns-three::before {
480
- content: "\e977";
481
- font-family: "e-icons";
482
- font-size: 60px;
483
- }
484
-
485
- .e-de-ctnr-columns-right::before {
486
- content: "\e973";
487
- font-family: "e-icons";
488
- font-size: 60px;
489
- }
490
-
491
- .e-de-ctnr-columns-left::before {
492
- content: "\e974";
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: #d3d3d3;
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: 31px;
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: 31px;
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: #f8f9fa;
619
- border: 0;
620
- -webkit-box-shadow: none;
621
- box-shadow: none;
622
- float: right;
623
- height: 33px;
624
- width: 33px;
625
- color: #495057;
626
- }
627
- .e-de-statusbar-pageweb:hover {
628
- -webkit-box-shadow: none;
629
- box-shadow: none;
630
- }
631
-
632
- .e-de-statusbar-pageweb .e-de-printlayout,
633
- .e-de-statusbar-pageweb .e-de-weblayout {
634
- font-size: 16px;
635
- }
636
-
637
- .e-de-statusbar-pageweb .e-de-printlayout:hover,
638
- .e-de-statusbar-pageweb .e-de-weblayout:hover {
639
- font-size: 16px;
640
- }
641
-
642
- .e-bigger .e-btn.e-de-statusbar-pageweb {
643
- padding: 0;
644
- }
645
- .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
646
- .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
647
- font-size: 18px;
648
- }
649
-
650
- .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
651
- height: 24px;
652
- width: 16px;
653
- margin-right: 14px;
654
- }
655
-
656
- .e-de-listview-icon {
657
- height: auto;
658
- width: auto;
659
- line-height: 22px;
660
- margin-right: 14px;
661
- }
662
-
663
- .e-de-linespacing {
664
- margin-top: 6px;
665
- }
666
-
667
- .e-de-statusbar-zoom {
668
- background: #f8f9fa;
669
- border: 0;
670
- color: #212529;
671
- float: right;
672
- font-weight: 400;
673
- height: 33px;
674
- }
675
-
676
- .e-de-pagenumber-text {
677
- border: none !important;
678
- }
679
-
680
- .e-de-pagenumber-input {
681
- background: #fff;
682
- border: 1px solid #dee2e6;
683
- border-radius: 2px;
684
- color: #212529;
685
- padding: 0px;
686
- text-align: center;
687
- width: 22px;
688
- }
689
-
690
- .e-btn-pageweb-toggle {
691
- background-color: #6c757d;
692
- -webkit-box-shadow: none;
693
- box-shadow: none;
694
- outline: #fafafa 0 solid;
695
- outline-offset: 0;
696
- color: #fff;
697
- }
698
-
699
- .e-btn-pageweb-spellcheck {
700
- border: 0;
701
- -webkit-box-shadow: none;
702
- box-shadow: none;
703
- float: right;
704
- margin-left: calc(100% - 340px);
705
- }
706
-
707
- .e-bigger .e-btn-pageweb-spellcheck {
708
- margin-left: calc(100% - 370px);
709
- }
710
-
711
- .e-de-ctn-title {
712
- background-color: #007bff;
713
- border-bottom: none !important;
714
- color: #fff;
715
- }
716
-
717
- .e-de-tool-ctnr-properties-pane {
718
- display: -webkit-box;
719
- display: -ms-flexbox;
720
- display: flex;
721
- height: calc(100% - 115px);
722
- width: 100%;
723
- }
724
-
725
- .e-de-ctnr-properties-pane {
726
- display: -webkit-box;
727
- display: -ms-flexbox;
728
- display: flex;
729
- height: calc(100% - 38px);
730
- width: 100%;
731
- }
732
-
733
- .e-de-statusbar-separator {
734
- border-left: 1px solid #495057;
735
- height: 16px;
736
- margin-left: 7.5px;
737
- margin-right: 7.5px;
738
- margin-top: 10px;
739
- }
740
-
741
- .e-bigger .e-de-statusbar-separator {
742
- border-left: 1px solid #495057;
743
- height: 16px;
744
- margin-left: 7.5px;
745
- margin-right: 7.5px;
746
- margin-top: 10px;
747
- }
748
-
749
- .e-de-statusbar-spellcheck {
750
- border-radius: 2px;
751
- font-weight: 400;
752
- }
753
-
754
- .e-de-ctn {
755
- background-color: #f8f9fa;
756
- border: 1px solid #dee2e6;
757
- height: 100%;
758
- position: relative;
759
- width: 100%;
760
- }
761
-
762
- .e-bigger .e-de-statusbar-spellcheck {
763
- border-radius: 2px;
764
- }
765
-
766
- .e-de-ctnr-toolbar {
767
- display: -webkit-box;
768
- display: -ms-flexbox;
769
- display: flex;
770
- height: 77px;
771
- width: 100%;
772
- }
773
-
774
- .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
775
- .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
776
- border: 0;
777
- }
778
-
779
- .e-de-pane {
780
- border-left: 1px solid #dee2e6;
781
- }
782
-
783
- .e-de-pane-rtl {
784
- border-right: 1px solid #dee2e6;
785
- }
786
-
787
- .e-de-tool-ctnr-properties-pane,
788
- .e-de-ctnr-properties-pane {
789
- background: #f8f9fa;
790
- border-bottom: 1px solid #dee2e6;
791
- border-top: 1px solid #dee2e6;
792
- }
793
-
794
- .e-de-ctnr-segment {
795
- margin-bottom: 14px;
796
- }
797
-
798
- .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
799
- .e-de-font-clr-picker > .e-split-btn-wrapper {
800
- margin-right: 14px;
801
- }
802
-
803
- .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
804
- .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
805
- margin-left: 14px;
806
- margin-right: 0;
807
- }
808
-
809
- .e-de-ctnr-segment > div:first-child:not(.e-rtl),
810
- .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
811
- .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
812
- margin-right: 14px;
813
- }
814
-
815
- .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
816
- .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
817
- .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
818
- margin-left: 14px;
819
- margin-right: 0;
820
- }
821
-
822
- .e-de-tlbr-wrapper {
823
- background-color: #f8f9fa;
824
- height: 77px;
825
- width: calc(100% - 75px);
826
- }
827
-
828
- .e-de-ctnr-prop-label {
829
- color: #212529;
830
- display: inline-block;
831
- font-size: 14px;
832
- font-weight: 500;
833
- letter-spacing: 0.05px;
834
- margin-bottom: 14px;
835
- opacity: 0.87;
836
- }
837
-
838
- .e-de-table-prop-label {
839
- margin-left: 12px;
840
- }
841
-
842
- .e-de-table-prop-label.e-de-rtl {
843
- margin-left: 0;
844
- margin-right: 12px;
845
- }
846
-
847
- .e-de-toolbar.e-toolbar {
848
- border-radius: 0;
849
- }
850
-
851
- .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
852
- margin-left: 0;
853
- margin-right: 7px;
854
- }
855
-
856
- .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
857
- margin-left: 7px;
858
- margin-right: 0;
859
- }
860
-
861
- .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
862
- margin-left: 0;
863
- margin-right: 8px;
864
- }
865
-
866
- .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
867
- margin-left: 8px;
868
- margin-right: 0;
869
- }
870
-
871
- .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
872
- margin-left: 7px;
873
- margin-right: 0;
874
- }
875
-
876
- .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
877
- margin-left: 0;
878
- margin-right: 7px;
879
- }
880
-
881
- .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
882
- margin-left: 8px;
883
- margin-right: 0;
884
- }
885
-
886
- .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
887
- margin-left: 0;
888
- margin-right: 8px;
889
- }
890
-
891
- .e-de-toolbar.e-toolbar .e-toolbar-items {
892
- height: 77px;
893
- }
894
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
895
- height: 59px;
896
- margin: 0 5.5px;
897
- }
898
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
899
- margin-left: 14px !important;
900
- margin-right: 7px;
901
- }
902
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
903
- margin-left: 7px;
904
- margin-right: 7px;
905
- }
906
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
907
- margin-left: 7px;
908
- margin-right: 14px;
909
- }
910
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
911
- background-color: #6c757d;
912
- }
913
-
914
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
915
- -webkit-box-orient: vertical;
916
- -webkit-box-direction: normal;
917
- -ms-flex-direction: column;
918
- flex-direction: column;
919
- height: calc(100% - 10px);
920
- padding: 0;
921
- padding-bottom: 5px;
922
- }
923
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
924
- padding: 0;
925
- padding-bottom: 5px;
926
- }
927
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
928
- padding: 0;
929
- padding-bottom: 5px;
930
- }
931
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
932
- padding: 0;
933
- padding-bottom: 5px;
934
- }
935
-
936
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
937
- -webkit-box-orient: vertical;
938
- -webkit-box-direction: normal;
939
- -ms-flex-direction: column;
940
- flex-direction: column;
941
- height: calc(100% - 10px);
942
- padding: 0 1px;
943
- padding-bottom: 5px;
944
- }
945
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
946
- padding: 0;
947
- padding-bottom: 5px;
948
- }
949
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
950
- padding: 0;
951
- padding-bottom: 5px;
952
- }
953
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
954
- padding: 0;
955
- padding-bottom: 5px;
956
- }
957
-
958
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
959
- color: #495057;
960
- font-size: 16px;
961
- }
962
-
963
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover .e-btn-icon,
964
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus .e-btn-icon,
965
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active .e-btn-icon,
966
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled .e-btn-icon {
967
- color: #fff;
968
- }
969
-
970
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
971
- color: #495057;
972
- font-size: 18px;
973
- }
974
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover .e-btn-icon,
975
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus .e-btn-icon,
976
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active .e-btn-icon,
977
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled .e-btn-icon {
978
- color: #fff;
979
- }
980
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
981
- font-size: 13px;
982
- }
983
-
984
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
985
- padding: 0;
986
- }
987
-
988
- .e-de-overlay {
989
- height: 100%;
990
- opacity: 0.5;
991
- pointer-events: none;
992
- -ms-touch-action: none;
993
- touch-action: none;
994
- width: 100%;
995
- }
996
-
997
- .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
998
- .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
999
- .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn,
1000
- .e-de-font-clr-picker .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1001
- .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn.e-rtl {
1002
- padding: 0;
1003
- }
1004
-
1005
- .e-de-prop-font-colorpicker .e-btn.e-icon-btn,
1006
- .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
1007
- padding: 4px 8px !important;
1008
- }
1009
-
1010
- .e-de-ctnr-style-div {
1011
- width: 235px;
1012
- }
1013
-
1014
- .e-btn-toggle .e-tbar-btn-text {
1015
- color: #fff !important;
1016
- }
1017
- .e-btn-toggle .e-btn-icon {
1018
- color: #fff !important;
1019
- }
1020
-
1021
- .e-de-ctnr-list,
1022
- .e-de-list-header-presetmenu {
1023
- color: #495057;
1024
- }
1025
-
1026
- .e-de-ctnr-group-btn .e-btn {
1027
- background: #fff;
1028
- border-color: #dee2e6;
1029
- }
1030
- .e-de-ctnr-group-btn .e-btn:focus {
1031
- background-color: #545b62;
1032
- border-color: #4e555b;
1033
- -webkit-box-shadow: 0 0 0 0 #6c757d;
1034
- box-shadow: 0 0 0 0 #6c757d;
1035
- outline-color: #6c757d;
1036
- }
1037
- .e-de-ctnr-group-btn .e-btn:active,
1038
- .e-de-ctnr-group-btn .e-btn .e-btn-toggle {
1039
- background-color: #545b62;
1040
- border-color: #4e555b;
1041
- }
1042
- .e-de-ctnr-group-btn .e-btn:hover {
1043
- background-color: #5a6268;
1044
- border-color: #545b62;
1045
- }
1046
- .e-de-ctnr-group-btn .e-split-btn-wrapper.e-rtl .e-split-btn {
1047
- border-color: #dee2e6;
1048
- }
1049
-
1050
- .e-de-ctnr-group-btn .e-btn:disabled {
1051
- background-color: #6c757d;
1052
- border-color: #6c757d;
1053
- opacity: 65%;
1054
- }
1055
-
1056
- .e-de-ctnr-group-btn .e-btn:hover .e-btn-icon,
1057
- .e-de-ctnr-group-btn .e-btn:focus .e-btn-icon,
1058
- .e-de-ctnr-group-btn .e-btn:active .e-btn-icon,
1059
- .e-de-ctnr-group-btn .e-btn:disabled .e-btn-icon {
1060
- color: #fff;
1061
- }
1062
-
1063
- .e-de-ctnr-group-btn .e-btn-icon {
1064
- color: #495057;
1065
- font-size: 14px;
1066
- }
1067
-
1068
- .e-bigger .e-de-ctnr-group-btn .e-btn-icon {
1069
- color: #495057;
1070
- }
1071
-
1072
- .e-btn-toggle .e-btn-icon {
1073
- color: #fff;
1074
- }
1075
-
1076
- .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn,
1077
- .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn-icon,
1078
- .e-de-border-size-button,
1079
- .e-de-border-size-button .e-btn-icon {
1080
- background-color: #fff;
1081
- border-color: #dee2e6;
1082
- color: #495057;
1083
- }
1084
-
1085
- .e-de-border-size-button:focus,
1086
- .e-de-border-size-button:hover,
1087
- .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover,
1088
- .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus {
1089
- background-color: #6c757d;
1090
- -webkit-box-shadow: inset 0 3px 5px #4e555b;
1091
- box-shadow: inset 0 3px 5px #4e555b;
1092
- }
1093
- .e-de-border-size-button:focus .e-btn-icon,
1094
- .e-de-border-size-button:hover .e-btn-icon,
1095
- .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover .e-btn-icon,
1096
- .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus .e-btn-icon {
1097
- background-color: #6c757d;
1098
- -webkit-box-shadow: inset 0 3px 5px #4e555b;
1099
- box-shadow: inset 0 3px 5px #4e555b;
1100
- color: #fff;
1101
- }
1102
-
1103
- .e-de-border-size-button .e-btn-icon:focus,
1104
- .e-de-border-size-button .e-btn-icon:hover {
1105
- background-color: #6c757d;
1106
- -webkit-box-shadow: inset 0 3px 5px #4e555b;
1107
- box-shadow: inset 0 3px 5px #4e555b;
1108
- color: #fff;
1109
- }
1110
-
1111
- .e-de-pagenumber-text {
1112
- border: none !important;
1113
- }
1114
-
1115
- .e-de-ctnr-properties-pane-btn {
1116
- width: 75px;
1117
- }
1118
-
1119
- .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1120
- color: #007bff;
1121
- }
1122
-
1123
- .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1124
- color: #212529;
1125
- }
1126
-
1127
- .e-de-ctnr-properties-pane-btn .e-btn {
1128
- background: #f8f9fa;
1129
- border-radius: 0;
1130
- -webkit-box-shadow: none;
1131
- box-shadow: none;
1132
- color: #007bff;
1133
- min-height: 100%;
1134
- min-width: 100%;
1135
- }
1136
- .e-de-ctnr-properties-pane-btn .e-btn:focus {
1137
- -webkit-box-shadow: none;
1138
- box-shadow: none;
1139
- }
1140
- .e-de-ctnr-properties-pane-btn .e-btn:active {
1141
- -webkit-box-shadow: none;
1142
- box-shadow: none;
1143
- }
1144
- .e-de-ctnr-properties-pane-btn .e-btn:hover {
1145
- -webkit-box-shadow: none;
1146
- box-shadow: none;
1147
- }
1148
-
1149
- .e-de-showhide-btn {
1150
- border: 0;
1151
- height: 77px;
1152
- }
1153
-
1154
- .e-de-showhide-btn-rtl {
1155
- border: 0;
1156
- height: 77px;
1157
- }
1158
-
1159
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1160
- padding: 0;
1161
- }
1162
-
1163
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1164
- display: table;
1165
- font-size: 12px;
1166
- margin: 0 6.5px;
1167
- padding: 0;
1168
- white-space: normal;
1169
- }
1170
-
1171
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1172
- .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1173
- padding: 0 !important;
1174
- min-height: 16px;
1175
- }
1176
-
1177
- .e-de-hdr-ftr-frst-div {
1178
- margin-bottom: 10px;
1179
- }
1180
-
1181
- .e-de-hdr-ftr-top-div {
1182
- margin-bottom: 14px;
1183
- }
1184
-
1185
- .e-de-cntr-pane-padding {
1186
- padding: 14px;
1187
- }
1188
-
1189
- .e-de-prop-pane {
1190
- height: 100%;
1191
- min-height: 200px;
1192
- overflow: auto;
1193
- width: 264px;
1194
- }
1195
-
1196
- .e-de-review-pane {
1197
- background: #f8f9fa;
1198
- border-left: 1px solid #dee2e6;
1199
- height: 100%;
1200
- min-height: 200px;
1201
- overflow: auto;
1202
- width: 440px;
1203
- }
1204
-
1205
- .e-bigger .e-de-cntr-pane-padding {
1206
- padding: 16px;
1207
- }
1208
- .e-bigger .e-de-prop-pane {
1209
- height: 100%;
1210
- min-height: 200px;
1211
- overflow: auto;
1212
- width: 272px;
1213
- }
1214
- .e-bigger .e-btn-toggle .e-tbar-btn-text {
1215
- color: #fff !important;
1216
- }
1217
- .e-bigger .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn {
1218
- border-color: #ced4da;
1219
- }
1220
-
1221
- .e-de-property-div-padding {
1222
- border-bottom: 0.5px solid #dee2e6;
1223
- padding: 12.5px;
1224
- }
1225
-
1226
- .e-de-ctnr-dropdown-ftr {
1227
- border-top: 1px solid #dee2e6;
1228
- color: #212529;
1229
- cursor: pointer;
1230
- display: block;
1231
- font-size: 12px;
1232
- line-height: 40px;
1233
- text-indent: 1.2em;
1234
- }
1235
-
1236
- .e-de-char-fmt-btn-left > button,
1237
- .e-de-insert-del-cell button {
1238
- width: 37.75px;
1239
- }
1240
-
1241
- .e-de-char-fmt-btn-right > button {
1242
- width: 37.5px;
1243
- }
1244
-
1245
- .e-de-panel-left-width {
1246
- width: 147px;
1247
- }
1248
-
1249
- .e-bigger .e-de-panel-left-width {
1250
- width: 149px;
1251
- }
1252
- .e-bigger .e-de-char-fmt-btn-left > button,
1253
- .e-bigger .e-de-insert-del-cell button {
1254
- width: 37.25px;
1255
- }
1256
-
1257
- .e-de-panel-right-width {
1258
- width: 73px;
1259
- }
1260
-
1261
- .e-de-cntr-highlight-pane {
1262
- border: 1px solid #dee2e6;
1263
- }
1264
-
1265
- .e-de-btn-hghlclr > button:first-child {
1266
- padding: 1px !important;
1267
- }
1268
-
1269
- .e-de-ctnr-hglt-color {
1270
- font-size: 12px;
1271
- font-weight: 400;
1272
- height: 18px !important;
1273
- width: 18px !important;
1274
- border-radius: 4px;
1275
- }
1276
-
1277
- .e-de-font-clr-picker > div div button,
1278
- .e-de-font-clr-picker > div button,
1279
- .e-de-font-clr-picker > button {
1280
- width: 30.8px;
1281
- }
1282
-
1283
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1284
- height: 55px;
1285
- padding: 4px !important;
1286
- width: 60px;
1287
- }
1288
-
1289
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1290
- border: 3px solid #007bff;
1291
- padding: 2px !important;
1292
- }
1293
-
1294
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1295
- height: 38px;
1296
- padding: 4px !important;
1297
- width: 38px;
1298
- }
1299
-
1300
- .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1301
- border: 3px solid #007bff;
1302
- padding: 2px !important;
1303
- }
1304
-
1305
- .e-de-list-header-presetmenu {
1306
- cursor: pointer;
1307
- font-size: 11px;
1308
- line-height: 14px;
1309
- overflow: hidden;
1310
- text-align: left;
1311
- min-width: 50px;
1312
- white-space: nowrap;
1313
- width: 100%;
1314
- }
1315
-
1316
- .e-de-bullet-list-header-presetmenu {
1317
- cursor: pointer;
1318
- font-size: 14px;
1319
- left: -11px;
1320
- line-height: 32px;
1321
- min-width: 50px;
1322
- overflow: hidden;
1323
- position: relative;
1324
- white-space: nowrap;
1325
- width: 100%;
1326
- }
1327
-
1328
- .e-rtl .e-de-bullet-list-header-presetmenu {
1329
- cursor: pointer;
1330
- font-size: 14px;
1331
- left: 10px;
1332
- line-height: 32px;
1333
- min-width: 50px;
1334
- overflow: hidden;
1335
- position: relative;
1336
- white-space: nowrap;
1337
- width: 100%;
1338
- }
1339
-
1340
- .e-de-bullet {
1341
- font-size: 42px;
1342
- }
1343
-
1344
- .e-de-list-header-presetmenu .e-de-list-line {
1345
- border-bottom: 1px solid #495057 !important;
1346
- margin-left: 5px;
1347
- width: 100%;
1348
- }
1349
-
1350
- .e-de-toc-optionsdiv {
1351
- margin-bottom: 11.5px;
1352
- margin-left: 5.5px;
1353
- margin-top: 15.5px;
1354
- }
1355
-
1356
- .e-de-toc-optionsdiv.e-de-rtl {
1357
- margin-right: 5.5px;
1358
- margin-left: 0;
1359
- }
1360
-
1361
- .e-de-list-header-presetmenu div span {
1362
- display: inline-block;
1363
- vertical-align: middle;
1364
- }
1365
-
1366
- .e-de-floating-menu .e-de-floating-menuitem,
1367
- .e-de-floating-menu .e-de-menuitem-none {
1368
- cursor: pointer;
1369
- height: 70px;
1370
- padding: 0 !important;
1371
- margin: 0 5px 5px 0 !important;
1372
- width: 70px;
1373
- }
1374
-
1375
- .e-de-list-thumbnail .e-de-list-items {
1376
- float: left;
1377
- }
1378
-
1379
- .e-de-list-thumbnail .e-de-list-items {
1380
- border: 1px solid #e4e4e4;
1381
- clear: initial;
1382
- display: inline-block;
1383
- height: auto;
1384
- margin: 5px;
1385
- padding: 2px;
1386
- text-align: center;
1387
- width: auto;
1388
- }
1389
-
1390
- .e-de-list-items {
1391
- cursor: pointer;
1392
- background: #f8f9fa;
1393
- -webkit-box-sizing: border-box;
1394
- box-sizing: border-box;
1395
- list-style: none;
1396
- padding: 7px 10px 7px 10px;
1397
- position: relative;
1398
- }
1399
-
1400
- .e-de-list-item-size {
1401
- font-size: 14px;
1402
- }
1403
-
1404
- .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1405
- .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1406
- border: 3px solid #007bff;
1407
- padding: 2px !important;
1408
- }
1409
-
1410
- .e-de-floating-menu {
1411
- padding: 10px 4px 5px 10px !important;
1412
- }
1413
-
1414
- .e-de-list-container {
1415
- border: 1px solid #ccc;
1416
- border-radius: 2px;
1417
- -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1418
- box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1419
- background: #f8f9fa;
1420
- -webkit-box-sizing: border-box;
1421
- box-sizing: border-box;
1422
- display: inline-block;
1423
- line-height: normal;
1424
- margin: 0;
1425
- outline: 0;
1426
- background: #f8f9fa;
1427
- padding: 5px 0;
1428
- position: absolute;
1429
- width: auto;
1430
- z-index: 10020;
1431
- }
1432
-
1433
- .e-de-ctnr-list {
1434
- font-size: 12px;
1435
- }
1436
-
1437
- .e-de-image-property {
1438
- padding-left: 32px;
1439
- }
1440
-
1441
- .e-de-img-prty-span {
1442
- color: #212529;
1443
- left: 12px;
1444
- position: absolute;
1445
- top: 8px;
1446
- }
1447
-
1448
- .e-btn-toggle {
1449
- background-color: #6c757d !important;
1450
- outline: #fafafa 0 solid;
1451
- outline-offset: 0;
1452
- -webkit-box-shadow: inset 0 3px 5px #4e555b !important;
1453
- box-shadow: inset 0 3px 5px #4e555b !important;
1454
- }
1455
- .e-btn-toggle:hover {
1456
- background-color: #6c757d !important;
1457
- outline: #fafafa 0 solid;
1458
- outline-offset: 0;
1459
- -webkit-box-shadow: inset 0 3px 5px #4e555b !important;
1460
- box-shadow: inset 0 3px 5px #4e555b !important;
1461
- }
1462
-
1463
- .e-de-ctnr-group-btn-top > button:first-child {
1464
- border-radius: 0;
1465
- border-top-left-radius: 4px;
1466
- }
1467
-
1468
- .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1469
- border-top-left-radius: 0;
1470
- border-top-right-radius: 4px;
1471
- }
1472
-
1473
- .e-de-ctnr-group-btn-top > button:last-child {
1474
- border-radius: 0;
1475
- border-top-right-radius: 4px;
1476
- }
1477
-
1478
- .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1479
- border-top-left-radius: 4px;
1480
- border-top-right-radius: 0;
1481
- }
1482
-
1483
- .e-de-ctnr-group-btn-middle > button {
1484
- border-radius: 0;
1485
- border-top: 0;
1486
- border-bottom: 0;
1487
- }
1488
-
1489
- .e-de-ctnr-group-btn-bottom > button:first-child {
1490
- border-radius: 0;
1491
- border-bottom-left-radius: 4px;
1492
- }
1493
-
1494
- .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1495
- border-bottom-left-radius: 0;
1496
- border-bottom-right-radius: 4px;
1497
- }
1498
-
1499
- .e-de-ctnr-group-btn-bottom > button:last-child {
1500
- border-radius: 0;
1501
- border-bottom-right-radius: 4px;
1502
- }
1503
-
1504
- .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1505
- border-bottom-right-radius: 0;
1506
- border-bottom-left-radius: 4px;
1507
- }
1508
-
1509
- .e-de-toc-template1 {
1510
- background: #f8f9fa;
1511
- border: 1px solid #dee2e6;
1512
- color: #212529;
1513
- height: 129px;
1514
- width: 94px;
1515
- margin-left: 78px;
1516
- }
1517
-
1518
- .e-de-toc-template1.e-de-rtl {
1519
- margin-left: 0;
1520
- margin-right: 78px;
1521
- }
1522
-
1523
- .e-de-toc-template1-content1 {
1524
- font-size: 10px;
1525
- height: 11px;
1526
- margin-left: 5.4px;
1527
- margin-top: 6.7px;
1528
- width: 81px;
1529
- }
1530
-
1531
- .e-de-toc-template1-content2 {
1532
- font-size: 8px;
1533
- height: 9px;
1534
- margin-left: 20.4px;
1535
- margin-top: 5.7px;
1536
- width: 64px;
1537
- }
1538
-
1539
- .e-de-toc-template1-content3 {
1540
- font-size: 7px;
1541
- height: 8px;
1542
- margin-left: 28.4px;
1543
- margin-top: 6.7px;
1544
- width: 60px;
1545
- }
1546
-
1547
- .e-de-prop-sub-label {
1548
- color: #212529;
1549
- font-size: 13px;
1550
- margin-bottom: 8px;
1551
- font-weight: normal;
1552
- }
1553
-
1554
- .e-de-toc-checkbox1 {
1555
- height: 14px;
1556
- margin-top: 14px;
1557
- }
1558
-
1559
- .e-de-toc-checkbox2 {
1560
- height: 14px;
1561
- margin-top: 14px;
1562
- }
1563
-
1564
- .e-de-toc-checkbox3 {
1565
- height: 14px;
1566
- margin-top: 14px;
1567
- }
1568
-
1569
- .e-de-status-bar {
1570
- background: #f8f9fa;
1571
- display: -webkit-box;
1572
- display: -ms-flexbox;
1573
- display: flex;
1574
- padding-top: 2.5px;
1575
- width: 100%;
1576
- }
1577
-
1578
- .e-de-ctnr-pg-no {
1579
- color: #212529;
1580
- display: -webkit-inline-box;
1581
- display: -ms-inline-flexbox;
1582
- display: inline-flex;
1583
- font-size: 13px;
1584
- height: 100%;
1585
- padding-top: 9px;
1586
- }
1587
- .e-de-ctnr-pg-no span {
1588
- border: 1px solid transparent;
1589
- }
1590
-
1591
- .e-de-ctnr-pg-no-spellout {
1592
- color: #212529;
1593
- display: -webkit-inline-box;
1594
- display: -ms-inline-flexbox;
1595
- display: inline-flex;
1596
- font-size: 13px;
1597
- height: 100%;
1598
- padding-top: 9px;
1599
- width: calc(100% - 140px);
1600
- }
1601
- .e-de-ctnr-pg-no-spellout span {
1602
- border: 1px solid transparent;
1603
- }
1604
-
1605
- .e-bigger .e-de-ctnr-pg-no-spellout {
1606
- color: #212529;
1607
- display: -webkit-inline-box;
1608
- display: -ms-inline-flexbox;
1609
- display: inline-flex;
1610
- font-size: 13px;
1611
- height: 100%;
1612
- padding-top: 9px;
1613
- width: calc(100% - 160px);
1614
- }
1615
-
1616
- .e-de-statusbar-zoom-spell {
1617
- background-color: #f8f9fa;
1618
- border: 0;
1619
- color: #212529;
1620
- float: right;
1621
- height: 34px;
1622
- margin-left: calc(100% - 340px);
1623
- }
1624
-
1625
- .e-bigger .e-de-statusbar-zoom-spell {
1626
- background-color: #f8f9fa;
1627
- border: 0;
1628
- color: #212529;
1629
- float: right;
1630
- height: 34px;
1631
- margin-left: calc(100% - 370px);
1632
- }
1633
-
1634
- .e-de-btn-cancel {
1635
- margin-left: 10px;
1636
- }
1637
-
1638
- .e-de-btn-cancel-rtl {
1639
- margin-left: 0;
1640
- margin-right: 10px;
1641
- }
1642
-
1643
- .e-de-prop-header-label {
1644
- color: #212529;
1645
- display: inline-block;
1646
- font-size: 13px;
1647
- font-weight: bold;
1648
- letter-spacing: 0.05px;
1649
- opacity: 0.87;
1650
- }
1651
-
1652
- .e-de-prop-separator-line {
1653
- border-bottom: 1px solid #dee2e6;
1654
- }
1655
-
1656
- .e-de-status-bar > div label {
1657
- font-weight: normal;
1658
- }
1659
-
1660
- .e-de-stylediv {
1661
- padding-left: 12px;
1662
- }
1663
-
1664
- .e-de-stylediv-rtl {
1665
- padding-left: 0;
1666
- padding-right: 12px;
1667
- }
1668
-
1669
- .e-de-border-size-button {
1670
- height: 31px;
1671
- margin-top: 14px;
1672
- width: 99px;
1673
- }
1674
-
1675
- .e-de-color-picker {
1676
- height: 31px;
1677
- width: 99px;
1678
- }
1679
-
1680
- .e-de-cell-text-box {
1681
- margin-right: 12px;
1682
- }
1683
-
1684
- .e-de-pane-rtl .e-de-cell-text-box {
1685
- margin-left: 12px;
1686
- margin-right: 0;
1687
- }
1688
-
1689
- .e-de-prop-fill-label {
1690
- margin-right: 8px;
1691
- }
1692
-
1693
- .e-de-prop-fill-label.e-de-rtl {
1694
- margin-left: 8px;
1695
- margin-right: 0;
1696
- }
1697
-
1698
- .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1699
- height: 36px !important;
1700
- }
1701
-
1702
- .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1703
- height: 42px !important;
1704
- }
1705
-
1706
- .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1707
- width: 38px;
1708
- height: 38px;
1709
- }
1710
-
1711
- .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1712
- height: 42px;
1713
- width: 42px;
1714
- }
1715
-
1716
- .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1717
- width: 70px;
1718
- }
1719
-
1720
- .e-de-hRuler {
1721
- background-color: #e9ecef;
1722
- border-bottom: 0.5px solid #dee2e6;
1723
- }
1724
-
1725
- .e-de-vRuler {
1726
- background-color: #e9ecef;
1727
- border-right: 0.5px solid #dee2e6;
1728
- }
1729
-
1730
- .e-de-ruler-margin {
1731
- background-color: #fff;
1732
- }
1733
-
1734
- .e-de-ruler-tick {
1735
- stroke: #adb5bd;
1736
- }
1737
-
1738
- .e-de-ruler-tick-label {
1739
- fill: #495057;
1740
- }
1741
-
1742
- .e-de-ruler-markIndicator {
1743
- background-color: #fff;
1744
- }
1745
-
1746
- .e-de-ruler-marker .e-de-ruler-tab-svg {
1747
- fill: #adb5bd;
1748
- }
1749
-
1750
- .e-de-ruler-marker .e-de-ruler-indent-svg {
1751
- fill: #adb5bd;
1752
- }
1753
-
1754
- .e-de-ruler-indent .e-de-ruler-indent-svg {
1755
- fill: #fff;
1756
- stroke: #6c757d;
1757
- }
1758
-
1759
- .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1760
- fill: #e9ecef;
1761
- stroke: #6c757d;
1762
- }
1763
-
1764
- .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1765
- fill: #007bff;
1766
- stroke: #6c757d;
1767
- }
1768
-
1769
- .e-de-ruler-table-svg {
1770
- fill: #6c757d;
1771
- }
1772
-
1773
- .e-de-ruler-table-svg:hover {
1774
- fill: #e9ecef;
1775
- }
1776
-
1777
- .e-de-ruler-table-svg:active {
1778
- fill: #007bff;
1779
- }
1780
-
1781
- .e-de-custom-treeview .e-list-text {
1782
- font-size: 13px;
1783
- white-space: nowrap;
1784
- width: 200px;
1785
- overflow: hidden;
1786
- text-overflow: ellipsis;
1787
- }
1788
-
1789
- .e-bigger .e-de-custom-treeview .e-list-text {
1790
- font-size: 15px;
1791
- white-space: nowrap;
1792
- width: 200px;
1793
- overflow: hidden;
1794
- text-overflow: ellipsis;
1795
- }
1796
-
1797
- .e-rtl .e-listview .e-list-icon {
1798
- height: 24px;
1799
- width: 16px;
1800
- margin-left: 14px;
1801
- }
1802
- .e-rtl .e-de-listview-icon {
1803
- height: auto;
1804
- width: auto;
1805
- line-height: 22px;
1806
- margin-left: 14px;
1807
- }
1808
- .e-rtl .e-de-vRuler {
1809
- background-color: #e9ecef;
1810
- border-right: none;
1811
- border-left: 0.5px solid #dee2e6;
1812
- }
1813
-
1814
- .e-bigger .de-split-button > div:first-child {
1815
- margin-right: 0;
1816
- }
1817
- .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1818
- width: 66px;
1819
- }
1820
- .e-bigger .e-de-prop-fill-label {
1821
- margin-left: 0;
1822
- margin-right: 9.8px;
1823
- }
1824
- .e-bigger .e-de-prop-fill-label.e-de-rtl {
1825
- margin-left: 9.8px;
1826
- margin-right: 0px;
1827
- }
1828
- .e-bigger .e-rtl .e-de-cell-text-box {
1829
- margin-left: 16px;
1830
- margin-right: 0;
1831
- }
1832
- .e-bigger .e-de-color-picker {
1833
- height: 38px;
1834
- width: 117px;
1835
- }
1836
- .e-bigger .e-de-border-size-button {
1837
- height: 38px;
1838
- margin-top: 14px;
1839
- width: 117px;
1840
- }
1841
- .e-bigger .e-de-stylediv {
1842
- padding-left: 16px;
1843
- }
1844
- .e-bigger .e-de-stylediv-rtl {
1845
- padding-right: 16px;
1846
- }
1847
- .e-bigger .e-de-tool-ctnr-properties-pane {
1848
- display: -webkit-box;
1849
- display: -ms-flexbox;
1850
- display: flex;
1851
- height: calc(100% - 126px);
1852
- min-height: 200px;
1853
- width: 100%;
1854
- }
1855
- .e-bigger .e-de-ctnr-properties-pane {
1856
- display: -webkit-box;
1857
- display: -ms-flexbox;
1858
- display: flex;
1859
- height: calc(100% - 42px);
1860
- width: 100%;
1861
- }
1862
- .e-bigger .e-de-ctn {
1863
- background-color: #f8f9fa;
1864
- border: 1px solid #dee2e6;
1865
- height: 100%;
1866
- position: relative;
1867
- width: 100%;
1868
- }
1869
- .e-bigger .e-de-ctnr-toolbar {
1870
- display: -webkit-box;
1871
- display: -ms-flexbox;
1872
- display: flex;
1873
- height: 86px;
1874
- width: 100%;
1875
- }
1876
- .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1877
- .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1878
- border: 0;
1879
- }
1880
- .e-bigger .e-de-pane {
1881
- border-left: 1px solid #dee2e6;
1882
- }
1883
- .e-bigger .e-de-pane-rtl {
1884
- border-right: 1px solid #dee2e6;
1885
- }
1886
- .e-bigger .e-de-ctnr-segment {
1887
- margin-bottom: 16px;
1888
- }
1889
- .e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1890
- .e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
1891
- margin-right: 16px;
1892
- }
1893
- .e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1894
- .e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
1895
- margin-left: 16px;
1896
- margin-right: 0;
1897
- }
1898
- .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1899
- .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1900
- .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1901
- margin-right: 16px;
1902
- }
1903
- .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1904
- .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1905
- .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1906
- margin-left: 16px;
1907
- margin-right: 0;
1908
- }
1909
- .e-bigger .e-de-tlbr-wrapper {
1910
- background-color: #f8f9fa;
1911
- height: 86px;
1912
- width: calc(100% - 75px);
1913
- }
1914
- .e-bigger .e-de-ctnr-prop-label {
1915
- color: #212529;
1916
- display: inline-block;
1917
- font-size: 14px;
1918
- font-weight: 500;
1919
- letter-spacing: 0.05px;
1920
- margin-bottom: 16px;
1921
- opacity: 0.87;
1922
- }
1923
- .e-bigger .e-de-table-prop-label {
1924
- margin-left: 14.5px;
1925
- }
1926
- .e-bigger .e-de-table-prop-label.e-de-rtl {
1927
- margin-left: 0;
1928
- margin-right: 14.5px;
1929
- }
1930
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
1931
- height: 86px;
1932
- }
1933
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1934
- margin: 0 7.5px;
1935
- }
1936
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1937
- margin-left: 16px !important;
1938
- margin-right: 8px;
1939
- }
1940
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1941
- margin-left: 8px;
1942
- margin-right: 8px;
1943
- }
1944
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1945
- margin-left: 8px;
1946
- margin-right: 16px;
1947
- }
1948
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1949
- background-color: #6c757d;
1950
- }
1951
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1952
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1953
- padding: 0;
1954
- padding-bottom: 5px;
1955
- }
1956
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1957
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1958
- padding: 0;
1959
- padding-bottom: 5px;
1960
- }
1961
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1962
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1963
- padding: 0;
1964
- padding-bottom: 5px;
1965
- }
1966
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1967
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1968
- padding: 0;
1969
- padding-bottom: 5px;
1970
- }
1971
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1972
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1973
- padding: 0 1px;
1974
- padding-bottom: 6px;
1975
- }
1976
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1977
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1978
- padding: 0;
1979
- padding-bottom: 6px;
1980
- }
1981
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1982
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1983
- padding: 0;
1984
- padding-bottom: 6px;
1985
- }
1986
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1987
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1988
- padding: 0;
1989
- padding-bottom: 6px;
1990
- }
1991
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1992
- padding: 0 !important;
1993
- }
1994
- .e-bigger .e-de-overlay {
1995
- height: 100%;
1996
- opacity: 0.5;
1997
- pointer-events: none;
1998
- -ms-touch-action: none;
1999
- touch-action: none;
2000
- }
2001
- .e-bigger .e-de-ctnr-properties-pane-btn {
2002
- width: 75px;
2003
- }
2004
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
2005
- background: #f8f9fa;
2006
- border-radius: 0;
2007
- -webkit-box-shadow: none;
2008
- box-shadow: none;
2009
- min-height: 100%;
2010
- min-width: 100%;
2011
- }
2012
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
2013
- -webkit-box-shadow: none;
2014
- box-shadow: none;
2015
- }
2016
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
2017
- -webkit-box-shadow: none;
2018
- box-shadow: none;
2019
- }
2020
- .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
2021
- -webkit-box-shadow: none;
2022
- box-shadow: none;
2023
- }
2024
- .e-bigger .e-de-showhide-btn {
2025
- border: 0;
2026
- height: 86px;
2027
- }
2028
- .e-bigger .e-de-showhide-btn-rtl {
2029
- border: 0;
2030
- height: 86px;
2031
- }
2032
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2033
- padding: 0;
2034
- }
2035
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2036
- display: table;
2037
- font-size: 12px !important;
2038
- margin: 0 6px;
2039
- padding: 0;
2040
- white-space: normal;
2041
- }
2042
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
2043
- .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 {
2044
- padding: 0;
2045
- }
2046
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
2047
- -webkit-box-shadow: none;
2048
- box-shadow: none;
2049
- height: 38px;
2050
- }
2051
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
2052
- -webkit-box-shadow: none;
2053
- box-shadow: none;
2054
- }
2055
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
2056
- -webkit-box-shadow: none;
2057
- box-shadow: none;
2058
- }
2059
- .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
2060
- -webkit-box-shadow: none;
2061
- box-shadow: none;
2062
- }
2063
- .e-bigger .e-de-status-bar button {
2064
- height: 38px;
2065
- -webkit-box-shadow: none;
2066
- box-shadow: none;
2067
- }
2068
- .e-bigger .e-de-status-bar button:focus {
2069
- -webkit-box-shadow: none;
2070
- box-shadow: none;
2071
- }
2072
- .e-bigger .e-de-status-bar button:active {
2073
- -webkit-box-shadow: none;
2074
- box-shadow: none;
2075
- }
2076
- .e-bigger .e-de-status-bar button:hover {
2077
- -webkit-box-shadow: none;
2078
- box-shadow: none;
2079
- }
2080
- .e-bigger .e-de-ctnr-group-btn button {
2081
- -webkit-box-shadow: none;
2082
- box-shadow: none;
2083
- height: 38px;
2084
- }
2085
- .e-bigger .e-de-ctnr-group-btn button:focus {
2086
- -webkit-box-shadow: none;
2087
- box-shadow: none;
2088
- }
2089
- .e-bigger .e-de-ctnr-group-btn button:active {
2090
- -webkit-box-shadow: none;
2091
- box-shadow: none;
2092
- }
2093
- .e-bigger .e-de-ctnr-group-btn button:hover {
2094
- -webkit-box-shadow: none;
2095
- box-shadow: none;
2096
- }
2097
- .e-bigger .e-de-property-div-padding {
2098
- border-bottom: 0.5px solid #dee2e6;
2099
- padding: 16px;
2100
- }
2101
- .e-bigger .e-de-font-clr-picker > div button,
2102
- .e-bigger .e-de-font-clr-picker > button {
2103
- width: auto;
2104
- }
2105
- .e-bigger .e-de-ctnr-dropdown-ftr {
2106
- border-top: 1px solid #dee2e6;
2107
- color: #212529;
2108
- cursor: pointer;
2109
- display: block;
2110
- font-size: 12px;
2111
- line-height: 40px;
2112
- text-indent: 1.2em;
2113
- }
2114
- .e-bigger .e-de-char-fmt-btn > button {
2115
- width: 38.5px;
2116
- }
2117
- .e-bigger .e-de-btn-hghlclr > button:first-child {
2118
- padding: 0 6px !important;
2119
- }
2120
- .e-bigger .e-de-ctnr-hglt-color {
2121
- font-size: 12px;
2122
- font-weight: 400;
2123
- height: 25px !important;
2124
- width: 25px !important;
2125
- border-radius: 4px;
2126
- }
2127
- .e-bigger .e-de-font-clr-picker > div div button {
2128
- width: 38px;
2129
- }
2130
- .e-bigger .e-de-font-clr-picker > div div button {
2131
- width: 38px;
2132
- }
2133
- .e-bigger .e-de-ctnr-list {
2134
- font-size: 12px;
2135
- vertical-align: top;
2136
- }
2137
- .e-bigger .e-de-image-property {
2138
- padding-left: 32px;
2139
- }
2140
- .e-bigger .e-de-img-prty-span {
2141
- color: #212529;
2142
- left: 10px;
2143
- position: absolute;
2144
- top: 14px;
2145
- }
2146
- .e-bigger .e-btn-toggle {
2147
- background-color: #6c757d !important;
2148
- -webkit-box-shadow: inset 0 3px 5px #4e555b !important;
2149
- box-shadow: inset 0 3px 5px #4e555b !important;
2150
- outline: #fafafa 0 solid;
2151
- outline-offset: 0;
2152
- }
2153
- .e-bigger .e-btn-toggle:hover {
2154
- background-color: #6c757d !important;
2155
- outline: #fafafa 0 solid;
2156
- outline-offset: 0;
2157
- -webkit-box-shadow: inset 0 3px 5px #4e555b !important;
2158
- box-shadow: inset 0 3px 5px #4e555b !important;
2159
- }
2160
- .e-bigger .e-de-toc-template1 {
2161
- background: #f8f9fa;
2162
- border: 1px solid #dee2e6;
2163
- color: #212529;
2164
- height: 129px;
2165
- margin-left: 78px;
2166
- width: 94px;
2167
- }
2168
- .e-bigger .e-de-toc-template1-content1 {
2169
- font-size: 10px;
2170
- height: 11px;
2171
- margin-left: 5.4px;
2172
- margin-top: 6.7px;
2173
- width: 81px;
2174
- }
2175
- .e-bigger .e-de-toc-template1-content2 {
2176
- font-size: 8px;
2177
- height: 9px;
2178
- margin-left: 20.4px;
2179
- margin-top: 5.7px;
2180
- width: 64px;
2181
- }
2182
- .e-bigger .e-de-toc-template1-content3 {
2183
- font-size: 7px;
2184
- height: 8px;
2185
- margin-left: 28.4px;
2186
- margin-top: 6.7px;
2187
- width: 60px;
2188
- }
2189
- .e-bigger .e-de-toc-optionsdiv {
2190
- margin-bottom: 11.5px;
2191
- margin-left: 5.5px;
2192
- margin-top: 15.5px;
2193
- }
2194
- .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
2195
- margin-right: 5.5px;
2196
- margin-left: 0;
2197
- }
2198
- .e-bigger .e-de-prop-sub-label {
2199
- font-size: 13px;
2200
- margin-bottom: 8.5px;
2201
- }
2202
- .e-bigger .e-de-btn-cancel {
2203
- margin-left: 10px;
2204
- }
2205
- .e-bigger .e-de-status-bar {
2206
- background: #f8f9fa;
2207
- display: -webkit-box;
2208
- display: -ms-flexbox;
2209
- display: flex;
2210
- padding-top: 3px;
2211
- width: 100%;
2212
- }
2213
- .e-bigger .e-de-statusbar-zoom {
2214
- border: 0;
2215
- color: #212529;
2216
- float: right;
2217
- height: 34px;
2218
- background-color: #f8f9fa;
2219
- }
2220
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2221
- line-height: 25px;
2222
- padding: 0 5px !important;
2223
- }
2224
- .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2225
- height: 0;
2226
- line-height: 0;
2227
- }
2228
- .e-bigger .e-listview .e-list-icon {
2229
- height: 24px;
2230
- width: 16px;
2231
- margin-right: 16px;
2232
- }
2233
- .e-bigger .e-de-listview-icon {
2234
- height: auto;
2235
- width: auto;
2236
- line-height: 22px;
2237
- margin-right: 16px;
2238
- }
2239
- .e-bigger .e-rtl .e-listview .e-list-icon {
2240
- height: 24px;
2241
- width: 16px;
2242
- margin-left: 16px;
2243
- }
2244
- .e-bigger .e-rtl .e-de-listview-icon {
2245
- height: auto;
2246
- width: auto;
2247
- line-height: 22px;
2248
- margin-left: 16px;
2249
- }
2250
-
2251
- .e-de-ctn .e-de-bzr-button {
2252
- font-size: 12px;
2253
- background: #f8f9fa;
2254
- height: 100%;
2255
- color: #495057;
2256
- border: 1px solid #fff;
2257
- }
2258
-
2259
- .e-de-ctn .e-de-bzr-button:hover {
2260
- background: #6c757d;
2261
- border: 1px solid #545b62;
2262
- border-radius: 4px;
2263
- color: #fff;
2264
- }
2265
-
2266
- .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
2267
- color: #fff;
2268
- }
2269
-
2270
- .e-de-ctn .e-de-bzr-button:active {
2271
- background-color: #545b62;
2272
- border-color: #4e555b;
2273
- color: #fff;
2274
- }
2275
-
2276
- .e-de-ctn .e-de-bzr-button {
2277
- font-size: 12px;
2278
- background: #f8f9fa;
2279
- height: 100%;
2280
- color: #495057;
2281
- border: 1px solid #fff;
2282
- }
2283
-
2284
- .e-de-ctn .e-de-bzr-button:hover {
2285
- background: #6c757d;
2286
- border: 1px solid #545b62;
2287
- border-radius: 4px;
2288
- color: #fff;
2289
- }
2290
-
2291
- .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
2292
- color: #fff;
2293
- }
2294
-
2295
- .e-de-ctn .e-de-bzr-button:active {
2296
- background-color: #545b62;
2297
- border-color: #4e555b;
2298
- color: #fff;
2299
- }
2300
-
2301
- .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2302
- font-size: 16px;
2303
- }
2304
- .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
2305
- line-height: 23px !important;
2306
- }
2307
-
2308
- .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2309
- font-size: 18px;
2310
- }
1
+ @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap4.css';