@syncfusion/ej2-richtexteditor 25.1.39 → 25.1.41-85815

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 (283) hide show
  1. package/.eslintrc.json +259 -259
  2. package/CHANGELOG.md +2067 -1961
  3. package/README.md +76 -76
  4. package/dist/ej2-richtexteditor.umd.min.js +1 -10
  5. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es2015.js +806 -311
  7. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  8. package/dist/es6/ej2-richtexteditor.es5.js +909 -410
  9. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  10. package/ej2-richtexteditor-component.sln +30 -0
  11. package/helpers/e2e/index.js +3 -3
  12. package/helpers/e2e/rte-helper.js +13 -13
  13. package/license +9 -9
  14. package/package.json +74 -74
  15. package/src/common/interface.d.ts +22 -8
  16. package/src/common/util.d.ts +8 -0
  17. package/src/common/util.js +56 -1
  18. package/src/editor-manager/base/classes.d.ts +1 -1
  19. package/src/editor-manager/base/classes.js +1 -1
  20. package/src/editor-manager/base/editor-manager.d.ts +3 -3
  21. package/src/editor-manager/base/editor-manager.js +8 -6
  22. package/src/editor-manager/base/enum.d.ts +2 -2
  23. package/src/editor-manager/base/interface.d.ts +9 -9
  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 +5 -2
  27. package/src/editor-manager/plugin/audio.d.ts +3 -3
  28. package/src/editor-manager/plugin/audio.js +4 -4
  29. package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
  30. package/src/editor-manager/plugin/clearformat-exec.js +2 -2
  31. package/src/editor-manager/plugin/clearformat.d.ts +1 -1
  32. package/src/editor-manager/plugin/clearformat.js +1 -1
  33. package/src/editor-manager/plugin/dom-node.d.ts +54 -34
  34. package/src/editor-manager/plugin/dom-node.js +139 -36
  35. package/src/editor-manager/plugin/format-painter-actions.d.ts +1 -1
  36. package/src/editor-manager/plugin/format-painter-actions.js +1 -1
  37. package/src/editor-manager/plugin/formats.d.ts +2 -2
  38. package/src/editor-manager/plugin/formats.js +8 -2
  39. package/src/editor-manager/plugin/image.d.ts +3 -3
  40. package/src/editor-manager/plugin/image.js +3 -3
  41. package/src/editor-manager/plugin/indents.d.ts +2 -2
  42. package/src/editor-manager/plugin/indents.js +5 -2
  43. package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
  44. package/src/editor-manager/plugin/insert-methods.js +4 -4
  45. package/src/editor-manager/plugin/insert-text.d.ts +2 -2
  46. package/src/editor-manager/plugin/insert-text.js +2 -2
  47. package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
  48. package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
  49. package/src/editor-manager/plugin/inserthtml.d.ts +2 -2
  50. package/src/editor-manager/plugin/inserthtml.js +14 -5
  51. package/src/editor-manager/plugin/isformatted.d.ts +8 -8
  52. package/src/editor-manager/plugin/isformatted.js +8 -8
  53. package/src/editor-manager/plugin/link.d.ts +2 -2
  54. package/src/editor-manager/plugin/link.js +2 -2
  55. package/src/editor-manager/plugin/lists.d.ts +2 -2
  56. package/src/editor-manager/plugin/lists.js +84 -61
  57. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
  58. package/src/editor-manager/plugin/ms-word-clean-up.js +4 -4
  59. package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
  60. package/src/editor-manager/plugin/nodecutter.js +8 -8
  61. package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
  62. package/src/editor-manager/plugin/selection-commands.js +1 -1
  63. package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
  64. package/src/editor-manager/plugin/selection-exec.js +2 -2
  65. package/src/editor-manager/plugin/table.d.ts +2 -2
  66. package/src/editor-manager/plugin/table.js +2 -2
  67. package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
  68. package/src/editor-manager/plugin/toolbar-status.js +2 -2
  69. package/src/editor-manager/plugin/undo.d.ts +6 -6
  70. package/src/editor-manager/plugin/undo.js +9 -7
  71. package/src/editor-manager/plugin/video.d.ts +3 -3
  72. package/src/editor-manager/plugin/video.js +4 -4
  73. package/src/markdown-parser/base/interface.d.ts +10 -10
  74. package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
  75. package/src/markdown-parser/base/markdown-parser.js +3 -3
  76. package/src/markdown-parser/base/types.d.ts +1 -1
  77. package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
  78. package/src/markdown-parser/plugin/clearformat.js +2 -2
  79. package/src/markdown-parser/plugin/formats.d.ts +2 -2
  80. package/src/markdown-parser/plugin/formats.js +2 -2
  81. package/src/markdown-parser/plugin/insert-text.d.ts +2 -2
  82. package/src/markdown-parser/plugin/insert-text.js +2 -2
  83. package/src/markdown-parser/plugin/link.d.ts +2 -2
  84. package/src/markdown-parser/plugin/link.js +2 -2
  85. package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
  86. package/src/markdown-parser/plugin/markdown-selection.js +14 -14
  87. package/src/markdown-parser/plugin/md-selection-formats.d.ts +1 -1
  88. package/src/markdown-parser/plugin/md-selection-formats.js +1 -1
  89. package/src/markdown-parser/plugin/table.d.ts +3 -3
  90. package/src/markdown-parser/plugin/table.js +3 -3
  91. package/src/markdown-parser/plugin/undo.d.ts +6 -6
  92. package/src/markdown-parser/plugin/undo.js +6 -6
  93. package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
  94. package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
  95. package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
  96. package/src/rich-text-editor/actions/base-toolbar.js +3 -3
  97. package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
  98. package/src/rich-text-editor/actions/color-picker.js +2 -2
  99. package/src/rich-text-editor/actions/count.d.ts +3 -3
  100. package/src/rich-text-editor/actions/count.js +3 -3
  101. package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
  102. package/src/rich-text-editor/actions/dropdown-buttons.js +2 -2
  103. package/src/rich-text-editor/actions/emoji-picker.d.ts +1 -1
  104. package/src/rich-text-editor/actions/emoji-picker.js +2 -2
  105. package/src/rich-text-editor/actions/enter-key.d.ts +6 -0
  106. package/src/rich-text-editor/actions/enter-key.js +142 -2
  107. package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
  108. package/src/rich-text-editor/actions/full-screen.js +3 -9
  109. package/src/rich-text-editor/actions/html-editor.d.ts +5 -3
  110. package/src/rich-text-editor/actions/html-editor.js +106 -26
  111. package/src/rich-text-editor/actions/keyboard-model.d.ts +16 -16
  112. package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
  113. package/src/rich-text-editor/actions/keyboard.js +20 -20
  114. package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
  115. package/src/rich-text-editor/actions/markdown-editor.js +2 -2
  116. package/src/rich-text-editor/actions/paste-clean-up.d.ts +2 -2
  117. package/src/rich-text-editor/actions/paste-clean-up.js +57 -40
  118. package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
  119. package/src/rich-text-editor/actions/quick-toolbar.js +9 -9
  120. package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
  121. package/src/rich-text-editor/actions/toolbar.js +13 -13
  122. package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
  123. package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
  124. package/src/rich-text-editor/base/classes.d.ts +121 -121
  125. package/src/rich-text-editor/base/classes.js +121 -121
  126. package/src/rich-text-editor/base/constant.d.ts +158 -158
  127. package/src/rich-text-editor/base/constant.js +158 -158
  128. package/src/rich-text-editor/base/enum.d.ts +12 -1
  129. package/src/rich-text-editor/base/enum.js +13 -1
  130. package/src/rich-text-editor/base/interface.d.ts +59 -51
  131. package/src/rich-text-editor/base/interface.js +1 -1
  132. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +891 -891
  133. package/src/rich-text-editor/base/rich-text-editor.d.ts +65 -63
  134. package/src/rich-text-editor/base/rich-text-editor.js +89 -67
  135. package/src/rich-text-editor/base/util.d.ts +1 -1
  136. package/src/rich-text-editor/base/util.js +1 -1
  137. package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
  138. package/src/rich-text-editor/formatter/formatter.js +10 -9
  139. package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
  140. package/src/rich-text-editor/formatter/html-formatter.js +15 -15
  141. package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
  142. package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
  143. package/src/rich-text-editor/models/iframe-settings-model.d.ts +26 -26
  144. package/src/rich-text-editor/models/iframe-settings.js +19 -19
  145. package/src/rich-text-editor/models/inline-mode-model.d.ts +11 -11
  146. package/src/rich-text-editor/models/inline-mode.js +19 -19
  147. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +760 -760
  148. package/src/rich-text-editor/models/toolbar-settings.js +19 -19
  149. package/src/rich-text-editor/renderer/audio-module.d.ts +1 -1
  150. package/src/rich-text-editor/renderer/audio-module.js +7 -2
  151. package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
  152. package/src/rich-text-editor/renderer/content-renderer.js +6 -6
  153. package/src/rich-text-editor/renderer/dialog-renderer.d.ts +2 -2
  154. package/src/rich-text-editor/renderer/dialog-renderer.js +2 -2
  155. package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
  156. package/src/rich-text-editor/renderer/iframe-content-renderer.js +18 -18
  157. package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
  158. package/src/rich-text-editor/renderer/image-module.js +13 -6
  159. package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
  160. package/src/rich-text-editor/renderer/link-module.js +4 -1
  161. package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
  162. package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
  163. package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
  164. package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
  165. package/src/rich-text-editor/renderer/render.d.ts +2 -2
  166. package/src/rich-text-editor/renderer/render.js +2 -2
  167. package/src/rich-text-editor/renderer/table-module.d.ts +1 -1
  168. package/src/rich-text-editor/renderer/table-module.js +6 -2
  169. package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +11 -9
  170. package/src/rich-text-editor/renderer/toolbar-renderer.js +23 -19
  171. package/src/rich-text-editor/renderer/video-module.d.ts +1 -1
  172. package/src/rich-text-editor/renderer/video-module.js +7 -2
  173. package/src/rich-text-editor/renderer/view-source.d.ts +6 -6
  174. package/src/rich-text-editor/renderer/view-source.js +6 -6
  175. package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
  176. package/src/rich-text-editor/services/renderer-factory.js +3 -3
  177. package/src/rich-text-editor/services/service-locator.d.ts +3 -3
  178. package/src/rich-text-editor/services/service-locator.js +3 -3
  179. package/src/selection/selection.d.ts +22 -22
  180. package/src/selection/selection.js +22 -22
  181. package/styles/_all.scss +1 -1
  182. package/styles/bootstrap-dark.css +739 -801
  183. package/styles/bootstrap-dark.scss +4 -1
  184. package/styles/bootstrap.css +723 -801
  185. package/styles/bootstrap.scss +4 -1
  186. package/styles/bootstrap4.css +726 -803
  187. package/styles/bootstrap4.scss +4 -1
  188. package/styles/bootstrap5-dark.css +750 -840
  189. package/styles/bootstrap5-dark.scss +4 -1
  190. package/styles/bootstrap5.css +749 -839
  191. package/styles/bootstrap5.scss +4 -1
  192. package/styles/fabric-dark.css +724 -797
  193. package/styles/fabric-dark.scss +4 -1
  194. package/styles/fabric.css +720 -797
  195. package/styles/fabric.scss +4 -1
  196. package/styles/fluent-dark.css +727 -820
  197. package/styles/fluent-dark.scss +4 -1
  198. package/styles/fluent.css +726 -819
  199. package/styles/fluent.scss +4 -1
  200. package/styles/fluent2.css +4255 -0
  201. package/styles/fluent2.scss +4 -0
  202. package/styles/highcontrast-light.css +695 -795
  203. package/styles/highcontrast-light.scss +4 -1
  204. package/styles/highcontrast.css +717 -797
  205. package/styles/highcontrast.scss +4 -1
  206. package/styles/material-dark.css +716 -798
  207. package/styles/material-dark.scss +4 -1
  208. package/styles/material.css +713 -800
  209. package/styles/material.scss +4 -1
  210. package/styles/material3-dark.css +751 -857
  211. package/styles/material3-dark.scss +4 -1
  212. package/styles/material3.css +751 -857
  213. package/styles/material3.scss +4 -1
  214. package/styles/rich-text-editor/_all.scss +2 -2
  215. package/styles/rich-text-editor/_bds-definition.scss +290 -285
  216. package/styles/rich-text-editor/_bigger.scss +610 -0
  217. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +291 -287
  218. package/styles/rich-text-editor/_bootstrap-definition.scss +349 -343
  219. package/styles/rich-text-editor/_bootstrap4-definition.scss +476 -470
  220. package/styles/rich-text-editor/_bootstrap5-definition.scss +278 -272
  221. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +278 -0
  222. package/styles/rich-text-editor/_fabric-dark-definition.scss +275 -269
  223. package/styles/rich-text-editor/_fabric-definition.scss +273 -267
  224. package/styles/rich-text-editor/_fluent-definition.scss +279 -273
  225. package/styles/rich-text-editor/_fluent2-definition.scss +287 -0
  226. package/styles/rich-text-editor/_fusionnew-definition.scss +276 -271
  227. package/styles/rich-text-editor/_highcontrast-definition.scss +274 -267
  228. package/styles/rich-text-editor/_highcontrast-light-definition.scss +273 -267
  229. package/styles/rich-text-editor/_layout.scss +2175 -2268
  230. package/styles/rich-text-editor/_material-dark-definition.scss +278 -272
  231. package/styles/rich-text-editor/_material-definition.scss +276 -270
  232. package/styles/rich-text-editor/_material3-definition.scss +278 -272
  233. package/styles/rich-text-editor/_tailwind-definition.scss +273 -267
  234. package/styles/rich-text-editor/_tailwind4-definition.scss +278 -0
  235. package/styles/rich-text-editor/_theme.scss +844 -927
  236. package/styles/rich-text-editor/bootstrap-dark.css +739 -801
  237. package/styles/rich-text-editor/bootstrap.css +723 -801
  238. package/styles/rich-text-editor/bootstrap4.css +726 -803
  239. package/styles/rich-text-editor/bootstrap5-dark.css +750 -840
  240. package/styles/rich-text-editor/bootstrap5.css +749 -839
  241. package/styles/rich-text-editor/fabric-dark.css +724 -797
  242. package/styles/rich-text-editor/fabric.css +720 -797
  243. package/styles/rich-text-editor/fluent-dark.css +727 -820
  244. package/styles/rich-text-editor/fluent.css +726 -819
  245. package/styles/rich-text-editor/fluent2.css +4255 -0
  246. package/styles/rich-text-editor/fluent2.scss +4 -0
  247. package/styles/rich-text-editor/highcontrast-light.css +695 -795
  248. package/styles/rich-text-editor/highcontrast.css +717 -797
  249. package/styles/rich-text-editor/icons/_bds.scss +372 -351
  250. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +373 -352
  251. package/styles/rich-text-editor/icons/_bootstrap.scss +373 -352
  252. package/styles/rich-text-editor/icons/_bootstrap4.scss +373 -352
  253. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +372 -0
  254. package/styles/rich-text-editor/icons/_bootstrap5.scss +372 -351
  255. package/styles/rich-text-editor/icons/_fabric-dark.scss +373 -352
  256. package/styles/rich-text-editor/icons/_fabric.scss +373 -352
  257. package/styles/rich-text-editor/icons/_fluent.scss +372 -351
  258. package/styles/rich-text-editor/icons/_fluent2.scss +369 -0
  259. package/styles/rich-text-editor/icons/_fusionnew.scss +357 -348
  260. package/styles/rich-text-editor/icons/_highcontrast-light.scss +361 -352
  261. package/styles/rich-text-editor/icons/_highcontrast.scss +373 -352
  262. package/styles/rich-text-editor/icons/_material-dark.scss +373 -352
  263. package/styles/rich-text-editor/icons/_material.scss +373 -352
  264. package/styles/rich-text-editor/icons/_material3.scss +372 -351
  265. package/styles/rich-text-editor/icons/_tailwind.scss +372 -351
  266. package/styles/rich-text-editor/icons/_tailwind4.scss +372 -0
  267. package/styles/rich-text-editor/material-dark.css +716 -798
  268. package/styles/rich-text-editor/material.css +713 -800
  269. package/styles/rich-text-editor/material3-dark.css +751 -857
  270. package/styles/rich-text-editor/material3-dark.scss +1 -1
  271. package/styles/rich-text-editor/material3.css +751 -857
  272. package/styles/rich-text-editor/material3.scss +1 -1
  273. package/styles/rich-text-editor/tailwind-dark.css +740 -829
  274. package/styles/rich-text-editor/tailwind.css +740 -829
  275. package/styles/tailwind-dark.css +740 -829
  276. package/styles/tailwind-dark.scss +4 -1
  277. package/styles/tailwind.css +740 -829
  278. package/styles/tailwind.scss +4 -1
  279. package/dist/ej2-richtexteditor.min.js +0 -10
  280. package/dist/global/ej2-richtexteditor.min.js +0 -11
  281. package/dist/global/ej2-richtexteditor.min.js.map +0 -1
  282. package/dist/global/index.d.ts +0 -14
  283. package/tslint.json +0 -111
@@ -1,2268 +1,2175 @@
1
- @include export-module('richtexteditor-layout') {
2
-
3
- /*! tab layout */
4
-
5
- .e-bigger .e-richtexteditor,
6
- .e-richtexteditor.e-bigger {
7
-
8
- .e-rte-toolbar {
9
- .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
- .e-rte-toolbar {
15
- .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
16
- margin-left: 0;
17
- }
18
- }
19
-
20
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
21
- .e-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn {
22
- font-size: $dropdown-btn-big-font-size;
23
- }
24
- }
25
-
26
- &.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
27
- margin-left: 0;
28
- margin-right: $rte-big-tb-items-margin-left;
29
- }
30
-
31
- .e-rte-toolbar,
32
- .e-rte-toolbar.e-toolbar.e-extended-toolbar {
33
-
34
- .e-toolbar-extended {
35
- padding-left: $rte-big-tb-items-padding-left;
36
- }
37
-
38
- .e-toolbar-items,
39
- .e-toolbar-extended {
40
-
41
- .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
42
- .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
43
- .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
44
- font-size: $rte-toolbar-big-icon-size;
45
- }
46
-
47
- .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
48
- .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
49
- top: -20px;
50
- }
51
-
52
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
53
- padding-left: $rte-big-drop-btn-padding-left;
54
- padding-right: $rte-big-drop-btn-padding-right;
55
- }
56
-
57
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
58
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
59
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
60
- padding-left: $rte-big-drop-btn-action-padding-left;
61
- padding-right: $rte-big-drop-btn-action-padding-right;
62
- }
63
-
64
- .e-toolbar-item.e-active .e-tbar-btn.e-btn {
65
- padding: $rte-big-active-tb-item-btn-padding;
66
- @if $skin-name == 'FluentUI' {
67
- border-radius: 0;
68
- }
69
- }
70
- .e-dropdown-btn .e-rte-color-content{
71
- padding-top: $rte-big-dropdown-btn-color-content-padding;
72
- height: $rte-big-dropdown-btn-color-content-height;
73
- }
74
- }
75
-
76
- @if $skin-name == 'bootstrap5' {
77
- .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
78
- padding: 0 8px;
79
- }
80
- }
81
- }
82
-
83
- &.e-rte-full-screen {
84
-
85
- iframe {
86
- height: calc(100% - 56px);
87
- }
88
-
89
- .e-rte-edit-table {
90
- max-height: $rte-big-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
91
- }
92
-
93
- .e-rte-edit-table-prop-dialog {
94
- max-height: $rte-big-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
95
- }
96
-
97
- .e-rte-link-dialog {
98
- max-height: $rte-big-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
99
- }
100
-
101
- .e-rte-img-dialog {
102
- min-height: $rte-big-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
103
- }
104
-
105
- .e-rte-img-link-dialog {
106
- max-height: $rte-big-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
107
- }
108
-
109
- .e-rte-img-size-dialog {
110
- max-height: $rte-big-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
111
- }
112
-
113
- .e-rte-img-alt-dialog {
114
- min-height: $rte-big-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
115
- }
116
- }
117
-
118
- .e-rte-toolbar,
119
- .e-rte-toolbar.e-toolbar.e-extended-toolbar {
120
- .e-toolbar-items,
121
- .e-toolbar-extended {
122
- .e-toolbar-item {
123
- .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
124
- .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
125
- line-height: $rte-big-formatlists-dropdown-line-height;
126
- @if $skin-name == 'FluentUI' {
127
- padding: 5.5px;
128
- }
129
- }
130
- }
131
- }
132
- }
133
- .e-dialog.e-rte-dialog-minheight {
134
- min-height: 324px;
135
- @if $skin-name == 'FluentUI' {
136
- min-height: 350px;
137
- }
138
- }
139
- .e-rte-content .e-content {
140
- font-size: $rte-big-content-font-size;
141
- }
142
- .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
143
- .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
144
- .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
145
- top: $rte-big-droparea-browsebtn-top;
146
- }
147
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control{
148
- padding: $rte-big-toolbar-expaned-padding;
149
- &:hover {
150
- padding: $rte-big-toolbar-expaned-padding;
151
- }
152
- }
153
- .e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
154
- margin-right: $rte-big-img-upload-abort-icon-btn-margin-right;
155
- margin-top: $rte-big-img-upload-abort-icon-btn-margin-top;
156
- padding: $rte-big-img-upload-abort-icon-btn-padding;
157
- }
158
- }
159
-
160
- .e-richtexteditor {
161
- color: $rte-content-color;
162
- display: block;
163
- position: relative;
164
-
165
- & textarea.e-content {
166
- border: 0;
167
- display: block;
168
- height: 100%;
169
- margin: 0;
170
- outline: 0;
171
- padding: 8px;
172
- resize: none;
173
- width: 100%;
174
- }
175
-
176
- & .e-rte-hidden {
177
- display: none;
178
- }
179
-
180
- &.e-disabled {
181
- pointer-events: none;
182
- }
183
-
184
- &.e-rte-full-screen {
185
- bottom: 0;
186
- height: 100% !important; /* stylelint-disable-line declaration-no-important */
187
- left: 0;
188
- overflow: auto;
189
- position: fixed;
190
- right: 0;
191
- top: 0;
192
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
193
- z-index: 999;
194
-
195
- .e-resize-handle {
196
- display: none;
197
- }
198
-
199
- iframe {
200
- height: calc(100% - 42px);
201
- }
202
-
203
- .e-rte-edit-table {
204
- max-height: $rte-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
205
- }
206
-
207
- .e-rte-edit-table-prop-dialog {
208
- max-height: $rte-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
209
- }
210
-
211
- .e-rte-link-dialog {
212
- max-height: $rte-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
213
- }
214
-
215
- .e-rte-img-dialog {
216
- max-height: $rte-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
217
- }
218
-
219
- .e-rte-img-link-dialog {
220
- max-height: $rte-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
221
- }
222
-
223
- .e-rte-img-size-dialog {
224
- max-height: $rte-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
225
- }
226
-
227
- .e-rte-img-alt-dialog {
228
- max-height: $rte-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
229
- }
230
- }
231
-
232
- &.e-rtl .e-rte-character-count {
233
- left: 0;
234
- padding-left: 30px;
235
- padding-right: unset;
236
- right: unset;
237
- }
238
-
239
- &.e-rtl .e-rte-content .e-content blockquote {
240
- padding-left: 0;
241
- padding-right: 5px;
242
- }
243
-
244
- .e-rte-toolbar {
245
-
246
- @if $skin-name == 'bootstrap5' {
247
- &.e-toolbar .e-hor-nav {
248
- min-height: $toolbar-expand-icon-min-height;
249
- }
250
- }
251
-
252
- .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
253
- margin-left: $rte-tb-items-margin-left;
254
- }
255
-
256
- .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
257
- margin-left: 0;
258
- }
259
-
260
- .e-hor-nav.e-expended-nav {
261
- height: auto;
262
- min-height: $rte-tb-expended-min-height;
263
- padding-left: $rte-tb-expended-padding-left;
264
- }
265
-
266
- .e-toolbar-multirow {
267
- margin-left: 7px;
268
- margin-right: 7px;
269
- }
270
- }
271
-
272
- &.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
273
- margin-left: 0;
274
- margin-right: $rte-tb-items-margin-left;
275
- }
276
-
277
- &.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
278
- margin-right: 0;
279
- }
280
-
281
- .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
282
- display: inline-block;
283
- margin-left: 0;
284
- margin-right: 0;
285
- overflow-x: auto;
286
- white-space: nowrap;
287
- width: 100%;
288
- }
289
-
290
- .e-rte-toolbar,
291
- .e-rte-toolbar.e-toolbar.e-extended-toolbar {
292
- position: inherit;
293
- z-index: 101;
294
-
295
- .e-toolbar-extended {
296
- margin-left: 0;
297
- padding-left: $rte-tb-items-padding-left;
298
- }
299
-
300
- .e-toolbar-items,
301
- .e-toolbar-extended {
302
-
303
- .e-toolbar-item {
304
-
305
- .e-formats-tbar-btn > :first-child {
306
- min-width: $rte-format-btn-min-width;
307
- }
308
-
309
- .e-font-name-tbar-btn > :first-child {
310
- min-width: $rte-font-name-btn-min-width;
311
- }
312
-
313
- .e-font-size-tbar-btn > :first-child {
314
- min-width: $rte-font-size-btn-min-width;
315
- }
316
-
317
- .e-dropdown-btn {
318
- padding-left: $rte-drop-btn-padding-left;
319
- padding-right: $rte-drop-btn-padding-right;
320
-
321
- @if $skin-name == 'bootstrap5' {
322
- border: 1px solid $transparent;
323
- }
324
-
325
- .e-rte-dropdown-btn-text {
326
- font-size: $dropdown-btn-font-size;
327
- font-weight: $font-weight;
328
- overflow: hidden;
329
- text-overflow: ellipsis;
330
- white-space: nowrap;
331
- }
332
- }
333
-
334
- .e-dropdown-btn:hover,
335
- .e-dropdown-btn:focus,
336
- .e-dropdown-btn:active {
337
- padding-left: $rte-drop-btn-action-padding-left;
338
- padding-right: $rte-drop-btn-action-padding-right;
339
- }
340
-
341
- .e-rte-font-color .e-selected-color.e-icons::before {
342
- font-size: 12px;
343
- position: relative;
344
- top: -18px;
345
- }
346
-
347
- .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
348
- .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
349
- line-height: $rte-formatlists-dropdown-line-height;
350
- @if $skin-name == 'FluentUI' {
351
- padding: 5px;
352
- }
353
- }
354
-
355
- .e-background-color.e-icons::before {
356
- display: inline;
357
- font-size: $rte-background-color-icon-fontsize;
358
- }
359
-
360
- .e-tbar-btn {
361
-
362
- .e-order-list.e-icons,
363
- .e-unorder-list.e-icons,
364
- .e-icons.e-btn-icon:not(.e-caret) {
365
- font-size: $rte-toolbar-icon-size;
366
- }
367
- }
368
-
369
- &.e-active .e-tbar-btn.e-btn {
370
- padding: $rte-active-tb-item-btn-padding;
371
- @if $skin-name == 'FluentUI' {
372
- border-radius: 0;
373
- }
374
- }
375
- }
376
- .e-dropdown-btn .e-rte-color-content {
377
- padding-top: $rte-dropdown-btn-color-content-padding;
378
- height: $rte-dropdown-btn-color-content-height;
379
- }
380
- }
381
-
382
- @if $skin-name == 'bootstrap5' {
383
- .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
384
- padding: 0 4px;
385
- }
386
- }
387
-
388
- &.e-control[class *= 'e-toolbar'] {
389
- box-sizing: border-box;
390
- }
391
-
392
- .e-toolbar-extended.e-visible {
393
- display: block;
394
- visibility: hidden;
395
- }
396
-
397
- &.e-tbar-ios-fixed.e-rte-tb-fixed {
398
- top: 0;
399
- transform: translate3d(0, 0, 0);
400
- }
401
-
402
- &.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
403
- bottom: 0;
404
- }
405
-
406
- &.e-rte-tb-fixed {
407
- display: none;
408
- left: 0;
409
- position: fixed;
410
- right: 0;
411
-
412
- &.e-show {
413
- display: block;
414
- z-index: 101;
415
- }
416
- }
417
- }
418
-
419
- .rte-placeholder {
420
- color: $rte-content-font-color;
421
- line-height: $rte-placeholder-line-height;
422
- opacity: .54;
423
- overflow: hidden;
424
- padding: $rte-placeholder-padding;
425
- position: absolute;
426
- text-align: start;
427
- top: 0;
428
- z-index: 1;
429
- }
430
-
431
- .e-rte-content {
432
- position: relative;
433
- z-index: 1;
434
- }
435
-
436
- .e-rte-content,
437
- .e-source-content {
438
- /* stylelint-disable property-no-vendor-prefix */
439
- -webkit-overflow-scrolling: touch; //iOS devices scrolling smooth
440
- // sass-lint:enabled no-vendor-prefixes
441
- overflow: auto;
442
- transition: 100ms ease-out;
443
- width: 100%;
444
-
445
- .e-content {
446
- width: 100%;
447
- float: left;
448
- background: unset;
449
- box-sizing: border-box;
450
- height: 100%;
451
- min-height: 100px;
452
- outline: 0 solid transparent;
453
- padding: $rte-content-padding;
454
- position: relative;
455
- text-align: inherit;
456
- z-index: 2;
457
- font-size: $rte-content-font-size;
458
- }
459
-
460
- .e-content p {
461
- margin: 0 0 10px;
462
- margin-bottom: 10px;
463
- }
464
-
465
- .e-content li {
466
- margin-bottom: 10px;
467
- }
468
-
469
- .e-content li ol,
470
- .e-content li ul {
471
- margin-block-start: 10px;
472
- }
473
-
474
- .e-content h1 {
475
- font-size: 2.17em;
476
- font-weight: normal;
477
- line-height: 1;
478
- margin: 10px 0;
479
- }
480
-
481
- .e-content h2 {
482
- font-size: 1.74em;
483
- font-weight: normal;
484
- margin: 10px 0;
485
- }
486
-
487
- .e-content h3 {
488
- font-size: 1.31em;
489
- font-weight: normal;
490
- margin: 10px 0;
491
- }
492
-
493
- .e-content h4 {
494
- font-size: 16px;
495
- font-weight: normal;
496
- line-height: 1.5;
497
- margin: 0;
498
- }
499
-
500
- .e-content h5 {
501
- font-size: .8em;
502
- font-weight: normal;
503
- margin: 0;
504
- }
505
-
506
- .e-content h6 {
507
- font-size: .65em;
508
- font-weight: normal;
509
- margin: 0;
510
- }
511
-
512
- .e-content blockquote {
513
- margin: 10px 0;
514
- margin-left: 0;
515
- padding-left: 5px;
516
- }
517
-
518
- .e-content pre {
519
- background-color: inherit;
520
- border: 0;
521
- border-radius: 0;
522
- color: $rte-content-color;
523
- font-size: inherit;
524
- line-height: inherit;
525
- margin: 0 0 10px;
526
- overflow: visible;
527
- padding: 0;
528
- white-space: pre-wrap;
529
- word-break: inherit;
530
- word-wrap: break-word;
531
- }
532
-
533
- .e-content strong,
534
- .e-content b {
535
- font-weight: bold;
536
- }
537
-
538
- .e-content a {
539
- text-decoration: none;
540
- user-select: auto;
541
- }
542
-
543
- .e-content a:hover {
544
- text-decoration: underline;
545
- }
546
-
547
- .e-content p:last-child,
548
- .e-content pre:last-child,
549
- .e-content blockquote:last-child {
550
- margin-bottom: 0;
551
- }
552
-
553
- .e-content h3 + h4,
554
- .e-content h4 + h5,
555
- .e-content h5 + h6 {
556
- margin-top: .6em;
557
- }
558
-
559
- .e-content ul:last-child {
560
- margin-bottom: 0;
561
- }
562
- }
563
-
564
- .e-rte-character-count {
565
- bottom: 0;
566
- color: $rte-default-character-count-color;
567
- font-size: 14px;
568
- margin-right: 30px;
569
- opacity: $rte-default-character-count-opacity;
570
- padding-bottom: 2px;
571
- position: absolute;
572
- right: 0;
573
- z-index: 100;
574
- pointer-events: none;
575
-
576
- &.e-warning {
577
- color: $rte-warning-character-count-color;
578
- opacity: unset;
579
- }
580
-
581
- &.e-error {
582
- color: $rte-error-character-count-color;
583
- opacity: unset;
584
- }
585
- }
586
-
587
- .e-rte-srctextarea {
588
- background-color: transparent;
589
- border: 0;
590
- color: $rte-content-color;
591
- display: block;
592
- height: 100%;
593
- line-height: 22px;
594
- overflow: auto;
595
- padding: 16px;
596
- resize: none;
597
- transition: 100ms ease-out;
598
- width: 100%;
599
- }
600
-
601
- .e-resize-handle {
602
- height: $rte-resize-handler-height;
603
- position: absolute;
604
- width: $rte-resize-handler-width;
605
-
606
- &.e-south-east {
607
- bottom: $rte-resize-handler-position;
608
- cursor: nwse-resize;
609
- right: $rte-resize-handler-position;
610
- z-index: 100;
611
- }
612
-
613
- &.e-south-west {
614
- bottom: $rte-resize-handler-position;
615
- cursor: sw-resize;
616
- left: $rte-resize-handler-position;
617
- transform: rotate(90deg);
618
- z-index: 100;
619
- }
620
- }
621
-
622
- &.e-rtl {
623
-
624
- &.e-rte-resize {
625
- float: right;
626
- }
627
-
628
- .e-resize-handle.e-south-west {
629
- direction: ltr;
630
- text-align: initial;
631
- }
632
- }
633
-
634
- &.e-rte-tb-expand {
635
- &.e-rte-fixed-tb-expand {
636
- transition: none;
637
- }
638
- }
639
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
640
- padding: $rte-extended-toolbar-items-padding;
641
- }
642
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
643
- background: $rte-expand-tbar-hover-bg;
644
- }
645
- .e-toolbar .e-toolbar-item .e-tbar-btn,
646
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn{
647
- font-size: $rte-tbar-icon-size;
648
- }
649
- .e-clickelem::after,
650
- .e-video-clickelem::after {
651
- left: 0;
652
- right: 0;
653
- z-index: 1;
654
- }
655
- .e-clickelem::before,
656
- .e-video-clickelem::before {
657
- left: 0;
658
- right: 0;
659
- z-index: 1;
660
- }
661
- .e-clickelem::before {
662
- bottom: 70%;
663
- top: 0;
664
- }
665
- .e-clickelem::after {
666
- bottom: 0;
667
- top: 70%;
668
- }
669
- .e-video-clickelem::before {
670
- bottom: 85%;
671
- top: 0;
672
- }
673
- .e-video-clickelem::after {
674
- bottom: 0;
675
- top: 90%;
676
- }
677
- }
678
-
679
- @if $skin-name == 'tailwind' {
680
- .e-bigger {
681
- .e-richtexteditor {
682
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
683
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
684
- padding: 0 8px;
685
- }
686
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
687
- padding: 0 8px;
688
- }
689
- }
690
- }
691
- }
692
-
693
- .e-rte-linkcontent .e-rte-label {
694
- padding-top: $rte-insert-dialog-label-padding-top;
695
- }
696
-
697
- .e-rte-label label {
698
- font-weight: normal;
699
- }
700
-
701
- .e-rte-linkcontent .e-rte-label:first-child {
702
- padding-top: 0;
703
- }
704
-
705
- .e-bigger .e-rte-dropdown-popup {
706
-
707
- ul {
708
- min-width: 84px;
709
- }
710
- }
711
-
712
- .e-rte-dropdown-popup {
713
-
714
- &.e-rte-inline-dropdown {
715
-
716
- @media screen and (max-width: 768px) {
717
- ul {
718
- padding: 7px 0;
719
-
720
- li.e-item {
721
- height: 34px;
722
- line-height: 34px;
723
- padding: 0 6.5px;
724
- }
725
-
726
- .e-item .e-menu-icon {
727
- float: none;
728
- }
729
- }
730
- }
731
-
732
- &.e-rte-dropdown-icons.e-dropdown-popup {
733
-
734
- @media screen and (max-width: 768px) {
735
- max-height: 280px;
736
-
737
- ul {
738
- display: inline-flex;
739
- }
740
- }
741
- }
742
- }
743
-
744
- ul {
745
- min-width: 82px;
746
-
747
- .e-item {
748
-
749
- .e-menu-icon {
750
- margin: 0 6px;
751
- width: auto;
752
- }
753
-
754
- &.e-h1 {
755
- font-size: 2em;
756
- font-weight: bold;
757
- height: 40px;
758
- line-height: 40px;
759
- }
760
-
761
- &.e-h2 {
762
- font-size: 1.5em;
763
- font-weight: bold;
764
- height: 40px;
765
- line-height: 40px;
766
- }
767
-
768
- &.e-h3 {
769
- font-size: 1.16em;
770
- font-weight: bold;
771
- }
772
-
773
- &.e-h4 {
774
- font-size: 1em;
775
- font-weight: bold;
776
- }
777
-
778
- &.e-h5 {
779
- font-size: .83em;
780
- font-weight: bold;
781
- }
782
-
783
- &.e-h6 {
784
- font-size: .7em;
785
- font-weight: bold;
786
- }
787
-
788
- &.e-segoe-ui {
789
- font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
790
- }
791
-
792
- &.e-arial {
793
- font-family: 'Arial', 'Helvetica', sans-serif;
794
- }
795
-
796
- &.e-courier-new {
797
- font-family: 'Courier New', 'Courier', monospace;
798
- }
799
-
800
- &.e-georgia {
801
- font-family: 'Georgia', 'Times New Roman', 'Times', serif;
802
- }
803
-
804
- &.e-helvetica-neue {
805
- font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
806
- }
807
-
808
- &.e-impact {
809
- font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
810
- }
811
-
812
- &.e-lucida-console {
813
- font-family: 'Lucida Console', 'Monaco', monospace;
814
- }
815
-
816
- &.e-tahoma {
817
- font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
818
- }
819
-
820
- &.e-times-new-roman {
821
- font-family: 'Times New Roman', 'Times', serif;
822
- }
823
-
824
- &.e-trebuchet-ms {
825
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
826
- }
827
-
828
- &.e-verdana {
829
- font-family: 'Verdana', 'Geneva', 'Tahoma', sans-serif;
830
- }
831
-
832
- &.e-roboto {
833
- font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif;
834
- }
835
- }
836
- }
837
-
838
- &.e-rte-dropdown-icons {
839
-
840
- ul {
841
- min-width: auto;
842
- }
843
-
844
- @media screen and (max-width: 768px) {
845
-
846
- ul {
847
- min-width: 30px;
848
- }
849
- }
850
- }
851
-
852
- &.e-rtl {
853
- ul .e-item .e-menu-icon {
854
- margin: 0 6px;
855
- }
856
- }
857
- }
858
-
859
- .e-rte-image.e-imgbreak,
860
- .e-rte-audio.e-audio-break,
861
- .e-rte-video.e-video-break {
862
- border: 0;
863
- cursor: pointer;
864
- display: block;
865
- float: none;
866
- max-width: 100%;
867
- padding: 1px;
868
- position: relative;
869
- }
870
-
871
- .e-rte-image,
872
- .e-rte-audio,
873
- .e-rte-video {
874
- border: 0;
875
- cursor: pointer;
876
- display: block;
877
- float: none;
878
- margin: auto;
879
- max-width: 100%;
880
- position: relative;
881
- }
882
-
883
- .e-rte-image.e-imginline,
884
- .e-rte-audio.e-audio-inline,
885
- .e-rte-video.e-video-inline {
886
- margin-left: 5px;
887
- margin-right: 5px;
888
- display: inline-block;
889
- float: none;
890
- max-width: calc(100% - (2 * 5px));
891
- padding: 1px;
892
- vertical-align: bottom;
893
- }
894
-
895
- .e-rte-image.e-imgcenter,
896
- .e-rte-video.e-video-center {
897
- cursor: pointer;
898
- display: block;
899
- float: none;
900
- margin: 5px auto;
901
- max-width: 100%;
902
- position: relative;
903
- }
904
-
905
- .e-rte-image.e-imgleft,
906
- .e-rte-video.e-video-left {
907
- float: left;
908
- margin: 0 auto;
909
- margin-right: 5px;
910
- text-align: left;
911
- }
912
-
913
- .e-rte-image.e-imgright,
914
- .e-rte-video.e-video-right {
915
- float: right;
916
- margin: 0 auto;
917
- margin-left: 5px;
918
- text-align: right;
919
- }
920
-
921
- .e-rte-img-popup .e-item {
922
- height: 106px;
923
- width: 300px;
924
- }
925
-
926
- .e-rte-img-caption {
927
- display: inline-block;
928
- margin: 5px auto;
929
- max-width: 100%;
930
- position: relative;
931
- }
932
-
933
- .e-rte-img-caption.e-caption-inline {
934
- display: inline-block;
935
- margin: 5px auto;
936
- margin-left: 5px;
937
- margin-right: 5px;
938
- max-width: calc(100% - (2 * 5px));
939
- position: relative;
940
- text-align: center;
941
- vertical-align: bottom;
942
- }
943
-
944
- .e-rte-img-caption.e-imgcenter {
945
- display: contents;
946
- margin-left: auto;
947
- margin-right: auto;
948
- }
949
-
950
- .e-rte-img-caption.e-imgright {
951
- display: contents;
952
- margin-left: auto;
953
- margin-right: 0;
954
- }
955
-
956
- .e-rte-img-caption.e-imgleft {
957
- display: contents;
958
- margin-left: 0;
959
- margin-right: auto;
960
- }
961
-
962
- .e-rte-img-caption .e-rte-image.e-imgright {
963
- margin-left: auto;
964
- margin-right: 0;
965
- }
966
-
967
- .e-rte-img-caption .e-rte-image.e-imgleft {
968
- margin: 0;
969
- }
970
-
971
- .e-img-caption.e-rte-img-caption.e-imgbreak {
972
- display: contents;
973
- }
974
-
975
- .e-rte-table {
976
- border-collapse: collapse;
977
- empty-cells: show;
978
- }
979
-
980
- .e-rte-table td,
981
- .e-rte-table th {
982
- border: 1px solid $rte-table-border-color;
983
- height: 20px;
984
- min-width: 20px;
985
- padding: 2px 5px;
986
- box-sizing: border-box;
987
- }
988
-
989
- .e-rte-table.e-dashed-border td,
990
- .e-rte-table.e-dashed-border th {
991
- border-style: dashed;
992
- }
993
-
994
- .e-rte-img-caption .e-img-inner {
995
- box-sizing: border-box;
996
- display: block;
997
- font-size: $rte-toolbar-icon-size;
998
- font-weight: initial;
999
- margin: auto;
1000
- opacity: .9;
1001
- position: relative;
1002
- text-align: center;
1003
- width: 100%;
1004
- }
1005
-
1006
- .e-rte-img-caption.e-imgleft .e-img-inner {
1007
- float: left;
1008
- text-align: left;
1009
- }
1010
-
1011
- .e-rte-img-caption.e-imgright .e-img-inner {
1012
- float: right;
1013
- text-align: right;
1014
- }
1015
-
1016
- .e-rte-img-caption.e-imgleft .e-img-wrap,
1017
- .e-rte-img-caption.e-imgright .e-img-wrap {
1018
- display: contents;
1019
- }
1020
-
1021
- .e-rte-img-caption .e-img-wrap {
1022
- display: inline-block;
1023
- margin: auto;
1024
- padding: 0;
1025
- width: 100%;
1026
- }
1027
-
1028
- .e-rte-img-dialog .e-rte-label {
1029
- padding-top: $rte-insert-dialog-label-padding-top;
1030
- }
1031
-
1032
- .e-rte-img-dialog .e-rte-label:first-child {
1033
- padding-top: 0;
1034
- }
1035
-
1036
- .e-rte-video-dialog .e-rte-label {
1037
- padding-top: $rte-insert-dialog-label-padding-top;
1038
- }
1039
-
1040
- .e-rte-video-dialog .e-rte-label:first-child {
1041
- padding-top: 0;
1042
- }
1043
-
1044
- .e-rte-table-resize.e-row-resize,
1045
- .e-rte-table-resize.e-column-resize {
1046
- background-color: transparent;
1047
- background-repeat: repeat;
1048
- bottom: 0;
1049
- cursor: col-resize;
1050
- height: 1px;
1051
- overflow: visible;
1052
- position: absolute;
1053
- width: 1px;
1054
- }
1055
-
1056
- .e-rte-table-resize.e-row-resize {
1057
- cursor: row-resize;
1058
- height: 1px;
1059
- }
1060
-
1061
- .e-richtexteditor,
1062
- .e-rte-elements {
1063
- .e-linkheader,
1064
- .e-audioheader,
1065
- .e-videoheader,
1066
- .e-video-url-wrap {
1067
- font-family: $rte-font-family;
1068
- font-size: $rte-insert-dialog-font-size;
1069
- opacity: .87;
1070
- padding-bottom: $rte-insert-dialog-label-padding-bottom;
1071
- padding-top: $rte-insert-dialog-label-padding-top;
1072
- }
1073
-
1074
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1075
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1076
- padding: $rte-toolbar-expaned-padding;
1077
- }
1078
-
1079
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1080
- min-width: $rte-toolbar-expaned-minwidth;
1081
- }
1082
-
1083
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1084
- padding: $rte-toolbar-expaned-padding-hover;
1085
- }
1086
-
1087
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1088
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1089
- .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1090
- .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1091
- .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1092
- .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1093
- margin-top: 0;
1094
- }
1095
-
1096
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1097
- .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1098
- .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1099
- margin-right: 30px;
1100
- }
1101
-
1102
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1103
- .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1104
- .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1105
- border-bottom: 0 solid transparent;
1106
- min-height: initial;
1107
- }
1108
-
1109
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1110
- .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1111
- .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1112
- margin-left: 0;
1113
- margin-right: 0;
1114
- }
1115
-
1116
- .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
1117
- .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
1118
- .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files {
1119
- border-top: 0 solid transparent;
1120
- }
1121
-
1122
- .e-img-uploadwrap.e-droparea .e-file-select-wrap,
1123
- .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
1124
- .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
1125
- display: none;
1126
- }
1127
-
1128
- .e-img-uploadwrap.e-droparea .e-upload,
1129
- .e-aud-uploadwrap.e-droparea .e-upload,
1130
- .e-vid-uploadwrap.e-droparea .e-upload {
1131
- border: 0 solid transparent;
1132
- float: none;
1133
- }
1134
-
1135
- .e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1136
- margin-right: $rte-img-upload-abort-icon-btn-margin-right;
1137
- margin-top: $rte-img-upload-abort-icon-btn-margin-top;
1138
- }
1139
-
1140
- .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
1141
- .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
1142
- .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
1143
- display: block;
1144
- height: $rte-droparea-browsebtn-height;
1145
- margin: 0 auto;
1146
- padding: $rte-droparea-browsebtn-padding;
1147
- position: relative;
1148
- top: $rte-droparea-browsebtn-top;
1149
- @if $skin-name == 'FluentUI' {
1150
- outline: none;
1151
- }
1152
- }
1153
-
1154
- .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1155
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1156
- top: $rte-droparea-browsebtn-top;
1157
- }
1158
-
1159
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
1160
- .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
1161
- .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1162
- display: none;
1163
- }
1164
-
1165
- .e-dialog .e-img-uploadwrap.e-droparea,
1166
- .e-dialog .e-aud-uploadwrap.e-droparea,
1167
- .e-dialog .e-vid-uploadwrap.e-droparea {
1168
- line-height: $rte-droparea-line-height;
1169
- min-height: 50px;
1170
- position: relative;
1171
- }
1172
-
1173
- .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1174
- .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1175
- .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
1176
- display: inline-block;
1177
- line-height: normal;
1178
- }
1179
-
1180
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1181
- .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1182
- .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
1183
- line-height: 4;
1184
- }
1185
-
1186
- .e-rte-inline-dropdown ul {
1187
- max-height: 200px;
1188
- overflow-y: auto;
1189
- }
1190
-
1191
- .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1192
- max-height: 280px;
1193
- overflow-y: auto;
1194
- }
1195
-
1196
- .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1197
- max-height: 360px;
1198
- overflow-y: auto;
1199
- }
1200
-
1201
- .e-dropdown-btn.e-rte-backgroundcolor-dropdown,
1202
- .e-dropdown-btn.e-rte-fontcolor-dropdown,
1203
- .e-dropdown-btn.e-rte-numberformatlist-dropdown,
1204
- .e-dropdown-btn.e-rte-bulletformatlist-dropdown {
1205
- line-height: $rte-inline-dropdown-line-height;
1206
- }
1207
-
1208
- .e-rte-table-popup.e-popup.e-popup-open {
1209
- border-radius: $rte-table-popup-bdr-radius;
1210
- box-shadow: $rte-table-popup-box;
1211
- font-size: 14px;
1212
- font-weight: normal;
1213
- min-width: 120px;
1214
- overflow: hidden;
1215
- padding: $rte-table-popup-padding;
1216
- border: $rte-table-popup-border;
1217
- }
1218
-
1219
- .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1220
- border: $rte-table-span-border;
1221
- display: inline-block;
1222
- height: $rte-table-popup-tablecell-height;
1223
- margin: $rte-table-popup-tablecell-margin;
1224
- overflow: hidden;
1225
- vertical-align: top;
1226
- width: $rte-table-popup-tablecell-width;
1227
- }
1228
-
1229
- .e-rte-table-popup.e-popup-open .e-rte-table-row {
1230
- height: $rte-table-popup-row-height;
1231
- }
1232
-
1233
- .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1234
- width: 100%;
1235
- }
1236
-
1237
- .e-rte-edit-table .e-rte-field {
1238
- padding-top: $rte-insert-dialog-label-padding-top;
1239
- }
1240
-
1241
- .e-rte-edit-table .e-rte-field:first-child {
1242
- padding-top: 0;
1243
- }
1244
-
1245
- .e-rte-content .e-content table td.e-cell-select,
1246
- .e-rte-content .e-content table th.e-cell-select {
1247
- border: 1px double $rte-table-select-border-color;
1248
- height: inherit;
1249
- }
1250
-
1251
- span.e-table-box {
1252
- cursor: nwse-resize;
1253
- display: block;
1254
- height: 10px;
1255
- position: absolute;
1256
- width: 10px;
1257
-
1258
- &.e-hide {
1259
- display: none;
1260
- }
1261
- }
1262
-
1263
- span.e-table-box.e-rmob {
1264
- height: 14px;
1265
- width: 14px;
1266
- }
1267
-
1268
- .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1269
- margin-right: 50px;
1270
- }
1271
-
1272
- .e-rte-upload-popup {
1273
- width: 250px;
1274
- }
1275
-
1276
- .e-rte-dialog-upload .e-upload-files {
1277
- border-top: 0;
1278
- }
1279
-
1280
- .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1281
- border-bottom: 0;
1282
- }
1283
-
1284
- .e-rte-emojipicker-popup.e-popup.e-popup-open {
1285
- border: $rte-emoji-pop-border;
1286
- min-width: 120px;
1287
- height: 330px;
1288
- width: 308px;
1289
-
1290
- .e-toolbar .e-toolbar-item .e-tbar-btn {
1291
- padding: 7px 3px;
1292
- border-radius: 4px;
1293
-
1294
- @if $skin-name =='bootstrap' or $skin-name =='botstrap-dark' {
1295
- &:hover,
1296
- &:focus{
1297
- padding: 7px 3px;
1298
- }
1299
- }
1300
-
1301
- @if $skin-name =='material' or $skin-name =='material-dark' {
1302
- padding: 0 6px;
1303
- }
1304
-
1305
- .e-tbar-btn-text {
1306
- font-size: 24px;
1307
- padding: 1px;
1308
- }
1309
- }
1310
-
1311
- .e-input-group.e-control-wrapper {
1312
- margin: 10px;
1313
- width: 94%;
1314
-
1315
- .e-rte-emoji-search {
1316
- @if $skin-name =='material' or $skin-name =='material-dark' or $skin-name =='material3' or $skin-name =='material3-dark' {
1317
- text-indent: 4px;
1318
- }
1319
- }
1320
- }
1321
-
1322
- .e-rte-emojipicker-btn {
1323
- display: block;
1324
- gap: 10px;
1325
- height: $rte-emoji-btn-height;
1326
- overflow: auto;
1327
- padding: 10px;
1328
-
1329
- .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1330
- display: grid;
1331
- grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1332
- gap: 6px;
1333
-
1334
- .e-btn.e-control {
1335
- display: inline-block;
1336
- box-shadow: none;
1337
- font-size: 24px;
1338
- padding: 6px 0;
1339
- width: 40px;
1340
- height: 40px;
1341
- border: none;
1342
- line-height: $rte-emoji-grp-btn-line-height;
1343
- }
1344
- }
1345
-
1346
- .e-rte-emojisearch-btn {
1347
- display: grid;
1348
- grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1349
- gap: 6px;
1350
- height: 0;
1351
-
1352
- .e-btn.e-control {
1353
- display: inline-block;
1354
- box-shadow: none;
1355
- font-size: 24px;
1356
- padding: 6px 0;
1357
- width: 40px;
1358
- height: 40px;
1359
- border: none;
1360
- line-height: $rte-emoji-grp-btn-line-height;
1361
- }
1362
- }
1363
-
1364
- .e-rte-emojipicker-group .e-rte-emojipicker-name {
1365
- font-weight: $rte-emoji-headname-font-weight;
1366
- font-size: 14px;
1367
- }
1368
-
1369
- .e-rte-emojiSearch-noEmoji {
1370
- text-align: center;
1371
- }
1372
- }
1373
- }
1374
- }
1375
-
1376
- .e-rte-backgroundcolor-colorpicker,
1377
- .e-rte-fontcolor-colorpicker {
1378
- & .e-color-palette.e-container {
1379
- & .e-custom-palette .e-palette {
1380
- padding: 0;
1381
- }
1382
-
1383
- & .e-switch-ctrl-btn {
1384
- padding: 5px;
1385
- .e-bigger & {
1386
- padding: 5px;
1387
- }
1388
- }
1389
- }
1390
- }
1391
-
1392
- .e-rte-quick-popup {
1393
- border-radius: 2px;
1394
- overflow: hidden;
1395
-
1396
- .e-rte-quick-toolbar {
1397
- border-radius: 2px;
1398
- min-height: 42px;
1399
-
1400
- .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1401
- white-space: nowrap;
1402
- display: inline-block;
1403
- }
1404
-
1405
- &.e-remove-white-space {
1406
-
1407
- .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1408
- white-space: nowrap;
1409
- }
1410
- }
1411
-
1412
- .e-toolbar-items:not(.e-tbar-pos) {
1413
- border-radius: 2px;
1414
- margin: $rte-quick-toolbar-item-margin;
1415
- min-height: 42px;
1416
-
1417
- .e-toolbar-item.e-rte-horizontal-separator,
1418
- .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1419
- display: block;
1420
- height: 1px;
1421
- margin: 0;
1422
- min-height: 1px;
1423
- }
1424
-
1425
- .e-toolbar-item {
1426
- margin: $rte-toolbar-item-frist-last-child-margin;
1427
- min-height: 42px;
1428
-
1429
- &:first-child,
1430
- &:last-child {
1431
- margin: 0;
1432
- }
1433
-
1434
- .e-tbar-btn:not(.e-rte-dropdown-btn) {
1435
- line-height: 20px;
1436
- }
1437
-
1438
- .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1439
- min-width: $rte-quick-item-icon-min-width;
1440
- }
1441
- }
1442
-
1443
- .e-toolbar-item .e-btn,
1444
- .e-toolbar-item .e-btn:hover {
1445
- min-height: $rte-quick-item-btn-height;
1446
- min-width: $rte-quick-item-btn-width;
1447
- padding: $rte-quick-item-padding;
1448
- @if $skin-name == 'FluentUI' {
1449
- padding-left: $rte-quick-item-padding-left;
1450
- padding-right: $rte-quick-item-padding-right;
1451
- }
1452
- }
1453
- }
1454
-
1455
- .e-tbar-btn {
1456
- .e-icons.e-btn-icon:not(.e-caret) {
1457
- font-size: $rte-toolbar-icon-size;
1458
- }
1459
- }
1460
-
1461
- .e-background-color.e-icons::before {
1462
- display: inline;
1463
- }
1464
-
1465
- .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1466
- .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1467
- .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1468
- .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1469
- font-size: 10px;
1470
- }
1471
- }
1472
-
1473
- .e-rte-dropdown-btn.e-tbar-btn {
1474
- line-height: $rte-quick-drop-btn-line-height;
1475
- margin: $rte-quick-drop-btn-margin;
1476
- padding: $rte-quick-drop-btn-padding;
1477
-
1478
- .e-rte-dropdown-btn-text {
1479
- font-weight: 500;
1480
- overflow: hidden;
1481
- text-overflow: ellipsis;
1482
- white-space: nowrap;
1483
- }
1484
-
1485
- .e-order-list.e-icons,
1486
- .e-unorder-list.e-icons,
1487
- .e-icons:not(.e-caret) {
1488
- font-size: 14px;
1489
- }
1490
-
1491
- .e-caret {
1492
- font-size: $rte-quick-drop-btn-caret-font-size;
1493
- width: 12px;
1494
- }
1495
- }
1496
-
1497
- &.e-hide {
1498
- display: block;
1499
- visibility: hidden;
1500
- }
1501
- }
1502
-
1503
- .e-bigger .e-rte-quick-popup {
1504
- .e-rte-quick-toolbar {
1505
- min-height: 48px;
1506
-
1507
- .e-toolbar-items .e-rte-backgroundcolor-dropdown {
1508
- .e-rte-color-content,
1509
- .e-caret {
1510
- height: $rte-big-dropdown-btn-color-content-height;
1511
-
1512
- &:hover {
1513
- height: $rte-big-dropdown-btn-color-content-height;
1514
- }
1515
- }
1516
- }
1517
-
1518
- .e-toolbar-items:not(.e-tbar-pos) {
1519
- margin: $rte-big-quick-toolbar-items-margin;
1520
- min-height: 48px;
1521
-
1522
- .e-toolbar-item:not(.e-separator) {
1523
- margin: $rte-big-quick-toolbar-item-margin;
1524
- min-height: 48px;
1525
- min-width: 36px;
1526
- padding: $rte-big-quick-toolbar-item-btn-padding;
1527
- }
1528
-
1529
- .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1530
- line-height: $rte-big-quick-item-line-height;
1531
- }
1532
-
1533
- .e-toolbar-item .e-btn,
1534
- .e-toolbar-item .e-btn:hover {
1535
- min-height: $rte-big-quick-item-btn-height;
1536
- min-width: $rte-big-quick-item-btn-width;
1537
- padding: $rte-big-quick-item-padding;
1538
- @if $skin-name == 'FluentUI' {
1539
- padding-left: $rte-quick-item-padding-left;
1540
- padding-right: $rte-quick-item-padding-right;
1541
- }
1542
- }
1543
-
1544
- .e-toolbar-item:first-child,
1545
- .e-toolbar-item:last-child {
1546
- margin: $rte-big-toolbar-item-frist-last-child-margin;
1547
- }
1548
-
1549
- .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1550
- height: $rte-big-quick-tbar-item-min-height;
1551
- line-height: normal;
1552
- margin: 0;
1553
- min-height: $rte-big-quick-tbar-item-min-height;
1554
- min-width: $rte-big-quick-tbar-item-min-width;
1555
- }
1556
-
1557
- .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
1558
- .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
1559
- .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1560
- font-size: $rte-toolbar-big-icon-size;
1561
- }
1562
- }
1563
- }
1564
- .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
1565
- min-width: 120px;
1566
- height: 337px;
1567
- width: 335px;
1568
-
1569
- .e-toolbar .e-toolbar-item .e-tbar-btn {
1570
- // padding: 2px 5px;
1571
- border-radius: 4px;
1572
- padding: 0;
1573
- @if $skin-name =='material' or $skin-name =='material-dark' {
1574
- padding: 3px 7px;
1575
- }
1576
-
1577
- &:hover {
1578
- padding: 0;
1579
- }
1580
-
1581
- &:active {
1582
- padding: 0;
1583
- }
1584
-
1585
- .e-tbar-btn-text {
1586
- font-size: 26px;
1587
- padding: 9px 5px;
1588
- }
1589
- }
1590
-
1591
- .e-rte-emojipicker-btn {
1592
- gap: 10px;
1593
- height: $rte-big-emoji-btn-height;
1594
- padding: 12px;
1595
-
1596
- .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1597
- gap: 8px;
1598
-
1599
- .e-btn.e-control {
1600
- font-size: 26px;
1601
- padding: 8px 0;
1602
- width: 42px;
1603
- height: 42px;
1604
- line-height: 0;
1605
- }
1606
- }
1607
-
1608
- .e-rte-emojisearch-btn {
1609
- gap: 6px;
1610
-
1611
- .e-btn.e-control {
1612
- font-size: 26px;
1613
- padding: 8px 0;
1614
- width: 40px;
1615
- height: 40px;
1616
- border: none;
1617
- line-height: 0;
1618
- }
1619
- }
1620
-
1621
- .e-rte-emojipicker-group .e-rte-emojipicker-name {
1622
- font-weight: 500;
1623
- font-size: 16px;
1624
- }
1625
- }
1626
- }
1627
- .e-rte-dropdown-btn.e-tbar-btn {
1628
- line-height: $rte-big-quick-drop-btn-line-height;
1629
- margin: $rte-big-quick-drop-btn-margin;
1630
- padding: $rte-big-quick-drop-btn-padding;
1631
-
1632
- .e-order-list.e-icons,
1633
- .e-unorder-list.e-icons,
1634
- .e-icons:not(.e-caret) {
1635
- font-size: $rte-toolbar-icon-size;
1636
- }
1637
-
1638
- .e-caret {
1639
- font-size: $rte-big-quick-drop-btn-caret-font-size;
1640
- width: 20px;
1641
- }
1642
- }
1643
- }
1644
-
1645
- .e-bigger .e-rte-quick-popup.e-rte-inline-popup {
1646
- .e-rte-quick-toolbar {
1647
- .e-toolbar-items:not(.e-tbar-pos) {
1648
- .e-toolbar-item:not(.e-separator).e-rte-inline-template {
1649
- min-width: $rte-big-inline-tmp-min-width;
1650
- }
1651
-
1652
- .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
1653
- min-width: $rte-big-inline-tmp-size-min-width;
1654
- }
1655
-
1656
- .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
1657
- min-width: $rte-big-inline-tmp-color-min-width;
1658
- }
1659
- }
1660
- }
1661
- }
1662
-
1663
- .e-rte-quick-popup.e-rte-inline-popup {
1664
- .e-rte-quick-toolbar {
1665
- .e-toolbar-item {
1666
- &.e-rte-inline-template {
1667
- min-width: $rte-inline-tmp-min-width;
1668
- }
1669
-
1670
- &.e-rte-inline-size-template {
1671
- min-width: $rte-inline-tmp-size-min-width;
1672
- }
1673
-
1674
- &.e-rte-inline-color-template {
1675
- min-width: $rte-inline-tmp-color-min-width;
1676
- }
1677
- }
1678
- }
1679
- }
1680
-
1681
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
1682
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1683
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1684
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1685
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1686
- @if $skin-name == 'FluentUI' {
1687
- .e-btn-icon.e-icons.e-caret {
1688
- padding-top: 0;
1689
- }
1690
- }
1691
- }
1692
- }
1693
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
1694
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1695
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1696
- @if $skin-name == 'tailwind' {
1697
- padding: 0;
1698
- }
1699
- }
1700
- }
1701
-
1702
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1703
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1704
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1705
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1706
-
1707
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1708
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1709
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1710
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1711
- display: flex;
1712
- padding-left: $rte-colorpicker-parent-padding;
1713
- padding-right: $rte-colorpicker-parent-padding;
1714
- @if $skin-name == 'FluentUI' {
1715
- padding-top: $rte-colorpicker-parent-padding-top;
1716
- }
1717
-
1718
- &:hover,
1719
- &:active,
1720
- &.e-active,
1721
- &.e-active:hover {
1722
- padding-left: $rte-colorpicker-parent-padding-hover;
1723
- padding-right: $rte-colorpicker-parent-padding-hover;
1724
- @if $skin-name == 'FluentUI' {
1725
- padding-top: $rte-colorpicker-parent-padding-hover-top;
1726
- }
1727
- }
1728
-
1729
- .e-rte-color-content,
1730
- .e-rte-list-primary-content {
1731
- position: relative;
1732
- vertical-align: middle;
1733
- width: $rte-font-icon-width;
1734
- }
1735
-
1736
- .e-rte-color-content {
1737
- .e-rte-elements {
1738
- border-bottom-style: solid;
1739
- border-bottom-width: 3px;
1740
- padding-bottom: 1px;
1741
- }
1742
- }
1743
-
1744
- .e-rte-list-primary-content .e-order-list,
1745
- &.e-active .e-rte-list-primary-content .e-order-list,
1746
- .e-rte-list-primary-content .e-unorder-list,
1747
- &.e-active .e-rte-list-primary-content .e-unorder-list {
1748
- line-height: $rte-split-btn-active-color-icon-line-height;
1749
- }
1750
-
1751
- .e-rte-color-content::after {
1752
- content: '';
1753
- height: 100%;
1754
- position: absolute;
1755
- right: 0;
1756
- width: $rte-split-btn-bar-size;
1757
- }
1758
-
1759
- .e-icons.e-btn-icon {
1760
- display: flex;
1761
- flex-direction: $rte-list-btn-flex;
1762
- justify-content: center;
1763
- line-height: $rte-list-btn-line-height;
1764
- min-width: $rte-font-arrow-width;
1765
- text-align: center;
1766
- width: $rte-font-arrow-width;
1767
- }
1768
-
1769
- @if $skin-name == 'bootstrap5' {
1770
-
1771
- .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop) {
1772
- padding-left: 0;
1773
- padding-right: 0;
1774
- }
1775
- }
1776
- }
1777
-
1778
- .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret {
1779
- font-size: $rte-dropdown-caret-icon-size;
1780
-
1781
- @if $skin-name == 'bootstrap5' {
1782
- &:not(.e-toolbar-pop) {
1783
- font-size: 12px;
1784
- }
1785
- }
1786
- }
1787
- @if $skin-name == 'bootstrap5' {
1788
- .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
1789
- min-width: $rte-align-caret-icon-min-width;
1790
- }
1791
- }
1792
-
1793
- @if $skin-name == 'FluentUI' {
1794
- .e-dropdown-btn:focus,
1795
- .e-dropdown-btn.e-btn:focus {
1796
- box-shadow: none;
1797
- }
1798
- }
1799
- }
1800
-
1801
- .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
1802
- border-bottom-style: solid;
1803
- border-bottom-width: 3px;
1804
- line-height: $rte-font-icon-line-height;
1805
- padding-bottom: 1px;
1806
- }
1807
-
1808
- .e-bigger {
1809
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
1810
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1811
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1812
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1813
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1814
- @if $skin-name == 'FluentUI' {
1815
- .e-btn-icon.e-icons.e-caret {
1816
- padding-top: 0;
1817
- }
1818
- }
1819
- }
1820
- }
1821
-
1822
- .e-rte-edit-table .e-rte-field {
1823
- padding-top: $rte-big-insert-dialog-label-padding-top;
1824
- }
1825
-
1826
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1827
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1828
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1829
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1830
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1831
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1832
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1833
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1834
- .e-icons.e-btn-icon {
1835
- min-width: $rte-font-arrow-touch-width;
1836
- padding-left: 0;
1837
- padding-right: 0;
1838
- width: $rte-font-arrow-touch-width;
1839
- }
1840
-
1841
- &:hover,
1842
- &:focus,
1843
- &:active {
1844
- padding-left: $rte-big-color-list-span-common-padding-left-right;
1845
- padding-right: $rte-big-color-list-span-common-padding-left-right;
1846
- }
1847
-
1848
- .e-rte-list-primary-content .e-order-list,
1849
- &.e-active .e-rte-list-primary-content .e-order-list,
1850
- .e-rte-list-primary-content .e-unorder-list,
1851
- &.e-active .e-rte-list-primary-content .e-unorder-list {
1852
- line-height: $rte-big-split-btn-active-color-icon-line-height;
1853
- }
1854
- }
1855
-
1856
- .e-dropdown-btn .e-caret {
1857
- font-size: $rte-big-dropdown-caret-icon-size;
1858
-
1859
- @if $skin-name == 'bootstrap5' {
1860
- &.e-btn-icon:not(.e-toolbar-pop) {
1861
- font-size: 14px;
1862
- }
1863
- }
1864
- }
1865
- }
1866
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1867
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1868
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1869
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1870
-
1871
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1872
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1873
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1874
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1875
- .e-icons.e-btn-icon {
1876
- line-height: $rte-big-list-btn-line-height;
1877
- }
1878
- }
1879
- }
1880
- .e-richtexteditor{
1881
- .e-rte-toolbar{
1882
- .e-tbar-btn.e-dropdown-btn.e-rte-backgroundcolor-dropdown,
1883
- .e-tbar-btn.e-dropdown-btn.e-rte-fontcolor-dropdown,
1884
- .e-tbar-btn.e-dropdown-btn.e-rte-numberformatlist-dropdown,
1885
- .e-tbar-btn.e-dropdown-btn.e-rte-bulletformatlist-dropdown {
1886
- line-height: $rte-big-inline-dropdown-line-height;
1887
- }
1888
- .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
1889
- font-size: $rte-toolbar-big-icon-size;
1890
- }
1891
- .e-hor-nav.e-expended-nav {
1892
- min-height: $rte-big-tb-expended-min-height;
1893
- }
1894
- }
1895
- .e-rte-toolbar,
1896
- .e-rte-toolbar.e-toolbar.e-extended-toolbar {
1897
- .e-toolbar-items,
1898
- .e-toolbar-extended {
1899
- .e-toolbar-item {
1900
- .e-background-color.e-icons::before {
1901
- display: inline;
1902
- font-size: $rte-big-background-color-icon-fontsize;
1903
- }
1904
- }
1905
- }
1906
- }
1907
- }
1908
- }
1909
-
1910
- .e-popup-modal.e-popup.e-popup-open {
1911
- display: inline-flex;
1912
- }
1913
-
1914
- .e-rte-modal-popup.e-popup-container.e-center {
1915
- justify-content: center;
1916
- }
1917
-
1918
- .e-rte-modal-popup.e-popup-container {
1919
- align-items: center;
1920
- display: none;
1921
- height: 100%;
1922
- left: 0;
1923
- position: fixed;
1924
- top: 0;
1925
- width: 100%;
1926
- z-index: 10000;
1927
- }
1928
-
1929
- .e-popup-overlay {
1930
- height: 100%;
1931
- left: 0;
1932
- opacity: .5;
1933
- position: absolute;
1934
- top: 0;
1935
- width: 100%;
1936
- }
1937
-
1938
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1939
- height: $rte-big-tablecell-height;
1940
- width: $rte-big-tablecell-width;
1941
- }
1942
-
1943
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
1944
- height: $rte-big-table-row-height;
1945
- }
1946
-
1947
- .e-table-rhelper {
1948
- cursor: col-resize;
1949
- opacity: .87;
1950
- position: absolute;
1951
- }
1952
-
1953
- .e-table-rhelper.e-column-helper {
1954
- width: 1px;
1955
- }
1956
-
1957
- .e-table-rhelper.e-row-helper {
1958
- height: 1px;
1959
- }
1960
-
1961
- .e-reicon::before {
1962
- border-bottom: 6px solid transparent;
1963
- border-right: 6px solid;
1964
- border-top: 6px solid transparent;
1965
- content: '';
1966
- display: block;
1967
- height: 0;
1968
- position: absolute;
1969
- right: 4px;
1970
- top: 4px;
1971
- width: 20px;
1972
- }
1973
-
1974
- .e-reicon::after {
1975
- border-bottom: 6px solid transparent;
1976
- border-left: 6px solid;
1977
- border-top: 6px solid transparent;
1978
- content: '';
1979
- display: block;
1980
- height: 0;
1981
- left: 4px;
1982
- position: absolute;
1983
- top: 4px;
1984
- width: 20px;
1985
- z-index: 3;
1986
- }
1987
-
1988
- .e-row-helper.e-reicon::after {
1989
- top: 10px;
1990
- transform: rotate(90deg);
1991
- }
1992
-
1993
- .e-row-helper.e-reicon::before {
1994
- left: 4px;
1995
- top: -20px;
1996
- transform: rotate(90deg);
1997
- }
1998
-
1999
- .e-rte-overflow {
2000
- overflow: hidden;
2001
- }
2002
-
2003
- .e-dialog.e-rte-dialog-minheight {
2004
- min-height: 296px;
2005
- @if $skin-name == 'FluentUI' {
2006
- min-height: 308px;
2007
- }
2008
- }
2009
-
2010
- .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
2011
- background-size: 700px 190px;
2012
- min-height: 190px;
2013
- }
2014
-
2015
- .e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
2016
- .e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
2017
- background-size: 700px 190px;
2018
- min-height: 190px;
2019
- }
2020
-
2021
- .e-rte-table.e-rte-table-border {
2022
- border: 1px solid $rte-table-border-color;
2023
- border-collapse: separate;
2024
- }
2025
-
2026
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal,
2027
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal,
2028
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal {
2029
- .e-img-uploadwrap.e-droparea,
2030
- .e-aud-uploadwrap.e-droparea,
2031
- .e-vid-uploadwrap.e-droparea {
2032
- line-height: 10;
2033
- min-height: 50px;
2034
- position: relative;
2035
-
2036
- .e-browsebtn {
2037
- display: block;
2038
- height: 36px;
2039
- margin: 0 auto;
2040
- padding: 0 18px;
2041
- position: relative;
2042
- top: -50px;
2043
- @if $skin-name == 'FluentUI' {
2044
- outline: none;
2045
- }
2046
- }
2047
-
2048
- .e-upload {
2049
- border: 0 solid transparent;
2050
- float: none;
2051
- }
2052
-
2053
- .e-file-select-wrap {
2054
- display: none;
2055
- }
2056
- }
2057
-
2058
- .e-linkheader {
2059
- font-family: $rte-font-family;
2060
- font-size: $rte-big-insert-dialog-font-size;
2061
- opacity: .87;
2062
- padding-bottom: $rte-insert-dialog-label-padding-bottom;
2063
- padding-top: $rte-insert-dialog-label-padding-top;
2064
- }
2065
- }
2066
-
2067
- .e-rte-file-manager-dialog {
2068
-
2069
- .e-rte-label {
2070
- padding-bottom: 8px;
2071
- padding-top: 15px;
2072
-
2073
- label {
2074
- font-size: 15px;
2075
- opacity: .87;
2076
- }
2077
- }
2078
- }
2079
-
2080
- @if $skin-name == 'Material3' {
2081
- .e-richtexteditor .e-rte-table-popup .e-insert-table-btn {
2082
- font-weight: $font-weight;
2083
- border: 1px solid rgba($info-outline-border);
2084
- border-radius: 20px;
2085
- }
2086
- .e-dialog .e-dlg-header-content + .e-dlg-content{
2087
- padding-top: 0;
2088
- }
2089
- .e-bigger .e-richtexteditor,
2090
- .e-richtexteditor.e-bigger {
2091
- .e-dialog {
2092
- border-radius: 16px;
2093
- }
2094
- }
2095
- .e-rte-link-dialog .e-dlg-content{
2096
- padding: 7px 20px;
2097
- }
2098
- .e-toolbar-wrapper .e-toolbar .e-toolbar-item:not(.e-separator),
2099
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
2100
- padding: 8px 4px;
2101
- }
2102
- .e-rte-quick-popup .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2103
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2104
- margin: 0;
2105
- }
2106
- }
2107
-
2108
- // Blazor styles start
2109
- .e-rte-upload-popup.e-dialog .e-file-select-wrap {
2110
- display: none;
2111
- }
2112
-
2113
- .e-rte-upload-popup.e-dialog .e-dlg-content {
2114
- overflow: hidden;
2115
- padding: 0;
2116
- }
2117
-
2118
- .e-hide.e-rte-quick-popup-hide {
2119
- border: 0;
2120
- position: absolute;
2121
- }
2122
-
2123
- .e-rte-popup-hide {
2124
- display: none;
2125
- }
2126
-
2127
- .e-rte-hide-visible {
2128
- visibility: hidden;
2129
- }
2130
-
2131
- .e-rte-table-popup.e-dialog .e-dlg-content {
2132
- padding: 0;
2133
- @if $skin-name == 'FluentUI' {
2134
- margin-bottom: 0;
2135
- }
2136
- }
2137
-
2138
- @if $skin-name == 'tailwind' {
2139
- .e-rte-table-popup.e-popup.e-popup-open {
2140
- box-shadow: $rte-table-popup-box;
2141
- }
2142
-
2143
- .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 {
2144
- min-width: 24px;
2145
- }
2146
- }
2147
-
2148
- @if $skin-name == 'bootstrap5' {
2149
- .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 {
2150
- min-width: 24px;
2151
- }
2152
-
2153
- .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons {
2154
- padding-bottom: 0;
2155
- }
2156
- }
2157
-
2158
- @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'FluentUI' {
2159
- .e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
2160
- .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2161
- .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2162
- .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active {
2163
- padding-left: 0;
2164
- padding-right: 0;
2165
- }
2166
- }
2167
-
2168
- .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell,
2169
- .e-rte-elements.e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
2170
- margin: 1px;
2171
- }
2172
- .e-rte-elements{
2173
- .e-rte-table-popup.e-popup-open{
2174
- .e-rte-table-row {
2175
- height: 16px;
2176
- }
2177
- .e-insert-table-btn {
2178
- @if $skin-name == 'FluentUI' {
2179
- margin-top: $rte-table-popup-btn-margin-top;
2180
- }
2181
- width: 100%;
2182
- }
2183
- .e-rte-tablecell {
2184
- border: $rte-table-span-border;
2185
- display: inline-block;
2186
- height: 14px;
2187
- margin: 1px;
2188
- overflow: hidden;
2189
- vertical-align: top;
2190
- width: 14px;
2191
- }
2192
- }
2193
- .e-rte-table-popup.e-popup.e-popup-open {
2194
- border-radius: $rte-table-popup-bdr-radius;
2195
- box-shadow: $rte-table-popup-box;
2196
- font-size: 14px;
2197
- font-weight: normal;
2198
- min-width: 120px;
2199
- overflow: hidden;
2200
- padding: $rte-table-popup-padding;
2201
- }
2202
- }
2203
-
2204
- .e-rte-elements.e-dialog {
2205
- .e-img-uploadwrap.e-droparea .e-rte-upload-text,
2206
- .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
2207
- .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
2208
- display: inline-block;
2209
- line-height: normal;
2210
- }
2211
- .e-img-uploadwrap.e-droparea,
2212
- .e-aud-uploadwrap.e-droparea,
2213
- .e-vid-uploadwrap.e-droparea {
2214
- line-height: $rte-droparea-line-height;
2215
- min-height: 50px;
2216
- position: relative;
2217
- }
2218
- .e-img-uploadwrap.e-droparea .e-browsebtn,
2219
- .e-aud-uploadwrap.e-droparea .e-browsebtn,
2220
- .e-vid-uploadwrap.e-droparea .e-browsebtn {
2221
- display: block;
2222
- height: $rte-droparea-browsebtn-height;
2223
- margin: 0 auto;
2224
- padding: $rte-droparea-browsebtn-padding;
2225
- position: relative;
2226
- top: $rte-droparea-browsebtn-top;
2227
- @if $skin-name == 'FluentUI' {
2228
- outline: none;
2229
- }
2230
- }
2231
- .e-vid-uploadwrap.e-droparea .e-browsebtn,
2232
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
2233
- top: -130px;
2234
- }
2235
- }
2236
- .e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
2237
- .e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
2238
- visibility: hidden;
2239
- }
2240
- // Blazor styles end
2241
-
2242
- .e-richtexteditor {
2243
- .e-toolbar-wrapper.e-rte-tb-float,
2244
- .e-toolbar-container.e-rte-tb-float {
2245
- position: sticky;
2246
- top: 0;
2247
- overflow: visible;
2248
- }
2249
- .e-toolbar-wrapper,
2250
- .e-toolbar-container {
2251
- height: auto;
2252
- z-index: 10;
2253
- }
2254
- .e-toolbar .e-toolbar-pop.e-toolbar-extended {
2255
- position: relative;
2256
- width: 100%;
2257
- top: 0 !important; /* stylelint-disable-line declaration-no-important */
2258
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2259
- }
2260
- .e-toolbar .e-toolbar-pop.e-toolbar-extended.e-popup-open {
2261
- display: block;
2262
- }
2263
- }
2264
- // Used to hide the Color picker during the rendering at the initial stage. Removed the class in the created event.
2265
- .e-rte-picker-init {
2266
- display: none !important; /* stylelint-disable-line declaration-no-important */
2267
- }
2268
- }
1
+ @include export-module('richtexteditor-layout') {
2
+
3
+ /*! tab layout */
4
+
5
+ .e-richtexteditor {
6
+ display: block;
7
+ position: relative;
8
+
9
+ .e-rte-container {
10
+ display: flex;
11
+ flex-direction: column;
12
+ width: 100%;
13
+ height: 100%;
14
+
15
+ &.e-count-enabled,
16
+ &.e-resize-enabled {
17
+ .e-content {
18
+ padding-bottom: 0;
19
+ }
20
+
21
+ .e-rte-content,
22
+ .e-source-content {
23
+ margin-bottom: 20px;
24
+ }
25
+ }
26
+
27
+ &.e-source-code-enabled {
28
+ .e-rte-content {
29
+ display: none;
30
+ }
31
+
32
+ .e-source-content {
33
+ display: block;
34
+ overflow: hidden;
35
+ }
36
+ }
37
+ }
38
+
39
+ .e-rte-content {
40
+ flex-grow: 1;
41
+
42
+ .rte-placeholder.e-rte-placeholder.enabled {
43
+ display: block;
44
+ font-size: $rte-content-font-size;
45
+ }
46
+ }
47
+
48
+ .e-source-content {
49
+ display: none;
50
+ }
51
+
52
+ & textarea.e-content {
53
+ border: 0;
54
+ display: block;
55
+ height: 100%;
56
+ margin: 0;
57
+ outline: 0;
58
+ padding: 8px;
59
+ resize: none;
60
+ width: 100%;
61
+ }
62
+
63
+ & .e-rte-hidden {
64
+ display: none;
65
+ }
66
+
67
+ &.e-disabled {
68
+ pointer-events: none;
69
+ }
70
+
71
+ &.e-rte-full-screen {
72
+ bottom: 0;
73
+ height: 100% !important; /* stylelint-disable-line declaration-no-important */
74
+ left: 0;
75
+ overflow: auto;
76
+ position: fixed;
77
+ right: 0;
78
+ top: 0;
79
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
80
+ z-index: 999;
81
+
82
+ .e-resize-handle {
83
+ display: none;
84
+ }
85
+
86
+ iframe {
87
+ height: calc(100% - 42px);
88
+ }
89
+
90
+ .e-rte-edit-table {
91
+ max-height: $rte-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
92
+ }
93
+
94
+ .e-rte-edit-table-prop-dialog {
95
+ max-height: $rte-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
96
+ }
97
+
98
+ .e-rte-link-dialog {
99
+ max-height: $rte-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
100
+ }
101
+
102
+ .e-rte-img-dialog {
103
+ max-height: $rte-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
104
+ }
105
+
106
+ .e-rte-img-link-dialog {
107
+ max-height: $rte-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
108
+ }
109
+
110
+ .e-rte-img-size-dialog {
111
+ max-height: $rte-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
112
+ }
113
+
114
+ .e-rte-img-alt-dialog {
115
+ max-height: $rte-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
116
+ }
117
+ }
118
+
119
+ &.e-rtl .e-rte-character-count {
120
+ left: 0;
121
+ padding-left: 30px;
122
+ padding-right: unset;
123
+ right: unset;
124
+ }
125
+
126
+ &.e-rtl .e-rte-content .e-content blockquote {
127
+ padding-left: 0;
128
+ padding-right: 12px;
129
+ }
130
+
131
+ .e-rte-toolbar {
132
+
133
+ @if $skin-name == 'bootstrap5' {
134
+ &.e-toolbar .e-hor-nav {
135
+ min-height: $toolbar-expand-icon-min-height;
136
+ }
137
+ }
138
+
139
+ .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
140
+ margin-left: $rte-tb-items-margin-left;
141
+ }
142
+
143
+ .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
144
+ margin-left: 0;
145
+ }
146
+
147
+ .e-hor-nav.e-expended-nav {
148
+ height: auto;
149
+ }
150
+
151
+ .e-toolbar-multirow {
152
+ margin-left: 7px;
153
+ margin-right: 7px;
154
+ }
155
+ }
156
+
157
+ &.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
158
+ margin-left: 0;
159
+ margin-right: $rte-tb-items-margin-left;
160
+ }
161
+
162
+ &.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
163
+ margin-right: 0;
164
+ }
165
+
166
+ .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
167
+ display: inline-block;
168
+ margin-left: 0;
169
+ margin-right: 0;
170
+ overflow-x: auto;
171
+ white-space: nowrap;
172
+ width: 100%;
173
+ }
174
+
175
+ .e-rte-toolbar,
176
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
177
+
178
+ .e-toolbar-extended {
179
+ margin-left: 0;
180
+ padding-left: $rte-tb-items-padding-left;
181
+ }
182
+
183
+ .e-toolbar-items,
184
+ .e-toolbar-extended {
185
+
186
+ .e-toolbar-item {
187
+
188
+ .e-formats-tbar-btn > :first-child {
189
+ min-width: $rte-format-btn-min-width;
190
+ }
191
+
192
+ .e-font-name-tbar-btn > :first-child {
193
+ min-width: $rte-font-name-btn-min-width;
194
+ }
195
+
196
+ .e-font-size-tbar-btn > :first-child {
197
+ min-width: $rte-font-size-btn-min-width;
198
+ }
199
+
200
+ .e-dropdown-btn {
201
+ padding-left: $rte-drop-btn-padding-left;
202
+ padding-right: $rte-drop-btn-padding-right;
203
+
204
+ .e-rte-dropdown-btn-text {
205
+ font-size: $dropdown-btn-font-size;
206
+ font-weight: $font-weight;
207
+ overflow: hidden;
208
+ text-overflow: ellipsis;
209
+ white-space: nowrap;
210
+ }
211
+ }
212
+
213
+ .e-dropdown-btn:hover,
214
+ .e-dropdown-btn:focus,
215
+ .e-dropdown-btn:active {
216
+ padding-left: $rte-drop-btn-action-padding-left;
217
+ padding-right: $rte-drop-btn-action-padding-right;
218
+ }
219
+
220
+ .e-rte-font-color .e-selected-color.e-icons::before {
221
+ font-size: 12px;
222
+ position: relative;
223
+ top: -18px;
224
+ }
225
+
226
+ .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
227
+ .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
228
+ line-height: $rte-formatlists-dropdown-line-height;
229
+ @if $skin-name == 'FluentUI' {
230
+ padding: 5px;
231
+ }
232
+ }
233
+
234
+ .e-background-color.e-icons::before {
235
+ display: inline;
236
+ font-size: $rte-background-color-icon-fontsize;
237
+ }
238
+
239
+ .e-tbar-btn {
240
+
241
+ .e-order-list.e-icons,
242
+ .e-unorder-list.e-icons,
243
+ .e-icons.e-btn-icon:not(.e-caret) {
244
+ font-size: $rte-toolbar-icon-size;
245
+ }
246
+ }
247
+
248
+ &.e-active .e-tbar-btn.e-btn {
249
+ padding: $rte-active-tb-item-btn-padding;
250
+ @if $skin-name == 'FluentUI' {
251
+ border-radius: 0;
252
+ }
253
+ }
254
+ }
255
+ .e-dropdown-btn .e-rte-color-content {
256
+ padding-top: $rte-dropdown-btn-color-content-padding;
257
+ height: $rte-dropdown-btn-color-content-height;
258
+ }
259
+ }
260
+
261
+ @if $skin-name == 'bootstrap5' {
262
+ .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
263
+ padding: 0 4px;
264
+ }
265
+ }
266
+
267
+ &.e-control[class *= 'e-toolbar'] {
268
+ box-sizing: border-box;
269
+ }
270
+
271
+ .e-toolbar-extended.e-visible {
272
+ display: block;
273
+ visibility: hidden;
274
+ }
275
+
276
+ &.e-tbar-ios-fixed.e-rte-tb-fixed {
277
+ top: 0;
278
+ transform: translate3d(0, 0, 0);
279
+ }
280
+
281
+ &.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
282
+ bottom: 0;
283
+ }
284
+
285
+ &.e-rte-tb-fixed {
286
+ display: none;
287
+ left: 0;
288
+ position: fixed;
289
+ right: 0;
290
+
291
+ &.e-show {
292
+ display: block;
293
+ z-index: 101;
294
+ }
295
+ }
296
+ }
297
+
298
+ .rte-placeholder {
299
+ color: $rte-content-font-color;
300
+ line-height: $rte-placeholder-line-height;
301
+ opacity: .54;
302
+ overflow: hidden;
303
+ padding: $rte-placeholder-padding;
304
+ position: absolute;
305
+ text-align: start;
306
+ top: 0;
307
+ z-index: 1;
308
+ display: none;
309
+ }
310
+
311
+ .e-rte-content {
312
+ position: relative;
313
+ z-index: 1;
314
+ }
315
+
316
+ .e-rte-content,
317
+ .e-source-content {
318
+ /* stylelint-disable property-no-vendor-prefix */
319
+ -webkit-overflow-scrolling: touch; //iOS devices scrolling smooth
320
+ // sass-lint:enabled no-vendor-prefixes
321
+ overflow: auto;
322
+ transition: 100ms ease-out;
323
+ width: 100%;
324
+ font-size: $rte-content-font-size;
325
+
326
+ .e-content {
327
+ width: 100%;
328
+ float: left;
329
+ background: unset;
330
+ box-sizing: border-box;
331
+ height: 100%;
332
+ min-height: 100px;
333
+ outline: 0 solid transparent;
334
+ padding: $rte-content-padding;
335
+ position: relative;
336
+ text-align: inherit;
337
+ z-index: 2;
338
+ font-weight: normal; /* normal = 400 */
339
+ line-height: 1.5;
340
+ font-size: 1em;
341
+ }
342
+
343
+ .e-content p {
344
+ margin: 0 0 10px;
345
+ margin-bottom: 10px;
346
+ }
347
+
348
+ .e-content code {
349
+ background: $rte-code-background;
350
+ color: $rte-code-color;
351
+ }
352
+
353
+ .e-content li {
354
+ margin-bottom: 10px;
355
+ }
356
+
357
+ .e-content li ol,
358
+ .e-content li ul {
359
+ margin-block-start: 10px;
360
+ }
361
+
362
+ e-content ul {
363
+ list-style-type: disc;
364
+ }
365
+
366
+ .e-content ul ul,
367
+ .e-content ol ul {
368
+ list-style-type: circle;
369
+ }
370
+
371
+ .e-content ul ul ul,
372
+ .e-content ol ul ul,
373
+ .e-content ul ol ul,
374
+ .e-content ol ol ul {
375
+ list-style-type: square;
376
+ }
377
+
378
+ .e-content h1 {
379
+ font-size: 2.857em;
380
+ font-weight: 600;
381
+ line-height: 1.2;
382
+ margin: 10px 0;
383
+ }
384
+
385
+ .e-content h2 {
386
+ font-size: 2.285em;
387
+ font-weight: 600;
388
+ line-height: 1.2;
389
+ margin: 10px 0;
390
+ }
391
+
392
+ .e-content h3 {
393
+ font-size: 2em;
394
+ font-weight: 600;
395
+ line-height: 1.2;
396
+ margin: 10px 0;
397
+ }
398
+
399
+ .e-content h4 {
400
+ font-size: 1.714em;
401
+ font-weight: 600;
402
+ line-height: 1.2;
403
+ margin: 10px 0;
404
+ }
405
+
406
+ .e-content h5 {
407
+ font-size: 1.428em;
408
+ font-weight: 600;
409
+ line-height: 1.2;
410
+ margin: 10px 0;
411
+ }
412
+
413
+ .e-content h6 {
414
+ font-size: 1.142em;
415
+ line-height: 600;
416
+ line-height: 1.5;
417
+ margin: 10px 0;
418
+ }
419
+
420
+ .e-content blockquote {
421
+ margin: 10px 0;
422
+ margin-left: 0;
423
+ padding-left: 12px;
424
+ }
425
+
426
+ .e-content table {
427
+ margin-bottom: 10px;
428
+ border-collapse: collapse;
429
+ empty-cells: show;
430
+ }
431
+
432
+ .e-content pre {
433
+ background-color: $rte-content-pre-background;
434
+ border: 0;
435
+ border-radius: 0;
436
+ color: $rte-content-color;
437
+ font-size: inherit;
438
+ line-height: inherit;
439
+ margin: 0 0 10px;
440
+ overflow: visible;
441
+ padding: 0;
442
+ white-space: pre-wrap;
443
+ word-break: inherit;
444
+ word-wrap: break-word;
445
+
446
+ @if $skin-name == 'fluent2' or $theme-name == 'fluent2-highcontrast' or $skin-name == 'fluent2-dark' {
447
+ background-color: $rte-pre-bg-color;
448
+ }
449
+ }
450
+
451
+ .e-content strong,
452
+ .e-content b {
453
+ font-weight: bold;
454
+ }
455
+
456
+ .e-content a {
457
+ text-decoration: none;
458
+ user-select: auto;
459
+ }
460
+
461
+ .e-content a:hover {
462
+ text-decoration: underline;
463
+ }
464
+
465
+ .e-content p:last-child,
466
+ .e-content pre:last-child,
467
+ .e-content blockquote:last-child {
468
+ margin-bottom: 0;
469
+ }
470
+
471
+ .e-content h3 + h4,
472
+ .e-content h4 + h5,
473
+ .e-content h5 + h6 {
474
+ margin-top: .6em;
475
+ }
476
+
477
+ .e-content ul:last-child {
478
+ margin-bottom: 0;
479
+ }
480
+
481
+ .e-content table.e-cell-select {
482
+ position: relative;
483
+ }
484
+
485
+ .e-content table.e-cell-select::after {
486
+ content: '';
487
+ position: absolute;
488
+ top: 0;
489
+ left: 0;
490
+ right: 0;
491
+ bottom: 0;
492
+ border: 2px solid $rte-table-select-border-color;
493
+ pointer-events: none;
494
+ }
495
+
496
+ .e-content table td.e-cell-select.e-multi-cells-select,
497
+ .e-content table th.e-cell-select.e-multi-cells-select {
498
+ border: 1px double $rte-table-select-border-color;
499
+ position: relative;
500
+ }
501
+
502
+ .e-content table td.e-cell-select.e-multi-cells-select::after,
503
+ .e-content table th.e-cell-select.e-multi-cells-select::after {
504
+ background-color: $rte-table-multicell-select-bg-color;
505
+ content: '';
506
+ position: absolute;
507
+ top: 0;
508
+ left: 0;
509
+ width: 100%;
510
+ height: 100%;
511
+ bottom: 0;
512
+ pointer-events: none;
513
+ right: 0;
514
+ }
515
+ .e-content table td.e-multi-cells-select ::selection,
516
+ .e-content table th.e-multi-cells-select ::selection {
517
+ background-color: transparent;
518
+ }
519
+ .e-content table td.e-multi-cells-select,
520
+ .e-content table th.e-multi-cells-select {
521
+ user-select: none;
522
+ }
523
+ }
524
+
525
+ .e-rte-character-count {
526
+ bottom: 0;
527
+ color: $rte-default-character-count-color;
528
+ font-size: 14px;
529
+ margin-right: 30px;
530
+ opacity: $rte-default-character-count-opacity;
531
+ padding-bottom: 2px;
532
+ position: absolute;
533
+ right: 0;
534
+ z-index: 100;
535
+ pointer-events: none;
536
+
537
+ &.e-warning {
538
+ color: $rte-warning-character-count-color;
539
+ opacity: unset;
540
+ }
541
+
542
+ &.e-error {
543
+ color: $rte-error-character-count-color;
544
+ opacity: unset;
545
+ }
546
+ }
547
+
548
+ .e-rte-srctextarea {
549
+ background-color: transparent;
550
+ border: 0;
551
+ color: $rte-content-color;
552
+ height: 100%;
553
+ line-height: 22px;
554
+ overflow: auto;
555
+ padding: 16px;
556
+ resize: none;
557
+ transition: 100ms ease-out;
558
+ width: 100%;
559
+ }
560
+
561
+ .e-resize-handle {
562
+ height: $rte-resize-handler-height;
563
+ position: absolute;
564
+ width: $rte-resize-handler-width;
565
+
566
+ &.e-south-east {
567
+ bottom: $rte-resize-handler-position;
568
+ cursor: nwse-resize;
569
+ right: $rte-resize-handler-position;
570
+ z-index: 100;
571
+ }
572
+
573
+ &.e-south-west {
574
+ bottom: $rte-resize-handler-position;
575
+ cursor: sw-resize;
576
+ left: $rte-resize-handler-position;
577
+ transform: rotate(90deg);
578
+ z-index: 100;
579
+ }
580
+ }
581
+
582
+ &.e-rtl {
583
+
584
+ &.e-rte-resize {
585
+ float: right;
586
+ }
587
+
588
+ .e-resize-handle.e-south-west {
589
+ direction: ltr;
590
+ text-align: initial;
591
+ }
592
+ }
593
+
594
+ &.e-rte-tb-expand {
595
+ &.e-rte-fixed-tb-expand {
596
+ transition: none;
597
+ }
598
+ }
599
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
600
+ padding: $rte-extended-toolbar-items-padding;
601
+ }
602
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
603
+ background: $rte-expand-tbar-hover-bg;
604
+ }
605
+ .e-toolbar .e-toolbar-item .e-tbar-btn,
606
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn{
607
+ font-size: $rte-tbar-icon-size;
608
+ }
609
+ .e-clickelem::after,
610
+ .e-video-clickelem::after {
611
+ left: 0;
612
+ right: 0;
613
+ z-index: 1;
614
+ }
615
+ .e-clickelem::before,
616
+ .e-video-clickelem::before {
617
+ left: 0;
618
+ right: 0;
619
+ z-index: 1;
620
+ }
621
+ .e-clickelem::before {
622
+ bottom: 70%;
623
+ top: 0;
624
+ }
625
+ .e-clickelem::after {
626
+ bottom: 0;
627
+ top: 70%;
628
+ }
629
+ .e-video-clickelem::before {
630
+ bottom: 85%;
631
+ top: 0;
632
+ }
633
+ .e-video-clickelem::after {
634
+ bottom: 0;
635
+ top: 90%;
636
+ }
637
+
638
+ .e-audio-wrap,
639
+ .e-embed-video-wrap {
640
+ display: inline-block;
641
+ }
642
+
643
+ .e-clickelem,
644
+ .e-video-clickelem {
645
+ display: block;
646
+ margin: 0;
647
+ outline: none;
648
+ padding: 0;
649
+ position: relative;
650
+ }
651
+
652
+ .e-clickelem::after,
653
+ .e-video-clickelem::after {
654
+ background: transparent;
655
+ content: '';
656
+ cursor: default;
657
+ display: block;
658
+ position: absolute;
659
+ }
660
+
661
+ .e-clickelem::before,
662
+ .e-video-clickelem::before {
663
+ background: transparent;
664
+ content: '';
665
+ cursor: default;
666
+ display: block;
667
+ position: absolute;
668
+ }
669
+
670
+ .e-videoheader,
671
+ .e-embed-videoheader,
672
+ .e-video-url-wrap {
673
+ padding-bottom: 5px;
674
+ padding-top: 15px;
675
+ }
676
+
677
+ .e-video-url-wrap .e-radio-wrapper {
678
+ padding: 5px;
679
+ }
680
+
681
+ .e-video-url-wrap textarea {
682
+ height: 80px;
683
+ }
684
+
685
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop,.e-rte-fontcolor-dropdown .e-caret,.e-rte-backgroundcolor-dropdown .e-caret, .e-rte-numberformatlist-dropdown .e-caret,.e-rte-bulletformatlist-dropdown .e-caret){
686
+ padding-left: 9px;
687
+ }
688
+ .e-toolbar-item .e-caret:not(.e-toolbar-pop,.e-rte-fontcolor-dropdown .e-caret,.e-rte-backgroundcolor-dropdown .e-caret, .e-rte-numberformatlist-dropdown .e-caret,.e-rte-bulletformatlist-dropdown .e-caret){
689
+ padding-left: 9px;
690
+ }
691
+ }
692
+
693
+ .e-rte-quick-toolbar .e-toolbar-item .e-caret:not(.e-toolbar-pop,.e-rte-fontcolor-dropdown .e-caret,.e-rte-backgroundcolor-dropdown .e-caret, .e-rte-numberformatlist-dropdown .e-caret,.e-rte-bulletformatlist-dropdown .e-caret){
694
+ padding-left: 9px;
695
+ }
696
+
697
+ .e-rte-linkcontent .e-rte-label {
698
+ padding-top: $rte-insert-dialog-label-padding-top;
699
+ }
700
+
701
+ .e-rte-label label {
702
+ font-weight: normal;
703
+ }
704
+
705
+ .e-rte-linkcontent .e-rte-label:first-child {
706
+ padding-top: 0;
707
+ }
708
+
709
+ .e-rte-dropdown-popup {
710
+
711
+ &.e-rte-inline-dropdown {
712
+
713
+ @media screen and (max-width: 768px) {
714
+ ul {
715
+ padding: 7px 0;
716
+
717
+ li.e-item {
718
+ height: 34px;
719
+ line-height: 34px;
720
+ padding: 0 6.5px;
721
+ }
722
+
723
+ .e-item .e-menu-icon {
724
+ float: none;
725
+ }
726
+ }
727
+ }
728
+
729
+ &.e-rte-dropdown-icons.e-dropdown-popup {
730
+
731
+ @media screen and (max-width: 768px) {
732
+ max-height: 280px;
733
+
734
+ ul {
735
+ display: inline-flex;
736
+ }
737
+ }
738
+ }
739
+ }
740
+
741
+ ul {
742
+ min-width: 82px;
743
+
744
+ .e-item {
745
+
746
+ .e-menu-icon {
747
+ margin: 0 6px;
748
+ width: auto;
749
+ }
750
+
751
+ &.e-h1 {
752
+ font-size: 2em;
753
+ font-weight: bold;
754
+ height: 40px;
755
+ @if $skin-name =='fluent2' {
756
+ line-height: 25px;
757
+ }
758
+ @else {
759
+ line-height: 40px;
760
+ }
761
+ }
762
+
763
+ &.e-code{
764
+ font-family: monospace;
765
+ unicode-bidi: isolate;
766
+ white-space: pre;
767
+ }
768
+
769
+ &.e-h2 {
770
+ font-size: 1.5em;
771
+ font-weight: bold;
772
+ height: 40px;
773
+ @if $skin-name =='fluent2' {
774
+ line-height: 25px;
775
+ }
776
+ @else {
777
+ line-height: 40px;
778
+ }
779
+ }
780
+
781
+ &.e-h3 {
782
+ font-size: 1.16em;
783
+ font-weight: bold;
784
+ }
785
+
786
+ &.e-h4 {
787
+ font-size: 1em;
788
+ font-weight: bold;
789
+ }
790
+
791
+ &.e-h5 {
792
+ font-size: .83em;
793
+ font-weight: bold;
794
+ }
795
+
796
+ &.e-h6 {
797
+ font-size: .7em;
798
+ font-weight: bold;
799
+ }
800
+
801
+ &.e-segoe-ui {
802
+ font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
803
+ }
804
+
805
+ &.e-arial {
806
+ font-family: 'Arial', 'Helvetica', sans-serif;
807
+ }
808
+
809
+ &.e-courier-new {
810
+ font-family: 'Courier New', 'Courier', monospace;
811
+ }
812
+
813
+ &.e-georgia {
814
+ font-family: 'Georgia', 'Times New Roman', 'Times', serif;
815
+ }
816
+
817
+ &.e-helvetica-neue {
818
+ font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
819
+ }
820
+
821
+ &.e-impact {
822
+ font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
823
+ }
824
+
825
+ &.e-lucida-console {
826
+ font-family: 'Lucida Console', 'Monaco', monospace;
827
+ }
828
+
829
+ &.e-tahoma {
830
+ font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
831
+ }
832
+
833
+ &.e-times-new-roman {
834
+ font-family: 'Times New Roman', 'Times', serif;
835
+ }
836
+
837
+ &.e-trebuchet-ms {
838
+ font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
839
+ }
840
+
841
+ &.e-verdana {
842
+ font-family: 'Verdana', 'Geneva', 'Tahoma', sans-serif;
843
+ }
844
+
845
+ &.e-roboto {
846
+ font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif;
847
+ }
848
+ }
849
+ }
850
+
851
+ &.e-rte-dropdown-icons {
852
+
853
+ ul {
854
+ min-width: auto;
855
+ }
856
+
857
+ @media screen and (max-width: 768px) {
858
+
859
+ ul {
860
+ min-width: 30px;
861
+ }
862
+ }
863
+ }
864
+
865
+ &.e-rtl {
866
+ ul .e-item .e-menu-icon {
867
+ margin: 0 6px;
868
+ }
869
+ }
870
+ }
871
+
872
+ .e-rte-image.e-imgbreak,
873
+ .e-rte-audio.e-audio-break,
874
+ .e-rte-video.e-video-break {
875
+ border: 0;
876
+ cursor: pointer;
877
+ display: block;
878
+ float: none;
879
+ max-width: 100%;
880
+ padding: 1px;
881
+ position: relative;
882
+ }
883
+
884
+ .e-rte-image,
885
+ .e-rte-audio,
886
+ .e-rte-video {
887
+ border: 0;
888
+ cursor: pointer;
889
+ display: block;
890
+ float: none;
891
+ margin: auto;
892
+ max-width: 100%;
893
+ position: relative;
894
+ }
895
+
896
+ .e-rte-image.e-imginline,
897
+ .e-rte-audio.e-audio-inline,
898
+ .e-rte-video.e-video-inline {
899
+ margin-left: 5px;
900
+ margin-right: 5px;
901
+ display: inline-block;
902
+ float: none;
903
+ max-width: 100%;
904
+ padding: 1px;
905
+ vertical-align: bottom;
906
+ }
907
+
908
+ .e-rte-image.e-imgcenter,
909
+ .e-rte-video.e-video-center {
910
+ cursor: pointer;
911
+ display: block;
912
+ float: none;
913
+ margin: 5px auto;
914
+ max-width: 100%;
915
+ position: relative;
916
+ }
917
+
918
+ .e-rte-image.e-imgleft,
919
+ .e-rte-video.e-video-left {
920
+ float: left;
921
+ margin: 0 auto;
922
+ margin-right: 5px;
923
+ text-align: left;
924
+ }
925
+
926
+ .e-rte-image.e-imgright,
927
+ .e-rte-video.e-video-right {
928
+ float: right;
929
+ margin: 0 auto;
930
+ margin-left: 5px;
931
+ text-align: right;
932
+ }
933
+
934
+ .e-rte-img-popup .e-item {
935
+ height: 106px;
936
+ width: 300px;
937
+ }
938
+
939
+ .e-rte-img-caption {
940
+ display: inline-block;
941
+ margin: 5px auto;
942
+ max-width: 100%;
943
+ position: relative;
944
+ }
945
+
946
+ .e-rte-img-caption.e-caption-inline {
947
+ display: inline-block;
948
+ margin: 5px auto;
949
+ margin-left: 5px;
950
+ margin-right: 5px;
951
+ max-width: calc(100% - (2 * 5px));
952
+ position: relative;
953
+ text-align: center;
954
+ vertical-align: bottom;
955
+ }
956
+
957
+ .e-rte-img-caption.e-imgcenter {
958
+ display: contents;
959
+ margin-left: auto;
960
+ margin-right: auto;
961
+ }
962
+
963
+ .e-rte-img-caption.e-imgright {
964
+ display: contents;
965
+ margin-left: auto;
966
+ margin-right: 0;
967
+ }
968
+
969
+ .e-rte-img-caption.e-imgleft {
970
+ display: contents;
971
+ margin-left: 0;
972
+ margin-right: auto;
973
+ }
974
+
975
+ .e-rte-img-caption .e-rte-image.e-imgright {
976
+ margin-left: auto;
977
+ margin-right: 0;
978
+ }
979
+
980
+ .e-rte-img-caption .e-rte-image.e-imgleft {
981
+ margin: 0;
982
+ }
983
+
984
+ .e-img-caption.e-rte-img-caption.e-imgbreak {
985
+ display: contents;
986
+ }
987
+
988
+ .e-rte-table td,
989
+ .e-rte-table th {
990
+ border: 1px solid $rte-table-border-color;
991
+ height: 20px;
992
+ min-width: 20px;
993
+ padding: 2px 5px;
994
+ box-sizing: border-box;
995
+ }
996
+
997
+ .e-rte-table.e-dashed-border td,
998
+ .e-rte-table.e-dashed-border th {
999
+ border-style: dashed;
1000
+ }
1001
+
1002
+ .e-rte-img-caption .e-img-inner {
1003
+ box-sizing: border-box;
1004
+ display: block;
1005
+ font-size: $rte-toolbar-icon-size;
1006
+ font-weight: initial;
1007
+ margin: auto;
1008
+ opacity: .9;
1009
+ position: relative;
1010
+ text-align: center;
1011
+ width: 100%;
1012
+ }
1013
+
1014
+ .e-rte-img-caption.e-imgleft .e-img-inner {
1015
+ float: left;
1016
+ text-align: left;
1017
+ }
1018
+
1019
+ .e-rte-img-caption.e-imgright .e-img-inner {
1020
+ float: right;
1021
+ text-align: right;
1022
+ }
1023
+
1024
+ .e-rte-img-caption.e-imgleft .e-img-wrap,
1025
+ .e-rte-img-caption.e-imgright .e-img-wrap {
1026
+ display: contents;
1027
+ }
1028
+
1029
+ .e-rte-img-caption .e-img-wrap {
1030
+ display: inline-block;
1031
+ margin: auto;
1032
+ padding: 0;
1033
+ width: 100%;
1034
+ }
1035
+
1036
+ .e-rte-img-dialog .e-rte-label {
1037
+ padding-top: $rte-insert-dialog-label-padding-top;
1038
+ }
1039
+
1040
+ .e-rte-img-dialog .e-rte-label:first-child {
1041
+ padding-top: 0;
1042
+ }
1043
+
1044
+ .e-rte-video-dialog .e-rte-label {
1045
+ padding-top: $rte-insert-dialog-label-padding-top;
1046
+ }
1047
+
1048
+ .e-rte-video-dialog .e-rte-label:first-child {
1049
+ padding-top: 0;
1050
+ }
1051
+
1052
+ .e-rte-table-resize.e-row-resize,
1053
+ .e-rte-table-resize.e-column-resize {
1054
+ background-color: transparent;
1055
+ background-repeat: repeat;
1056
+ bottom: 0;
1057
+ cursor: col-resize;
1058
+ height: 1px;
1059
+ overflow: visible;
1060
+ position: absolute;
1061
+ width: 1px;
1062
+ }
1063
+
1064
+ .e-rte-table-resize.e-row-resize {
1065
+ cursor: row-resize;
1066
+ height: 1px;
1067
+ }
1068
+
1069
+ .e-richtexteditor,
1070
+ .e-rte-elements {
1071
+ .e-linkheader,
1072
+ .e-audioheader,
1073
+ .e-videoheader,
1074
+ .e-video-url-wrap {
1075
+ font-family: $rte-font-family;
1076
+ font-size: $rte-insert-dialog-font-size;
1077
+ opacity: .87;
1078
+ padding-bottom: $rte-insert-dialog-label-padding-bottom;
1079
+ padding-top: $rte-insert-dialog-label-padding-top;
1080
+ }
1081
+
1082
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1083
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1084
+ padding: $rte-toolbar-expaned-padding;
1085
+ }
1086
+
1087
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1088
+ min-width: $rte-toolbar-expaned-minwidth;
1089
+ }
1090
+
1091
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1092
+ padding: $rte-toolbar-expaned-padding-hover;
1093
+ }
1094
+
1095
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1096
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1097
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1098
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1099
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1100
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1101
+ margin-top: 0;
1102
+ }
1103
+
1104
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1105
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1106
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1107
+ margin-right: 30px;
1108
+ }
1109
+
1110
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1111
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1112
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1113
+ border-bottom: 0 solid transparent;
1114
+ min-height: initial;
1115
+ }
1116
+
1117
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1118
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1119
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1120
+ margin-left: 0;
1121
+ margin-right: 0;
1122
+ }
1123
+
1124
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
1125
+ .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
1126
+ .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files {
1127
+ border-top: 0 solid transparent;
1128
+ }
1129
+
1130
+ .e-img-uploadwrap.e-droparea .e-file-select-wrap,
1131
+ .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
1132
+ .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
1133
+ display: none;
1134
+ }
1135
+
1136
+ .e-img-uploadwrap.e-droparea .e-upload,
1137
+ .e-aud-uploadwrap.e-droparea .e-upload,
1138
+ .e-vid-uploadwrap.e-droparea .e-upload {
1139
+ border: 0 solid transparent;
1140
+ float: none;
1141
+ }
1142
+
1143
+ .e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1144
+ margin-right: $rte-img-upload-abort-icon-btn-margin-right;
1145
+ margin-top: $rte-img-upload-abort-icon-btn-margin-top;
1146
+ }
1147
+
1148
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
1149
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
1150
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
1151
+ display: block;
1152
+ height: $rte-droparea-browsebtn-height;
1153
+ margin: 0 auto 10px;
1154
+ padding: $rte-droparea-browsebtn-padding;
1155
+ position: relative;
1156
+ top: 6px;
1157
+ @if $skin-name == 'FluentUI' {
1158
+ outline: none;
1159
+ }
1160
+ }
1161
+
1162
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
1163
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
1164
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1165
+ display: none;
1166
+ }
1167
+
1168
+ .e-dialog .e-img-uploadwrap.e-droparea,
1169
+ .e-dialog .e-aud-uploadwrap.e-droparea,
1170
+ .e-dialog .e-vid-uploadwrap.e-droparea {
1171
+ line-height: $rte-droparea-line-height;
1172
+ min-height: 50px;
1173
+ position: relative;
1174
+ }
1175
+
1176
+ .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1177
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1178
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
1179
+ display: inline-block;
1180
+ line-height: normal;
1181
+ }
1182
+
1183
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1184
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1185
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
1186
+ line-height: 4;
1187
+ }
1188
+
1189
+ .e-rte-inline-dropdown ul {
1190
+ max-height: 200px;
1191
+ overflow-y: auto;
1192
+ }
1193
+
1194
+ .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1195
+ max-height: 280px;
1196
+ overflow-y: auto;
1197
+ }
1198
+
1199
+ .e-dropdown-btn.e-rte-backgroundcolor-dropdown,
1200
+ .e-dropdown-btn.e-rte-fontcolor-dropdown,
1201
+ .e-dropdown-btn.e-rte-numberformatlist-dropdown,
1202
+ .e-dropdown-btn.e-rte-bulletformatlist-dropdown {
1203
+ line-height: $rte-inline-dropdown-line-height;
1204
+ }
1205
+
1206
+ .e-rte-table-popup.e-popup.e-popup-open {
1207
+ border-radius: $rte-table-popup-bdr-radius;
1208
+ box-shadow: $rte-table-popup-box;
1209
+ font-size: 14px;
1210
+ font-weight: normal;
1211
+ min-width: 120px;
1212
+ overflow: hidden;
1213
+ padding: $rte-table-popup-padding;
1214
+ border: $rte-table-popup-border;
1215
+ }
1216
+
1217
+ .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1218
+ border: $rte-table-span-border;
1219
+ display: inline-block;
1220
+ height: $rte-table-popup-tablecell-height;
1221
+ margin: $rte-table-popup-tablecell-margin;
1222
+ overflow: hidden;
1223
+ vertical-align: top;
1224
+ width: $rte-table-popup-tablecell-width;
1225
+ }
1226
+
1227
+ .e-rte-table-popup.e-popup-open .e-rte-table-row {
1228
+ height: $rte-table-popup-row-height;
1229
+ }
1230
+
1231
+ .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1232
+ width: 100%;
1233
+ }
1234
+
1235
+ .e-rte-edit-table .e-rte-field {
1236
+ padding-top: $rte-insert-dialog-label-padding-top;
1237
+ }
1238
+
1239
+ .e-rte-edit-table .e-rte-field:first-child {
1240
+ padding-top: 0;
1241
+ }
1242
+
1243
+ .e-table-fake-selection {
1244
+ visibility: hidden;
1245
+ content: '\u200B';
1246
+ position: fixed;
1247
+ top: 0;
1248
+ left: -9999px;
1249
+ }
1250
+
1251
+ .e-rte-content .e-content table td.e-cell-select,
1252
+ .e-rte-content .e-content table th.e-cell-select {
1253
+ border: 1px double $rte-table-select-border-color;
1254
+ height: inherit;
1255
+ }
1256
+
1257
+ span.e-table-box {
1258
+ cursor: nwse-resize;
1259
+ display: block;
1260
+ height: 10px;
1261
+ position: absolute;
1262
+ width: 10px;
1263
+
1264
+ &.e-hide {
1265
+ display: none;
1266
+ }
1267
+ }
1268
+
1269
+ span.e-table-box.e-rmob {
1270
+ height: 14px;
1271
+ width: 14px;
1272
+ }
1273
+
1274
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1275
+ margin-right: 50px;
1276
+ }
1277
+
1278
+ .e-rte-upload-popup {
1279
+ width: 250px;
1280
+ }
1281
+
1282
+ .e-rte-dialog-upload .e-upload-files {
1283
+ border-top: 0;
1284
+ }
1285
+
1286
+ .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1287
+ border-bottom: 0;
1288
+ }
1289
+
1290
+ .e-rte-emojipicker-popup.e-popup.e-popup-open {
1291
+ border: $rte-emoji-pop-border;
1292
+ min-width: 120px;
1293
+ height: 330px;
1294
+ width: 308px;
1295
+
1296
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1297
+ padding: 7px 3px;
1298
+ border-radius: 4px;
1299
+
1300
+ @if $skin-name =='bootstrap' or $skin-name =='botstrap-dark' {
1301
+ &:hover,
1302
+ &:focus{
1303
+ padding: 7px 3px;
1304
+ }
1305
+ }
1306
+
1307
+ @if $skin-name =='material' or $skin-name =='material-dark' {
1308
+ padding: 0 6px;
1309
+ }
1310
+
1311
+ .e-tbar-btn-text {
1312
+ @if $skin-name =='fluent2' {
1313
+ font-size: 16px;
1314
+ }
1315
+ @else {
1316
+ font-size: 24px;
1317
+ }
1318
+ padding: 0;
1319
+ }
1320
+ }
1321
+
1322
+ .e-input-group.e-control-wrapper {
1323
+ margin: 10px;
1324
+ width: 94%;
1325
+
1326
+ .e-rte-emoji-search {
1327
+ @if $skin-name =='material' or $skin-name =='material-dark' or $skin-name =='material3' or $skin-name =='material3-dark' {
1328
+ text-indent: 4px;
1329
+ }
1330
+ }
1331
+ }
1332
+
1333
+ .e-rte-emojipicker-btn {
1334
+ display: block;
1335
+ gap: 10px;
1336
+ height: $rte-emoji-btn-height;
1337
+ overflow: auto;
1338
+ padding: 10px;
1339
+
1340
+ .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1341
+ display: grid;
1342
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1343
+ gap: 6px;
1344
+
1345
+ .e-btn.e-control {
1346
+ display: inline-block;
1347
+ box-shadow: none;
1348
+ padding: 6px 0;
1349
+ width: $rte-emoji-grp-btn-width;
1350
+ height: $rte-emoji-grp-btn-height;
1351
+ border: none;
1352
+ line-height: $rte-emoji-grp-btn-line-height;
1353
+ @if $skin-name =='fluent2' {
1354
+ font-size: 16px;
1355
+ }
1356
+ @else {
1357
+ font-size: 24px;
1358
+ }
1359
+ }
1360
+ }
1361
+
1362
+ .e-rte-emojisearch-btn {
1363
+ display: grid;
1364
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1365
+ gap: 6px;
1366
+ height: 0;
1367
+
1368
+ .e-btn.e-control {
1369
+ display: inline-block;
1370
+ box-shadow: none;
1371
+ font-size: 24px;
1372
+ padding: 6px 0;
1373
+ width: 40px;
1374
+ height: 40px;
1375
+ border: none;
1376
+ line-height: $rte-emoji-grp-btn-line-height;
1377
+ }
1378
+ }
1379
+
1380
+ .e-rte-emojipicker-group .e-rte-emojipicker-name {
1381
+ font-weight: $rte-emoji-headname-font-weight;
1382
+ font-size: 14px;
1383
+ }
1384
+
1385
+ .e-rte-emojiSearch-noEmoji {
1386
+ text-align: center;
1387
+ }
1388
+ }
1389
+ }
1390
+ }
1391
+
1392
+ .e-rte-backgroundcolor-colorpicker,
1393
+ .e-rte-fontcolor-colorpicker {
1394
+ & .e-color-palette.e-container {
1395
+ & .e-custom-palette .e-palette {
1396
+ padding: 0;
1397
+ }
1398
+
1399
+ & .e-switch-ctrl-btn {
1400
+ padding: 5px;
1401
+ }
1402
+ }
1403
+ }
1404
+
1405
+ .e-rte-quick-popup {
1406
+ border-radius: 2px;
1407
+ overflow: hidden;
1408
+
1409
+ .e-rte-quick-toolbar {
1410
+ border-radius: 2px;
1411
+ min-height: 42px;
1412
+
1413
+ .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1414
+ white-space: nowrap;
1415
+ display: inline-block;
1416
+ }
1417
+
1418
+ &.e-remove-white-space {
1419
+
1420
+ .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1421
+ white-space: nowrap;
1422
+ }
1423
+ }
1424
+
1425
+ .e-toolbar-items:not(.e-tbar-pos) {
1426
+ border-radius: 2px;
1427
+ margin: $rte-quick-toolbar-item-margin;
1428
+ min-height: 42px;
1429
+
1430
+ .e-toolbar-item.e-rte-horizontal-separator,
1431
+ .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1432
+ display: block;
1433
+ height: 1px;
1434
+ margin: 0;
1435
+ min-height: 1px;
1436
+ }
1437
+
1438
+ .e-toolbar-item {
1439
+ margin: $rte-toolbar-item-frist-last-child-margin;
1440
+ min-height: 42px;
1441
+
1442
+ &:first-child,
1443
+ &:last-child {
1444
+ margin: 0;
1445
+ }
1446
+
1447
+ .e-tbar-btn:not(.e-rte-dropdown-btn) {
1448
+ line-height: $rte-qt-item-btn-line-height;
1449
+ }
1450
+
1451
+ .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1452
+ min-width: $rte-quick-item-icon-min-width;
1453
+ }
1454
+ }
1455
+
1456
+ .e-toolbar-item .e-btn,
1457
+ .e-toolbar-item .e-btn:hover {
1458
+ min-height: $rte-quick-item-btn-height;
1459
+ min-width: $rte-quick-item-btn-width;
1460
+ padding: $rte-quick-item-padding;
1461
+ @if $skin-name == 'FluentUI' {
1462
+ padding-left: $rte-quick-item-padding-left;
1463
+ padding-right: $rte-quick-item-padding-right;
1464
+ }
1465
+ }
1466
+ }
1467
+
1468
+ .e-tbar-btn {
1469
+ .e-icons.e-btn-icon:not(.e-caret) {
1470
+ font-size: $rte-toolbar-icon-size;
1471
+ }
1472
+ }
1473
+
1474
+ .e-background-color.e-icons::before {
1475
+ display: inline;
1476
+ }
1477
+
1478
+ .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1479
+ .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1480
+ .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1481
+ .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1482
+ font-size: 10px;
1483
+ }
1484
+ &.e-rte-toolbar.e-toolbar {
1485
+ box-sizing: border-box;
1486
+ }
1487
+ }
1488
+
1489
+ .e-rte-dropdown-btn.e-tbar-btn {
1490
+ line-height: $rte-quick-drop-btn-line-height;
1491
+ margin: $rte-quick-drop-btn-margin;
1492
+ padding: $rte-quick-drop-btn-padding;
1493
+
1494
+ .e-rte-dropdown-btn-text {
1495
+ font-weight: 500;
1496
+ overflow: hidden;
1497
+ text-overflow: ellipsis;
1498
+ white-space: nowrap;
1499
+ }
1500
+
1501
+ .e-order-list.e-icons,
1502
+ .e-unorder-list.e-icons,
1503
+ .e-icons:not(.e-caret) {
1504
+ font-size: 14px;
1505
+ }
1506
+
1507
+ .e-caret {
1508
+ font-size: $rte-quick-drop-btn-caret-font-size;
1509
+ width: 12px;
1510
+ }
1511
+ }
1512
+
1513
+ &.e-hide {
1514
+ display: block;
1515
+ visibility: hidden;
1516
+ }
1517
+ }
1518
+
1519
+ .e-rte-quick-popup.e-rte-inline-popup {
1520
+ .e-rte-quick-toolbar {
1521
+ .e-toolbar-item {
1522
+ &.e-rte-inline-template {
1523
+ min-width: $rte-inline-tmp-min-width;
1524
+ }
1525
+
1526
+ &.e-rte-inline-size-template {
1527
+ min-width: $rte-inline-tmp-size-min-width;
1528
+ }
1529
+
1530
+ &.e-rte-inline-color-template {
1531
+ min-width: $rte-inline-tmp-color-min-width;
1532
+ }
1533
+ }
1534
+ }
1535
+ }
1536
+
1537
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
1538
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1539
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1540
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1541
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1542
+ @if $skin-name == 'FluentUI' {
1543
+ .e-btn-icon.e-icons.e-caret {
1544
+ padding-top: 0;
1545
+ }
1546
+ }
1547
+ }
1548
+ }
1549
+
1550
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1551
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1552
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1553
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1554
+
1555
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1556
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1557
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1558
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1559
+ display: flex;
1560
+ padding-left: $rte-colorpicker-parent-padding;
1561
+ padding-right: $rte-colorpicker-parent-padding;
1562
+ @if $skin-name == 'FluentUI' {
1563
+ padding-top: $rte-colorpicker-parent-padding-top;
1564
+ }
1565
+
1566
+ &:hover,
1567
+ &:active,
1568
+ &.e-active,
1569
+ &.e-active:hover {
1570
+ padding-left: $rte-colorpicker-parent-padding-hover;
1571
+ padding-right: $rte-colorpicker-parent-padding-hover;
1572
+ @if $skin-name == 'FluentUI' {
1573
+ padding-top: $rte-colorpicker-parent-padding-hover-top;
1574
+ }
1575
+ }
1576
+
1577
+ .e-rte-color-content,
1578
+ .e-rte-list-primary-content {
1579
+ position: relative;
1580
+ vertical-align: middle;
1581
+ width: $rte-font-icon-width;
1582
+ }
1583
+
1584
+ .e-rte-color-content {
1585
+ .e-rte-elements {
1586
+ border-bottom-style: solid;
1587
+ border-bottom-width: 3px;
1588
+ padding-bottom: 1px;
1589
+ }
1590
+ }
1591
+
1592
+ .e-rte-list-primary-content .e-order-list,
1593
+ &.e-active .e-rte-list-primary-content .e-order-list,
1594
+ .e-rte-list-primary-content .e-unorder-list,
1595
+ &.e-active .e-rte-list-primary-content .e-unorder-list {
1596
+ line-height: $rte-split-btn-active-color-icon-line-height;
1597
+ }
1598
+
1599
+ .e-rte-color-content::after {
1600
+ content: '';
1601
+ height: 100%;
1602
+ position: absolute;
1603
+ right: 0;
1604
+ width: $rte-split-btn-bar-size;
1605
+ }
1606
+
1607
+ .e-icons.e-btn-icon {
1608
+ display: flex;
1609
+ flex-direction: $rte-list-btn-flex;
1610
+ justify-content: center;
1611
+ line-height: $rte-list-btn-line-height;
1612
+ min-width: $rte-font-arrow-width;
1613
+ text-align: center;
1614
+ width: $rte-font-arrow-width;
1615
+ }
1616
+
1617
+ @if $skin-name == 'bootstrap5' {
1618
+
1619
+ .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop) {
1620
+ padding-left: 0;
1621
+ padding-right: 0;
1622
+ }
1623
+ }
1624
+ }
1625
+
1626
+ .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret {
1627
+ font-size: $rte-dropdown-caret-icon-size;
1628
+
1629
+ @if $skin-name == 'bootstrap5' {
1630
+ &:not(.e-toolbar-pop) {
1631
+ font-size: 12px;
1632
+ }
1633
+ }
1634
+ }
1635
+ @if $skin-name == 'bootstrap5' {
1636
+ .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
1637
+ min-width: $rte-align-caret-icon-min-width;
1638
+ }
1639
+ }
1640
+
1641
+ @if $skin-name == 'FluentUI' {
1642
+ .e-dropdown-btn:focus,
1643
+ .e-dropdown-btn.e-btn:focus {
1644
+ box-shadow: none;
1645
+ }
1646
+ }
1647
+ }
1648
+
1649
+ .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
1650
+ border-bottom-style: solid;
1651
+ border-bottom-width: 3px;
1652
+ line-height: $rte-font-icon-line-height;
1653
+ padding-bottom: 1px;
1654
+ }
1655
+
1656
+ .e-popup-modal.e-popup.e-popup-open {
1657
+ display: inline-flex;
1658
+ }
1659
+
1660
+ .e-rte-modal-popup.e-popup-container.e-center {
1661
+ justify-content: center;
1662
+ }
1663
+
1664
+ .e-rte-modal-popup.e-popup-container {
1665
+ align-items: center;
1666
+ display: none;
1667
+ height: 100%;
1668
+ left: 0;
1669
+ position: fixed;
1670
+ top: 0;
1671
+ width: 100%;
1672
+ z-index: 10000;
1673
+ }
1674
+
1675
+ .e-popup-overlay {
1676
+ height: 100%;
1677
+ left: 0;
1678
+ opacity: .5;
1679
+ position: absolute;
1680
+ top: 0;
1681
+ width: 100%;
1682
+ }
1683
+
1684
+ .e-table-rhelper {
1685
+ cursor: col-resize;
1686
+ opacity: .87;
1687
+ position: absolute;
1688
+ }
1689
+
1690
+ .e-table-rhelper.e-column-helper {
1691
+ width: 1px;
1692
+ }
1693
+
1694
+ .e-table-rhelper.e-row-helper {
1695
+ height: 1px;
1696
+ }
1697
+
1698
+ .e-reicon::before {
1699
+ border-bottom: 6px solid transparent;
1700
+ border-right: 6px solid;
1701
+ border-top: 6px solid transparent;
1702
+ content: '';
1703
+ display: block;
1704
+ height: 0;
1705
+ position: absolute;
1706
+ right: 4px;
1707
+ top: 4px;
1708
+ width: 20px;
1709
+ }
1710
+
1711
+ .e-reicon::after {
1712
+ border-bottom: 6px solid transparent;
1713
+ border-left: 6px solid;
1714
+ border-top: 6px solid transparent;
1715
+ content: '';
1716
+ display: block;
1717
+ height: 0;
1718
+ left: 4px;
1719
+ position: absolute;
1720
+ top: 4px;
1721
+ width: 20px;
1722
+ z-index: 3;
1723
+ }
1724
+
1725
+ .e-row-helper.e-reicon::after {
1726
+ top: 10px;
1727
+ transform: rotate(90deg);
1728
+ }
1729
+
1730
+ .e-row-helper.e-reicon::before {
1731
+ left: 4px;
1732
+ top: -20px;
1733
+ transform: rotate(90deg);
1734
+ }
1735
+
1736
+ .e-rte-overflow {
1737
+ overflow: hidden;
1738
+ }
1739
+
1740
+ .e-dialog.e-rte-dialog-minheight {
1741
+ min-height: 296px;
1742
+ @if $skin-name == 'FluentUI' or $skin-name =='fluent2' {
1743
+ min-height: 308px;
1744
+ }
1745
+ }
1746
+
1747
+ .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
1748
+ background-size: 700px 190px;
1749
+ min-height: 190px;
1750
+ }
1751
+
1752
+ .e-rte-table.e-rte-table-border {
1753
+ border: 1px solid $rte-table-border-color;
1754
+ border-collapse: separate;
1755
+ }
1756
+
1757
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal,
1758
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal,
1759
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal {
1760
+ .e-img-uploadwrap.e-droparea,
1761
+ .e-aud-uploadwrap.e-droparea,
1762
+ .e-vid-uploadwrap.e-droparea {
1763
+ line-height: 10;
1764
+ min-height: 50px;
1765
+ position: relative;
1766
+
1767
+ .e-browsebtn {
1768
+ display: block;
1769
+ height: 36px;
1770
+ margin: 0 auto 10px;
1771
+ padding: 0 18px;
1772
+ position: relative;
1773
+ top: -50px;
1774
+ @if $skin-name == 'FluentUI' {
1775
+ outline: none;
1776
+ }
1777
+ }
1778
+
1779
+ .e-upload {
1780
+ border: 0 solid transparent;
1781
+ float: none;
1782
+ }
1783
+
1784
+ .e-file-select-wrap {
1785
+ display: none;
1786
+ }
1787
+ }
1788
+
1789
+ .e-linkheader {
1790
+ font-family: $rte-font-family;
1791
+ font-size: $rte-big-insert-dialog-font-size;
1792
+ opacity: .87;
1793
+ padding-bottom: $rte-insert-dialog-label-padding-bottom;
1794
+ padding-top: $rte-insert-dialog-label-padding-top;
1795
+ }
1796
+ }
1797
+
1798
+ .e-rte-file-manager-dialog {
1799
+
1800
+ .e-rte-label {
1801
+ padding-bottom: 8px;
1802
+ padding-top: 15px;
1803
+
1804
+ label {
1805
+ font-size: 15px;
1806
+ opacity: .87;
1807
+ }
1808
+ }
1809
+ }
1810
+
1811
+ .e-dialog .e-img-uploadwrap .e-droptext,
1812
+ .e-dialog .e-aud-uploadwrap .e-droptext,
1813
+ .e-dialog .e-vid-uploadwrap .e-droptext,
1814
+ .e-dialog.e-device .e-vid-uploadwrap .e-droptext {
1815
+ border: dashed 2px $rte-upload-drag-border-clr;
1816
+ border-radius: 4px;
1817
+ color: $rte-drop-text-clr;
1818
+ font-family: $rte-font-family;
1819
+ font-size: 14px;
1820
+ height: $rte-drop-text-height;
1821
+ margin: 0 auto;
1822
+ text-align: center;
1823
+ width: auto;
1824
+ display: flex;
1825
+ flex-direction: column;
1826
+ justify-content: center;
1827
+ align-items: center;
1828
+ }
1829
+
1830
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
1831
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
1832
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
1833
+ margin: 0 auto;
1834
+ width: $rte-drop-text-mobile-width;
1835
+ }
1836
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
1837
+ padding: 8px 4px;
1838
+ }
1839
+
1840
+ .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
1841
+ .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
1842
+ .e-rte-dropdown-btn-text,
1843
+ .e-background-color,
1844
+ .e-rte-font-color {
1845
+ font-size: $dropdown-btn-font-size;
1846
+ }
1847
+ }
1848
+
1849
+ // Blazor styles start
1850
+ .e-rte-upload-popup.e-dialog .e-file-select-wrap {
1851
+ display: none;
1852
+ }
1853
+
1854
+ .e-rte-upload-popup.e-dialog .e-dlg-content {
1855
+ overflow: hidden;
1856
+ padding: 0;
1857
+ }
1858
+
1859
+ .e-hide.e-rte-quick-popup-hide {
1860
+ border: 0;
1861
+ position: absolute;
1862
+ }
1863
+
1864
+ .e-rte-popup-hide {
1865
+ display: none;
1866
+ }
1867
+
1868
+ .e-rte-hide-visible {
1869
+ visibility: hidden;
1870
+ }
1871
+
1872
+ .e-rte-table-popup.e-dialog .e-dlg-content {
1873
+ padding: 0;
1874
+ @if $skin-name == 'FluentUI' {
1875
+ margin-bottom: 0;
1876
+ }
1877
+ }
1878
+
1879
+ @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'FluentUI' {
1880
+ .e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1881
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1882
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1883
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active {
1884
+ padding-left: 0;
1885
+ padding-right: 0;
1886
+ }
1887
+ }
1888
+
1889
+ .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell,
1890
+ .e-rte-elements.e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
1891
+ @if $skin-name == 'fluent2' {
1892
+ margin: 0;
1893
+ }
1894
+ @else {
1895
+ margin: 1px;
1896
+ }
1897
+ }
1898
+
1899
+ .e-rte-elements{
1900
+ .e-rte-table-popup.e-popup-open{
1901
+ .e-rte-table-row {
1902
+ height: 16px;
1903
+ }
1904
+ .e-insert-table-btn {
1905
+ @if $skin-name == 'FluentUI' {
1906
+ margin-top: $rte-table-popup-btn-margin-top;
1907
+ }
1908
+ width: 100%;
1909
+ }
1910
+ .e-rte-tablecell {
1911
+ border: $rte-table-span-border;
1912
+ display: inline-block;
1913
+ height: 14px;
1914
+ margin: 1px;
1915
+ overflow: hidden;
1916
+ vertical-align: top;
1917
+ width: 14px;
1918
+ }
1919
+ }
1920
+ .e-rte-table-popup.e-popup.e-popup-open {
1921
+ border-radius: $rte-table-popup-bdr-radius;
1922
+ box-shadow: $rte-table-popup-box;
1923
+ font-size: 14px;
1924
+ font-weight: normal;
1925
+ min-width: 120px;
1926
+ overflow: hidden;
1927
+ padding: $rte-table-popup-padding;
1928
+ }
1929
+ &.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
1930
+ width: 95px;
1931
+ }
1932
+ }
1933
+
1934
+ .e-rte-elements.e-dialog {
1935
+ .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1936
+ .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1937
+ .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
1938
+ display: inline-block;
1939
+ line-height: normal;
1940
+ }
1941
+ .e-img-uploadwrap.e-droparea,
1942
+ .e-aud-uploadwrap.e-droparea,
1943
+ .e-vid-uploadwrap.e-droparea {
1944
+ line-height: $rte-droparea-line-height;
1945
+ min-height: 50px;
1946
+ position: relative;
1947
+ }
1948
+ .e-img-uploadwrap.e-droparea .e-browsebtn,
1949
+ .e-aud-uploadwrap.e-droparea .e-browsebtn,
1950
+ .e-vid-uploadwrap.e-droparea .e-browsebtn {
1951
+ display: block;
1952
+ height: $rte-droparea-browsebtn-height;
1953
+ margin: 0 auto 10px;
1954
+ padding: $rte-droparea-browsebtn-padding;
1955
+ position: relative;
1956
+ @if $skin-name == 'FluentUI' {
1957
+ outline: none;
1958
+ }
1959
+ }
1960
+ }
1961
+ .e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
1962
+ .e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
1963
+ visibility: hidden;
1964
+ }
1965
+ // Blazor styles end
1966
+
1967
+ .e-richtexteditor {
1968
+ .e-toolbar-wrapper.e-rte-tb-float,
1969
+ .e-toolbar-container.e-rte-tb-float {
1970
+ position: sticky;
1971
+ top: 0;
1972
+ overflow: visible;
1973
+ }
1974
+ .e-toolbar-wrapper,
1975
+ .e-toolbar-container {
1976
+ height: auto;
1977
+ z-index: 10;
1978
+ white-space: nowrap;
1979
+ }
1980
+ .e-toolbar .e-toolbar-pop.e-toolbar-extended {
1981
+ position: relative;
1982
+ width: 100%;
1983
+ top: 0 !important; /* stylelint-disable-line declaration-no-important */
1984
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1985
+ }
1986
+ .e-toolbar .e-toolbar-pop.e-toolbar-extended.e-popup-open {
1987
+ display: block;
1988
+ }
1989
+ }
1990
+ // Used to hide the Color picker during the rendering at the initial stage. Removed the class in the created event.
1991
+ .e-rte-picker-init {
1992
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1993
+ }
1994
+
1995
+ @if $skin-name == 'tailwind' {
1996
+ .e-rte-table-popup.e-popup.e-popup-open {
1997
+ box-shadow: $rte-table-popup-box;
1998
+ }
1999
+ .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 {
2000
+ min-width: 24px;
2001
+ }
2002
+ .e-richtexteditor .e-toolbar .e-hor-nav{
2003
+ min-height: 39px;
2004
+ }
2005
+
2006
+ .e-richtexteditor {
2007
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended {
2008
+ .e-toolbar-item.e-active .e-tbar-btn {
2009
+ border: $rte-tb-item-active-border;
2010
+ }
2011
+ }
2012
+ }
2013
+ }
2014
+
2015
+ @if $skin-name == 'fabric-dark' {
2016
+ .e-richtexteditor {
2017
+ .e-toolbar .e-hor-nav{
2018
+ min-height: 42px;
2019
+ }
2020
+ }
2021
+ }
2022
+
2023
+ @if $skin-name == 'bootstrap-dark'{
2024
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover{
2025
+ border: 1px solid $grey-white;
2026
+ }
2027
+
2028
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
2029
+ border: 1px solid transparent;
2030
+ }
2031
+ }
2032
+
2033
+ @if $skin-name == 'bootstrap5' {
2034
+ .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 {
2035
+ min-width: 24px;
2036
+ }
2037
+
2038
+ .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons {
2039
+ padding-bottom: 0;
2040
+ }
2041
+ }
2042
+
2043
+ @if $skin-name == 'Material3' {
2044
+ .e-richtexteditor .e-rte-table-popup .e-insert-table-btn {
2045
+ font-weight: $font-weight;
2046
+ border: 1px solid rgba($info-outline-border);
2047
+ border-radius: 20px;
2048
+ }
2049
+ .e-dialog .e-dlg-header-content + .e-dlg-content{
2050
+ padding-top: 0;
2051
+ }
2052
+ .e-rte-link-dialog .e-dlg-content{
2053
+ padding: 7px 20px;
2054
+ }
2055
+ .e-toolbar-wrapper .e-toolbar .e-toolbar-item:not(.e-separator) {
2056
+ padding: 8px 4px;
2057
+ }
2058
+ .e-rte-quick-popup .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2059
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2060
+ margin: 0;
2061
+ }
2062
+ .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
2063
+ .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
2064
+ .e-rte-dropdown-btn-text,
2065
+ .e-background-color,
2066
+ .e-rte-font-color {
2067
+ font-size: $dropdown-btn-font-size;
2068
+ }
2069
+ }
2070
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
2071
+ .e-background-color,
2072
+ .e-rte-font-color{
2073
+ font-size: 16px;
2074
+ }
2075
+ }
2076
+ }
2077
+
2078
+ @if $skin-name == 'fluent2' {
2079
+ .e-richtexteditor {
2080
+ .e-toolbar {
2081
+ border: 0;
2082
+ }
2083
+ .e-toolbar .e-hor-nav{
2084
+ min-height: 40px;
2085
+ }
2086
+ .e-toolbar .e-toolbar-pop {
2087
+ border: 0;
2088
+ }
2089
+ .e-dialog {
2090
+ .e-radio + label {
2091
+ margin: 0;
2092
+ }
2093
+ }
2094
+ }
2095
+ .e-rte-elements .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
2096
+ min-width: 16px;
2097
+ }
2098
+ .e-rte-container{
2099
+ border-radius: 4px;
2100
+ }
2101
+ .e-richtexteditor{
2102
+ border-radius: 4px;
2103
+ .e-toolbar {
2104
+ border-radius: 4px 4px 0 0;
2105
+ }
2106
+ .e-toolbar .e-toolbar-items {
2107
+ border-radius: 4px 4px 0 0;
2108
+ }
2109
+ .e-toolbar .e-hor-nav {
2110
+ border-radius: 0 4px 0 0;
2111
+ }
2112
+ .e-rte-content {
2113
+ border-radius: 0 0 4px 4px;
2114
+ }
2115
+ }
2116
+ .e-richtexteditor .e-toolbar-wrapper{
2117
+ border-radius: 4px 4px 0 0;
2118
+ }
2119
+ }
2120
+
2121
+ /* Slash Menu Styles */
2122
+ .e-rte-elements.e-slash-menu {
2123
+ .e-rte-quotes::before {
2124
+ content: open-quote;
2125
+ font-size: 30px;
2126
+ line-height: 20px;
2127
+ }
2128
+
2129
+ .e-rte-paragraph::before {
2130
+ content: 'T';
2131
+ font-size: 15px;
2132
+ }
2133
+
2134
+ .e-rte-h1::before {
2135
+ content: 'H1';
2136
+ font-size: 13px;
2137
+ }
2138
+
2139
+ .e-rte-h2::before {
2140
+ content: 'H2';
2141
+ font-size: 13px;
2142
+ }
2143
+
2144
+ .e-rte-h3::before {
2145
+ content: 'H3';
2146
+ font-size: 13px;
2147
+ }
2148
+
2149
+ .e-rte-h4::before {
2150
+ content: 'H4';
2151
+ font-size: 13px;
2152
+ }
2153
+
2154
+ .e-rte-slash-menu-item-text {
2155
+ font-size: 14px;
2156
+ display: block;
2157
+ line-height: 20px;
2158
+ padding: 5px 0 1px;
2159
+ }
2160
+
2161
+ .e-rte-slash-menu-item-description {
2162
+ display: block;
2163
+ line-height: 20px;
2164
+ font-size: 11px;
2165
+ padding: 1px 0 5px;
2166
+ }
2167
+
2168
+ .e-slash-menu-icon {
2169
+ line-height: 0;
2170
+ display: inline-block;
2171
+ width: 50px;
2172
+ font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
2173
+ }
2174
+ }
2175
+ }