@syncfusion/ej2-angular-richtexteditor 21.2.6-ngcc → 21.2.6

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 (79) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +68 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +189 -0
  5. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
  13. package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
  14. package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
  15. package/styles/_all.scss +1 -0
  16. package/styles/rich-text-editor/_all.scss +2 -0
  17. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +235 -0
  18. package/styles/rich-text-editor/_bootstrap-definition.scss +290 -0
  19. package/styles/rich-text-editor/_bootstrap4-definition.scss +417 -0
  20. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +1 -0
  21. package/styles/rich-text-editor/_bootstrap5-definition.scss +219 -0
  22. package/styles/rich-text-editor/_fabric-dark-definition.scss +216 -0
  23. package/styles/rich-text-editor/_fabric-definition.scss +214 -0
  24. package/styles/rich-text-editor/_fluent-dark-definition.scss +1 -0
  25. package/styles/rich-text-editor/_fluent-definition.scss +222 -0
  26. package/styles/rich-text-editor/_fusionnew-definition.scss +219 -0
  27. package/styles/rich-text-editor/_highcontrast-definition.scss +214 -0
  28. package/styles/rich-text-editor/_highcontrast-light-definition.scss +214 -0
  29. package/styles/rich-text-editor/_layout.scss +1865 -0
  30. package/styles/rich-text-editor/_material-dark-definition.scss +219 -0
  31. package/styles/rich-text-editor/_material-definition.scss +216 -0
  32. package/styles/rich-text-editor/_tailwind-dark-definition.scss +1 -0
  33. package/styles/rich-text-editor/_tailwind-definition.scss +217 -0
  34. package/styles/rich-text-editor/_theme.scss +753 -0
  35. package/styles/rich-text-editor/bootstrap-dark.scss +4 -1
  36. package/styles/rich-text-editor/bootstrap.scss +4 -1
  37. package/styles/rich-text-editor/bootstrap4.scss +4 -1
  38. package/styles/rich-text-editor/bootstrap5-dark.scss +4 -1
  39. package/styles/rich-text-editor/bootstrap5.scss +4 -1
  40. package/styles/rich-text-editor/fabric-dark.scss +4 -1
  41. package/styles/rich-text-editor/fabric.scss +4 -1
  42. package/styles/rich-text-editor/fluent-dark.scss +4 -1
  43. package/styles/rich-text-editor/fluent.scss +4 -1
  44. package/styles/rich-text-editor/highcontrast-light.scss +4 -1
  45. package/styles/rich-text-editor/highcontrast.scss +4 -1
  46. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +349 -0
  47. package/styles/rich-text-editor/icons/_bootstrap.scss +349 -0
  48. package/styles/rich-text-editor/icons/_bootstrap4.scss +349 -0
  49. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -0
  50. package/styles/rich-text-editor/icons/_bootstrap5.scss +348 -0
  51. package/styles/rich-text-editor/icons/_fabric-dark.scss +349 -0
  52. package/styles/rich-text-editor/icons/_fabric.scss +349 -0
  53. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -0
  54. package/styles/rich-text-editor/icons/_fluent.scss +348 -0
  55. package/styles/rich-text-editor/icons/_fusionnew.scss +348 -0
  56. package/styles/rich-text-editor/icons/_highcontrast-light.scss +349 -0
  57. package/styles/rich-text-editor/icons/_highcontrast.scss +349 -0
  58. package/styles/rich-text-editor/icons/_material-dark.scss +349 -0
  59. package/styles/rich-text-editor/icons/_material.scss +349 -0
  60. package/styles/rich-text-editor/icons/_material3.scss +348 -0
  61. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -0
  62. package/styles/rich-text-editor/icons/_tailwind.scss +348 -0
  63. package/styles/rich-text-editor/material-dark.scss +4 -1
  64. package/styles/rich-text-editor/material.scss +4 -1
  65. package/styles/rich-text-editor/tailwind-dark.scss +4 -1
  66. package/styles/rich-text-editor/tailwind.scss +4 -1
  67. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  68. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -330
  69. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  70. package/@syncfusion/ej2-angular-richtexteditor.js +0 -311
  71. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  72. package/CHANGELOG.md +0 -1298
  73. package/dist/ej2-angular-richtexteditor.umd.js +0 -806
  74. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  75. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  76. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  77. package/ej2-angular-richtexteditor.d.ts +0 -5
  78. package/ej2-angular-richtexteditor.metadata.json +0 -1
  79. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1865 @@
1
+ @include export-module('richtexteditor-layout') {
2
+
3
+ /*! tab layout */
4
+
5
+ .e-bigger .e-richtexteditor,
6
+ .e-richtexteditor.e-bigger {
7
+
8
+ .e-rte-toolbar {
9
+
10
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
11
+ margin-left: $rte-big-tb-items-margin-left;
12
+ }
13
+ }
14
+
15
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
16
+ .e-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn {
17
+ font-size: $dropdown-btn-big-font-size;
18
+ }
19
+ }
20
+
21
+ &.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
22
+ margin-left: 0;
23
+ margin-right: $rte-big-tb-items-margin-left;
24
+ }
25
+
26
+ .e-rte-toolbar,
27
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
28
+
29
+ .e-toolbar-extended {
30
+ padding-left: $rte-big-tb-items-padding-left;
31
+ }
32
+
33
+ .e-toolbar-items,
34
+ .e-toolbar-extended {
35
+
36
+ .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
37
+ .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
38
+ .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
39
+ font-size: $rte-toolbar-big-icon-size;
40
+ }
41
+
42
+ .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
43
+ .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
44
+ top: -20px;
45
+ }
46
+
47
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
48
+ padding-left: $rte-big-drop-btn-padding-left;
49
+ padding-right: $rte-big-drop-btn-padding-right;
50
+ }
51
+
52
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
53
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
54
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
55
+ padding-left: $rte-big-drop-btn-action-padding-left;
56
+ padding-right: $rte-big-drop-btn-action-padding-right;
57
+ }
58
+
59
+ .e-toolbar-item.e-active .e-tbar-btn.e-btn {
60
+ padding: $rte-big-active-tb-item-btn-padding;
61
+ @if $skin-name == 'FluentUI' {
62
+ border-radius: 0;
63
+ }
64
+ }
65
+ }
66
+
67
+ @if $skin-name == 'bootstrap5' {
68
+ .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
69
+ padding: 0 8px;
70
+ }
71
+ }
72
+ }
73
+
74
+ &.e-rte-full-screen {
75
+
76
+ iframe {
77
+ height: calc(100% - 56px);
78
+ }
79
+
80
+ .e-rte-edit-table {
81
+ max-height: $rte-big-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
82
+ }
83
+
84
+ .e-rte-edit-table-prop-dialog {
85
+ max-height: $rte-big-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
86
+ }
87
+
88
+ .e-rte-link-dialog {
89
+ max-height: $rte-big-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
90
+ }
91
+
92
+ .e-rte-img-dialog {
93
+ min-height: $rte-big-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
94
+ }
95
+
96
+ .e-rte-img-link-dialog {
97
+ max-height: $rte-big-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
98
+ }
99
+
100
+ .e-rte-img-size-dialog {
101
+ max-height: $rte-big-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
102
+ }
103
+
104
+ .e-rte-img-alt-dialog {
105
+ min-height: $rte-big-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
106
+ }
107
+ }
108
+ }
109
+
110
+ .e-richtexteditor {
111
+ color: $rte-content-color;
112
+ display: block;
113
+ position: relative;
114
+
115
+ & textarea.e-content {
116
+ border: 0;
117
+ display: block;
118
+ height: 100%;
119
+ margin: 0;
120
+ outline: 0;
121
+ padding: 8px;
122
+ resize: none;
123
+ width: 100%;
124
+ }
125
+
126
+ & .e-rte-hidden {
127
+ display: none;
128
+ }
129
+
130
+ &.e-disabled {
131
+ pointer-events: none;
132
+ }
133
+
134
+ &.e-rte-full-screen {
135
+ bottom: 0;
136
+ height: 100% !important; /* stylelint-disable-line declaration-no-important */
137
+ left: 0;
138
+ overflow: auto;
139
+ position: fixed;
140
+ right: 0;
141
+ top: 0;
142
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
143
+ z-index: 999;
144
+
145
+ .e-resize-handle {
146
+ display: none;
147
+ }
148
+
149
+ iframe {
150
+ height: calc(100% - 42px);
151
+ }
152
+
153
+ .e-rte-edit-table {
154
+ max-height: $rte-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
155
+ }
156
+
157
+ .e-rte-edit-table-prop-dialog {
158
+ max-height: $rte-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
159
+ }
160
+
161
+ .e-rte-link-dialog {
162
+ max-height: $rte-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
163
+ }
164
+
165
+ .e-rte-img-dialog {
166
+ max-height: $rte-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
167
+ }
168
+
169
+ .e-rte-img-link-dialog {
170
+ max-height: $rte-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
171
+ }
172
+
173
+ .e-rte-img-size-dialog {
174
+ max-height: $rte-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
175
+ }
176
+
177
+ .e-rte-img-alt-dialog {
178
+ max-height: $rte-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
179
+ }
180
+ }
181
+
182
+ &.e-rtl .e-rte-character-count {
183
+ left: 0;
184
+ padding-left: 30px;
185
+ padding-right: unset;
186
+ right: unset;
187
+ }
188
+
189
+ &.e-rtl .e-rte-content .e-content blockquote {
190
+ padding-left: 0;
191
+ padding-right: 5px;
192
+ }
193
+
194
+ .e-rte-toolbar {
195
+
196
+ @if $skin-name == 'bootstrap5' {
197
+ &.e-toolbar .e-hor-nav {
198
+ min-height: $toolbar-expand-icon-min-height;
199
+ }
200
+ }
201
+
202
+ .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
203
+ margin-left: $rte-tb-items-margin-left;
204
+ }
205
+
206
+ .e-hor-nav.e-expended-nav {
207
+ height: auto;
208
+ }
209
+
210
+ .e-toolbar-multirow {
211
+ margin-left: 7px;
212
+ margin-right: 7px;
213
+ }
214
+ }
215
+
216
+ &.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
217
+ margin-left: 0;
218
+ margin-right: $rte-tb-items-margin-left;
219
+ }
220
+
221
+ &.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
222
+ margin-right: 0;
223
+ }
224
+
225
+ .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
226
+ display: inline-block;
227
+ margin-left: 0;
228
+ margin-right: 0;
229
+ overflow-x: auto;
230
+ white-space: nowrap;
231
+ width: 100%;
232
+ }
233
+
234
+ .e-rte-toolbar,
235
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
236
+ position: inherit;
237
+ z-index: 101;
238
+
239
+ .e-toolbar-extended {
240
+ margin-left: 0;
241
+ padding-left: $rte-tb-items-padding-left;
242
+ }
243
+
244
+ .e-toolbar-items,
245
+ .e-toolbar-extended {
246
+
247
+ .e-toolbar-item {
248
+
249
+ .e-formats-tbar-btn > :first-child {
250
+ min-width: $rte-format-btn-min-width;
251
+ }
252
+
253
+ .e-font-name-tbar-btn > :first-child {
254
+ min-width: $rte-font-name-btn-min-width;
255
+ }
256
+
257
+ .e-font-size-tbar-btn > :first-child {
258
+ min-width: $rte-font-size-btn-min-width;
259
+ }
260
+
261
+ .e-dropdown-btn {
262
+ padding-left: $rte-drop-btn-padding-left;
263
+ padding-right: $rte-drop-btn-padding-right;
264
+
265
+ @if $skin-name == 'bootstrap5' {
266
+ border: 1px solid $transparent;
267
+ }
268
+
269
+ .e-rte-dropdown-btn-text {
270
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
271
+ font-size: $dropdown-btn-font-size;
272
+ }
273
+ font-weight: $font-weight;
274
+ overflow: hidden;
275
+ text-overflow: ellipsis;
276
+ white-space: nowrap;
277
+ }
278
+ }
279
+
280
+ .e-dropdown-btn:hover,
281
+ .e-dropdown-btn:focus,
282
+ .e-dropdown-btn:active {
283
+ padding-left: $rte-drop-btn-action-padding-left;
284
+ padding-right: $rte-drop-btn-action-padding-right;
285
+ }
286
+
287
+ .e-rte-font-color .e-selected-color.e-icons::before {
288
+ font-size: 12px;
289
+ position: relative;
290
+ top: -18px;
291
+ }
292
+
293
+ .e-rte-font-color.e-icons::before {
294
+ font-size: 13px;
295
+ }
296
+
297
+ .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
298
+ .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
299
+ line-height: 1;
300
+ }
301
+
302
+ .e-background-color.e-icons::before {
303
+ display: inline;
304
+ font-size: 14px;
305
+ }
306
+
307
+ .e-tbar-btn {
308
+
309
+ .e-order-list.e-icons,
310
+ .e-unorder-list.e-icons,
311
+ .e-icons.e-btn-icon:not(.e-caret) {
312
+ font-size: $rte-toolbar-icon-size;
313
+ }
314
+ }
315
+
316
+ &.e-active .e-tbar-btn.e-btn {
317
+ padding: $rte-active-tb-item-btn-padding;
318
+ @if $skin-name == 'FluentUI' {
319
+ border-radius: 0;
320
+ }
321
+ }
322
+ }
323
+ }
324
+
325
+ @if $skin-name == 'bootstrap5' {
326
+ .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
327
+ padding: 0 4px;
328
+ }
329
+ }
330
+
331
+ &.e-control[class *= 'e-toolbar'] {
332
+ box-sizing: border-box;
333
+ }
334
+
335
+ .e-toolbar-extended.e-visible {
336
+ display: block;
337
+ visibility: hidden;
338
+ }
339
+
340
+ &.e-tbar-ios-fixed.e-rte-tb-fixed {
341
+ top: 0;
342
+ transform: translate3d(0, 0, 0);
343
+ }
344
+
345
+ &.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
346
+ bottom: 0;
347
+ }
348
+
349
+ &.e-rte-tb-fixed {
350
+ display: none;
351
+ left: 0;
352
+ position: fixed;
353
+ right: 0;
354
+
355
+ &.e-show {
356
+ display: block;
357
+ z-index: 101;
358
+ }
359
+ }
360
+
361
+ &.e-rte-tb-float {
362
+ position: fixed;
363
+ top: 0;
364
+
365
+ &.e-rte-tb-abs-float {
366
+ position: absolute;
367
+ }
368
+ }
369
+ }
370
+
371
+ .rte-placeholder {
372
+ color: $rte-content-font-color;
373
+ line-height: $rte-placeholder-line-height;
374
+ opacity: .54;
375
+ overflow: hidden;
376
+ padding: $rte-placeholder-padding;
377
+ position: absolute;
378
+ text-align: start;
379
+ top: 0;
380
+ z-index: 1;
381
+ }
382
+
383
+ .e-rte-content {
384
+ position: relative;
385
+ z-index: 1;
386
+ }
387
+
388
+ .e-rte-content,
389
+ .e-source-content {
390
+ /* stylelint-disable property-no-vendor-prefix */
391
+ -webkit-overflow-scrolling: touch; //iOS devices scrolling smooth
392
+ // sass-lint:enabled no-vendor-prefixes
393
+ overflow: auto;
394
+ transition: 100ms ease-out;
395
+ width: 100%;
396
+
397
+ .e-content {
398
+ background: unset;
399
+ box-sizing: border-box;
400
+ height: 100%;
401
+ min-height: 100px;
402
+ outline: 0 solid transparent;
403
+ overflow-x: auto;
404
+ padding: $rte-content-padding;
405
+ position: relative;
406
+ text-align: inherit;
407
+ z-index: 2;
408
+
409
+ @media screen and (min-width: 992px) {
410
+ font-size: $rte-content-font-size;
411
+ }
412
+ }
413
+
414
+ .e-content p {
415
+ margin: 0 0 10px;
416
+ margin-bottom: 10px;
417
+ }
418
+
419
+ .e-content li {
420
+ margin-bottom: 10px;
421
+ }
422
+
423
+ .e-content h1 {
424
+ font-size: 2.17em;
425
+ font-weight: normal;
426
+ line-height: 1;
427
+ margin: 10px 0;
428
+ }
429
+
430
+ .e-content h2 {
431
+ font-size: 1.74em;
432
+ font-weight: normal;
433
+ margin: 10px 0;
434
+ }
435
+
436
+ .e-content h3 {
437
+ font-size: 1.31em;
438
+ font-weight: normal;
439
+ margin: 10px 0;
440
+ }
441
+
442
+ .e-content h4 {
443
+ font-size: 16px;
444
+ font-weight: normal;
445
+ line-height: 1.5;
446
+ margin: 0;
447
+ }
448
+
449
+ .e-content h5 {
450
+ font-size: .8em;
451
+ font-weight: normal;
452
+ margin: 0;
453
+ }
454
+
455
+ .e-content h6 {
456
+ font-size: .65em;
457
+ font-weight: normal;
458
+ margin: 0;
459
+ }
460
+
461
+ .e-content blockquote {
462
+ margin: 10px 0;
463
+ margin-left: 0;
464
+ padding-left: 5px;
465
+ }
466
+
467
+ .e-content pre {
468
+ background-color: inherit;
469
+ border: 0;
470
+ border-radius: 0;
471
+ color: $rte-content-color;
472
+ font-size: inherit;
473
+ line-height: inherit;
474
+ margin: 0 0 10px;
475
+ overflow: visible;
476
+ padding: 0;
477
+ white-space: pre-wrap;
478
+ word-break: inherit;
479
+ word-wrap: break-word;
480
+ }
481
+
482
+ .e-content strong,
483
+ .e-content b {
484
+ font-weight: bold;
485
+ }
486
+
487
+ .e-content a {
488
+ text-decoration: none;
489
+ user-select: auto;
490
+ }
491
+
492
+ .e-content a:hover {
493
+ text-decoration: underline;
494
+ }
495
+
496
+ .e-content p:last-child,
497
+ .e-content pre:last-child,
498
+ .e-content blockquote:last-child {
499
+ margin-bottom: 0;
500
+ }
501
+
502
+ .e-content h3 + h4,
503
+ .e-content h4 + h5,
504
+ .e-content h5 + h6 {
505
+ margin-top: .6em;
506
+ }
507
+
508
+ .e-content ul:last-child {
509
+ margin-bottom: 0;
510
+ }
511
+ }
512
+
513
+ .e-rte-character-count {
514
+ bottom: 0;
515
+ color: $rte-default-character-count-color;
516
+ font-size: 14px;
517
+ margin-right: 30px;
518
+ opacity: $rte-default-character-count-opacity;
519
+ padding-bottom: 2px;
520
+ position: absolute;
521
+ right: 0;
522
+ z-index: 100;
523
+
524
+ &.e-warning {
525
+ color: $rte-warning-character-count-color;
526
+ opacity: unset;
527
+ }
528
+
529
+ &.e-error {
530
+ color: $rte-error-character-count-color;
531
+ opacity: unset;
532
+ }
533
+ }
534
+
535
+ .e-rte-srctextarea {
536
+ background-color: transparent;
537
+ border: 0;
538
+ color: $rte-content-color;
539
+ display: block;
540
+ height: 100%;
541
+ line-height: 22px;
542
+ overflow: auto;
543
+ padding: 16px;
544
+ resize: none;
545
+ transition: 100ms ease-out;
546
+ width: 100%;
547
+ }
548
+
549
+ .e-resize-handle {
550
+ height: $rte-resize-handler-height;
551
+ position: absolute;
552
+ width: $rte-resize-handler-width;
553
+
554
+ &.e-south-east {
555
+ bottom: $rte-resize-handler-position;
556
+ cursor: nwse-resize;
557
+ right: $rte-resize-handler-position;
558
+ z-index: 100;
559
+ }
560
+
561
+ &.e-south-west {
562
+ bottom: $rte-resize-handler-position;
563
+ cursor: sw-resize;
564
+ left: $rte-resize-handler-position;
565
+ transform: rotate(90deg);
566
+ z-index: 100;
567
+ }
568
+ }
569
+
570
+ &.e-rtl {
571
+
572
+ &.e-rte-resize {
573
+ float: right;
574
+ }
575
+
576
+ .e-resize-handle.e-south-west {
577
+ direction: ltr;
578
+ text-align: initial;
579
+ }
580
+ }
581
+
582
+ &.e-rte-tb-expand {
583
+ &.e-rte-fixed-tb-expand {
584
+ transition: none;
585
+ }
586
+ }
587
+ }
588
+
589
+ .e-rte-linkcontent .e-rte-label {
590
+ padding-top: $rte-insert-dialog-label-padding-top;
591
+ }
592
+
593
+ .e-rte-label label {
594
+ font-weight: normal;
595
+ }
596
+
597
+ .e-rte-linkcontent .e-rte-label:first-child {
598
+ padding-top: 0;
599
+ }
600
+
601
+ .e-bigger .e-rte-dropdown-popup {
602
+
603
+ ul {
604
+ min-width: 84px;
605
+ }
606
+ }
607
+
608
+ .e-rte-dropdown-popup {
609
+
610
+ &.e-rte-inline-dropdown {
611
+
612
+ @media screen and (max-width: 768px) {
613
+ ul {
614
+ padding: 7px 0;
615
+
616
+ li.e-item {
617
+ height: 34px;
618
+ line-height: 34px;
619
+ padding: 0 6.5px;
620
+ }
621
+
622
+ .e-item .e-menu-icon {
623
+ float: none;
624
+ }
625
+ }
626
+ }
627
+
628
+ &.e-rte-dropdown-icons.e-dropdown-popup {
629
+
630
+ @media screen and (max-width: 768px) {
631
+ max-height: 280px;
632
+
633
+ ul {
634
+ display: inline-flex;
635
+ }
636
+ }
637
+ }
638
+ }
639
+
640
+ ul {
641
+ min-width: 82px;
642
+
643
+ .e-item {
644
+
645
+ .e-menu-icon {
646
+ margin: 0 6px;
647
+ width: auto;
648
+ }
649
+
650
+ &.e-h1 {
651
+ font-size: 2em;
652
+ font-weight: bold;
653
+ height: 40px;
654
+ line-height: 40px;
655
+ }
656
+
657
+ &.e-h2 {
658
+ font-size: 1.5em;
659
+ font-weight: bold;
660
+ height: 40px;
661
+ line-height: 40px;
662
+ }
663
+
664
+ &.e-h3 {
665
+ font-size: 1.16em;
666
+ font-weight: bold;
667
+ }
668
+
669
+ &.e-h4 {
670
+ font-size: 1em;
671
+ font-weight: bold;
672
+ }
673
+
674
+ &.e-h5 {
675
+ font-size: .83em;
676
+ font-weight: bold;
677
+ }
678
+
679
+ &.e-h6 {
680
+ font-size: .7em;
681
+ font-weight: bold;
682
+ }
683
+
684
+ &.e-segoe-ui {
685
+ font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
686
+ }
687
+
688
+ &.e-arial {
689
+ font-family: 'Arial', 'Helvetica', sans-serif;
690
+ }
691
+
692
+ &.e-courier-new {
693
+ font-family: 'Courier New', 'Courier', monospace;
694
+ }
695
+
696
+ &.e-georgia {
697
+ font-family: 'Georgia', 'Times New Roman', 'Times', serif;
698
+ }
699
+
700
+ &.e-helvetica-neue {
701
+ font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
702
+ }
703
+
704
+ &.e-impact {
705
+ font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
706
+ }
707
+
708
+ &.e-lucida-console {
709
+ font-family: 'Lucida Console', 'Monaco', monospace;
710
+ }
711
+
712
+ &.e-tahoma {
713
+ font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
714
+ }
715
+
716
+ &.e-times-new-roman {
717
+ font-family: 'Times New Roman', 'Times', serif;
718
+ }
719
+
720
+ &.e-trebuchet-ms {
721
+ font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
722
+ }
723
+
724
+ &.e-verdana {
725
+ font-family: 'Verdana', 'Geneva', 'Tahoma', sans-serif;
726
+ }
727
+
728
+ &.e-roboto {
729
+ font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif;
730
+ }
731
+ }
732
+ }
733
+
734
+ &.e-rte-dropdown-icons {
735
+
736
+ ul {
737
+ min-width: auto;
738
+ }
739
+
740
+ @media screen and (max-width: 768px) {
741
+
742
+ ul {
743
+ min-width: 30px;
744
+ }
745
+ }
746
+ }
747
+
748
+ &.e-rtl {
749
+ ul .e-item .e-menu-icon {
750
+ margin: 0 6px;
751
+ }
752
+ }
753
+ }
754
+
755
+ .e-rte-image.e-imgbreak,
756
+ .e-rte-audio.e-audio-break,
757
+ .e-rte-video.e-video-break {
758
+ border: 0;
759
+ cursor: pointer;
760
+ display: block;
761
+ float: none;
762
+ max-width: 100%;
763
+ padding: 1px;
764
+ position: relative;
765
+ }
766
+
767
+ .e-rte-image,
768
+ .e-rte-audio,
769
+ .e-rte-video {
770
+ border: 0;
771
+ cursor: pointer;
772
+ display: block;
773
+ float: none;
774
+ margin: auto;
775
+ max-width: 100%;
776
+ position: relative;
777
+ }
778
+
779
+ .e-rte-image.e-imginline,
780
+ .e-rte-audio.e-audio-inline,
781
+ .e-rte-video.e-video-inline {
782
+ display: inline-block;
783
+ float: none;
784
+ max-width: calc(100% - (2 * 5px));
785
+ padding: 1px;
786
+ vertical-align: bottom;
787
+ }
788
+
789
+ .e-rte-image.e-imgcenter,
790
+ .e-rte-video.e-video-center {
791
+ cursor: pointer;
792
+ display: block;
793
+ float: none;
794
+ margin: 5px auto;
795
+ max-width: 100%;
796
+ position: relative;
797
+ }
798
+
799
+ .e-rte-image.e-imgleft,
800
+ .e-rte-video.e-video-left {
801
+ float: left;
802
+ margin: 0 auto;
803
+ margin-right: 5px;
804
+ text-align: left;
805
+ }
806
+
807
+ .e-rte-image.e-imgright,
808
+ .e-rte-video.e-video-right {
809
+ float: right;
810
+ margin: 0 auto;
811
+ margin-left: 5px;
812
+ text-align: right;
813
+ }
814
+
815
+ .e-rte-img-popup .e-item {
816
+ height: 106px;
817
+ width: 300px;
818
+ }
819
+
820
+ .e-rte-img-caption {
821
+ display: inline-block;
822
+ margin: 5px auto;
823
+ max-width: 100%;
824
+ position: relative;
825
+ }
826
+
827
+ .e-rte-img-caption.e-caption-inline {
828
+ display: inline-block;
829
+ margin: 5px auto;
830
+ margin-left: 5px;
831
+ margin-right: 5px;
832
+ max-width: calc(100% - (2 * 5px));
833
+ position: relative;
834
+ text-align: center;
835
+ vertical-align: bottom;
836
+ }
837
+
838
+ .e-rte-img-caption.e-imgcenter {
839
+ display: block;
840
+ margin-left: auto;
841
+ margin-right: auto;
842
+ }
843
+
844
+ .e-rte-img-caption.e-imgright {
845
+ display: block;
846
+ margin-left: auto;
847
+ margin-right: 0;
848
+ }
849
+
850
+ .e-rte-img-caption.e-imgleft {
851
+ display: block;
852
+ margin-left: 0;
853
+ margin-right: auto;
854
+ }
855
+
856
+ .e-rte-img-caption .e-rte-image.e-imgright {
857
+ float: none;
858
+ margin-left: auto;
859
+ margin-right: 0;
860
+ }
861
+
862
+ .e-rte-img-caption .e-rte-image.e-imgleft {
863
+ float: none;
864
+ margin: 0;
865
+ }
866
+
867
+ .e-img-caption.e-rte-img-caption.e-imgbreak {
868
+ display: block;
869
+ }
870
+
871
+ .e-rte-table {
872
+ border-collapse: collapse;
873
+ empty-cells: show;
874
+ }
875
+
876
+ .e-rte-table td,
877
+ .e-rte-table th {
878
+ border: 1px solid $rte-table-border-color;
879
+ height: 20px;
880
+ min-width: 20px;
881
+ padding: 2px 5px;
882
+ vertical-align: middle;
883
+ }
884
+
885
+ .e-rte-table.e-dashed-border td,
886
+ .e-rte-table.e-dashed-border th {
887
+ border-style: dashed;
888
+ }
889
+
890
+ .e-rte-img-caption .e-img-inner {
891
+ box-sizing: border-box;
892
+ display: block;
893
+ font-size: $rte-toolbar-icon-size;
894
+ font-weight: initial;
895
+ margin: auto;
896
+ opacity: .9;
897
+ position: relative;
898
+ text-align: center;
899
+ width: 100%;
900
+ }
901
+
902
+ .e-rte-img-caption.e-imgleft .e-img-inner {
903
+ text-align: left;
904
+ }
905
+
906
+ .e-rte-img-caption.e-imgright .e-img-inner {
907
+ text-align: right;
908
+ }
909
+
910
+ .e-rte-img-caption .e-img-wrap {
911
+ display: inline-block;
912
+ margin: auto;
913
+ padding: 0;
914
+ width: 100%;
915
+ }
916
+
917
+ .e-rte-img-dialog .e-rte-label {
918
+ padding-top: $rte-insert-dialog-label-padding-top;
919
+ }
920
+
921
+ .e-rte-img-dialog .e-rte-label:first-child {
922
+ padding-top: 0;
923
+ }
924
+
925
+ .e-rte-table-resize.e-row-resize,
926
+ .e-rte-table-resize.e-column-resize {
927
+ background-color: transparent;
928
+ background-repeat: repeat;
929
+ bottom: 0;
930
+ cursor: col-resize;
931
+ height: 1px;
932
+ overflow: visible;
933
+ position: absolute;
934
+ width: 1px;
935
+ }
936
+
937
+ .e-rte-table-resize.e-row-resize {
938
+ cursor: row-resize;
939
+ height: 1px;
940
+ }
941
+
942
+ .e-richtexteditor {
943
+ .e-linkheader,
944
+ .e-audioheader,
945
+ .e-videoheader,
946
+ .e-video-url-wrap {
947
+ font-family: $rte-font-family;
948
+ font-size: $rte-insert-dialog-font-size;
949
+ opacity: .87;
950
+ padding-bottom: $rte-insert-dialog-label-padding-bottom;
951
+ padding-top: $rte-insert-dialog-label-padding-top;
952
+ }
953
+
954
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
955
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
956
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
957
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
958
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
959
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
960
+ margin-top: 0;
961
+ }
962
+
963
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
964
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
965
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
966
+ margin-right: 30px;
967
+ }
968
+
969
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
970
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
971
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
972
+ border-bottom: 0 solid transparent;
973
+ min-height: initial;
974
+ }
975
+
976
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
977
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
978
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
979
+ margin-left: 0;
980
+ margin-right: 0;
981
+ }
982
+
983
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
984
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
985
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files {
986
+ border-top: 0 solid transparent;
987
+ }
988
+
989
+ .e-img-uploadwrap.e-droparea .e-file-select-wrap,
990
+ .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
991
+ .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
992
+ display: none;
993
+ }
994
+
995
+ .e-img-uploadwrap.e-droparea .e-upload,
996
+ .e-aud-uploadwrap.e-droparea .e-upload,
997
+ .e-vid-uploadwrap.e-droparea .e-upload {
998
+ border: 0 solid transparent;
999
+ float: none;
1000
+ }
1001
+
1002
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
1003
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
1004
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
1005
+ display: block;
1006
+ height: $rte-droparea-browsebtn-height;
1007
+ margin: 0 auto;
1008
+ padding: $rte-droparea-browsebtn-padding;
1009
+ position: relative;
1010
+ top: $rte-droparea-browsebtn-top;
1011
+ @if $skin-name == 'FluentUI' {
1012
+ outline: none;
1013
+ }
1014
+ }
1015
+
1016
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1017
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1018
+ top: -120px;
1019
+ }
1020
+
1021
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
1022
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
1023
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1024
+ display: none;
1025
+ }
1026
+
1027
+ .e-dialog .e-img-uploadwrap.e-droparea,
1028
+ .e-dialog .e-aud-uploadwrap.e-droparea,
1029
+ .e-dialog .e-vid-uploadwrap.e-droparea {
1030
+ line-height: $rte-droparea-line-height;
1031
+ min-height: 50px;
1032
+ position: relative;
1033
+ }
1034
+
1035
+ .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1036
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1037
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
1038
+ display: inline-block;
1039
+ line-height: normal;
1040
+ }
1041
+
1042
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1043
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1044
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
1045
+ line-height: 4;
1046
+ }
1047
+
1048
+ .e-rte-inline-dropdown ul {
1049
+ max-height: 200px;
1050
+ overflow-y: auto;
1051
+ }
1052
+
1053
+ .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1054
+ max-height: 280px;
1055
+ overflow-y: auto;
1056
+ }
1057
+
1058
+ .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1059
+ max-height: 360px;
1060
+ overflow-y: auto;
1061
+ }
1062
+
1063
+ .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,
1064
+ .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,
1065
+ .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,
1066
+ .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown {
1067
+ line-height: 0;
1068
+ }
1069
+
1070
+ .e-rte-table-popup.e-popup.e-popup-open {
1071
+ border-radius: $rte-table-popup-bdr-radius;
1072
+ box-shadow: $rte-table-popup-box;
1073
+ font-size: 14px;
1074
+ font-weight: normal;
1075
+ min-width: 120px;
1076
+ overflow: hidden;
1077
+ padding: $rte-table-popup-padding;
1078
+ }
1079
+
1080
+ .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1081
+ border: $rte-table-span-border;
1082
+ display: inline-block;
1083
+ height: $rte-table-popup-tablecell-height;
1084
+ margin: $rte-table-popup-tablecell-margin;
1085
+ overflow: hidden;
1086
+ vertical-align: top;
1087
+ width: $rte-table-popup-tablecell-width;
1088
+ }
1089
+
1090
+ .e-rte-table-popup.e-popup-open .e-rte-table-row {
1091
+ height: $rte-table-popup-row-height;
1092
+ }
1093
+
1094
+ .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1095
+ @if $skin-name == 'FluentUI' {
1096
+ margin-top: $rte-table-popup-btn-margin-top;
1097
+ }
1098
+ width: 100%;
1099
+ }
1100
+
1101
+ .e-rte-edit-table .e-rte-field {
1102
+ padding-top: $rte-insert-dialog-label-padding-top;
1103
+ }
1104
+
1105
+ .e-rte-edit-table .e-rte-field:first-child {
1106
+ padding-top: 0;
1107
+ }
1108
+
1109
+ .e-rte-content .e-content table td.e-cell-select,
1110
+ .e-rte-content .e-content table th.e-cell-select {
1111
+ border: 1px double $rte-table-select-border-color;
1112
+ height: 24.67px;
1113
+ }
1114
+
1115
+ span.e-table-box {
1116
+ cursor: nwse-resize;
1117
+ display: block;
1118
+ height: 10px;
1119
+ position: absolute;
1120
+ width: 10px;
1121
+
1122
+ &.e-hide {
1123
+ display: none;
1124
+ }
1125
+ }
1126
+
1127
+ span.e-table-box.e-rmob {
1128
+ height: 14px;
1129
+ width: 14px;
1130
+ }
1131
+
1132
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1133
+ margin-right: 50px;
1134
+ }
1135
+
1136
+ .e-rte-upload-popup {
1137
+ width: 250px;
1138
+ }
1139
+
1140
+ .e-rte-dialog-upload .e-upload-files {
1141
+ border-top: 0;
1142
+ }
1143
+
1144
+ .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1145
+ border-bottom: 0;
1146
+ }
1147
+ }
1148
+
1149
+ .e-rte-backgroundcolor-colorpicker,
1150
+ .e-rte-fontcolor-colorpicker {
1151
+ & .e-color-palette.e-container {
1152
+ & .e-custom-palette .e-palette {
1153
+ padding: 0;
1154
+ }
1155
+
1156
+ & .e-switch-ctrl-btn {
1157
+ padding: 5px;
1158
+ .e-bigger & {
1159
+ padding: 5px;
1160
+ }
1161
+ }
1162
+ }
1163
+ }
1164
+
1165
+ .e-rte-quick-popup {
1166
+ border-radius: 2px;
1167
+ overflow: hidden;
1168
+
1169
+ .e-rte-quick-toolbar {
1170
+ border-radius: 2px;
1171
+ min-height: 42px;
1172
+
1173
+ .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1174
+ white-space: nowrap;
1175
+ display: inline-block;
1176
+ }
1177
+
1178
+ &.e-remove-white-space {
1179
+
1180
+ .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1181
+ white-space: nowrap;
1182
+ }
1183
+ }
1184
+
1185
+ .e-toolbar-items:not(.e-tbar-pos) {
1186
+ border-radius: 2px;
1187
+ margin: 0 6px;
1188
+ min-height: 42px;
1189
+
1190
+ .e-toolbar-item.e-rte-horizontal-separator,
1191
+ .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1192
+ display: block;
1193
+ height: 1px;
1194
+ margin: 0;
1195
+ min-height: 1px;
1196
+ }
1197
+
1198
+ .e-toolbar-item {
1199
+ margin: $rte-toolbar-item-frist-last-child-margin;
1200
+ min-height: 42px;
1201
+
1202
+ &:first-child,
1203
+ &:last-child {
1204
+ margin: 0 6px;
1205
+ }
1206
+
1207
+ .e-tbar-btn:not(.e-rte-dropdown-btn) {
1208
+ line-height: 20px;
1209
+ }
1210
+
1211
+ .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1212
+ min-width: $rte-quick-item-icon-min-width;
1213
+ }
1214
+ }
1215
+
1216
+ .e-toolbar-item .e-btn,
1217
+ .e-toolbar-item .e-btn:hover {
1218
+ min-height: $rte-quick-item-btn-height;
1219
+ min-width: $rte-quick-item-btn-width;
1220
+ padding: $rte-quick-item-padding;
1221
+ @if $skin-name == 'FluentUI' {
1222
+ padding-left: $rte-quick-item-padding-left;
1223
+ padding-right: $rte-quick-item-padding-right;
1224
+ }
1225
+ }
1226
+ }
1227
+
1228
+ .e-tbar-btn {
1229
+ .e-icons.e-btn-icon:not(.e-caret) {
1230
+ font-size: $rte-toolbar-icon-size;
1231
+ }
1232
+ }
1233
+
1234
+ .e-background-color.e-icons::before {
1235
+ display: inline;
1236
+ }
1237
+
1238
+ .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1239
+ .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1240
+ .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1241
+ .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1242
+ font-size: 10px;
1243
+ }
1244
+ }
1245
+
1246
+ .e-rte-dropdown-btn.e-tbar-btn {
1247
+ line-height: $rte-quick-drop-btn-line-height;
1248
+ margin: $rte-quick-drop-btn-margin;
1249
+ padding: $rte-quick-drop-btn-padding;
1250
+
1251
+ .e-rte-dropdown-btn-text {
1252
+ font-weight: 500;
1253
+ overflow: hidden;
1254
+ text-overflow: ellipsis;
1255
+ white-space: nowrap;
1256
+ }
1257
+
1258
+ .e-order-list.e-icons,
1259
+ .e-unorder-list.e-icons,
1260
+ .e-icons:not(.e-caret) {
1261
+ font-size: 14px;
1262
+ margin-left: -3px;
1263
+ }
1264
+
1265
+ .e-caret {
1266
+ font-size: $rte-quick-drop-btn-caret-font-size;
1267
+ width: 12px;
1268
+ }
1269
+ }
1270
+
1271
+ &.e-hide {
1272
+ display: block;
1273
+ visibility: hidden;
1274
+ }
1275
+ }
1276
+
1277
+ .e-bigger .e-rte-quick-popup {
1278
+ .e-rte-quick-toolbar {
1279
+ min-height: 48px;
1280
+
1281
+ .e-toolbar-items:not(.e-tbar-pos) {
1282
+ margin: 0 6px;
1283
+ min-height: 48px;
1284
+
1285
+ .e-toolbar-item:not(.e-separator) {
1286
+ margin: 0 6px;
1287
+ min-height: 48px;
1288
+ min-width: 36px;
1289
+ padding: 0;
1290
+ }
1291
+
1292
+ .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1293
+ line-height: $rte-big-quick-item-line-height;
1294
+ }
1295
+
1296
+ .e-toolbar-item .e-btn,
1297
+ .e-toolbar-item .e-btn:hover {
1298
+ min-height: $rte-big-quick-item-btn-height;
1299
+ min-width: $rte-big-quick-item-btn-width;
1300
+ padding: $rte-big-quick-item-padding;
1301
+ @if $skin-name == 'FluentUI' {
1302
+ padding-left: $rte-quick-item-padding-left;
1303
+ padding-right: $rte-quick-item-padding-right;
1304
+ }
1305
+ }
1306
+
1307
+ .e-toolbar-item:first-child,
1308
+ .e-toolbar-item:last-child {
1309
+ margin: $rte-big-toolbar-item-frist-last-child-margin;
1310
+ }
1311
+
1312
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1313
+ height: $rte-big-quick-tbar-item-min-height;
1314
+ line-height: normal;
1315
+ margin: 0;
1316
+ min-height: $rte-big-quick-tbar-item-min-height;
1317
+ min-width: $rte-big-quick-tbar-item-min-width;
1318
+ }
1319
+
1320
+ .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
1321
+ .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
1322
+ .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1323
+ font-size: $rte-toolbar-big-icon-size;
1324
+ }
1325
+ }
1326
+ }
1327
+
1328
+ .e-rte-dropdown-btn.e-tbar-btn {
1329
+ line-height: $rte-big-quick-drop-btn-line-height;
1330
+ margin: $rte-big-quick-drop-btn-margin;
1331
+ padding: $rte-big-quick-drop-btn-padding;
1332
+
1333
+ .e-order-list.e-icons,
1334
+ .e-unorder-list.e-icons,
1335
+ .e-icons:not(.e-caret) {
1336
+ font-size: $rte-toolbar-icon-size;
1337
+ }
1338
+
1339
+ .e-caret {
1340
+ font-size: $rte-big-quick-drop-btn-caret-font-size;
1341
+ width: 20px;
1342
+ }
1343
+ }
1344
+ }
1345
+
1346
+ .e-bigger .e-rte-quick-popup.e-rte-inline-popup {
1347
+ .e-rte-quick-toolbar {
1348
+ .e-toolbar-items:not(.e-tbar-pos) {
1349
+ .e-toolbar-item:not(.e-separator).e-rte-inline-template {
1350
+ min-width: $rte-big-inline-tmp-min-width;
1351
+ }
1352
+
1353
+ .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
1354
+ min-width: $rte-big-inline-tmp-size-min-width;
1355
+ }
1356
+
1357
+ .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
1358
+ min-width: $rte-big-inline-tmp-color-min-width;
1359
+ }
1360
+ }
1361
+ }
1362
+ }
1363
+
1364
+ .e-rte-quick-popup.e-rte-inline-popup {
1365
+ .e-rte-quick-toolbar {
1366
+ .e-toolbar-item {
1367
+ &.e-rte-inline-template {
1368
+ min-width: $rte-inline-tmp-min-width;
1369
+ }
1370
+
1371
+ &.e-rte-inline-size-template {
1372
+ min-width: $rte-inline-tmp-size-min-width;
1373
+ }
1374
+
1375
+ &.e-rte-inline-color-template {
1376
+ min-width: $rte-inline-tmp-color-min-width;
1377
+ }
1378
+ }
1379
+ }
1380
+ }
1381
+
1382
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
1383
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1384
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1385
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1386
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1387
+ @if $skin-name == 'FluentUI' {
1388
+ .e-btn-icon.e-icons.e-caret {
1389
+ padding-top: 4px;
1390
+ }
1391
+ }
1392
+ }
1393
+ }
1394
+
1395
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1396
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1397
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1398
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1399
+
1400
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1401
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1402
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1403
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1404
+ display: flex;
1405
+ padding-left: $rte-colorpicker-parent-padding;
1406
+ padding-right: $rte-colorpicker-parent-padding;
1407
+ @if $skin-name == 'FluentUI' {
1408
+ padding-top: $rte-colorpicker-parent-padding-top;
1409
+ }
1410
+
1411
+ &:hover,
1412
+ &:active,
1413
+ &.e-active,
1414
+ &.e-active:hover {
1415
+ padding-left: $rte-colorpicker-parent-padding-hover;
1416
+ padding-right: $rte-colorpicker-parent-padding-hover;
1417
+ @if $skin-name == 'FluentUI' {
1418
+ padding-top: $rte-colorpicker-parent-padding-hover-top;
1419
+ }
1420
+ }
1421
+
1422
+ .e-rte-color-content,
1423
+ .e-rte-list-primary-content {
1424
+ position: relative;
1425
+ vertical-align: middle;
1426
+ width: $rte-font-icon-width;
1427
+ }
1428
+
1429
+ .e-rte-color-content {
1430
+ .e-rte-elements {
1431
+ border-bottom-style: solid;
1432
+ border-bottom-width: 3px;
1433
+ padding-bottom: 1px;
1434
+ }
1435
+ }
1436
+
1437
+ .e-rte-list-primary-content .e-order-list,
1438
+ &.e-active .e-rte-list-primary-content .e-order-list,
1439
+ .e-rte-list-primary-content .e-unorder-list,
1440
+ &.e-active .e-rte-list-primary-content .e-unorder-list {
1441
+ line-height: $rte-split-btn-active-color-icon-line-height;
1442
+ }
1443
+
1444
+ .e-rte-color-content::after {
1445
+ content: '';
1446
+ height: 100%;
1447
+ position: absolute;
1448
+ right: 0;
1449
+ width: $rte-split-btn-bar-size;
1450
+ }
1451
+
1452
+ .e-icons.e-btn-icon {
1453
+ display: flex;
1454
+ flex-direction: $rte-list-btn-flex;
1455
+ justify-content: center;
1456
+ line-height: $rte-list-btn-line-height;
1457
+ min-width: $rte-font-arrow-width;
1458
+ text-align: center;
1459
+ width: $rte-font-arrow-width;
1460
+ }
1461
+
1462
+ @if $skin-name == 'bootstrap5' {
1463
+ .e-icons.e-btn-icon {
1464
+ padding-top: 4px;
1465
+ }
1466
+
1467
+ .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop) {
1468
+ padding-left: 0;
1469
+ padding-right: 0;
1470
+ }
1471
+ }
1472
+ @if $skin-name == 'FluentUI' {
1473
+ .e-icons.e-btn-icon.e-caret {
1474
+ padding-bottom: 4px;
1475
+ }
1476
+ }
1477
+ }
1478
+
1479
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1480
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1481
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1482
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1483
+ .e-icons.e-btn-icon,
1484
+ .e-rte-color-content,
1485
+ .e-rte-list-primary-content {
1486
+ line-height: $rte-split-btn-line-height;
1487
+ }
1488
+ }
1489
+
1490
+ .e-dropdown-btn .e-btn-icon.e-caret {
1491
+ font-size: $rte-dropdown-caret-icon-size;
1492
+
1493
+ @if $skin-name == 'bootstrap5' {
1494
+ &:not(.e-toolbar-pop) {
1495
+ font-size: 12px;
1496
+ }
1497
+ }
1498
+ }
1499
+ @if $skin-name == 'bootstrap5' {
1500
+ .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
1501
+ min-width: $rte-align-caret-icon-min-width;
1502
+ }
1503
+ }
1504
+
1505
+ @if $skin-name == 'FluentUI' {
1506
+ .e-dropdown-btn:focus,
1507
+ .e-dropdown-btn.e-btn:focus {
1508
+ box-shadow: none;
1509
+ }
1510
+ }
1511
+ }
1512
+
1513
+ .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
1514
+ border-bottom-style: solid;
1515
+ border-bottom-width: 3px;
1516
+ line-height: $rte-font-icon-line-height;
1517
+ padding-bottom: 1px;
1518
+ }
1519
+
1520
+ .e-bigger {
1521
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
1522
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1523
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1524
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1525
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1526
+ @if $skin-name == 'FluentUI' {
1527
+ .e-btn-icon.e-icons.e-caret {
1528
+ padding-top: 4px;
1529
+ }
1530
+ }
1531
+ }
1532
+ }
1533
+
1534
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1535
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1536
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1537
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1538
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1539
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1540
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1541
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1542
+ .e-icons.e-btn-icon {
1543
+ min-width: $rte-font-arrow-touch-width;
1544
+ padding-left: 0;
1545
+ padding-right: 0;
1546
+ width: $rte-font-arrow-touch-width;
1547
+ }
1548
+
1549
+ &:hover,
1550
+ &:focus,
1551
+ &:active {
1552
+ padding-left: $rte-big-color-list-span-common-padding-left-right;
1553
+ padding-right: $rte-big-color-list-span-common-padding-left-right;
1554
+ }
1555
+
1556
+ .e-rte-list-primary-content .e-order-list,
1557
+ &.e-active .e-rte-list-primary-content .e-order-list,
1558
+ .e-rte-list-primary-content .e-unorder-list,
1559
+ &.e-active .e-rte-list-primary-content .e-unorder-list {
1560
+ line-height: $rte-big-split-btn-active-color-icon-line-height;
1561
+ }
1562
+ }
1563
+
1564
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1565
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1566
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1567
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1568
+ .e-icons.e-btn-icon,
1569
+ .e-rte-color-content,
1570
+ .e-rte-list-primary-content {
1571
+ line-height: $rte-big-split-btn-line-height;
1572
+ }
1573
+ }
1574
+
1575
+ .e-dropdown-btn .e-caret {
1576
+ font-size: $rte-big-dropdown-caret-icon-size;
1577
+
1578
+ @if $skin-name == 'bootstrap5' {
1579
+ &.e-btn-icon:not(.e-toolbar-pop) {
1580
+ font-size: 14px;
1581
+ }
1582
+ }
1583
+ }
1584
+ }
1585
+ }
1586
+
1587
+ .e-popup-modal.e-popup.e-popup-open {
1588
+ display: inline-flex;
1589
+ }
1590
+
1591
+ .e-rte-modal-popup.e-popup-container.e-center {
1592
+ justify-content: center;
1593
+ }
1594
+
1595
+ .e-rte-modal-popup.e-popup-container {
1596
+ align-items: center;
1597
+ display: none;
1598
+ height: 100%;
1599
+ left: 0;
1600
+ position: fixed;
1601
+ top: 0;
1602
+ width: 100%;
1603
+ z-index: 10000;
1604
+ }
1605
+
1606
+ .e-popup-overlay {
1607
+ height: 100%;
1608
+ left: 0;
1609
+ opacity: .5;
1610
+ position: absolute;
1611
+ top: 0;
1612
+ width: 100%;
1613
+ }
1614
+
1615
+ .e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1616
+ height: $rte-big-tablecell-height;
1617
+ width: $rte-big-tablecell-width;
1618
+ }
1619
+
1620
+ .e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
1621
+ height: $rte-big-table-row-height;
1622
+ }
1623
+
1624
+ .e-table-rhelper {
1625
+ cursor: col-resize;
1626
+ opacity: .87;
1627
+ position: absolute;
1628
+ }
1629
+
1630
+ .e-table-rhelper.e-column-helper {
1631
+ width: 1px;
1632
+ }
1633
+
1634
+ .e-table-rhelper.e-row-helper {
1635
+ height: 1px;
1636
+ }
1637
+
1638
+ .e-reicon::before {
1639
+ border-bottom: 6px solid transparent;
1640
+ border-right: 6px solid;
1641
+ border-top: 6px solid transparent;
1642
+ content: '';
1643
+ display: block;
1644
+ height: 0;
1645
+ position: absolute;
1646
+ right: 4px;
1647
+ top: 4px;
1648
+ width: 20px;
1649
+ }
1650
+
1651
+ .e-reicon::after {
1652
+ border-bottom: 6px solid transparent;
1653
+ border-left: 6px solid;
1654
+ border-top: 6px solid transparent;
1655
+ content: '';
1656
+ display: block;
1657
+ height: 0;
1658
+ left: 4px;
1659
+ position: absolute;
1660
+ top: 4px;
1661
+ width: 20px;
1662
+ z-index: 3;
1663
+ }
1664
+
1665
+ .e-row-helper.e-reicon::after {
1666
+ top: 10px;
1667
+ transform: rotate(90deg);
1668
+ }
1669
+
1670
+ .e-row-helper.e-reicon::before {
1671
+ left: 4px;
1672
+ top: -20px;
1673
+ transform: rotate(90deg);
1674
+ }
1675
+
1676
+ .e-rte-overflow {
1677
+ overflow: hidden;
1678
+ }
1679
+
1680
+ .e-dialog.e-rte-dialog-minheight {
1681
+ min-height: 296px;
1682
+ }
1683
+
1684
+ .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1685
+ background-size: 700px 190px;
1686
+ min-height: 190px;
1687
+ }
1688
+
1689
+ .e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
1690
+ .e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1691
+ background-size: 700px 190px;
1692
+ min-height: 190px;
1693
+ }
1694
+
1695
+ .e-rte-table.e-rte-table-border {
1696
+ border: 1px solid $rte-table-border-color;
1697
+ border-collapse: separate;
1698
+ }
1699
+
1700
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal,
1701
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal,
1702
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal {
1703
+ .e-img-uploadwrap.e-droparea,
1704
+ .e-aud-uploadwrap.e-droparea,
1705
+ .e-vid-uploadwrap.e-droparea {
1706
+ line-height: 10;
1707
+ min-height: 50px;
1708
+ position: relative;
1709
+
1710
+ .e-browsebtn {
1711
+ display: block;
1712
+ height: 36px;
1713
+ margin: 0 auto;
1714
+ padding: 0 18px;
1715
+ position: relative;
1716
+ top: -50px;
1717
+ @if $skin-name == 'FluentUI' {
1718
+ outline: none;
1719
+ }
1720
+ }
1721
+
1722
+ .e-upload {
1723
+ border: 0 solid transparent;
1724
+ float: none;
1725
+ }
1726
+
1727
+ .e-file-select-wrap {
1728
+ display: none;
1729
+ }
1730
+ }
1731
+
1732
+ .e-linkheader {
1733
+ font-family: $rte-font-family;
1734
+ font-size: $rte-big-insert-dialog-font-size;
1735
+ opacity: .87;
1736
+ padding-bottom: $rte-insert-dialog-label-padding-bottom;
1737
+ padding-top: $rte-insert-dialog-label-padding-top;
1738
+ }
1739
+ }
1740
+
1741
+ .e-rte-file-manager-dialog {
1742
+
1743
+ .e-rte-label {
1744
+ padding-bottom: 8px;
1745
+ padding-top: 15px;
1746
+
1747
+ label {
1748
+ font-size: 15px;
1749
+ opacity: .87;
1750
+ }
1751
+ }
1752
+ }
1753
+
1754
+ @if $skin-name == 'Material3' {
1755
+ .e-rte-toolbar .e-rte-table-popup .e-insert-table-btn{
1756
+ border-color: $outline;
1757
+ }
1758
+ .e-dialog .e-dlg-header-content + .e-dlg-content{
1759
+ padding-top: 0;
1760
+ }
1761
+ .e-bigger .e-richtexteditor,
1762
+ .e-richtexteditor.e-bigger {
1763
+ .e-dialog {
1764
+ border-radius: 16px;
1765
+ }
1766
+ }
1767
+ .e-dialog .e-dlg-content{
1768
+ padding: 7px 20px;
1769
+ }
1770
+ .e-toolbar-wrapper .e-toolbar .e-toolbar-item:not(.e-separator),
1771
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
1772
+ padding: 8px 4px;
1773
+ }
1774
+ .e-rte-quick-popup .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1775
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1776
+ margin: 0;
1777
+ }
1778
+ }
1779
+
1780
+ // Blazor styles start
1781
+ .e-rte-upload-popup.e-dialog .e-file-select-wrap {
1782
+ display: none;
1783
+ }
1784
+
1785
+ .e-rte-upload-popup.e-dialog .e-dlg-content {
1786
+ overflow: hidden;
1787
+ padding: 0;
1788
+ }
1789
+
1790
+ .e-hide.e-rte-quick-popup-hide {
1791
+ border: 0;
1792
+ position: absolute;
1793
+ }
1794
+
1795
+ .e-rte-popup-hide {
1796
+ display: none;
1797
+ }
1798
+
1799
+ .e-rte-hide-visible {
1800
+ visibility: hidden;
1801
+ }
1802
+
1803
+ .e-rte-table-popup.e-dialog .e-dlg-content {
1804
+ padding: 0;
1805
+ @if $skin-name == 'FluentUI' {
1806
+ margin-bottom: 0;
1807
+ }
1808
+ }
1809
+
1810
+ @if $skin-name == 'tailwind' {
1811
+ .e-rte-table-popup.e-popup.e-popup-open {
1812
+ box-shadow: $rte-table-popup-box;
1813
+ }
1814
+
1815
+ .e-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1816
+ margin-left: 6px;
1817
+ }
1818
+
1819
+ .e-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1820
+ min-width: 24px;
1821
+ }
1822
+
1823
+ .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1824
+ line-height: 20px;
1825
+ }
1826
+
1827
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1828
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1829
+ padding: 0;
1830
+ }
1831
+ }
1832
+
1833
+ @if $skin-name == 'bootstrap5' {
1834
+ .e-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1835
+ min-width: 24px;
1836
+ }
1837
+
1838
+ .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1839
+ line-height: 20px;
1840
+ }
1841
+
1842
+ .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons {
1843
+ padding-bottom: 0;
1844
+ }
1845
+ }
1846
+
1847
+ @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'FluentUI' {
1848
+ .e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1849
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1850
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1851
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active {
1852
+ padding-left: 0;
1853
+ padding-right: 0;
1854
+ }
1855
+ }
1856
+
1857
+ .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
1858
+ margin: 1px;
1859
+ }
1860
+ .e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
1861
+ .e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
1862
+ visibility: hidden;
1863
+ }
1864
+ // Blazor styles end
1865
+ }