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