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

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