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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/@syncfusion/ej2-angular-richtexteditor.es5.js +330 -0
  2. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-richtexteditor.js +311 -0
  4. package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
  5. package/CHANGELOG.md +1250 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-richtexteditor.umd.js +806 -0
  8. package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
  9. package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
  10. package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
  11. package/ej2-angular-richtexteditor.d.ts +5 -0
  12. package/ej2-angular-richtexteditor.metadata.json +1 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/index.d.ts +1 -1
  19. package/src/rich-text-editor/richtexteditor-all.module.d.ts +1 -6
  20. package/src/rich-text-editor/richtexteditor.component.d.ts +0 -3
  21. package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
  22. package/styles/bootstrap-dark.css +31 -1
  23. package/styles/bootstrap.css +31 -1
  24. package/styles/bootstrap4.css +31 -1
  25. package/styles/bootstrap5-dark.css +32 -2
  26. package/styles/bootstrap5.css +32 -2
  27. package/styles/fabric-dark.css +31 -1
  28. package/styles/fabric.css +31 -1
  29. package/styles/fluent-dark.css +34 -4
  30. package/styles/fluent.css +34 -4
  31. package/styles/highcontrast-light.css +31 -1
  32. package/styles/highcontrast.css +31 -1
  33. package/styles/material-dark.css +31 -1
  34. package/styles/material.css +31 -1
  35. package/styles/rich-text-editor/bootstrap-dark.css +31 -1
  36. package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
  37. package/styles/rich-text-editor/bootstrap.css +31 -1
  38. package/styles/rich-text-editor/bootstrap.scss +1 -4
  39. package/styles/rich-text-editor/bootstrap4.css +31 -1
  40. package/styles/rich-text-editor/bootstrap4.scss +1 -4
  41. package/styles/rich-text-editor/bootstrap5-dark.css +32 -2
  42. package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
  43. package/styles/rich-text-editor/bootstrap5.css +32 -2
  44. package/styles/rich-text-editor/bootstrap5.scss +1 -4
  45. package/styles/rich-text-editor/fabric-dark.css +31 -1
  46. package/styles/rich-text-editor/fabric-dark.scss +1 -4
  47. package/styles/rich-text-editor/fabric.css +31 -1
  48. package/styles/rich-text-editor/fabric.scss +1 -4
  49. package/styles/rich-text-editor/fluent-dark.css +34 -4
  50. package/styles/rich-text-editor/fluent-dark.scss +1 -4
  51. package/styles/rich-text-editor/fluent.css +34 -4
  52. package/styles/rich-text-editor/fluent.scss +1 -4
  53. package/styles/rich-text-editor/highcontrast-light.css +31 -1
  54. package/styles/rich-text-editor/highcontrast-light.scss +1 -4
  55. package/styles/rich-text-editor/highcontrast.css +31 -1
  56. package/styles/rich-text-editor/highcontrast.scss +1 -4
  57. package/styles/rich-text-editor/material-dark.css +31 -1
  58. package/styles/rich-text-editor/material-dark.scss +1 -4
  59. package/styles/rich-text-editor/material.css +31 -1
  60. package/styles/rich-text-editor/material.scss +1 -4
  61. package/styles/rich-text-editor/tailwind-dark.css +31 -1
  62. package/styles/rich-text-editor/tailwind-dark.scss +1 -4
  63. package/styles/rich-text-editor/tailwind.css +31 -1
  64. package/styles/rich-text-editor/tailwind.scss +1 -4
  65. package/styles/tailwind-dark.css +31 -1
  66. package/styles/tailwind.css +31 -1
  67. package/esm2020/public_api.mjs +0 -3
  68. package/esm2020/src/index.mjs +0 -5
  69. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -65
  70. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -182
  71. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
  72. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
  73. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -272
  74. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
  75. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -272
  76. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
  77. package/styles/_all.scss +0 -1
  78. package/styles/rich-text-editor/_all.scss +0 -2
  79. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +0 -211
  80. package/styles/rich-text-editor/_bootstrap-definition.scss +0 -266
  81. package/styles/rich-text-editor/_bootstrap4-definition.scss +0 -393
  82. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +0 -1
  83. package/styles/rich-text-editor/_bootstrap5-definition.scss +0 -196
  84. package/styles/rich-text-editor/_fabric-dark-definition.scss +0 -192
  85. package/styles/rich-text-editor/_fabric-definition.scss +0 -190
  86. package/styles/rich-text-editor/_fluent-dark-definition.scss +0 -1
  87. package/styles/rich-text-editor/_fluent-definition.scss +0 -199
  88. package/styles/rich-text-editor/_fusionnew-definition.scss +0 -196
  89. package/styles/rich-text-editor/_highcontrast-definition.scss +0 -190
  90. package/styles/rich-text-editor/_highcontrast-light-definition.scss +0 -190
  91. package/styles/rich-text-editor/_layout.scss +0 -1833
  92. package/styles/rich-text-editor/_material-dark-definition.scss +0 -194
  93. package/styles/rich-text-editor/_material-definition.scss +0 -192
  94. package/styles/rich-text-editor/_material3-definition.scss +0 -196
  95. package/styles/rich-text-editor/_tailwind-dark-definition.scss +0 -1
  96. package/styles/rich-text-editor/_tailwind-definition.scss +0 -194
  97. package/styles/rich-text-editor/_theme.scss +0 -705
  98. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +0 -320
  99. package/styles/rich-text-editor/icons/_bootstrap.scss +0 -320
  100. package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -320
  101. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
  102. package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -319
  103. package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -320
  104. package/styles/rich-text-editor/icons/_fabric.scss +0 -320
  105. package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
  106. package/styles/rich-text-editor/icons/_fluent.scss +0 -319
  107. package/styles/rich-text-editor/icons/_fusionnew.scss +0 -319
  108. package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -320
  109. package/styles/rich-text-editor/icons/_highcontrast.scss +0 -320
  110. package/styles/rich-text-editor/icons/_material-dark.scss +0 -320
  111. package/styles/rich-text-editor/icons/_material.scss +0 -320
  112. package/styles/rich-text-editor/icons/_material3.scss +0 -319
  113. package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
  114. package/styles/rich-text-editor/icons/_tailwind.scss +0 -319
  115. package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
@@ -1,1833 +0,0 @@
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: 15px;
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: 36px;
1006
- margin: 0 auto;
1007
- padding: 0 18px;
1008
- position: relative;
1009
- top: -50px;
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: 10;
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: 14px;
1083
- margin: 1px;
1084
- overflow: hidden;
1085
- vertical-align: top;
1086
- width: 14px;
1087
- }
1088
-
1089
- .e-rte-table-popup.e-popup-open .e-rte-table-row {
1090
- height: 16px;
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
- }
1175
-
1176
- &.e-remove-white-space {
1177
-
1178
- .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1179
- white-space: nowrap;
1180
- }
1181
- }
1182
-
1183
- .e-toolbar-items:not(.e-tbar-pos) {
1184
- border-radius: 2px;
1185
- margin: 0 6px;
1186
- min-height: 42px;
1187
-
1188
- .e-toolbar-item.e-rte-horizontal-separator,
1189
- .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1190
- display: block;
1191
- height: 1px;
1192
- margin: 0;
1193
- min-height: 1px;
1194
- }
1195
-
1196
- .e-toolbar-item {
1197
- margin: 0 6px;
1198
- min-height: 42px;
1199
-
1200
- &:first-child,
1201
- &:last-child {
1202
- margin: 0 6px;
1203
- }
1204
-
1205
- .e-tbar-btn:not(.e-rte-dropdown-btn) {
1206
- line-height: 20px;
1207
- }
1208
-
1209
- .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1210
- min-width: $rte-quick-item-icon-min-width;
1211
- }
1212
- }
1213
-
1214
- .e-toolbar-item .e-btn,
1215
- .e-toolbar-item .e-btn:hover {
1216
- min-height: $rte-quick-item-btn-height;
1217
- min-width: $rte-quick-item-btn-width;
1218
- padding: $rte-quick-item-padding;
1219
- @if $skin-name == 'FluentUI' {
1220
- padding-left: $rte-quick-item-padding-left;
1221
- padding-right: $rte-quick-item-padding-right;
1222
- }
1223
- }
1224
- }
1225
-
1226
- .e-tbar-btn {
1227
- .e-icons.e-btn-icon:not(.e-caret) {
1228
- font-size: $rte-toolbar-icon-size;
1229
- }
1230
- }
1231
-
1232
- .e-background-color.e-icons::before {
1233
- display: inline;
1234
- }
1235
-
1236
- .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1237
- .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1238
- .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1239
- .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1240
- font-size: 10px;
1241
- }
1242
- }
1243
-
1244
- .e-rte-dropdown-btn.e-tbar-btn {
1245
- line-height: $rte-quick-drop-btn-line-height;
1246
- margin: $rte-quick-drop-btn-margin;
1247
- padding: $rte-quick-drop-btn-padding;
1248
-
1249
- .e-rte-dropdown-btn-text {
1250
- font-weight: 500;
1251
- overflow: hidden;
1252
- text-overflow: ellipsis;
1253
- white-space: nowrap;
1254
- }
1255
-
1256
- .e-order-list.e-icons,
1257
- .e-unorder-list.e-icons,
1258
- .e-icons:not(.e-caret) {
1259
- font-size: 14px;
1260
- margin-left: -3px;
1261
- }
1262
-
1263
- .e-caret {
1264
- font-size: $rte-quick-drop-btn-caret-font-size;
1265
- width: 12px;
1266
- }
1267
- }
1268
-
1269
- &.e-hide {
1270
- display: block;
1271
- visibility: hidden;
1272
- }
1273
- }
1274
-
1275
- .e-bigger .e-rte-quick-popup {
1276
- .e-rte-quick-toolbar {
1277
- min-height: 48px;
1278
-
1279
- .e-toolbar-items:not(.e-tbar-pos) {
1280
- margin: 0 6px;
1281
- min-height: 48px;
1282
-
1283
- .e-toolbar-item:not(.e-separator) {
1284
- margin: 0 6px;
1285
- min-height: 48px;
1286
- min-width: 36px;
1287
- padding: 0;
1288
- }
1289
-
1290
- .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1291
- line-height: $rte-big-quick-item-line-height;
1292
- }
1293
-
1294
- .e-toolbar-item .e-btn,
1295
- .e-toolbar-item .e-btn:hover {
1296
- min-height: $rte-big-quick-item-btn-height;
1297
- min-width: $rte-big-quick-item-btn-width;
1298
- padding: $rte-big-quick-item-padding;
1299
- @if $skin-name == 'FluentUI' {
1300
- padding-left: $rte-quick-item-padding-left;
1301
- padding-right: $rte-quick-item-padding-right;
1302
- }
1303
- }
1304
-
1305
- .e-toolbar-item:first-child,
1306
- .e-toolbar-item:last-child {
1307
- margin: 0 6px;
1308
- }
1309
-
1310
- .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1311
- height: $rte-big-quick-tbar-item-min-height;
1312
- line-height: normal;
1313
- margin: 0;
1314
- min-height: $rte-big-quick-tbar-item-min-height;
1315
- min-width: $rte-big-quick-tbar-item-min-width;
1316
- }
1317
-
1318
- .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
1319
- .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
1320
- .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1321
- font-size: $rte-toolbar-big-icon-size;
1322
- }
1323
- }
1324
- }
1325
-
1326
- .e-rte-dropdown-btn.e-tbar-btn {
1327
- line-height: $rte-big-quick-drop-btn-line-height;
1328
- margin: $rte-big-quick-drop-btn-margin;
1329
- padding: $rte-big-quick-drop-btn-padding;
1330
-
1331
- .e-order-list.e-icons,
1332
- .e-unorder-list.e-icons,
1333
- .e-icons:not(.e-caret) {
1334
- font-size: $rte-toolbar-icon-size;
1335
- }
1336
-
1337
- .e-caret {
1338
- font-size: $rte-big-quick-drop-btn-caret-font-size;
1339
- width: 20px;
1340
- }
1341
- }
1342
- }
1343
-
1344
- .e-bigger .e-rte-quick-popup.e-rte-inline-popup {
1345
- .e-rte-quick-toolbar {
1346
- .e-toolbar-items:not(.e-tbar-pos) {
1347
- .e-toolbar-item:not(.e-separator).e-rte-inline-template {
1348
- min-width: $rte-big-inline-tmp-min-width;
1349
- }
1350
-
1351
- .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
1352
- min-width: $rte-big-inline-tmp-size-min-width;
1353
- }
1354
-
1355
- .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
1356
- min-width: $rte-big-inline-tmp-color-min-width;
1357
- }
1358
- }
1359
- }
1360
- }
1361
-
1362
- .e-rte-quick-popup.e-rte-inline-popup {
1363
- .e-rte-quick-toolbar {
1364
- .e-toolbar-item {
1365
- &.e-rte-inline-template {
1366
- min-width: $rte-inline-tmp-min-width;
1367
- }
1368
-
1369
- &.e-rte-inline-size-template {
1370
- min-width: $rte-inline-tmp-size-min-width;
1371
- }
1372
-
1373
- &.e-rte-inline-color-template {
1374
- min-width: $rte-inline-tmp-color-min-width;
1375
- }
1376
- }
1377
- }
1378
- }
1379
-
1380
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
1381
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1382
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1383
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1384
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1385
- @if $skin-name == 'FluentUI' {
1386
- .e-btn-icon.e-icons.e-caret {
1387
- padding-top: 4px;
1388
- }
1389
- }
1390
- }
1391
- }
1392
-
1393
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1394
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1395
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1396
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1397
-
1398
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1399
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1400
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1401
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1402
- display: flex;
1403
- padding-left: $rte-colorpicker-parent-padding;
1404
- padding-right: $rte-colorpicker-parent-padding;
1405
- @if $skin-name == 'FluentUI' {
1406
- padding-top: $rte-colorpicker-parent-padding-top;
1407
- }
1408
-
1409
- &:hover,
1410
- &:active,
1411
- &.e-active,
1412
- &.e-active:hover {
1413
- padding-left: $rte-colorpicker-parent-padding-hover;
1414
- padding-right: $rte-colorpicker-parent-padding-hover;
1415
- @if $skin-name == 'FluentUI' {
1416
- padding-top: $rte-colorpicker-parent-padding-hover-top;
1417
- }
1418
- }
1419
-
1420
- .e-rte-color-content,
1421
- .e-rte-list-primary-content {
1422
- position: relative;
1423
- vertical-align: middle;
1424
- width: $rte-font-icon-width;
1425
- }
1426
-
1427
- .e-rte-color-content {
1428
- .e-rte-elements {
1429
- border-bottom-style: solid;
1430
- border-bottom-width: 3px;
1431
- padding-bottom: 1px;
1432
- }
1433
- }
1434
-
1435
- .e-rte-list-primary-content .e-order-list,
1436
- &.e-active .e-rte-list-primary-content .e-order-list,
1437
- .e-rte-list-primary-content .e-unorder-list,
1438
- &.e-active .e-rte-list-primary-content .e-unorder-list {
1439
- line-height: $rte-split-btn-active-color-icon-line-height;
1440
- }
1441
-
1442
- .e-rte-color-content::after {
1443
- content: '';
1444
- height: 100%;
1445
- position: absolute;
1446
- right: 0;
1447
- width: $rte-split-btn-bar-size;
1448
- }
1449
-
1450
- .e-icons.e-btn-icon {
1451
- display: flex;
1452
- flex-direction: $rte-list-btn-flex;
1453
- justify-content: center;
1454
- line-height: $rte-list-btn-line-height;
1455
- min-width: $rte-font-arrow-width;
1456
- text-align: center;
1457
- width: $rte-font-arrow-width;
1458
- }
1459
-
1460
- @if $skin-name == 'bootstrap5' {
1461
- .e-icons.e-btn-icon {
1462
- padding-top: 4px;
1463
- }
1464
-
1465
- .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop) {
1466
- padding-left: 0;
1467
- padding-right: 0;
1468
- }
1469
- }
1470
- @if $skin-name == 'FluentUI' {
1471
- .e-icons.e-btn-icon.e-caret {
1472
- padding-bottom: 4px;
1473
- }
1474
- }
1475
- }
1476
-
1477
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1478
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1479
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1480
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1481
- .e-icons.e-btn-icon,
1482
- .e-rte-color-content,
1483
- .e-rte-list-primary-content {
1484
- line-height: $rte-split-btn-line-height;
1485
- }
1486
- }
1487
-
1488
- .e-dropdown-btn .e-btn-icon.e-caret {
1489
- font-size: $rte-dropdown-caret-icon-size;
1490
-
1491
- @if $skin-name == 'bootstrap5' {
1492
- &:not(.e-toolbar-pop) {
1493
- font-size: 12px;
1494
- }
1495
- }
1496
- }
1497
- @if $skin-name == 'bootstrap5' {
1498
- .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
1499
- min-width: $rte-align-caret-icon-min-width;
1500
- }
1501
- }
1502
-
1503
- @if $skin-name == 'FluentUI' {
1504
- .e-dropdown-btn:focus,
1505
- .e-dropdown-btn.e-btn:focus {
1506
- box-shadow: none;
1507
- }
1508
- }
1509
- }
1510
-
1511
- .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
1512
- border-bottom-style: solid;
1513
- border-bottom-width: 3px;
1514
- line-height: $rte-font-icon-line-height;
1515
- padding-bottom: 1px;
1516
- }
1517
-
1518
- .e-bigger {
1519
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
1520
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1521
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1522
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1523
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1524
- @if $skin-name == 'FluentUI' {
1525
- .e-btn-icon.e-icons.e-caret {
1526
- padding-top: 4px;
1527
- }
1528
- }
1529
- }
1530
- }
1531
-
1532
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1533
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1534
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1535
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1536
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1537
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1538
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1539
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1540
- .e-icons.e-btn-icon {
1541
- min-width: $rte-font-arrow-touch-width;
1542
- padding-left: 0;
1543
- padding-right: 0;
1544
- width: $rte-font-arrow-touch-width;
1545
- }
1546
-
1547
- &:hover,
1548
- &:focus,
1549
- &:active {
1550
- padding-left: $rte-big-color-list-span-common-padding-left-right;
1551
- padding-right: $rte-big-color-list-span-common-padding-left-right;
1552
- }
1553
-
1554
- .e-rte-list-primary-content .e-order-list,
1555
- &.e-active .e-rte-list-primary-content .e-order-list,
1556
- .e-rte-list-primary-content .e-unorder-list,
1557
- &.e-active .e-rte-list-primary-content .e-unorder-list {
1558
- line-height: $rte-big-split-btn-active-color-icon-line-height;
1559
- }
1560
- }
1561
-
1562
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1563
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1564
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1565
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1566
- .e-icons.e-btn-icon,
1567
- .e-rte-color-content,
1568
- .e-rte-list-primary-content {
1569
- line-height: $rte-big-split-btn-line-height;
1570
- }
1571
- }
1572
-
1573
- .e-dropdown-btn .e-caret {
1574
- font-size: $rte-big-dropdown-caret-icon-size;
1575
-
1576
- @if $skin-name == 'bootstrap5' {
1577
- &.e-btn-icon:not(.e-toolbar-pop) {
1578
- font-size: 14px;
1579
- }
1580
- }
1581
- }
1582
- }
1583
- }
1584
-
1585
- .e-popup-modal.e-popup.e-popup-open {
1586
- display: inline-flex;
1587
- }
1588
-
1589
- .e-rte-modal-popup.e-popup-container.e-center {
1590
- justify-content: center;
1591
- }
1592
-
1593
- .e-rte-modal-popup.e-popup-container {
1594
- align-items: center;
1595
- display: none;
1596
- height: 100%;
1597
- left: 0;
1598
- position: fixed;
1599
- top: 0;
1600
- width: 100%;
1601
- z-index: 10000;
1602
- }
1603
-
1604
- .e-popup-overlay {
1605
- height: 100%;
1606
- left: 0;
1607
- opacity: .5;
1608
- position: absolute;
1609
- top: 0;
1610
- width: 100%;
1611
- }
1612
-
1613
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1614
- height: 16px;
1615
- width: 16px;
1616
- }
1617
-
1618
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
1619
- height: 18px;
1620
- }
1621
-
1622
- .e-table-rhelper {
1623
- cursor: col-resize;
1624
- opacity: .87;
1625
- position: absolute;
1626
- }
1627
-
1628
- .e-table-rhelper.e-column-helper {
1629
- width: 1px;
1630
- }
1631
-
1632
- .e-table-rhelper.e-row-helper {
1633
- height: 1px;
1634
- }
1635
-
1636
- .e-reicon::before {
1637
- border-bottom: 6px solid transparent;
1638
- border-right: 6px solid;
1639
- border-top: 6px solid transparent;
1640
- content: '';
1641
- display: block;
1642
- height: 0;
1643
- position: absolute;
1644
- right: 4px;
1645
- top: 4px;
1646
- width: 20px;
1647
- }
1648
-
1649
- .e-reicon::after {
1650
- border-bottom: 6px solid transparent;
1651
- border-left: 6px solid;
1652
- border-top: 6px solid transparent;
1653
- content: '';
1654
- display: block;
1655
- height: 0;
1656
- left: 4px;
1657
- position: absolute;
1658
- top: 4px;
1659
- width: 20px;
1660
- z-index: 3;
1661
- }
1662
-
1663
- .e-row-helper.e-reicon::after {
1664
- top: 10px;
1665
- transform: rotate(90deg);
1666
- }
1667
-
1668
- .e-row-helper.e-reicon::before {
1669
- left: 4px;
1670
- top: -20px;
1671
- transform: rotate(90deg);
1672
- }
1673
-
1674
- .e-rte-overflow {
1675
- overflow: hidden;
1676
- }
1677
-
1678
- .e-dialog.e-rte-dialog-minheight {
1679
- min-height: 296px;
1680
- }
1681
-
1682
- .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1683
- background-size: 700px 190px;
1684
- min-height: 190px;
1685
- }
1686
-
1687
- .e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
1688
- .e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1689
- background-size: 700px 190px;
1690
- min-height: 190px;
1691
- }
1692
-
1693
- .e-rte-table.e-rte-table-border {
1694
- border: 1px solid $rte-table-border-color;
1695
- border-collapse: separate;
1696
- }
1697
-
1698
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal,
1699
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal,
1700
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal {
1701
- .e-img-uploadwrap.e-droparea,
1702
- .e-aud-uploadwrap.e-droparea,
1703
- .e-vid-uploadwrap.e-droparea {
1704
- line-height: 10;
1705
- min-height: 50px;
1706
- position: relative;
1707
-
1708
- .e-browsebtn {
1709
- display: block;
1710
- height: 36px;
1711
- margin: 0 auto;
1712
- padding: 0 18px;
1713
- position: relative;
1714
- top: -50px;
1715
- @if $skin-name == 'FluentUI' {
1716
- outline: none;
1717
- }
1718
- }
1719
-
1720
- .e-upload {
1721
- border: 0 solid transparent;
1722
- float: none;
1723
- }
1724
-
1725
- .e-file-select-wrap {
1726
- display: none;
1727
- }
1728
- }
1729
-
1730
- .e-linkheader {
1731
- font-family: $rte-font-family;
1732
- font-size: 15px;
1733
- opacity: .87;
1734
- padding-bottom: $rte-insert-dialog-label-padding-bottom;
1735
- padding-top: $rte-insert-dialog-label-padding-top;
1736
- }
1737
- }
1738
-
1739
- .e-rte-file-manager-dialog {
1740
-
1741
- .e-rte-label {
1742
- padding-bottom: 8px;
1743
- padding-top: 15px;
1744
-
1745
- label {
1746
- font-size: 15px;
1747
- opacity: .87;
1748
- }
1749
- }
1750
- }
1751
-
1752
- // Blazor styles start
1753
- .e-rte-upload-popup.e-dialog .e-file-select-wrap {
1754
- display: none;
1755
- }
1756
-
1757
- .e-rte-upload-popup.e-dialog .e-dlg-content {
1758
- overflow: hidden;
1759
- padding: 0;
1760
- }
1761
-
1762
- .e-hide.e-rte-quick-popup-hide {
1763
- border: 0;
1764
- position: absolute;
1765
- }
1766
-
1767
- .e-rte-popup-hide {
1768
- display: none;
1769
- }
1770
-
1771
- .e-rte-hide-visible {
1772
- visibility: hidden;
1773
- }
1774
-
1775
- .e-rte-table-popup.e-dialog .e-dlg-content {
1776
- padding: 0;
1777
- @if $skin-name == 'FluentUI' {
1778
- margin-bottom: 0;
1779
- }
1780
- }
1781
-
1782
- @if $skin-name == 'tailwind' {
1783
- .e-rte-table-popup.e-popup.e-popup-open {
1784
- box-shadow: $rte-table-popup-box;
1785
- }
1786
-
1787
- .e-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1788
- margin-left: 6px;
1789
- }
1790
-
1791
- .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 {
1792
- min-width: 24px;
1793
- }
1794
-
1795
- .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1796
- line-height: 20px;
1797
- }
1798
-
1799
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1800
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1801
- padding: 0;
1802
- }
1803
- }
1804
-
1805
- @if $skin-name == 'bootstrap5' {
1806
- .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 {
1807
- min-width: 24px;
1808
- }
1809
-
1810
- .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1811
- line-height: 20px;
1812
- }
1813
-
1814
- .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons {
1815
- padding-bottom: 0;
1816
- }
1817
- }
1818
-
1819
- @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'FluentUI' {
1820
- .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,
1821
- .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,
1822
- .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,
1823
- .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 {
1824
- padding-left: 0;
1825
- padding-right: 0;
1826
- }
1827
- }
1828
-
1829
- .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
1830
- margin: 1px;
1831
- }
1832
- // Blazor styles end
1833
- }