@syncfusion/ej2-richtexteditor 19.3.53-6125 → 19.4.38

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 (196) hide show
  1. package/.eslintrc.json +244 -0
  2. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +41 -0
  3. package/.github/PULL_REQUEST_TEMPLATE/Feature.md +27 -0
  4. package/CHANGELOG.md +1021 -1019
  5. package/README.md +67 -67
  6. package/dist/ej2-richtexteditor.umd.min.js +10 -1
  7. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  8. package/dist/es6/ej2-richtexteditor.es2015.js +273 -181
  9. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  10. package/dist/es6/ej2-richtexteditor.es5.js +381 -289
  11. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  12. package/dist/global/ej2-richtexteditor.min.js +11 -0
  13. package/dist/global/ej2-richtexteditor.min.js.map +1 -0
  14. package/dist/global/index.d.ts +14 -0
  15. package/helpers/e2e/index.js +3 -3
  16. package/license +9 -9
  17. package/package.json +75 -75
  18. package/src/common/interface.d.ts +7 -7
  19. package/src/editor-manager/base/classes.d.ts +1 -1
  20. package/src/editor-manager/base/classes.js +1 -1
  21. package/src/editor-manager/base/editor-manager.d.ts +3 -3
  22. package/src/editor-manager/base/editor-manager.js +3 -3
  23. package/src/editor-manager/base/interface.d.ts +7 -7
  24. package/src/editor-manager/base/types.d.ts +1 -1
  25. package/src/editor-manager/plugin/alignments.d.ts +2 -2
  26. package/src/editor-manager/plugin/alignments.js +2 -2
  27. package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
  28. package/src/editor-manager/plugin/clearformat-exec.js +2 -2
  29. package/src/editor-manager/plugin/clearformat.d.ts +1 -1
  30. package/src/editor-manager/plugin/clearformat.js +1 -1
  31. package/src/editor-manager/plugin/dom-node.d.ts +34 -34
  32. package/src/editor-manager/plugin/dom-node.js +34 -34
  33. package/src/editor-manager/plugin/formats.d.ts +2 -2
  34. package/src/editor-manager/plugin/formats.js +2 -2
  35. package/src/editor-manager/plugin/image.d.ts +3 -3
  36. package/src/editor-manager/plugin/image.js +3 -3
  37. package/src/editor-manager/plugin/indents.d.ts +2 -2
  38. package/src/editor-manager/plugin/indents.js +2 -2
  39. package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
  40. package/src/editor-manager/plugin/insert-methods.js +4 -4
  41. package/src/editor-manager/plugin/insert-text.d.ts +2 -2
  42. package/src/editor-manager/plugin/insert-text.js +2 -2
  43. package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
  44. package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
  45. package/src/editor-manager/plugin/inserthtml.d.ts +2 -2
  46. package/src/editor-manager/plugin/inserthtml.js +2 -4
  47. package/src/editor-manager/plugin/isformatted.d.ts +8 -8
  48. package/src/editor-manager/plugin/isformatted.js +8 -8
  49. package/src/editor-manager/plugin/link.d.ts +2 -2
  50. package/src/editor-manager/plugin/link.js +2 -2
  51. package/src/editor-manager/plugin/lists.d.ts +2 -2
  52. package/src/editor-manager/plugin/lists.js +2 -2
  53. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
  54. package/src/editor-manager/plugin/ms-word-clean-up.js +2 -2
  55. package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
  56. package/src/editor-manager/plugin/nodecutter.js +6 -6
  57. package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
  58. package/src/editor-manager/plugin/selection-commands.js +1 -1
  59. package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
  60. package/src/editor-manager/plugin/selection-exec.js +2 -2
  61. package/src/editor-manager/plugin/table.d.ts +2 -2
  62. package/src/editor-manager/plugin/table.js +2 -2
  63. package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
  64. package/src/editor-manager/plugin/toolbar-status.js +2 -2
  65. package/src/editor-manager/plugin/undo.d.ts +6 -6
  66. package/src/editor-manager/plugin/undo.js +16 -7
  67. package/src/markdown-parser/base/interface.d.ts +10 -10
  68. package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
  69. package/src/markdown-parser/base/markdown-parser.js +3 -3
  70. package/src/markdown-parser/base/types.d.ts +1 -1
  71. package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
  72. package/src/markdown-parser/plugin/clearformat.js +2 -2
  73. package/src/markdown-parser/plugin/formats.d.ts +2 -2
  74. package/src/markdown-parser/plugin/formats.js +2 -2
  75. package/src/markdown-parser/plugin/link.d.ts +2 -2
  76. package/src/markdown-parser/plugin/link.js +2 -2
  77. package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
  78. package/src/markdown-parser/plugin/markdown-selection.js +14 -14
  79. package/src/markdown-parser/plugin/md-selection-formats.d.ts +1 -1
  80. package/src/markdown-parser/plugin/md-selection-formats.js +1 -1
  81. package/src/markdown-parser/plugin/table.d.ts +3 -3
  82. package/src/markdown-parser/plugin/table.js +3 -3
  83. package/src/markdown-parser/plugin/undo.d.ts +6 -6
  84. package/src/markdown-parser/plugin/undo.js +6 -6
  85. package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
  86. package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
  87. package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
  88. package/src/rich-text-editor/actions/base-toolbar.js +3 -3
  89. package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
  90. package/src/rich-text-editor/actions/color-picker.js +2 -2
  91. package/src/rich-text-editor/actions/count.d.ts +3 -3
  92. package/src/rich-text-editor/actions/count.js +3 -3
  93. package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
  94. package/src/rich-text-editor/actions/dropdown-buttons.js +2 -12
  95. package/src/rich-text-editor/actions/enter-key.d.ts +1 -0
  96. package/src/rich-text-editor/actions/enter-key.js +85 -34
  97. package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
  98. package/src/rich-text-editor/actions/full-screen.js +3 -3
  99. package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
  100. package/src/rich-text-editor/actions/html-editor.js +5 -5
  101. package/src/rich-text-editor/actions/keyboard-model.d.ts +16 -16
  102. package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
  103. package/src/rich-text-editor/actions/keyboard.js +20 -20
  104. package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
  105. package/src/rich-text-editor/actions/markdown-editor.js +2 -2
  106. package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
  107. package/src/rich-text-editor/actions/paste-clean-up.js +1 -1
  108. package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
  109. package/src/rich-text-editor/actions/quick-toolbar.js +10 -10
  110. package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
  111. package/src/rich-text-editor/actions/toolbar.js +13 -13
  112. package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
  113. package/src/rich-text-editor/actions/xhtml-validation.js +2 -2
  114. package/src/rich-text-editor/base/classes.d.ts +107 -107
  115. package/src/rich-text-editor/base/classes.js +107 -107
  116. package/src/rich-text-editor/base/constant.d.ts +120 -120
  117. package/src/rich-text-editor/base/constant.js +120 -120
  118. package/src/rich-text-editor/base/enum.d.ts +1 -1
  119. package/src/rich-text-editor/base/enum.js +1 -1
  120. package/src/rich-text-editor/base/interface.d.ts +45 -45
  121. package/src/rich-text-editor/base/interface.js +1 -1
  122. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +851 -851
  123. package/src/rich-text-editor/base/rich-text-editor.d.ts +53 -53
  124. package/src/rich-text-editor/base/rich-text-editor.js +65 -65
  125. package/src/rich-text-editor/base/util.d.ts +1 -1
  126. package/src/rich-text-editor/base/util.js +1 -1
  127. package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
  128. package/src/rich-text-editor/formatter/formatter.js +8 -8
  129. package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
  130. package/src/rich-text-editor/formatter/html-formatter.js +15 -15
  131. package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
  132. package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
  133. package/src/rich-text-editor/models/iframe-settings-model.d.ts +26 -26
  134. package/src/rich-text-editor/models/iframe-settings.js +19 -19
  135. package/src/rich-text-editor/models/inline-mode-model.d.ts +11 -11
  136. package/src/rich-text-editor/models/inline-mode.js +19 -19
  137. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +439 -439
  138. package/src/rich-text-editor/models/toolbar-settings.d.ts +1 -1
  139. package/src/rich-text-editor/models/toolbar-settings.js +19 -19
  140. package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
  141. package/src/rich-text-editor/renderer/content-renderer.js +6 -6
  142. package/src/rich-text-editor/renderer/dialog-renderer.d.ts +2 -2
  143. package/src/rich-text-editor/renderer/dialog-renderer.js +2 -2
  144. package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
  145. package/src/rich-text-editor/renderer/iframe-content-renderer.js +17 -17
  146. package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
  147. package/src/rich-text-editor/renderer/image-module.js +50 -5
  148. package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
  149. package/src/rich-text-editor/renderer/link-module.js +1 -1
  150. package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
  151. package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
  152. package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
  153. package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
  154. package/src/rich-text-editor/renderer/render.d.ts +2 -2
  155. package/src/rich-text-editor/renderer/render.js +2 -2
  156. package/src/rich-text-editor/renderer/table-module.d.ts +1 -1
  157. package/src/rich-text-editor/renderer/table-module.js +1 -1
  158. package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
  159. package/src/rich-text-editor/renderer/toolbar-renderer.js +9 -9
  160. package/src/rich-text-editor/renderer/view-source.d.ts +6 -6
  161. package/src/rich-text-editor/renderer/view-source.js +6 -6
  162. package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
  163. package/src/rich-text-editor/services/renderer-factory.js +3 -3
  164. package/src/rich-text-editor/services/service-locator.d.ts +3 -3
  165. package/src/rich-text-editor/services/service-locator.js +3 -3
  166. package/src/selection/selection.d.ts +22 -22
  167. package/src/selection/selection.js +22 -22
  168. package/styles/_all.scss +2 -2
  169. package/styles/rich-text-editor/_all.scss +2 -2
  170. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +187 -187
  171. package/styles/rich-text-editor/_bootstrap-definition.scss +244 -244
  172. package/styles/rich-text-editor/_bootstrap4-definition.scss +370 -370
  173. package/styles/rich-text-editor/_bootstrap5-definition.scss +168 -168
  174. package/styles/rich-text-editor/_fabric-dark-definition.scss +168 -168
  175. package/styles/rich-text-editor/_fabric-definition.scss +167 -167
  176. package/styles/rich-text-editor/_fluent-definition.scss +168 -0
  177. package/styles/rich-text-editor/_highcontrast-definition.scss +167 -167
  178. package/styles/rich-text-editor/_highcontrast-light-definition.scss +167 -167
  179. package/styles/rich-text-editor/_layout.scss +1639 -1639
  180. package/styles/rich-text-editor/_material-dark-definition.scss +172 -172
  181. package/styles/rich-text-editor/_material-definition.scss +169 -169
  182. package/styles/rich-text-editor/_tailwind-definition.scss +167 -167
  183. package/styles/rich-text-editor/_theme.scss +626 -626
  184. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +304 -304
  185. package/styles/rich-text-editor/icons/_bootstrap.scss +304 -304
  186. package/styles/rich-text-editor/icons/_bootstrap4.scss +304 -304
  187. package/styles/rich-text-editor/icons/_bootstrap5.scss +303 -303
  188. package/styles/rich-text-editor/icons/_fabric-dark.scss +304 -304
  189. package/styles/rich-text-editor/icons/_fabric.scss +304 -304
  190. package/styles/rich-text-editor/icons/_fluent.scss +303 -0
  191. package/styles/rich-text-editor/icons/_highcontrast-light.scss +304 -304
  192. package/styles/rich-text-editor/icons/_highcontrast.scss +304 -304
  193. package/styles/rich-text-editor/icons/_material-dark.scss +304 -304
  194. package/styles/rich-text-editor/icons/_material.scss +304 -304
  195. package/styles/rich-text-editor/icons/_tailwind.scss +304 -304
  196. package/tslint.json +111 -0
@@ -1,1639 +1,1639 @@
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-file-abort-btn.e-icons {
870
- margin-right: 30px;
871
- }
872
-
873
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
874
- border-bottom: 0 solid transparent;
875
- min-height: initial;
876
- }
877
-
878
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
879
- margin-left: 0;
880
- margin-right: 0;
881
- }
882
-
883
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files {
884
- border-top: 0 solid transparent;
885
- }
886
-
887
- .e-img-uploadwrap.e-droparea .e-file-select-wrap {
888
- display: none;
889
- }
890
-
891
- .e-img-uploadwrap.e-droparea .e-upload {
892
- border: 0 solid transparent;
893
- float: none;
894
- }
895
-
896
- .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn {
897
- display: block;
898
- height: 36px;
899
- margin: 0 auto;
900
- padding: 0 18px;
901
- position: relative;
902
- top: -50px;
903
- }
904
-
905
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
906
- display: none;
907
- }
908
-
909
- .e-dialog .e-img-uploadwrap.e-droparea {
910
- line-height: 10;
911
- min-height: 50px;
912
- position: relative;
913
- }
914
-
915
- .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text {
916
- display: inline-block;
917
- line-height: normal;
918
- }
919
-
920
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea {
921
- line-height: 4;
922
- }
923
-
924
- .e-rte-inline-dropdown ul {
925
- max-height: 200px;
926
- overflow-y: auto;
927
- }
928
-
929
- .e-rte-dropdown-popup.e-rte-dropdown-items ul {
930
- max-height: 280px;
931
- overflow-y: auto;
932
- }
933
-
934
- .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
935
- max-height: 360px;
936
- overflow-y: auto;
937
- }
938
-
939
- .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,
940
- .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,
941
- .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,
942
- .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown {
943
- line-height: 0;
944
- }
945
-
946
- .e-rte-table-popup.e-popup.e-popup-open {
947
- border-radius: $rte-table-popup-bdr-radius;
948
- box-shadow: $rte-table-popup-box;
949
- font-size: 14px;
950
- font-weight: normal;
951
- min-width: 120px;
952
- overflow: hidden;
953
- padding: $rte-table-popup-padding;
954
- }
955
-
956
- .e-rte-table-popup.e-popup-open .e-rte-tablecell {
957
- border: $rte-table-span-border;
958
- display: inline-block;
959
- height: 14px;
960
- margin: 1px;
961
- overflow: hidden;
962
- vertical-align: top;
963
- width: 14px;
964
- }
965
-
966
- .e-rte-table-popup.e-popup-open .e-rte-table-row {
967
- height: 16px;
968
- }
969
-
970
- .e-rte-table-popup.e-popup-open .e-insert-table-btn {
971
- width: 100%;
972
- }
973
-
974
- .e-rte-edit-table .e-rte-field {
975
- padding-top: $rte-insert-dialog-label-padding-top;
976
- }
977
-
978
- .e-rte-edit-table .e-rte-field:first-child {
979
- padding-top: 0;
980
- }
981
-
982
- .e-rte-content .e-content table td.e-cell-select,
983
- .e-rte-content .e-content table th.e-cell-select {
984
- border: 1px double $rte-table-select-border-color;
985
- height: 24.67px;
986
- }
987
-
988
- span.e-table-box {
989
- cursor: nwse-resize;
990
- display: block;
991
- height: 10px;
992
- position: absolute;
993
- width: 10px;
994
-
995
- &.e-hide {
996
- display: none;
997
- }
998
- }
999
-
1000
- span.e-table-box.e-rmob {
1001
- height: 14px;
1002
- width: 14px;
1003
- }
1004
-
1005
- .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1006
- margin-right: 50px;
1007
- }
1008
-
1009
- .e-rte-upload-popup {
1010
- width: 250px;
1011
- }
1012
-
1013
- .e-rte-dialog-upload .e-upload-files {
1014
- border-top: 0;
1015
- }
1016
-
1017
- .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1018
- border-bottom: 0;
1019
- }
1020
-
1021
- }
1022
-
1023
- .e-rte-backgroundcolor-colorpicker,
1024
- .e-rte-fontcolor-colorpicker {
1025
- & .e-color-palette.e-container {
1026
- & .e-custom-palette .e-palette {
1027
- padding: 0;
1028
- }
1029
-
1030
- & .e-switch-ctrl-btn {
1031
- padding: 5px;.e-bigger & {
1032
- padding: 5px;
1033
- }
1034
- }
1035
-
1036
- }
1037
-
1038
- }
1039
-
1040
- .e-rte-quick-popup {
1041
- border-radius: 2px;
1042
- overflow: hidden;
1043
-
1044
- .e-rte-quick-toolbar {
1045
- border-radius: 2px;
1046
- min-height: 42px;
1047
-
1048
- .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1049
- white-space: nowrap;
1050
- }
1051
-
1052
- &.e-remove-white-space {
1053
-
1054
- .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1055
- white-space: nowrap;
1056
- }
1057
- }
1058
-
1059
- .e-toolbar-items:not(.e-tbar-pos) {
1060
- border-radius: 2px;
1061
- margin: 0 6px;
1062
- min-height: 42px;
1063
-
1064
- .e-toolbar-item.e-rte-horizontal-separator,
1065
- .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1066
- display: block;
1067
- height: 1px;
1068
- margin: 0;
1069
- min-height: 1px;
1070
- }
1071
-
1072
- .e-toolbar-item {
1073
- margin: 0 6px;
1074
- min-height: 42px;
1075
-
1076
- &:first-child,
1077
- &:last-child {
1078
- margin: 0 6px;
1079
- }
1080
-
1081
- .e-tbar-btn:not(.e-rte-dropdown-btn) {
1082
- line-height: 20px;
1083
- }
1084
-
1085
- .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1086
- min-width: $rte-quick-item-icon-min-width;
1087
- }
1088
- }
1089
-
1090
- .e-toolbar-item .e-btn,
1091
- .e-toolbar-item .e-btn:hover {
1092
- min-height: $rte-quick-item-btn-height;
1093
- min-width: $rte-quick-item-btn-width;
1094
- padding: $rte-quick-item-padding;
1095
- }
1096
- }
1097
-
1098
- .e-tbar-btn {
1099
- .e-icons.e-btn-icon:not(.e-caret) {
1100
- font-size: $rte-toolbar-icon-size;
1101
- }
1102
- }
1103
-
1104
- .e-background-color.e-icons::before {
1105
- display: inline;
1106
- }
1107
-
1108
- .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1109
- .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1110
- .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1111
- .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1112
- font-size: 10px;
1113
- }
1114
- }
1115
-
1116
- .e-rte-dropdown-btn.e-tbar-btn {
1117
- line-height: $rte-quick-drop-btn-line-height;
1118
- margin: $rte-quick-drop-btn-margin;
1119
- padding: $rte-quick-drop-btn-padding;
1120
-
1121
- .e-rte-dropdown-btn-text {
1122
- font-weight: 500;
1123
- overflow: hidden;
1124
- text-overflow: ellipsis;
1125
- white-space: nowrap;
1126
- }
1127
-
1128
- .e-order-list.e-icons,
1129
- .e-unorder-list.e-icons,
1130
- .e-icons:not(.e-caret) {
1131
- font-size: 14px;
1132
- margin-left: -3px;
1133
- }
1134
-
1135
- .e-caret {
1136
- font-size: $rte-quick-drop-btn-caret-font-size;
1137
- width: 12px;
1138
- }
1139
- }
1140
-
1141
- &.e-hide {
1142
- display: block;
1143
- visibility: hidden;
1144
- }
1145
- }
1146
-
1147
- .e-bigger .e-rte-quick-popup {
1148
- .e-rte-quick-toolbar {
1149
- min-height: 48px;
1150
-
1151
- .e-toolbar-items:not(.e-tbar-pos) {
1152
- margin: 0 6px;
1153
- min-height: 48px;
1154
-
1155
- .e-toolbar-item:not(.e-separator) {
1156
- margin: 0 6px;
1157
- min-height: 48px;
1158
- min-width: 36px;
1159
- padding: 0;
1160
- }
1161
-
1162
- .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1163
- line-height: $rte-big-quick-item-line-height;
1164
- }
1165
-
1166
- .e-toolbar-item .e-btn,
1167
- .e-toolbar-item .e-btn:hover {
1168
- min-height: $rte-big-quick-item-btn-height;
1169
- min-width: $rte-big-quick-item-btn-width;
1170
- padding: $rte-big-quick-item-padding;
1171
- }
1172
-
1173
- .e-toolbar-item:first-child,
1174
- .e-toolbar-item:last-child {
1175
- margin: 0 6px;
1176
- }
1177
-
1178
- .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1179
- height: $rte-big-quick-tbar-item-min-height;
1180
- line-height: normal;
1181
- margin: 0;
1182
- min-height: $rte-big-quick-tbar-item-min-height;
1183
- min-width: $rte-big-quick-tbar-item-min-width;
1184
- }
1185
-
1186
- .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
1187
- .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
1188
- .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1189
- font-size: $rte-toolbar-big-icon-size;
1190
- }
1191
- }
1192
- }
1193
-
1194
- .e-rte-dropdown-btn.e-tbar-btn {
1195
- line-height: $rte-big-quick-drop-btn-line-height;
1196
- margin: $rte-big-quick-drop-btn-margin;
1197
- padding: $rte-big-quick-drop-btn-padding;
1198
-
1199
- .e-order-list.e-icons,
1200
- .e-unorder-list.e-icons,
1201
- .e-icons:not(.e-caret) {
1202
- font-size: $rte-toolbar-icon-size;
1203
- }
1204
-
1205
- .e-caret {
1206
- font-size: $rte-big-quick-drop-btn-caret-font-size;
1207
- width: 20px;
1208
- }
1209
- }
1210
- }
1211
-
1212
- .e-bigger .e-rte-quick-popup.e-rte-inline-popup {
1213
- .e-rte-quick-toolbar {
1214
- .e-toolbar-items:not(.e-tbar-pos) {
1215
- .e-toolbar-item:not(.e-separator).e-rte-inline-template {
1216
- min-width: $rte-big-inline-tmp-min-width;
1217
- }
1218
-
1219
- .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
1220
- min-width: $rte-big-inline-tmp-size-min-width;
1221
- }
1222
-
1223
- .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
1224
- min-width: $rte-big-inline-tmp-color-min-width;
1225
- }
1226
- }
1227
- }
1228
- }
1229
-
1230
- .e-rte-quick-popup.e-rte-inline-popup {
1231
- .e-rte-quick-toolbar {
1232
- .e-toolbar-item {
1233
- &.e-rte-inline-template {
1234
- min-width: $rte-inline-tmp-min-width;
1235
- }
1236
-
1237
- &.e-rte-inline-size-template {
1238
- min-width: $rte-inline-tmp-size-min-width;
1239
- }
1240
-
1241
- &.e-rte-inline-color-template {
1242
- min-width: $rte-inline-tmp-color-min-width;
1243
- }
1244
- }
1245
- }
1246
- }
1247
-
1248
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1249
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1250
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1251
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1252
-
1253
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1254
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1255
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1256
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1257
- display: flex;
1258
- padding-left: $rte-colorpicker-parent-padding;
1259
- padding-right: $rte-colorpicker-parent-padding;
1260
-
1261
- &:hover,
1262
- &:active,
1263
- &.e-active,
1264
- &.e-active:hover {
1265
- padding-left: $rte-colorpicker-parent-padding-hover;
1266
- padding-right: $rte-colorpicker-parent-padding-hover;
1267
- }
1268
-
1269
- .e-rte-color-content,
1270
- .e-rte-list-primary-content {
1271
- position: relative;
1272
- vertical-align: middle;
1273
- width: $rte-font-icon-width;
1274
- }
1275
-
1276
- .e-rte-color-content {
1277
- .e-rte-elements {
1278
- border-bottom-style: solid;
1279
- border-bottom-width: 3px;
1280
- padding-bottom: 1px;
1281
- }
1282
- }
1283
-
1284
- .e-rte-list-primary-content .e-order-list,
1285
- &.e-active .e-rte-list-primary-content .e-order-list,
1286
- .e-rte-list-primary-content .e-unorder-list,
1287
- &.e-active .e-rte-list-primary-content .e-unorder-list {
1288
- line-height: $rte-split-btn-active-color-icon-line-height;
1289
- }
1290
-
1291
- .e-rte-color-content::after {
1292
- content: '';
1293
- height: 100%;
1294
- position: absolute;
1295
- right: 0;
1296
- width: $rte-split-btn-bar-size;
1297
- }
1298
-
1299
- .e-icons.e-btn-icon {
1300
- display: flex;
1301
- flex-direction: $rte-list-btn-flex;
1302
- justify-content: center;
1303
- line-height: $rte-list-btn-line-height;
1304
- min-width: $rte-font-arrow-width;
1305
- text-align: center;
1306
- width: $rte-font-arrow-width;
1307
- }
1308
-
1309
- @if $skin-name == 'bootstrap5' {
1310
- .e-icons.e-btn-icon {
1311
- padding-top: 4px;
1312
- }
1313
-
1314
- .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop) {
1315
- padding-left: 0;
1316
- padding-right: 0;
1317
- }
1318
- }
1319
- }
1320
-
1321
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1322
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1323
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1324
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1325
- .e-icons.e-btn-icon,
1326
- .e-rte-color-content,
1327
- .e-rte-list-primary-content {
1328
- line-height: $rte-split-btn-line-height;
1329
- }
1330
- }
1331
-
1332
- .e-dropdown-btn .e-btn-icon.e-caret {
1333
- font-size: $rte-dropdown-caret-icon-size;
1334
-
1335
- @if $skin-name == 'bootstrap5' {
1336
- &:not(.e-toolbar-pop) {
1337
- font-size: 12px;
1338
- }
1339
- }
1340
- }
1341
- }
1342
-
1343
- .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
1344
- border-bottom-style: solid;
1345
- border-bottom-width: 3px;
1346
- line-height: $rte-font-icon-line-height;
1347
- padding-bottom: 1px;
1348
- }
1349
-
1350
- .e-bigger {
1351
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1352
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1353
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1354
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1355
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1356
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1357
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1358
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1359
- .e-icons.e-btn-icon {
1360
- min-width: $rte-font-arrow-touch-width;
1361
- padding-left: 0;
1362
- padding-right: 0;
1363
- width: $rte-font-arrow-touch-width;
1364
- }
1365
-
1366
- &:hover,
1367
- &:focus,
1368
- &:active {
1369
- padding-left: $rte-big-color-list-span-common-padding-left-right;
1370
- padding-right: $rte-big-color-list-span-common-padding-left-right;
1371
- }
1372
-
1373
- .e-rte-list-primary-content .e-order-list,
1374
- &.e-active .e-rte-list-primary-content .e-order-list,
1375
- .e-rte-list-primary-content .e-unorder-list,
1376
- &.e-active .e-rte-list-primary-content .e-unorder-list {
1377
- line-height: $rte-big-split-btn-active-color-icon-line-height;
1378
- }
1379
- }
1380
-
1381
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1382
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1383
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1384
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1385
- .e-icons.e-btn-icon,
1386
- .e-rte-color-content,
1387
- .e-rte-list-primary-content {
1388
- line-height: $rte-big-split-btn-line-height;
1389
- }
1390
- }
1391
-
1392
- .e-dropdown-btn .e-caret {
1393
- font-size: $rte-big-dropdown-caret-icon-size;
1394
-
1395
- @if $skin-name == 'bootstrap5' {
1396
- &.e-btn-icon:not(.e-toolbar-pop) {
1397
- font-size: 14px;
1398
- }
1399
- }
1400
- }
1401
- }
1402
- }
1403
-
1404
- .e-popup-modal.e-popup.e-popup-open {
1405
- display: inline-flex;
1406
- }
1407
-
1408
- .e-rte-modal-popup.e-popup-container.e-center {
1409
- justify-content: center;
1410
- }
1411
-
1412
- .e-rte-modal-popup.e-popup-container {
1413
- align-items: center;
1414
- display: none;
1415
- height: 100%;
1416
- left: 0;
1417
- position: fixed;
1418
- top: 0;
1419
- width: 100%;
1420
- z-index: 10000;
1421
- }
1422
-
1423
- .e-popup-overlay {
1424
- height: 100%;
1425
- left: 0;
1426
- opacity: .5;
1427
- position: absolute;
1428
- top: 0;
1429
- width: 100%;
1430
- }
1431
-
1432
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1433
- height: 16px;
1434
- width: 16px;
1435
- }
1436
-
1437
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
1438
- height: 18px;
1439
- }
1440
-
1441
- .e-table-rhelper {
1442
- cursor: col-resize;
1443
- opacity: .87;
1444
- position: absolute;
1445
- }
1446
-
1447
- .e-table-rhelper.e-column-helper {
1448
- width: 1px;
1449
- }
1450
-
1451
- .e-table-rhelper.e-row-helper {
1452
- height: 1px;
1453
- }
1454
-
1455
- .e-reicon::before {
1456
- border-bottom: 6px solid transparent;
1457
- border-right: 6px solid;
1458
- border-top: 6px solid transparent;
1459
- content: '';
1460
- display: block;
1461
- height: 0;
1462
- position: absolute;
1463
- right: 4px;
1464
- top: 4px;
1465
- width: 20px;
1466
- }
1467
-
1468
- .e-reicon::after {
1469
- border-bottom: 6px solid transparent;
1470
- border-left: 6px solid;
1471
- border-top: 6px solid transparent;
1472
- content: '';
1473
- display: block;
1474
- height: 0;
1475
- left: 4px;
1476
- position: absolute;
1477
- top: 4px;
1478
- width: 20px;
1479
- z-index: 3;
1480
- }
1481
-
1482
- .e-row-helper.e-reicon::after {
1483
- top: 10px;
1484
- transform: rotate(90deg);
1485
- }
1486
-
1487
- .e-row-helper.e-reicon::before {
1488
- left: 4px;
1489
- top: -20px;
1490
- transform: rotate(90deg);
1491
- }
1492
-
1493
- .e-rte-overflow {
1494
- overflow: hidden;
1495
- }
1496
-
1497
- .e-rte-dialog-minheight {
1498
- min-height: 296px;
1499
- }
1500
-
1501
- .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1502
- background-size: 700px 190px;
1503
- min-height: 190px;
1504
- }
1505
-
1506
- .e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
1507
- .e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1508
- background-size: 700px 190px;
1509
- min-height: 190px;
1510
- }
1511
-
1512
- .e-rte-table.e-rte-table-border {
1513
- border: 1px solid $rte-table-border-color;
1514
- border-collapse: separate;
1515
- }
1516
-
1517
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal {
1518
- .e-img-uploadwrap.e-droparea {
1519
- line-height: 10;
1520
- min-height: 50px;
1521
- position: relative;
1522
-
1523
- .e-browsebtn {
1524
- display: block;
1525
- height: 36px;
1526
- margin: 0 auto;
1527
- padding: 0 18px;
1528
- position: relative;
1529
- top: -50px;
1530
- }
1531
-
1532
- .e-upload {
1533
- border: 0 solid transparent;
1534
- float: none;
1535
- }
1536
-
1537
- .e-file-select-wrap {
1538
- display: none;
1539
- }
1540
- }
1541
-
1542
- .e-linkheader {
1543
- font-family: $rte-font-family;
1544
- font-size: 15px;
1545
- opacity: .87;
1546
- padding-bottom: $rte-insert-dialog-label-padding-bottom;
1547
- padding-top: $rte-insert-dialog-label-padding-top;
1548
- }
1549
- }
1550
-
1551
- .e-rte-file-manager-dialog {
1552
-
1553
- .e-rte-label {
1554
- padding-bottom: 8px;
1555
- padding-top: 15px;
1556
-
1557
- label {
1558
- font-size: 15px;
1559
- opacity: .87;
1560
- }
1561
- }
1562
- }
1563
-
1564
- // Blazor styles start
1565
- .e-rte-upload-popup.e-dialog .e-file-select-wrap {
1566
- display: none;
1567
- }
1568
-
1569
- .e-rte-upload-popup.e-dialog .e-dlg-content {
1570
- overflow: hidden;
1571
- padding: 0;
1572
- }
1573
-
1574
- .e-hide.e-rte-quick-popup-hide {
1575
- border: 0;
1576
- position: absolute;
1577
- }
1578
-
1579
- .e-rte-popup-hide {
1580
- display: none;
1581
- }
1582
-
1583
- .e-rte-hide-visible {
1584
- visibility: hidden;
1585
- }
1586
-
1587
- .e-rte-table-popup.e-dialog .e-dlg-content {
1588
- padding: 0;
1589
- }
1590
-
1591
- @if $skin-name == 'tailwind' {
1592
- .e-rte-table-popup.e-popup.e-popup-open {
1593
- box-shadow: $rte-table-popup-box;
1594
- }
1595
-
1596
- .e-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1597
- margin-left: 6px;
1598
- }
1599
-
1600
- .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 {
1601
- min-width: 24px;
1602
- }
1603
-
1604
- .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1605
- line-height: 20px;
1606
- }
1607
-
1608
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1609
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1610
- padding: 0;
1611
- }
1612
- }
1613
-
1614
- @if $skin-name == 'bootstrap5' {
1615
- .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 {
1616
- min-width: 24px;
1617
- }
1618
-
1619
- .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1620
- line-height: 20px;
1621
- }
1622
-
1623
- .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons {
1624
- padding-bottom: 0;
1625
- }
1626
- }
1627
-
1628
- @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
1629
- .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 {
1630
- padding-left: 0;
1631
- padding-right: 0;
1632
- }
1633
- }
1634
-
1635
- .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
1636
- margin: 1px;
1637
- }
1638
- // Blazor styles end
1639
- }
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' or $skin-name == 'FluentUI' {
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-file-abort-btn.e-icons {
870
+ margin-right: 30px;
871
+ }
872
+
873
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
874
+ border-bottom: 0 solid transparent;
875
+ min-height: initial;
876
+ }
877
+
878
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
879
+ margin-left: 0;
880
+ margin-right: 0;
881
+ }
882
+
883
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files {
884
+ border-top: 0 solid transparent;
885
+ }
886
+
887
+ .e-img-uploadwrap.e-droparea .e-file-select-wrap {
888
+ display: none;
889
+ }
890
+
891
+ .e-img-uploadwrap.e-droparea .e-upload {
892
+ border: 0 solid transparent;
893
+ float: none;
894
+ }
895
+
896
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn {
897
+ display: block;
898
+ height: 36px;
899
+ margin: 0 auto;
900
+ padding: 0 18px;
901
+ position: relative;
902
+ top: -50px;
903
+ }
904
+
905
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
906
+ display: none;
907
+ }
908
+
909
+ .e-dialog .e-img-uploadwrap.e-droparea {
910
+ line-height: 10;
911
+ min-height: 50px;
912
+ position: relative;
913
+ }
914
+
915
+ .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text {
916
+ display: inline-block;
917
+ line-height: normal;
918
+ }
919
+
920
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea {
921
+ line-height: 4;
922
+ }
923
+
924
+ .e-rte-inline-dropdown ul {
925
+ max-height: 200px;
926
+ overflow-y: auto;
927
+ }
928
+
929
+ .e-rte-dropdown-popup.e-rte-dropdown-items ul {
930
+ max-height: 280px;
931
+ overflow-y: auto;
932
+ }
933
+
934
+ .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
935
+ max-height: 360px;
936
+ overflow-y: auto;
937
+ }
938
+
939
+ .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,
940
+ .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,
941
+ .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,
942
+ .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown {
943
+ line-height: 0;
944
+ }
945
+
946
+ .e-rte-table-popup.e-popup.e-popup-open {
947
+ border-radius: $rte-table-popup-bdr-radius;
948
+ box-shadow: $rte-table-popup-box;
949
+ font-size: 14px;
950
+ font-weight: normal;
951
+ min-width: 120px;
952
+ overflow: hidden;
953
+ padding: $rte-table-popup-padding;
954
+ }
955
+
956
+ .e-rte-table-popup.e-popup-open .e-rte-tablecell {
957
+ border: $rte-table-span-border;
958
+ display: inline-block;
959
+ height: 14px;
960
+ margin: 1px;
961
+ overflow: hidden;
962
+ vertical-align: top;
963
+ width: 14px;
964
+ }
965
+
966
+ .e-rte-table-popup.e-popup-open .e-rte-table-row {
967
+ height: 16px;
968
+ }
969
+
970
+ .e-rte-table-popup.e-popup-open .e-insert-table-btn {
971
+ width: 100%;
972
+ }
973
+
974
+ .e-rte-edit-table .e-rte-field {
975
+ padding-top: $rte-insert-dialog-label-padding-top;
976
+ }
977
+
978
+ .e-rte-edit-table .e-rte-field:first-child {
979
+ padding-top: 0;
980
+ }
981
+
982
+ .e-rte-content .e-content table td.e-cell-select,
983
+ .e-rte-content .e-content table th.e-cell-select {
984
+ border: 1px double $rte-table-select-border-color;
985
+ height: 24.67px;
986
+ }
987
+
988
+ span.e-table-box {
989
+ cursor: nwse-resize;
990
+ display: block;
991
+ height: 10px;
992
+ position: absolute;
993
+ width: 10px;
994
+
995
+ &.e-hide {
996
+ display: none;
997
+ }
998
+ }
999
+
1000
+ span.e-table-box.e-rmob {
1001
+ height: 14px;
1002
+ width: 14px;
1003
+ }
1004
+
1005
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1006
+ margin-right: 50px;
1007
+ }
1008
+
1009
+ .e-rte-upload-popup {
1010
+ width: 250px;
1011
+ }
1012
+
1013
+ .e-rte-dialog-upload .e-upload-files {
1014
+ border-top: 0;
1015
+ }
1016
+
1017
+ .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1018
+ border-bottom: 0;
1019
+ }
1020
+
1021
+ }
1022
+
1023
+ .e-rte-backgroundcolor-colorpicker,
1024
+ .e-rte-fontcolor-colorpicker {
1025
+ & .e-color-palette.e-container {
1026
+ & .e-custom-palette .e-palette {
1027
+ padding: 0;
1028
+ }
1029
+
1030
+ & .e-switch-ctrl-btn {
1031
+ padding: 5px;.e-bigger & {
1032
+ padding: 5px;
1033
+ }
1034
+ }
1035
+
1036
+ }
1037
+
1038
+ }
1039
+
1040
+ .e-rte-quick-popup {
1041
+ border-radius: 2px;
1042
+ overflow: hidden;
1043
+
1044
+ .e-rte-quick-toolbar {
1045
+ border-radius: 2px;
1046
+ min-height: 42px;
1047
+
1048
+ .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1049
+ white-space: nowrap;
1050
+ }
1051
+
1052
+ &.e-remove-white-space {
1053
+
1054
+ .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1055
+ white-space: nowrap;
1056
+ }
1057
+ }
1058
+
1059
+ .e-toolbar-items:not(.e-tbar-pos) {
1060
+ border-radius: 2px;
1061
+ margin: 0 6px;
1062
+ min-height: 42px;
1063
+
1064
+ .e-toolbar-item.e-rte-horizontal-separator,
1065
+ .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1066
+ display: block;
1067
+ height: 1px;
1068
+ margin: 0;
1069
+ min-height: 1px;
1070
+ }
1071
+
1072
+ .e-toolbar-item {
1073
+ margin: 0 6px;
1074
+ min-height: 42px;
1075
+
1076
+ &:first-child,
1077
+ &:last-child {
1078
+ margin: 0 6px;
1079
+ }
1080
+
1081
+ .e-tbar-btn:not(.e-rte-dropdown-btn) {
1082
+ line-height: 20px;
1083
+ }
1084
+
1085
+ .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1086
+ min-width: $rte-quick-item-icon-min-width;
1087
+ }
1088
+ }
1089
+
1090
+ .e-toolbar-item .e-btn,
1091
+ .e-toolbar-item .e-btn:hover {
1092
+ min-height: $rte-quick-item-btn-height;
1093
+ min-width: $rte-quick-item-btn-width;
1094
+ padding: $rte-quick-item-padding;
1095
+ }
1096
+ }
1097
+
1098
+ .e-tbar-btn {
1099
+ .e-icons.e-btn-icon:not(.e-caret) {
1100
+ font-size: $rte-toolbar-icon-size;
1101
+ }
1102
+ }
1103
+
1104
+ .e-background-color.e-icons::before {
1105
+ display: inline;
1106
+ }
1107
+
1108
+ .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1109
+ .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1110
+ .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1111
+ .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1112
+ font-size: 10px;
1113
+ }
1114
+ }
1115
+
1116
+ .e-rte-dropdown-btn.e-tbar-btn {
1117
+ line-height: $rte-quick-drop-btn-line-height;
1118
+ margin: $rte-quick-drop-btn-margin;
1119
+ padding: $rte-quick-drop-btn-padding;
1120
+
1121
+ .e-rte-dropdown-btn-text {
1122
+ font-weight: 500;
1123
+ overflow: hidden;
1124
+ text-overflow: ellipsis;
1125
+ white-space: nowrap;
1126
+ }
1127
+
1128
+ .e-order-list.e-icons,
1129
+ .e-unorder-list.e-icons,
1130
+ .e-icons:not(.e-caret) {
1131
+ font-size: 14px;
1132
+ margin-left: -3px;
1133
+ }
1134
+
1135
+ .e-caret {
1136
+ font-size: $rte-quick-drop-btn-caret-font-size;
1137
+ width: 12px;
1138
+ }
1139
+ }
1140
+
1141
+ &.e-hide {
1142
+ display: block;
1143
+ visibility: hidden;
1144
+ }
1145
+ }
1146
+
1147
+ .e-bigger .e-rte-quick-popup {
1148
+ .e-rte-quick-toolbar {
1149
+ min-height: 48px;
1150
+
1151
+ .e-toolbar-items:not(.e-tbar-pos) {
1152
+ margin: 0 6px;
1153
+ min-height: 48px;
1154
+
1155
+ .e-toolbar-item:not(.e-separator) {
1156
+ margin: 0 6px;
1157
+ min-height: 48px;
1158
+ min-width: 36px;
1159
+ padding: 0;
1160
+ }
1161
+
1162
+ .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1163
+ line-height: $rte-big-quick-item-line-height;
1164
+ }
1165
+
1166
+ .e-toolbar-item .e-btn,
1167
+ .e-toolbar-item .e-btn:hover {
1168
+ min-height: $rte-big-quick-item-btn-height;
1169
+ min-width: $rte-big-quick-item-btn-width;
1170
+ padding: $rte-big-quick-item-padding;
1171
+ }
1172
+
1173
+ .e-toolbar-item:first-child,
1174
+ .e-toolbar-item:last-child {
1175
+ margin: 0 6px;
1176
+ }
1177
+
1178
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1179
+ height: $rte-big-quick-tbar-item-min-height;
1180
+ line-height: normal;
1181
+ margin: 0;
1182
+ min-height: $rte-big-quick-tbar-item-min-height;
1183
+ min-width: $rte-big-quick-tbar-item-min-width;
1184
+ }
1185
+
1186
+ .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
1187
+ .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
1188
+ .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1189
+ font-size: $rte-toolbar-big-icon-size;
1190
+ }
1191
+ }
1192
+ }
1193
+
1194
+ .e-rte-dropdown-btn.e-tbar-btn {
1195
+ line-height: $rte-big-quick-drop-btn-line-height;
1196
+ margin: $rte-big-quick-drop-btn-margin;
1197
+ padding: $rte-big-quick-drop-btn-padding;
1198
+
1199
+ .e-order-list.e-icons,
1200
+ .e-unorder-list.e-icons,
1201
+ .e-icons:not(.e-caret) {
1202
+ font-size: $rte-toolbar-icon-size;
1203
+ }
1204
+
1205
+ .e-caret {
1206
+ font-size: $rte-big-quick-drop-btn-caret-font-size;
1207
+ width: 20px;
1208
+ }
1209
+ }
1210
+ }
1211
+
1212
+ .e-bigger .e-rte-quick-popup.e-rte-inline-popup {
1213
+ .e-rte-quick-toolbar {
1214
+ .e-toolbar-items:not(.e-tbar-pos) {
1215
+ .e-toolbar-item:not(.e-separator).e-rte-inline-template {
1216
+ min-width: $rte-big-inline-tmp-min-width;
1217
+ }
1218
+
1219
+ .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
1220
+ min-width: $rte-big-inline-tmp-size-min-width;
1221
+ }
1222
+
1223
+ .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
1224
+ min-width: $rte-big-inline-tmp-color-min-width;
1225
+ }
1226
+ }
1227
+ }
1228
+ }
1229
+
1230
+ .e-rte-quick-popup.e-rte-inline-popup {
1231
+ .e-rte-quick-toolbar {
1232
+ .e-toolbar-item {
1233
+ &.e-rte-inline-template {
1234
+ min-width: $rte-inline-tmp-min-width;
1235
+ }
1236
+
1237
+ &.e-rte-inline-size-template {
1238
+ min-width: $rte-inline-tmp-size-min-width;
1239
+ }
1240
+
1241
+ &.e-rte-inline-color-template {
1242
+ min-width: $rte-inline-tmp-color-min-width;
1243
+ }
1244
+ }
1245
+ }
1246
+ }
1247
+
1248
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1249
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1250
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1251
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1252
+
1253
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1254
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1255
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1256
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1257
+ display: flex;
1258
+ padding-left: $rte-colorpicker-parent-padding;
1259
+ padding-right: $rte-colorpicker-parent-padding;
1260
+
1261
+ &:hover,
1262
+ &:active,
1263
+ &.e-active,
1264
+ &.e-active:hover {
1265
+ padding-left: $rte-colorpicker-parent-padding-hover;
1266
+ padding-right: $rte-colorpicker-parent-padding-hover;
1267
+ }
1268
+
1269
+ .e-rte-color-content,
1270
+ .e-rte-list-primary-content {
1271
+ position: relative;
1272
+ vertical-align: middle;
1273
+ width: $rte-font-icon-width;
1274
+ }
1275
+
1276
+ .e-rte-color-content {
1277
+ .e-rte-elements {
1278
+ border-bottom-style: solid;
1279
+ border-bottom-width: 3px;
1280
+ padding-bottom: 1px;
1281
+ }
1282
+ }
1283
+
1284
+ .e-rte-list-primary-content .e-order-list,
1285
+ &.e-active .e-rte-list-primary-content .e-order-list,
1286
+ .e-rte-list-primary-content .e-unorder-list,
1287
+ &.e-active .e-rte-list-primary-content .e-unorder-list {
1288
+ line-height: $rte-split-btn-active-color-icon-line-height;
1289
+ }
1290
+
1291
+ .e-rte-color-content::after {
1292
+ content: '';
1293
+ height: 100%;
1294
+ position: absolute;
1295
+ right: 0;
1296
+ width: $rte-split-btn-bar-size;
1297
+ }
1298
+
1299
+ .e-icons.e-btn-icon {
1300
+ display: flex;
1301
+ flex-direction: $rte-list-btn-flex;
1302
+ justify-content: center;
1303
+ line-height: $rte-list-btn-line-height;
1304
+ min-width: $rte-font-arrow-width;
1305
+ text-align: center;
1306
+ width: $rte-font-arrow-width;
1307
+ }
1308
+
1309
+ @if $skin-name == 'bootstrap5' {
1310
+ .e-icons.e-btn-icon {
1311
+ padding-top: 4px;
1312
+ }
1313
+
1314
+ .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop) {
1315
+ padding-left: 0;
1316
+ padding-right: 0;
1317
+ }
1318
+ }
1319
+ }
1320
+
1321
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1322
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1323
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1324
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1325
+ .e-icons.e-btn-icon,
1326
+ .e-rte-color-content,
1327
+ .e-rte-list-primary-content {
1328
+ line-height: $rte-split-btn-line-height;
1329
+ }
1330
+ }
1331
+
1332
+ .e-dropdown-btn .e-btn-icon.e-caret {
1333
+ font-size: $rte-dropdown-caret-icon-size;
1334
+
1335
+ @if $skin-name == 'bootstrap5' {
1336
+ &:not(.e-toolbar-pop) {
1337
+ font-size: 12px;
1338
+ }
1339
+ }
1340
+ }
1341
+ }
1342
+
1343
+ .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
1344
+ border-bottom-style: solid;
1345
+ border-bottom-width: 3px;
1346
+ line-height: $rte-font-icon-line-height;
1347
+ padding-bottom: 1px;
1348
+ }
1349
+
1350
+ .e-bigger {
1351
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1352
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1353
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1354
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1355
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1356
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1357
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1358
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1359
+ .e-icons.e-btn-icon {
1360
+ min-width: $rte-font-arrow-touch-width;
1361
+ padding-left: 0;
1362
+ padding-right: 0;
1363
+ width: $rte-font-arrow-touch-width;
1364
+ }
1365
+
1366
+ &:hover,
1367
+ &:focus,
1368
+ &:active {
1369
+ padding-left: $rte-big-color-list-span-common-padding-left-right;
1370
+ padding-right: $rte-big-color-list-span-common-padding-left-right;
1371
+ }
1372
+
1373
+ .e-rte-list-primary-content .e-order-list,
1374
+ &.e-active .e-rte-list-primary-content .e-order-list,
1375
+ .e-rte-list-primary-content .e-unorder-list,
1376
+ &.e-active .e-rte-list-primary-content .e-unorder-list {
1377
+ line-height: $rte-big-split-btn-active-color-icon-line-height;
1378
+ }
1379
+ }
1380
+
1381
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1382
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1383
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1384
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1385
+ .e-icons.e-btn-icon,
1386
+ .e-rte-color-content,
1387
+ .e-rte-list-primary-content {
1388
+ line-height: $rte-big-split-btn-line-height;
1389
+ }
1390
+ }
1391
+
1392
+ .e-dropdown-btn .e-caret {
1393
+ font-size: $rte-big-dropdown-caret-icon-size;
1394
+
1395
+ @if $skin-name == 'bootstrap5' {
1396
+ &.e-btn-icon:not(.e-toolbar-pop) {
1397
+ font-size: 14px;
1398
+ }
1399
+ }
1400
+ }
1401
+ }
1402
+ }
1403
+
1404
+ .e-popup-modal.e-popup.e-popup-open {
1405
+ display: inline-flex;
1406
+ }
1407
+
1408
+ .e-rte-modal-popup.e-popup-container.e-center {
1409
+ justify-content: center;
1410
+ }
1411
+
1412
+ .e-rte-modal-popup.e-popup-container {
1413
+ align-items: center;
1414
+ display: none;
1415
+ height: 100%;
1416
+ left: 0;
1417
+ position: fixed;
1418
+ top: 0;
1419
+ width: 100%;
1420
+ z-index: 10000;
1421
+ }
1422
+
1423
+ .e-popup-overlay {
1424
+ height: 100%;
1425
+ left: 0;
1426
+ opacity: .5;
1427
+ position: absolute;
1428
+ top: 0;
1429
+ width: 100%;
1430
+ }
1431
+
1432
+ .e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1433
+ height: 16px;
1434
+ width: 16px;
1435
+ }
1436
+
1437
+ .e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
1438
+ height: 18px;
1439
+ }
1440
+
1441
+ .e-table-rhelper {
1442
+ cursor: col-resize;
1443
+ opacity: .87;
1444
+ position: absolute;
1445
+ }
1446
+
1447
+ .e-table-rhelper.e-column-helper {
1448
+ width: 1px;
1449
+ }
1450
+
1451
+ .e-table-rhelper.e-row-helper {
1452
+ height: 1px;
1453
+ }
1454
+
1455
+ .e-reicon::before {
1456
+ border-bottom: 6px solid transparent;
1457
+ border-right: 6px solid;
1458
+ border-top: 6px solid transparent;
1459
+ content: '';
1460
+ display: block;
1461
+ height: 0;
1462
+ position: absolute;
1463
+ right: 4px;
1464
+ top: 4px;
1465
+ width: 20px;
1466
+ }
1467
+
1468
+ .e-reicon::after {
1469
+ border-bottom: 6px solid transparent;
1470
+ border-left: 6px solid;
1471
+ border-top: 6px solid transparent;
1472
+ content: '';
1473
+ display: block;
1474
+ height: 0;
1475
+ left: 4px;
1476
+ position: absolute;
1477
+ top: 4px;
1478
+ width: 20px;
1479
+ z-index: 3;
1480
+ }
1481
+
1482
+ .e-row-helper.e-reicon::after {
1483
+ top: 10px;
1484
+ transform: rotate(90deg);
1485
+ }
1486
+
1487
+ .e-row-helper.e-reicon::before {
1488
+ left: 4px;
1489
+ top: -20px;
1490
+ transform: rotate(90deg);
1491
+ }
1492
+
1493
+ .e-rte-overflow {
1494
+ overflow: hidden;
1495
+ }
1496
+
1497
+ .e-rte-dialog-minheight {
1498
+ min-height: 296px;
1499
+ }
1500
+
1501
+ .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1502
+ background-size: 700px 190px;
1503
+ min-height: 190px;
1504
+ }
1505
+
1506
+ .e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
1507
+ .e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1508
+ background-size: 700px 190px;
1509
+ min-height: 190px;
1510
+ }
1511
+
1512
+ .e-rte-table.e-rte-table-border {
1513
+ border: 1px solid $rte-table-border-color;
1514
+ border-collapse: separate;
1515
+ }
1516
+
1517
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal {
1518
+ .e-img-uploadwrap.e-droparea {
1519
+ line-height: 10;
1520
+ min-height: 50px;
1521
+ position: relative;
1522
+
1523
+ .e-browsebtn {
1524
+ display: block;
1525
+ height: 36px;
1526
+ margin: 0 auto;
1527
+ padding: 0 18px;
1528
+ position: relative;
1529
+ top: -50px;
1530
+ }
1531
+
1532
+ .e-upload {
1533
+ border: 0 solid transparent;
1534
+ float: none;
1535
+ }
1536
+
1537
+ .e-file-select-wrap {
1538
+ display: none;
1539
+ }
1540
+ }
1541
+
1542
+ .e-linkheader {
1543
+ font-family: $rte-font-family;
1544
+ font-size: 15px;
1545
+ opacity: .87;
1546
+ padding-bottom: $rte-insert-dialog-label-padding-bottom;
1547
+ padding-top: $rte-insert-dialog-label-padding-top;
1548
+ }
1549
+ }
1550
+
1551
+ .e-rte-file-manager-dialog {
1552
+
1553
+ .e-rte-label {
1554
+ padding-bottom: 8px;
1555
+ padding-top: 15px;
1556
+
1557
+ label {
1558
+ font-size: 15px;
1559
+ opacity: .87;
1560
+ }
1561
+ }
1562
+ }
1563
+
1564
+ // Blazor styles start
1565
+ .e-rte-upload-popup.e-dialog .e-file-select-wrap {
1566
+ display: none;
1567
+ }
1568
+
1569
+ .e-rte-upload-popup.e-dialog .e-dlg-content {
1570
+ overflow: hidden;
1571
+ padding: 0;
1572
+ }
1573
+
1574
+ .e-hide.e-rte-quick-popup-hide {
1575
+ border: 0;
1576
+ position: absolute;
1577
+ }
1578
+
1579
+ .e-rte-popup-hide {
1580
+ display: none;
1581
+ }
1582
+
1583
+ .e-rte-hide-visible {
1584
+ visibility: hidden;
1585
+ }
1586
+
1587
+ .e-rte-table-popup.e-dialog .e-dlg-content {
1588
+ padding: 0;
1589
+ }
1590
+
1591
+ @if $skin-name == 'tailwind' {
1592
+ .e-rte-table-popup.e-popup.e-popup-open {
1593
+ box-shadow: $rte-table-popup-box;
1594
+ }
1595
+
1596
+ .e-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1597
+ margin-left: 6px;
1598
+ }
1599
+
1600
+ .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 {
1601
+ min-width: 24px;
1602
+ }
1603
+
1604
+ .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1605
+ line-height: 20px;
1606
+ }
1607
+
1608
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1609
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1610
+ padding: 0;
1611
+ }
1612
+ }
1613
+
1614
+ @if $skin-name == 'bootstrap5' {
1615
+ .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 {
1616
+ min-width: 24px;
1617
+ }
1618
+
1619
+ .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1620
+ line-height: 20px;
1621
+ }
1622
+
1623
+ .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons {
1624
+ padding-bottom: 0;
1625
+ }
1626
+ }
1627
+
1628
+ @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
1629
+ .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 {
1630
+ padding-left: 0;
1631
+ padding-right: 0;
1632
+ }
1633
+ }
1634
+
1635
+ .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
1636
+ margin: 1px;
1637
+ }
1638
+ // Blazor styles end
1639
+ }