@syncfusion/ej2-richtexteditor 19.3.46 → 19.3.47-6125

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