@syncfusion/ej2-angular-richtexteditor 20.2.46-ngcc → 20.2.49

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