@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-803054

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 (316) hide show
  1. package/dist/ej2-richtexteditor.umd.min.js +1 -1
  2. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-richtexteditor.es2015.js +140 -18
  4. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es5.js +162 -35
  6. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/editor-manager/plugin/clearformat.js +53 -22
  9. package/src/rich-text-editor/actions/enter-key.js +25 -9
  10. package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
  11. package/src/rich-text-editor/actions/paste-clean-up.js +79 -2
  12. package/src/rich-text-editor/base/rich-text-editor.js +4 -3
  13. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
  14. package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
  15. package/src/rich-text-editor/models/toolbar-settings.js +3 -0
  16. package/styles/_all.bds.scss +1 -0
  17. package/styles/_all.bootstrap-dark.scss +1 -0
  18. package/styles/_all.bootstrap.scss +1 -0
  19. package/styles/_all.bootstrap4.scss +1 -0
  20. package/styles/_all.bootstrap5-dark.scss +1 -0
  21. package/styles/_all.bootstrap5.3.scss +1 -0
  22. package/styles/_all.bootstrap5.scss +1 -0
  23. package/styles/_all.fabric-dark.scss +1 -0
  24. package/styles/_all.fabric.scss +1 -0
  25. package/styles/_all.fluent-dark.scss +1 -0
  26. package/styles/_all.fluent.scss +1 -0
  27. package/styles/_all.fluent2.scss +1 -0
  28. package/styles/_all.highcontrast-light.scss +1 -0
  29. package/styles/_all.highcontrast.scss +1 -0
  30. package/styles/_all.material-dark.scss +1 -0
  31. package/styles/_all.material.scss +1 -0
  32. package/styles/_all.material3-dark.scss +1 -0
  33. package/styles/_all.material3.scss +1 -0
  34. package/styles/_all.scss +1 -1
  35. package/styles/_all.tailwind-dark.scss +1 -0
  36. package/styles/_all.tailwind.scss +1 -0
  37. package/styles/_all.tailwind3.scss +1 -0
  38. package/styles/bds-lite.css +239 -89
  39. package/styles/bds-lite.scss +3 -4
  40. package/styles/bds.css +347 -98
  41. package/styles/bds.scss +4 -5
  42. package/styles/bootstrap-dark-lite.css +206 -86
  43. package/styles/bootstrap-dark-lite.scss +3 -4
  44. package/styles/bootstrap-dark.css +299 -95
  45. package/styles/bootstrap-dark.scss +4 -5
  46. package/styles/bootstrap-lite.css +384 -86
  47. package/styles/bootstrap-lite.scss +3 -4
  48. package/styles/bootstrap.css +566 -95
  49. package/styles/bootstrap.scss +4 -5
  50. package/styles/bootstrap4-lite.css +565 -93
  51. package/styles/bootstrap4-lite.scss +3 -4
  52. package/styles/bootstrap4.css +850 -115
  53. package/styles/bootstrap4.scss +4 -5
  54. package/styles/bootstrap5-dark-lite.css +193 -87
  55. package/styles/bootstrap5-dark-lite.scss +3 -4
  56. package/styles/bootstrap5-dark.css +279 -96
  57. package/styles/bootstrap5-dark.scss +4 -5
  58. package/styles/bootstrap5-lite.css +187 -87
  59. package/styles/bootstrap5-lite.scss +4 -4
  60. package/styles/bootstrap5.3-lite.css +456 -108
  61. package/styles/bootstrap5.3-lite.scss +4 -4
  62. package/styles/bootstrap5.3.css +627 -118
  63. package/styles/bootstrap5.3.scss +5 -5
  64. package/styles/bootstrap5.css +273 -96
  65. package/styles/bootstrap5.scss +5 -5
  66. package/styles/fabric-dark-lite.css +193 -87
  67. package/styles/fabric-dark-lite.scss +4 -4
  68. package/styles/fabric-dark.css +279 -96
  69. package/styles/fabric-dark.scss +5 -5
  70. package/styles/fabric-lite.css +193 -87
  71. package/styles/fabric-lite.scss +4 -4
  72. package/styles/fabric.css +279 -96
  73. package/styles/fabric.scss +5 -5
  74. package/styles/fluent-dark-lite.css +195 -98
  75. package/styles/fluent-dark-lite.scss +4 -4
  76. package/styles/fluent-dark.css +281 -107
  77. package/styles/fluent-dark.scss +5 -5
  78. package/styles/fluent-lite.css +195 -89
  79. package/styles/fluent-lite.scss +4 -4
  80. package/styles/fluent.css +281 -98
  81. package/styles/fluent.scss +5 -5
  82. package/styles/fluent2-lite.css +519 -114
  83. package/styles/fluent2-lite.scss +4 -4
  84. package/styles/fluent2.css +703 -126
  85. package/styles/fluent2.scss +5 -5
  86. package/styles/highcontrast-light-lite.css +193 -87
  87. package/styles/highcontrast-light-lite.scss +4 -4
  88. package/styles/highcontrast-light.css +279 -96
  89. package/styles/highcontrast-light.scss +5 -5
  90. package/styles/highcontrast-lite.css +193 -87
  91. package/styles/highcontrast-lite.scss +4 -4
  92. package/styles/highcontrast.css +279 -96
  93. package/styles/highcontrast.scss +5 -5
  94. package/styles/material-dark-lite.css +192 -86
  95. package/styles/material-dark-lite.scss +4 -4
  96. package/styles/material-dark.css +278 -95
  97. package/styles/material-dark.scss +5 -5
  98. package/styles/material-lite.css +192 -86
  99. package/styles/material-lite.scss +3 -4
  100. package/styles/material.css +278 -95
  101. package/styles/material.scss +4 -5
  102. package/styles/material3-dark-lite.css +539 -105
  103. package/styles/material3-dark-lite.scss +4 -4
  104. package/styles/material3-dark.css +723 -130
  105. package/styles/material3-dark.scss +5 -7
  106. package/styles/material3-lite.css +459 -105
  107. package/styles/material3-lite.scss +4 -4
  108. package/styles/material3.css +645 -130
  109. package/styles/material3.scss +5 -7
  110. package/styles/rich-text-editor/_all.bds.scss +2 -0
  111. package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
  112. package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
  113. package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
  114. package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
  115. package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
  116. package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
  117. package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
  118. package/styles/rich-text-editor/_all.fabric.scss +2 -0
  119. package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
  120. package/styles/rich-text-editor/_all.fluent.scss +2 -0
  121. package/styles/rich-text-editor/_all.fluent2.scss +2 -0
  122. package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
  123. package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
  124. package/styles/rich-text-editor/_all.material-dark.scss +2 -0
  125. package/styles/rich-text-editor/_all.material.scss +2 -0
  126. package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
  127. package/styles/rich-text-editor/_all.material3.scss +2 -0
  128. package/styles/rich-text-editor/_all.scss +2 -2
  129. package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
  130. package/styles/rich-text-editor/_all.tailwind.scss +2 -0
  131. package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
  132. package/styles/rich-text-editor/_bds-definition.scss +468 -27
  133. package/styles/rich-text-editor/_bigger.bds.scss +3 -0
  134. package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
  135. package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
  136. package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
  137. package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
  138. package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
  139. package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
  140. package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
  141. package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
  142. package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
  143. package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
  144. package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
  145. package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
  146. package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
  147. package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
  148. package/styles/rich-text-editor/_bigger.material.scss +3 -0
  149. package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
  150. package/styles/rich-text-editor/_bigger.material3.scss +3 -0
  151. package/styles/rich-text-editor/_bigger.scss +152 -57
  152. package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
  153. package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
  154. package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
  155. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +467 -26
  156. package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
  157. package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
  158. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
  159. package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
  160. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
  161. package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
  162. package/styles/rich-text-editor/_fabric-definition.scss +466 -27
  163. package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
  164. package/styles/rich-text-editor/_fluent-definition.scss +470 -27
  165. package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
  166. package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
  167. package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
  168. package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -26
  169. package/styles/rich-text-editor/_layout.bds.scss +3 -0
  170. package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
  171. package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
  172. package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
  173. package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
  174. package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
  175. package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
  176. package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
  177. package/styles/rich-text-editor/_layout.fabric.scss +3 -0
  178. package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
  179. package/styles/rich-text-editor/_layout.fluent.scss +3 -0
  180. package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
  181. package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
  182. package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
  183. package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
  184. package/styles/rich-text-editor/_layout.material.scss +3 -0
  185. package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
  186. package/styles/rich-text-editor/_layout.material3.scss +3 -0
  187. package/styles/rich-text-editor/_layout.scss +448 -353
  188. package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
  189. package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
  190. package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
  191. package/styles/rich-text-editor/_material-dark-definition.scss +466 -28
  192. package/styles/rich-text-editor/_material-definition.scss +466 -26
  193. package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
  194. package/styles/rich-text-editor/_material3-definition.scss +473 -30
  195. package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
  196. package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
  197. package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
  198. package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
  199. package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
  200. package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
  201. package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
  202. package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
  203. package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
  204. package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
  205. package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
  206. package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
  207. package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
  208. package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
  209. package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
  210. package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
  211. package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
  212. package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
  213. package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
  214. package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
  215. package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
  216. package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
  217. package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
  218. package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
  219. package/styles/rich-text-editor/_theme.bds.scss +4 -0
  220. package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
  221. package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
  222. package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
  223. package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
  224. package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
  225. package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
  226. package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
  227. package/styles/rich-text-editor/_theme.fabric.scss +4 -0
  228. package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
  229. package/styles/rich-text-editor/_theme.fluent.scss +4 -0
  230. package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
  231. package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
  232. package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
  233. package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
  234. package/styles/rich-text-editor/_theme.material.scss +4 -0
  235. package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
  236. package/styles/rich-text-editor/_theme.material3.scss +4 -0
  237. package/styles/rich-text-editor/_theme.scss +65 -36
  238. package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
  239. package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
  240. package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
  241. package/styles/rich-text-editor/bds.css +347 -98
  242. package/styles/rich-text-editor/bds.scss +5 -5
  243. package/styles/rich-text-editor/bootstrap-dark.css +299 -95
  244. package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
  245. package/styles/rich-text-editor/bootstrap.css +566 -95
  246. package/styles/rich-text-editor/bootstrap.scss +5 -5
  247. package/styles/rich-text-editor/bootstrap4.css +850 -115
  248. package/styles/rich-text-editor/bootstrap4.scss +5 -5
  249. package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
  250. package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
  251. package/styles/rich-text-editor/bootstrap5.3.css +627 -118
  252. package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
  253. package/styles/rich-text-editor/bootstrap5.css +273 -96
  254. package/styles/rich-text-editor/bootstrap5.scss +5 -5
  255. package/styles/rich-text-editor/fabric-dark.css +279 -96
  256. package/styles/rich-text-editor/fabric-dark.scss +5 -5
  257. package/styles/rich-text-editor/fabric.css +279 -96
  258. package/styles/rich-text-editor/fabric.scss +5 -5
  259. package/styles/rich-text-editor/fluent-dark.css +281 -107
  260. package/styles/rich-text-editor/fluent-dark.scss +5 -5
  261. package/styles/rich-text-editor/fluent.css +281 -98
  262. package/styles/rich-text-editor/fluent.scss +5 -5
  263. package/styles/rich-text-editor/fluent2.css +703 -126
  264. package/styles/rich-text-editor/fluent2.scss +5 -5
  265. package/styles/rich-text-editor/highcontrast-light.css +279 -96
  266. package/styles/rich-text-editor/highcontrast-light.scss +5 -5
  267. package/styles/rich-text-editor/highcontrast.css +279 -96
  268. package/styles/rich-text-editor/highcontrast.scss +5 -5
  269. package/styles/rich-text-editor/icons/_bds.scss +7 -0
  270. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
  271. package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
  272. package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
  273. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
  274. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
  275. package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
  276. package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
  277. package/styles/rich-text-editor/icons/_fabric.scss +7 -0
  278. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
  279. package/styles/rich-text-editor/icons/_fluent.scss +6 -0
  280. package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
  281. package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
  282. package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
  283. package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
  284. package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
  285. package/styles/rich-text-editor/icons/_material.scss +7 -0
  286. package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
  287. package/styles/rich-text-editor/icons/_material3.scss +7 -0
  288. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
  289. package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
  290. package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
  291. package/styles/rich-text-editor/material-dark.css +278 -95
  292. package/styles/rich-text-editor/material-dark.scss +5 -5
  293. package/styles/rich-text-editor/material.css +278 -95
  294. package/styles/rich-text-editor/material.scss +5 -5
  295. package/styles/rich-text-editor/material3-dark.css +723 -130
  296. package/styles/rich-text-editor/material3-dark.scss +5 -6
  297. package/styles/rich-text-editor/material3.css +645 -130
  298. package/styles/rich-text-editor/material3.scss +5 -6
  299. package/styles/rich-text-editor/tailwind-dark.css +282 -99
  300. package/styles/rich-text-editor/tailwind-dark.scss +5 -5
  301. package/styles/rich-text-editor/tailwind.css +282 -99
  302. package/styles/rich-text-editor/tailwind.scss +5 -5
  303. package/styles/rich-text-editor/tailwind3.css +593 -115
  304. package/styles/rich-text-editor/tailwind3.scss +5 -5
  305. package/styles/tailwind-dark-lite.css +196 -90
  306. package/styles/tailwind-dark-lite.scss +4 -4
  307. package/styles/tailwind-dark.css +282 -99
  308. package/styles/tailwind-dark.scss +5 -5
  309. package/styles/tailwind-lite.css +196 -90
  310. package/styles/tailwind-lite.scss +4 -4
  311. package/styles/tailwind.css +282 -99
  312. package/styles/tailwind.scss +5 -5
  313. package/styles/tailwind3-lite.css +430 -104
  314. package/styles/tailwind3-lite.scss +4 -4
  315. package/styles/tailwind3.css +593 -115
  316. package/styles/tailwind3.scss +5 -5
@@ -4,12 +4,92 @@
4
4
 
5
5
 
6
6
 
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
83
+
84
+
85
+
86
+
7
87
  /* stylelint-disable */
8
88
  .e-rte-quick-popup {
9
- border-radius: 6px !important;
89
+ border-radius: calc(var(--e-radius) * 0.375) !important;
10
90
  }
11
91
  .e-rte-quick-popup .e-rte-quick-toolbar {
12
- border-radius: 6px !important;
92
+ border-radius: calc(var(--e-radius) * 0.375) !important;
13
93
  }
14
94
 
15
95
  /*! component's theme wise override definitions and variables */
@@ -32,6 +112,12 @@
32
112
  .e-rte-dropdown-popup .e-justify-left::before {
33
113
  content: "\e7b8";
34
114
  }
115
+ .e-toolbar-wrapper .e-lineHeight::before,
116
+ .e-toolbar-container .e-lineHeight::before,
117
+ .e-rte-toolbar .e-lineHeight::before,
118
+ .e-rte-dropdown-popup .e-lineHeight::before {
119
+ content: "\e78d";
120
+ }
35
121
  .e-toolbar-wrapper .e-rte-checklist-icon::before,
36
122
  .e-toolbar-container .e-rte-checklist-icon::before,
37
123
  .e-rte-toolbar .e-rte-checklist-icon::before,
@@ -543,6 +629,101 @@
543
629
  cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi41QzQuNDQ3NzIgMi41IDQgMi45NDc3MiA0IDMuNUM0IDQuMDUyMjggNC40NDc3MiA0LjUgNSA0LjVINi42OTcyMkw3LjUgNS4wMzUxOFYxNi45NjQ4TDYuNjk3MjIgMTcuNUg1QzQuNDQ3NzIgMTcuNSA0IDE3Ljk0NzcgNCAxOC41QzQgMTkuMDUyMyA0LjQ0NzcyIDE5LjUgNSAxOS41SDYuNjk3MjJDNy4wOTIwNyAxOS41IDcuNDc4MDkgMTkuMzgzMSA3LjgwNjYyIDE5LjE2NDFMOC41IDE4LjcwMTlMOS4xOTMzOCAxOS4xNjQxQzkuNTIxOTEgMTkuMzgzMSA5LjkwNzkzIDE5LjUgMTAuMzAyOCAxOS41SDEyQzEyLjU1MjMgMTkuNSAxMyAxOS4wNTIzIDEzIDE4LjVDMTMgMTcuOTQ3NyAxMi41NTIzIDE3LjUgMTIgMTcuNUwxMC4zMDI4IDE3LjVMOS41IDE2Ljk2NDhWNS4wMzUxOEwxMC4zMDI4IDQuNUgxMkMxMi41NTIzIDQuNSAxMyA0LjA1MjI4IDEzIDMuNUMxMyAyLjk0NzcyIDEyLjU1MjMgMi41IDEyIDIuNUgxMC4zMDI4QzkuOTA3OTMgMi41IDkuNTIxOTEgMi42MTY4OCA5LjE5MzM4IDIuODM1OUw4LjUgMy4yOTgxNUw3LjgwNjYyIDIuODM1OUM3LjQ3ODA5IDIuNjE2ODggNy4wOTIwNyAyLjUgNi42OTcyMiAyLjVINVoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIzLjUgNFY4LjVIMjVDMjUuODI4NCA4LjUgMjYuNSA5LjE3MTU3IDI2LjUgMTBWMTEuNVYxNy41SDIzLjVIMjAuNUgxNi41QzE3LjUgMTUgMTcuNSAxMS41IDE3LjUgMTEuNVYxMEMxNy41IDkuMTcxNTcgMTguMTcxNiA4LjUgMTkgOC41SDIwLjVWNEMyMC41IDMuMTcxNTcgMjEuMTcxNiAyLjUgMjIgMi41QzIyLjgyODQgMi41IDIzLjUgMy4xNzE1NyAyMy41IDRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjMuNSA4LjVWNEMyMy41IDMuMTcxNTcgMjIuODI4NCAyLjUgMjIgMi41VjIuNUMyMS4xNzE2IDIuNSAyMC41IDMuMTcxNTcgMjAuNSA0VjguNU0yMy41IDguNUgyNUMyNS44Mjg0IDguNSAyNi41IDkuMTcxNTcgMjYuNSAxMFYxMS41TTIzLjUgOC41SDIwLjVNMjAuNSA4LjVIMTlDMTguMTcxNiA4LjUgMTcuNSA5LjE3MTU3IDE3LjUgMTBWMTEuNU0yNi41IDExLjVWMTcuNUgyMy41TTI2LjUgMTEuNUgxNy41TTE3LjUgMTEuNUMxNy41IDExLjUgMTcuNSAxNSAxNi41IDE3LjVIMjAuNU0yMy41IDE3LjVWMTQuNU0yMy41IDE3LjVIMjAuNU0yMC41IDE3LjVWMTUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") 8 1, auto;
544
630
  }
545
631
 
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+ /* Font Family */
641
+ /* Font Sizes */
642
+ /* Radius */
643
+ /* 1px */
644
+ /* 2px */
645
+ /* 3px */
646
+ /* 4px */
647
+ /* 5px */
648
+ /* 6px */
649
+ /* 7px */
650
+ /* 8px */
651
+ /* 9px */
652
+ /* 10px */
653
+ /* 11px */
654
+ /* 12px */
655
+ /* 13px */
656
+ /* 14px */
657
+ /* 15px */
658
+ /* 16px */
659
+ /* 17px */
660
+ /* 18px */
661
+ /* 19px */
662
+ /* 20px */
663
+ /* 21px */
664
+ /* 22px */
665
+ /* 23px */
666
+ /* 24px */
667
+ /* 25px */
668
+ /* 26px */
669
+ /* 27px */
670
+ /* 28px */
671
+ /* 29px */
672
+ /* 30px */
673
+ /* 31px */
674
+ /* 32px */
675
+ /* 33px */
676
+ /* 34px */
677
+ /* 35px */
678
+ /* 36px */
679
+ /* 37px */
680
+ /* 38px */
681
+ /* 39px */
682
+ /* 40px */
683
+ /* 41px */
684
+ /* 42px */
685
+ /* 43px */
686
+ /* 44px */
687
+ /* 45px */
688
+ /* 46px */
689
+ /* 47px */
690
+ /* 48px */
691
+ /* 49px */
692
+ /* 50px */
693
+ /* 5em */
694
+ /* 65% */
695
+ /* border */
696
+ /* 0px */
697
+ /* 1px */
698
+ /* 1.5px */
699
+ /* 2px */
700
+ /* 3px */
701
+ /* 4px */
702
+ /* 5px */
703
+ /* 6px */
704
+ /* 7px */
705
+ /* 8px */
706
+ /* 9px */
707
+ /* 10px */
708
+ /* 11px */
709
+ /* 12px */
710
+ /* 13px */
711
+ /* 14px */
712
+ /* 15px */
713
+ /* 16px */
714
+
715
+
716
+
717
+
718
+ /* stylelint-disable */
719
+ .e-rte-quick-popup {
720
+ border-radius: calc(var(--e-radius) * 0.375) !important;
721
+ }
722
+
723
+ .e-rte-quick-popup .e-rte-quick-toolbar {
724
+ border-radius: calc(var(--e-radius) * 0.375) !important;
725
+ }
726
+
546
727
  /*! tab layout */
547
728
  .e-richtexteditor {
548
729
  display: block;
@@ -643,10 +824,9 @@
643
824
  text-align: left;
644
825
  }
645
826
  .e-richtexteditor.e-rtl .e-rte-character-count {
646
- left: 0;
827
+ margin-right: auto;
647
828
  padding-left: 30px;
648
829
  padding-right: unset;
649
- right: unset;
650
830
  }
651
831
  .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
652
832
  padding-left: 0;
@@ -656,7 +836,8 @@
656
836
  margin-left: 0;
657
837
  }
658
838
  .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
659
- height: auto;
839
+ height: 32px;
840
+ min-height: 32px;
660
841
  }
661
842
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
662
843
  display: inline-block;
@@ -740,7 +921,7 @@
740
921
  position: relative;
741
922
  text-align: inherit;
742
923
  z-index: 2;
743
- font-weight: normal; /* normal = 400 */
924
+ font-weight: 400;
744
925
  line-height: 1.5;
745
926
  font-size: 1em;
746
927
  /* stylelint-disable property-no-vendor-prefix */
@@ -755,6 +936,11 @@
755
936
  margin: 0 0 10px;
756
937
  margin-bottom: 10px;
757
938
  }
939
+ .e-richtexteditor .e-rte-content .e-content blockquote,
940
+ .e-richtexteditor .e-source-content .e-content blockquote,
941
+ .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
942
+ font-size: 1em;
943
+ }
758
944
  .e-richtexteditor .e-rte-content .e-content code,
759
945
  .e-richtexteditor .e-source-content .e-content code,
760
946
  .e-richtexteditor .e-rte-iframe-content .e-content code {
@@ -784,7 +970,7 @@
784
970
  left: -25px;
785
971
  width: 16px;
786
972
  height: 16px;
787
- border-radius: 4px;
973
+ border-radius: calc(var(--e-radius) * 0.125);
788
974
  border: 1px solid var(--Border-color-border-alt, rgb(97, 97, 97));
789
975
  cursor: pointer;
790
976
  }
@@ -919,7 +1105,6 @@
919
1105
  .e-richtexteditor .e-source-content .e-content h6,
920
1106
  .e-richtexteditor .e-rte-iframe-content .e-content h6 {
921
1107
  font-size: 1.142em;
922
- line-height: 600;
923
1108
  line-height: 1.5;
924
1109
  margin: 10px 0;
925
1110
  }
@@ -938,12 +1123,17 @@
938
1123
  border-spacing: 0;
939
1124
  empty-cells: show;
940
1125
  }
1126
+ .e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
1127
+ .e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
1128
+ .e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
1129
+ margin-top: 10px;
1130
+ }
941
1131
  .e-richtexteditor .e-rte-content .e-content pre,
942
1132
  .e-richtexteditor .e-source-content .e-content pre,
943
1133
  .e-richtexteditor .e-rte-iframe-content .e-content pre {
944
1134
  background-color: inherit;
945
1135
  border: 0;
946
- border-radius: 0;
1136
+ border-radius: calc(var(--e-radius) * 0);
947
1137
  color: var(--color-sf-content-text-color);
948
1138
  font-size: inherit;
949
1139
  line-height: inherit;
@@ -961,7 +1151,7 @@
961
1151
  background: rgba(157, 157, 157, 0.08);
962
1152
  color: rgb(46, 46, 46);
963
1153
  font-family: Space Mono;
964
- border-radius: 6px;
1154
+ border-radius: calc(var(--e-radius) * 0.375);
965
1155
  border: 1px solid rgb(229, 231, 235);
966
1156
  padding: 20px 16px 16px;
967
1157
  font-size: 14px;
@@ -982,7 +1172,7 @@
982
1172
  padding: 2px 4px;
983
1173
  background-color: rgb(105, 105, 105);
984
1174
  top: -1px;
985
- border-radius: 0 0 4px 4px;
1175
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
986
1176
  position: absolute;
987
1177
  }
988
1178
  .e-richtexteditor .e-rte-content .e-content pre[data-language] code,
@@ -997,7 +1187,7 @@
997
1187
  .e-richtexteditor .e-source-content .e-content b,
998
1188
  .e-richtexteditor .e-rte-iframe-content .e-content strong,
999
1189
  .e-richtexteditor .e-rte-iframe-content .e-content b {
1000
- font-weight: bold;
1190
+ font-weight: 700;
1001
1191
  }
1002
1192
  .e-richtexteditor .e-rte-content .e-content a,
1003
1193
  .e-richtexteditor .e-source-content .e-content a,
@@ -1028,13 +1218,17 @@
1028
1218
  margin-bottom: 0;
1029
1219
  }
1030
1220
  .e-richtexteditor .e-rte-content .e-content h3 + h4,
1031
- .e-richtexteditor .e-rte-content .e-content h4 + h5,
1032
- .e-richtexteditor .e-rte-content .e-content h5 + h6,
1033
1221
  .e-richtexteditor .e-source-content .e-content h3 + h4,
1222
+ .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
1223
+ margin-top: 0.6em;
1224
+ }
1225
+ .e-richtexteditor .e-rte-content .e-content h4 + h5,
1034
1226
  .e-richtexteditor .e-source-content .e-content h4 + h5,
1227
+ .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
1228
+ margin-top: 0.6em;
1229
+ }
1230
+ .e-richtexteditor .e-rte-content .e-content h5 + h6,
1035
1231
  .e-richtexteditor .e-source-content .e-content h5 + h6,
1036
- .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
1037
- .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
1038
1232
  .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
1039
1233
  margin-top: 0.6em;
1040
1234
  }
@@ -1115,7 +1309,7 @@
1115
1309
  .e-richtexteditor .e-rte-character-count {
1116
1310
  color: var(--color-sf-content-text-color);
1117
1311
  font-size: 14px;
1118
- margin-right: 10px;
1312
+ margin-right: 15px;
1119
1313
  opacity: 1;
1120
1314
  padding-bottom: 2px;
1121
1315
  text-align: right;
@@ -1130,6 +1324,9 @@
1130
1324
  color: var(--color-sf-danger);
1131
1325
  opacity: unset;
1132
1326
  }
1327
+ .e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
1328
+ margin-right: 10px;
1329
+ }
1133
1330
  .e-richtexteditor .e-rte-srctextarea {
1134
1331
  background-color: transparent;
1135
1332
  border: 0;
@@ -1144,15 +1341,15 @@
1144
1341
  width: 100%;
1145
1342
  }
1146
1343
  .e-richtexteditor .e-resize-handle {
1147
- height: 15px;
1148
1344
  position: absolute;
1149
- width: 15px;
1345
+ margin-bottom: 3px;
1150
1346
  }
1151
1347
  .e-richtexteditor .e-resize-handle.e-south-east {
1152
1348
  bottom: 0;
1153
1349
  cursor: nwse-resize;
1154
1350
  right: 0;
1155
1351
  z-index: 100;
1352
+ margin-right: 3px;
1156
1353
  }
1157
1354
  .e-richtexteditor .e-resize-handle.e-south-west {
1158
1355
  bottom: 0;
@@ -1161,6 +1358,7 @@
1161
1358
  -webkit-transform: rotate(90deg);
1162
1359
  transform: rotate(90deg);
1163
1360
  z-index: 100;
1361
+ margin-left: 3px;
1164
1362
  }
1165
1363
  .e-richtexteditor.e-rtl.e-rte-resize {
1166
1364
  float: right;
@@ -1239,7 +1437,7 @@
1239
1437
  padding: 5px;
1240
1438
  }
1241
1439
  .e-richtexteditor .e-video-url-wrap textarea {
1242
- height: 80px;
1440
+ min-height: 80px;
1243
1441
  }
1244
1442
  .e-richtexteditor .e-rte-value-wrapper {
1245
1443
  display: none;
@@ -1266,7 +1464,7 @@
1266
1464
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
1267
1465
  display: block;
1268
1466
  font-family: "e-icons";
1269
- font-weight: normal;
1467
+ font-weight: 400;
1270
1468
  line-height: 1;
1271
1469
  text-transform: none;
1272
1470
  }
@@ -1286,7 +1484,7 @@
1286
1484
  }
1287
1485
 
1288
1486
  .e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
1289
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1487
+ font-family: var(--e-font-family);
1290
1488
  }
1291
1489
 
1292
1490
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper,
@@ -1299,7 +1497,7 @@
1299
1497
  }
1300
1498
 
1301
1499
  .e-rte-label label {
1302
- font-weight: normal;
1500
+ font-weight: 400;
1303
1501
  }
1304
1502
 
1305
1503
  .e-rte-linkcontent .e-rte-label:first-child {
@@ -1338,9 +1536,9 @@
1338
1536
  }
1339
1537
  .e-rte-dropdown-popup ul .e-item.e-h1 {
1340
1538
  font-size: 2em;
1341
- font-weight: bold;
1539
+ font-weight: 700;
1342
1540
  height: 40px;
1343
- line-height: 25px;
1541
+ line-height: 24px;
1344
1542
  }
1345
1543
  .e-rte-dropdown-popup ul .e-item.e-code {
1346
1544
  font-family: monospace;
@@ -1349,25 +1547,25 @@
1349
1547
  }
1350
1548
  .e-rte-dropdown-popup ul .e-item.e-h2 {
1351
1549
  font-size: 1.5em;
1352
- font-weight: bold;
1550
+ font-weight: 700;
1353
1551
  height: 40px;
1354
- line-height: 25px;
1552
+ line-height: 24px;
1355
1553
  }
1356
1554
  .e-rte-dropdown-popup ul .e-item.e-h3 {
1357
1555
  font-size: 1.16em;
1358
- font-weight: bold;
1556
+ font-weight: 700;
1359
1557
  }
1360
1558
  .e-rte-dropdown-popup ul .e-item.e-h4 {
1361
1559
  font-size: 1em;
1362
- font-weight: bold;
1560
+ font-weight: 700;
1363
1561
  }
1364
1562
  .e-rte-dropdown-popup ul .e-item.e-h5 {
1365
1563
  font-size: 0.83em;
1366
- font-weight: bold;
1564
+ font-weight: 700;
1367
1565
  }
1368
1566
  .e-rte-dropdown-popup ul .e-item.e-h6 {
1369
1567
  font-size: 0.7em;
1370
- font-weight: bold;
1568
+ font-weight: 700;
1371
1569
  }
1372
1570
  .e-rte-dropdown-popup ul .e-item.e-segoe-ui {
1373
1571
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -1553,7 +1751,7 @@
1553
1751
  box-sizing: border-box;
1554
1752
  display: block;
1555
1753
  font-size: 16px;
1556
- font-weight: initial;
1754
+ font-weight: 400;
1557
1755
  margin: auto;
1558
1756
  opacity: 0.9;
1559
1757
  position: relative;
@@ -1701,8 +1899,8 @@
1701
1899
  .e-rte-elements .e-audioheader,
1702
1900
  .e-rte-elements .e-videoheader,
1703
1901
  .e-rte-elements .e-video-url-wrap {
1704
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1705
- font-size: 14px;
1902
+ font-family: var(--e-font-family);
1903
+ font-size: 15px;
1706
1904
  opacity: 0.87;
1707
1905
  padding-bottom: 3px;
1708
1906
  padding-top: 12px;
@@ -1814,7 +2012,6 @@
1814
2012
  .e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
1815
2013
  .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
1816
2014
  .e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
1817
- line-height: 10;
1818
2015
  min-height: 50px;
1819
2016
  position: relative;
1820
2017
  }
@@ -1829,16 +2026,6 @@
1829
2026
  display: inline-block;
1830
2027
  line-height: normal;
1831
2028
  }
1832
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1833
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1834
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
1835
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
1836
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1837
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1838
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
1839
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
1840
- line-height: 4;
1841
- }
1842
2029
  .e-richtexteditor .e-rte-inline-dropdown ul,
1843
2030
  .e-rte-elements .e-rte-inline-dropdown ul {
1844
2031
  max-height: 200px;
@@ -1851,11 +2038,11 @@
1851
2038
  }
1852
2039
  .e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open,
1853
2040
  .e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
1854
- border-radius: 6px;
2041
+ border-radius: calc(var(--e-radius) * 0.375);
1855
2042
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1856
2043
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1857
2044
  font-size: 14px;
1858
- font-weight: normal;
2045
+ font-weight: 400;
1859
2046
  min-width: 120px;
1860
2047
  overflow: hidden;
1861
2048
  padding: 10px;
@@ -1866,14 +2053,14 @@
1866
2053
  border: 1px solid var(--color-sf-border);
1867
2054
  display: inline-block;
1868
2055
  height: 14px;
1869
- margin: 0;
2056
+ margin: 1px;
1870
2057
  overflow: hidden;
1871
2058
  vertical-align: top;
1872
2059
  width: 14px;
1873
2060
  }
1874
2061
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row,
1875
2062
  .e-rte-elements .e-rte-table-popup.e-popup-open .e-rte-table-row {
1876
- height: 14px;
2063
+ height: 16px;
1877
2064
  }
1878
2065
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn,
1879
2066
  .e-rte-elements .e-rte-table-popup.e-popup-open .e-insert-table-btn {
@@ -1975,7 +2162,7 @@
1975
2162
  }
1976
2163
  .e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
1977
2164
  .e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
1978
- font-weight: normal;
2165
+ font-weight: 400;
1979
2166
  }
1980
2167
  .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
1981
2168
  .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
@@ -1989,14 +2176,20 @@
1989
2176
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
1990
2177
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
1991
2178
  border: 1px solid var(--color-sf-border-light);
1992
- min-width: 120px;
1993
- height: 330px;
1994
- width: 308px;
2179
+ min-height: 330px;
2180
+ min-width: 310px;
2181
+ display: -webkit-box;
2182
+ display: -ms-flexbox;
2183
+ display: flex;
2184
+ -webkit-box-orient: vertical;
2185
+ -webkit-box-direction: normal;
2186
+ -ms-flex-direction: column;
2187
+ flex-direction: column;
1995
2188
  }
1996
2189
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
1997
2190
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
1998
2191
  padding: 7px 3px;
1999
- border-radius: 4px;
2192
+ border-radius: calc(var(--e-radius) * 0.25);
2000
2193
  }
2001
2194
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
2002
2195
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
@@ -2007,6 +2200,10 @@
2007
2200
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
2008
2201
  margin: 10px;
2009
2202
  width: 94%;
2203
+ -webkit-box-sizing: border-box;
2204
+ box-sizing: border-box;
2205
+ -ms-flex-item-align: center;
2206
+ align-self: center;
2010
2207
  }
2011
2208
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
2012
2209
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
@@ -2028,10 +2225,7 @@
2028
2225
  -webkit-box-shadow: none;
2029
2226
  box-shadow: none;
2030
2227
  padding: 6px 0;
2031
- width: 32px;
2032
- height: 32px;
2033
2228
  border: none;
2034
- line-height: 1px;
2035
2229
  font-size: 16px;
2036
2230
  }
2037
2231
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
@@ -2048,10 +2242,7 @@
2048
2242
  box-shadow: none;
2049
2243
  font-size: 24px;
2050
2244
  padding: 6px 0;
2051
- width: 40px;
2052
- height: 40px;
2053
2245
  border: none;
2054
- line-height: 1px;
2055
2246
  }
2056
2247
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
2057
2248
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
@@ -2073,7 +2264,7 @@
2073
2264
  }
2074
2265
 
2075
2266
  .e-rte-quick-popup.e-rte-elements {
2076
- border-radius: 4px;
2267
+ border-radius: calc(var(--e-radius) * 0.25);
2077
2268
  border: 1px solid var(--color-sf-flyout-border);
2078
2269
  }
2079
2270
  .e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
@@ -2224,7 +2415,7 @@
2224
2415
  }
2225
2416
 
2226
2417
  .e-dialog.e-rte-dialog-minheight {
2227
- min-height: 296px;
2418
+ min-height: 298px;
2228
2419
  min-height: 308px;
2229
2420
  }
2230
2421
 
@@ -2254,7 +2445,6 @@
2254
2445
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2255
2446
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2256
2447
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
2257
- line-height: 10;
2258
2448
  min-height: 50px;
2259
2449
  position: relative;
2260
2450
  }
@@ -2318,16 +2508,6 @@
2318
2508
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
2319
2509
  display: none;
2320
2510
  }
2321
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2322
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2323
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2324
- .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
2325
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
2326
- font-size: 15px;
2327
- opacity: 0.87;
2328
- padding-bottom: 3px;
2329
- padding-top: 12px;
2330
- }
2331
2511
 
2332
2512
  .e-rte-import-dialog .e-dlg-content {
2333
2513
  overflow-y: hidden;
@@ -2347,10 +2527,10 @@
2347
2527
  .e-dialog .e-vid-uploadwrap .e-droptext,
2348
2528
  .e-dialog .e-word-uploadwrap .e-droptext,
2349
2529
  .e-dialog.e-device .e-vid-uploadwrap .e-droptext {
2350
- border: dashed 2px var(--color-sf-border);
2351
- border-radius: 4px;
2530
+ border: 2px dashed var(--color-sf-border);
2531
+ border-radius: calc(var(--e-radius) * 0.25);
2352
2532
  color: var(--color-sf-content-text-color-alt2);
2353
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
2533
+ font-family: var(--e-font-family);
2354
2534
  font-size: 14px;
2355
2535
  height: 128px;
2356
2536
  margin: 0 auto;
@@ -2430,17 +2610,17 @@
2430
2610
  width: 14px;
2431
2611
  }
2432
2612
  .e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
2433
- border-radius: 6px;
2613
+ border-radius: calc(var(--e-radius) * 0.375);
2434
2614
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
2435
2615
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
2436
2616
  font-size: 14px;
2437
- font-weight: normal;
2617
+ font-weight: 400;
2438
2618
  min-width: 120px;
2439
2619
  overflow: hidden;
2440
2620
  padding: 10px;
2441
2621
  }
2442
2622
  .e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
2443
- width: 95px;
2623
+ min-width: 95px;
2444
2624
  }
2445
2625
  .e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
2446
2626
  max-height: 300px;
@@ -2458,7 +2638,6 @@
2458
2638
  .e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
2459
2639
  .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
2460
2640
  .e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
2461
- line-height: 10;
2462
2641
  min-height: 50px;
2463
2642
  position: relative;
2464
2643
  }
@@ -2512,21 +2691,50 @@
2512
2691
  }
2513
2692
 
2514
2693
  .e-rte-container {
2515
- border-radius: 4px;
2694
+ border-radius: calc(var(--e-radius) * 0.25);
2516
2695
  }
2517
2696
 
2518
2697
  .e-richtexteditor {
2519
- border-radius: 4px;
2698
+ border-radius: calc(var(--e-radius) * 0.25);
2520
2699
  }
2521
2700
  .e-richtexteditor .e-toolbar .e-hor-nav {
2522
- border-radius: 0 4px 0 0;
2701
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
2523
2702
  }
2524
2703
  .e-richtexteditor .e-rte-content {
2525
- border-radius: 0 0 4px 4px;
2704
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
2526
2705
  }
2527
2706
 
2528
2707
  .e-richtexteditor .e-toolbar-wrapper {
2529
- border-radius: 4px 4px 0 0;
2708
+ border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
2709
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
2710
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2711
+ }
2712
+
2713
+ .e-richtexteditor.e-rte-tb-expand {
2714
+ border-radius: calc(var(--e-radius) * 0.5);
2715
+ }
2716
+
2717
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
2718
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2719
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
2720
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2721
+ }
2722
+
2723
+ .e-rte-toolbar .e-toolbar-items {
2724
+ border-top-left-radius: calc(var(--e-radius) * 0.25);
2725
+ }
2726
+
2727
+ .e-rte-toolbar .e-hor-nav {
2728
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2729
+ }
2730
+
2731
+ .e-rtl .e-rte-toolbar .e-hor-nav {
2732
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
2733
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2734
+ }
2735
+
2736
+ .e-rtl .e-rte-toolbar .e-toolbar-items {
2737
+ border-top-right-radius: calc(var(--e-radius) * 0.25);
2530
2738
  }
2531
2739
 
2532
2740
  /* Slash Menu Styles */
@@ -2564,11 +2772,10 @@
2564
2772
  .e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
2565
2773
  display: block;
2566
2774
  line-height: 20px;
2567
- font-size: 11px;
2775
+ font-size: 12px;
2568
2776
  padding: 1px 0 5px;
2569
2777
  }
2570
2778
  .e-rte-elements.e-slash-menu .e-slash-menu-icon {
2571
- line-height: 0;
2572
2779
  display: inline-block;
2573
2780
  width: 50px;
2574
2781
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -2670,10 +2877,8 @@
2670
2877
  transform: translateX(50%);
2671
2878
  }
2672
2879
 
2673
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2674
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content,
2675
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2676
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
2880
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
2881
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
2677
2882
  margin-bottom: 20px;
2678
2883
  }
2679
2884
 
@@ -2686,7 +2891,6 @@
2686
2891
  }
2687
2892
  .e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
2688
2893
  min-height: 32px;
2689
- height: 32px;
2690
2894
  }
2691
2895
 
2692
2896
  .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
@@ -2725,6 +2929,186 @@
2725
2929
  bottom: 0;
2726
2930
  }
2727
2931
 
2932
+ .e-rte-aiquery-popup {
2933
+ min-height: 100px;
2934
+ overflow: hidden;
2935
+ display: -webkit-box !important;
2936
+ display: -ms-flexbox !important;
2937
+ display: flex !important; /* stylelint-disable-line declaration-no-important */
2938
+ -webkit-box-orient: vertical;
2939
+ -webkit-box-direction: normal;
2940
+ -ms-flex-direction: column;
2941
+ flex-direction: column;
2942
+ }
2943
+ .e-rte-aiquery-popup .e-rte-ai-assit-content-container {
2944
+ -webkit-box-flex: 1;
2945
+ -ms-flex: 1 1 auto;
2946
+ flex: 1 1 auto;
2947
+ display: -webkit-box;
2948
+ display: -ms-flexbox;
2949
+ display: flex;
2950
+ -webkit-box-orient: vertical;
2951
+ -webkit-box-direction: normal;
2952
+ -ms-flex-direction: column;
2953
+ flex-direction: column;
2954
+ min-height: 0;
2955
+ width: 100%;
2956
+ }
2957
+ .e-rte-aiquery-popup .e-aiassistview {
2958
+ -webkit-box-flex: 1;
2959
+ -ms-flex: 1 1 auto;
2960
+ flex: 1 1 auto;
2961
+ display: -webkit-box;
2962
+ display: -ms-flexbox;
2963
+ display: flex;
2964
+ -webkit-box-orient: vertical;
2965
+ -webkit-box-direction: normal;
2966
+ -ms-flex-direction: column;
2967
+ flex-direction: column;
2968
+ min-height: 0;
2969
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
2970
+ }
2971
+ .e-rte-aiquery-popup .e-aiassistview .e-view-header {
2972
+ -webkit-box-flex: 0;
2973
+ -ms-flex: 0 0 auto;
2974
+ flex: 0 0 auto;
2975
+ }
2976
+ .e-rte-aiquery-popup .e-aiassistview .e-view-content {
2977
+ -webkit-box-flex: 1;
2978
+ -ms-flex: 1 1 auto;
2979
+ flex: 1 1 auto;
2980
+ overflow-y: auto;
2981
+ overflow-x: hidden;
2982
+ min-height: 0;
2983
+ }
2984
+ .e-rte-aiquery-popup .e-aiassistview .e-view-container {
2985
+ margin: auto;
2986
+ }
2987
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
2988
+ pointer-events: none;
2989
+ opacity: 0.5;
2990
+ cursor: not-allowed;
2991
+ }
2992
+ .e-rte-aiquery-popup .e-aiassistview .banner-content {
2993
+ display: -webkit-box;
2994
+ display: -ms-flexbox;
2995
+ display: flex;
2996
+ -webkit-box-orient: vertical;
2997
+ -webkit-box-direction: normal;
2998
+ -ms-flex-direction: column;
2999
+ flex-direction: column;
3000
+ -webkit-box-pack: center;
3001
+ -ms-flex-pack: center;
3002
+ justify-content: center;
3003
+ height: 230px;
3004
+ text-align: center;
3005
+ }
3006
+ .e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
3007
+ font-size: 35px;
3008
+ }
3009
+ .e-rte-aiquery-popup .e-aiassistview .e-footer {
3010
+ width: 85%;
3011
+ }
3012
+
3013
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
3014
+ line-height: 2px;
3015
+ }
3016
+
3017
+
3018
+
3019
+
3020
+
3021
+
3022
+
3023
+
3024
+
3025
+ /* Font Family */
3026
+ /* Font Sizes */
3027
+ /* Radius */
3028
+ /* 1px */
3029
+ /* 2px */
3030
+ /* 3px */
3031
+ /* 4px */
3032
+ /* 5px */
3033
+ /* 6px */
3034
+ /* 7px */
3035
+ /* 8px */
3036
+ /* 9px */
3037
+ /* 10px */
3038
+ /* 11px */
3039
+ /* 12px */
3040
+ /* 13px */
3041
+ /* 14px */
3042
+ /* 15px */
3043
+ /* 16px */
3044
+ /* 17px */
3045
+ /* 18px */
3046
+ /* 19px */
3047
+ /* 20px */
3048
+ /* 21px */
3049
+ /* 22px */
3050
+ /* 23px */
3051
+ /* 24px */
3052
+ /* 25px */
3053
+ /* 26px */
3054
+ /* 27px */
3055
+ /* 28px */
3056
+ /* 29px */
3057
+ /* 30px */
3058
+ /* 31px */
3059
+ /* 32px */
3060
+ /* 33px */
3061
+ /* 34px */
3062
+ /* 35px */
3063
+ /* 36px */
3064
+ /* 37px */
3065
+ /* 38px */
3066
+ /* 39px */
3067
+ /* 40px */
3068
+ /* 41px */
3069
+ /* 42px */
3070
+ /* 43px */
3071
+ /* 44px */
3072
+ /* 45px */
3073
+ /* 46px */
3074
+ /* 47px */
3075
+ /* 48px */
3076
+ /* 49px */
3077
+ /* 50px */
3078
+ /* 5em */
3079
+ /* 65% */
3080
+ /* border */
3081
+ /* 0px */
3082
+ /* 1px */
3083
+ /* 1.5px */
3084
+ /* 2px */
3085
+ /* 3px */
3086
+ /* 4px */
3087
+ /* 5px */
3088
+ /* 6px */
3089
+ /* 7px */
3090
+ /* 8px */
3091
+ /* 9px */
3092
+ /* 10px */
3093
+ /* 11px */
3094
+ /* 12px */
3095
+ /* 13px */
3096
+ /* 14px */
3097
+ /* 15px */
3098
+ /* 16px */
3099
+
3100
+
3101
+
3102
+
3103
+ /* stylelint-disable */
3104
+ .e-rte-quick-popup {
3105
+ border-radius: calc(var(--e-radius) * 0.375) !important;
3106
+ }
3107
+
3108
+ .e-rte-quick-popup .e-rte-quick-toolbar {
3109
+ border-radius: calc(var(--e-radius) * 0.375) !important;
3110
+ }
3111
+
2728
3112
  /*! tab layout */
2729
3113
  .e-rte-container {
2730
3114
  border: 1px solid #e0e0e0;
@@ -2770,6 +3154,9 @@ iframe.e-rte-content {
2770
3154
  color: var(--color-sf-content-text-color);
2771
3155
  background: var(--color-sf-content-bg-color);
2772
3156
  }
3157
+ .e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
3158
+ background-color: var(--color-sf-content-bg-color-hover);
3159
+ }
2773
3160
  .e-richtexteditor .e-toolbar-wrapper {
2774
3161
  background: var(--color-sf-content-bg-color-alt2);
2775
3162
  }
@@ -2851,7 +3238,7 @@ iframe.e-rte-content {
2851
3238
  }
2852
3239
 
2853
3240
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper {
2854
- border-radius: 4px;
3241
+ border-radius: calc(var(--e-radius) * 0.25);
2855
3242
  }
2856
3243
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
2857
3244
  background: var(--color-sf-content-bg-color-alt1);
@@ -2859,7 +3246,7 @@ iframe.e-rte-content {
2859
3246
  }
2860
3247
 
2861
3248
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper {
2862
- border-radius: 4px;
3249
+ border-radius: calc(var(--e-radius) * 0.25);
2863
3250
  }
2864
3251
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
2865
3252
  background: var(--color-sf-flyout-bg-color);
@@ -2916,32 +3303,32 @@ iframe.e-rte-content {
2916
3303
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2917
3304
  }
2918
3305
 
2919
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-active,
2920
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
2921
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
2922
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
2923
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
3306
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active,
3307
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
3308
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
3309
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
3310
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
2924
3311
  border: 1px solid transparent;
2925
3312
  }
2926
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
2927
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
3313
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
3314
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
2928
3315
  color: var(--color-sf-content-text-color);
2929
3316
  }
2930
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons,
2931
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
2932
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
3317
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons,
3318
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
3319
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
2933
3320
  color: var(--color-sf-toolbar-icon-color);
2934
3321
  }
2935
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
2936
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
3322
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
3323
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
2937
3324
  color: var(--color-sf-toolbar-icon-color);
2938
3325
  }
2939
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2940
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
3326
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
3327
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
2941
3328
  color: var(--color-sf-toolbar-icon-color);
2942
3329
  }
2943
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2944
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
3330
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
3331
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
2945
3332
  border: 1px solid transparent;
2946
3333
  background: var(--color-sf-content-bg-color-pressed);
2947
3334
  }
@@ -2976,10 +3363,14 @@ iframe.e-rte-content {
2976
3363
  background: transparent;
2977
3364
  }
2978
3365
 
2979
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
2980
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
3366
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
3367
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
2981
3368
  -webkit-box-shadow: none;
2982
3369
  box-shadow: none;
3370
+ }
3371
+
3372
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
3373
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
2983
3374
  color: var(--color-sf-content-text-color);
2984
3375
  }
2985
3376
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
@@ -3137,7 +3528,7 @@ span.e-rte-videoboxmark {
3137
3528
  .e-mob-rte span.e-rte-videoboxmark {
3138
3529
  background: var(--color-sf-primary-text-color);
3139
3530
  border: 1px solid var(--color-sf-primary);
3140
- border-radius: 15px;
3531
+ border-radius: calc(var(--e-radius) * 0.9375);
3141
3532
  height: 20px;
3142
3533
  width: 20px;
3143
3534
  }
@@ -3205,7 +3596,7 @@ span.e-rte-videoboxmark {
3205
3596
 
3206
3597
  .e-rte-table-popup .e-rte-popup-header {
3207
3598
  color: var(--color-sf-content-text-color);
3208
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
3599
+ font-family: var(--e-font-family);
3209
3600
  font-size: 14px;
3210
3601
  text-align: center;
3211
3602
  }
@@ -3321,4 +3712,18 @@ span.e-table-box.e-rbox-select {
3321
3712
  border-left: 7.5px solid transparent;
3322
3713
  border-right: 7.5px solid transparent;
3323
3714
  border-top: 9px solid var(--color-sf-flyout-bg-color);
3715
+ }
3716
+
3717
+ .e-rte-aiquery-popup {
3718
+ -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3719
+ box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3720
+ }
3721
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
3722
+ color: var(--color-sf-icon-color-disabled);
3723
+ }
3724
+ .e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
3725
+ border: 1px solid transparent;
3726
+ background-color: transparent;
3727
+ -webkit-box-shadow: none;
3728
+ box-shadow: none;
3324
3729
  }