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