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