@dangl/angular-material-shared 2.5.1-beta0006 → 2.5.1-beta0018

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 (246) hide show
  1. package/README.md +1 -7
  2. package/esm2022/lib/angular-material-shared.module.mjs +6 -25
  3. package/esm2022/lib/components/footer/footer.component.mjs +12 -7
  4. package/esm2022/lib/components/header/header.component.mjs +18 -10
  5. package/esm2022/lib/components/tiny-mce/tiny-mce.component.mjs +18 -21
  6. package/fesm2022/dangl-angular-material-shared.mjs +45 -55
  7. package/fesm2022/dangl-angular-material-shared.mjs.map +1 -1
  8. package/lib/angular-material-shared.module.d.ts +5 -9
  9. package/lib/components/footer/footer.component.d.ts +1 -1
  10. package/lib/components/header/header.component.d.ts +1 -1
  11. package/lib/components/tiny-mce/tiny-mce.component.d.ts +7 -8
  12. package/package.json +1 -1
  13. package/tinymce-assets/icons/default/icons.js +187 -171
  14. package/tinymce-assets/icons/default/icons.min.js +1 -1
  15. package/tinymce-assets/langs/it.js +1 -1
  16. package/tinymce-assets/plugins/accordion/index.js +7 -0
  17. package/tinymce-assets/plugins/accordion/plugin.js +1054 -0
  18. package/tinymce-assets/plugins/accordion/plugin.min.js +4 -0
  19. package/tinymce-assets/plugins/advlist/plugin.js +185 -187
  20. package/tinymce-assets/plugins/advlist/plugin.min.js +2 -7
  21. package/tinymce-assets/plugins/anchor/plugin.js +79 -81
  22. package/tinymce-assets/plugins/anchor/plugin.min.js +2 -7
  23. package/tinymce-assets/plugins/autolink/plugin.js +209 -194
  24. package/tinymce-assets/plugins/autolink/plugin.min.js +2 -7
  25. package/tinymce-assets/plugins/autoresize/plugin.js +110 -102
  26. package/tinymce-assets/plugins/autoresize/plugin.min.js +2 -7
  27. package/tinymce-assets/plugins/autosave/plugin.js +125 -104
  28. package/tinymce-assets/plugins/autosave/plugin.min.js +2 -7
  29. package/tinymce-assets/plugins/charmap/plugin.js +275 -313
  30. package/tinymce-assets/plugins/charmap/plugin.min.js +2 -7
  31. package/tinymce-assets/plugins/code/plugin.js +18 -24
  32. package/tinymce-assets/plugins/code/plugin.min.js +2 -7
  33. package/tinymce-assets/plugins/codesample/plugin.js +2075 -2074
  34. package/tinymce-assets/plugins/codesample/plugin.min.js +2 -7
  35. package/tinymce-assets/plugins/directionality/plugin.js +247 -305
  36. package/tinymce-assets/plugins/directionality/plugin.min.js +2 -7
  37. package/tinymce-assets/plugins/emoticons/js/emojiimages.js +1 -9424
  38. package/tinymce-assets/plugins/emoticons/js/emojiimages.min.js +1 -1
  39. package/tinymce-assets/plugins/emoticons/js/emojis.js +1 -9423
  40. package/tinymce-assets/plugins/emoticons/js/emojis.min.js +1 -1
  41. package/tinymce-assets/plugins/emoticons/plugin.js +334 -374
  42. package/tinymce-assets/plugins/emoticons/plugin.min.js +2 -7
  43. package/tinymce-assets/plugins/fullscreen/plugin.js +740 -837
  44. package/tinymce-assets/plugins/fullscreen/plugin.min.js +2 -7
  45. package/tinymce-assets/plugins/help/js/i18n/keynav/ar.js +90 -0
  46. package/tinymce-assets/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  47. package/tinymce-assets/plugins/help/js/i18n/keynav/ca.js +90 -0
  48. package/tinymce-assets/plugins/help/js/i18n/keynav/cs.js +90 -0
  49. package/tinymce-assets/plugins/help/js/i18n/keynav/da.js +90 -0
  50. package/tinymce-assets/plugins/help/js/i18n/keynav/de.js +90 -0
  51. package/tinymce-assets/plugins/help/js/i18n/keynav/el.js +90 -0
  52. package/tinymce-assets/plugins/help/js/i18n/keynav/en.js +90 -0
  53. package/tinymce-assets/plugins/help/js/i18n/keynav/es.js +90 -0
  54. package/tinymce-assets/plugins/help/js/i18n/keynav/eu.js +90 -0
  55. package/tinymce-assets/plugins/help/js/i18n/keynav/fa.js +90 -0
  56. package/tinymce-assets/plugins/help/js/i18n/keynav/fi.js +90 -0
  57. package/tinymce-assets/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  58. package/tinymce-assets/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  59. package/tinymce-assets/plugins/help/js/i18n/keynav/hi.js +90 -0
  60. package/tinymce-assets/plugins/help/js/i18n/keynav/hr.js +90 -0
  61. package/tinymce-assets/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  62. package/tinymce-assets/plugins/help/js/i18n/keynav/id.js +90 -0
  63. package/tinymce-assets/plugins/help/js/i18n/keynav/it.js +90 -0
  64. package/tinymce-assets/plugins/help/js/i18n/keynav/ja.js +90 -0
  65. package/tinymce-assets/plugins/help/js/i18n/keynav/kk.js +90 -0
  66. package/tinymce-assets/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  67. package/tinymce-assets/plugins/help/js/i18n/keynav/ms.js +90 -0
  68. package/tinymce-assets/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  69. package/tinymce-assets/plugins/help/js/i18n/keynav/nl.js +90 -0
  70. package/tinymce-assets/plugins/help/js/i18n/keynav/pl.js +90 -0
  71. package/tinymce-assets/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  72. package/tinymce-assets/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  73. package/tinymce-assets/plugins/help/js/i18n/keynav/ro.js +90 -0
  74. package/tinymce-assets/plugins/help/js/i18n/keynav/ru.js +90 -0
  75. package/tinymce-assets/plugins/help/js/i18n/keynav/sk.js +90 -0
  76. package/tinymce-assets/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  77. package/tinymce-assets/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  78. package/tinymce-assets/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  79. package/tinymce-assets/plugins/help/js/i18n/keynav/tr.js +90 -0
  80. package/tinymce-assets/plugins/help/js/i18n/keynav/uk.js +90 -0
  81. package/tinymce-assets/plugins/help/js/i18n/keynav/vi.js +90 -0
  82. package/tinymce-assets/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  83. package/tinymce-assets/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  84. package/tinymce-assets/plugins/help/plugin.js +411 -355
  85. package/tinymce-assets/plugins/help/plugin.min.js +2 -7
  86. package/tinymce-assets/plugins/image/plugin.js +876 -1037
  87. package/tinymce-assets/plugins/image/plugin.min.js +2 -7
  88. package/tinymce-assets/plugins/importcss/plugin.js +146 -144
  89. package/tinymce-assets/plugins/importcss/plugin.min.js +2 -7
  90. package/tinymce-assets/plugins/insertdatetime/plugin.js +93 -88
  91. package/tinymce-assets/plugins/insertdatetime/plugin.min.js +2 -7
  92. package/tinymce-assets/plugins/link/plugin.js +718 -768
  93. package/tinymce-assets/plugins/link/plugin.min.js +2 -7
  94. package/tinymce-assets/plugins/lists/plugin.js +1235 -1375
  95. package/tinymce-assets/plugins/lists/plugin.min.js +2 -7
  96. package/tinymce-assets/plugins/media/plugin.js +614 -756
  97. package/tinymce-assets/plugins/media/plugin.min.js +2 -7
  98. package/tinymce-assets/plugins/nonbreaking/plugin.js +71 -48
  99. package/tinymce-assets/plugins/nonbreaking/plugin.min.js +2 -7
  100. package/tinymce-assets/plugins/pagebreak/plugin.js +53 -40
  101. package/tinymce-assets/plugins/pagebreak/plugin.min.js +2 -7
  102. package/tinymce-assets/plugins/preview/plugin.js +36 -65
  103. package/tinymce-assets/plugins/preview/plugin.min.js +2 -7
  104. package/tinymce-assets/plugins/quickbars/plugin.js +304 -331
  105. package/tinymce-assets/plugins/quickbars/plugin.min.js +2 -7
  106. package/tinymce-assets/plugins/save/plugin.js +49 -50
  107. package/tinymce-assets/plugins/save/plugin.min.js +2 -7
  108. package/tinymce-assets/plugins/searchreplace/plugin.js +499 -571
  109. package/tinymce-assets/plugins/searchreplace/plugin.min.js +2 -7
  110. package/tinymce-assets/plugins/table/plugin.js +2572 -10617
  111. package/tinymce-assets/plugins/table/plugin.min.js +2 -7
  112. package/tinymce-assets/plugins/visualblocks/plugin.js +41 -46
  113. package/tinymce-assets/plugins/visualblocks/plugin.min.js +2 -7
  114. package/tinymce-assets/plugins/visualchars/plugin.js +346 -312
  115. package/tinymce-assets/plugins/visualchars/plugin.min.js +2 -7
  116. package/tinymce-assets/plugins/wordcount/plugin.js +159 -179
  117. package/tinymce-assets/plugins/wordcount/plugin.min.js +2 -7
  118. package/tinymce-assets/skins/content/dark/content.css +2 -8
  119. package/tinymce-assets/skins/content/dark/content.js +2 -0
  120. package/tinymce-assets/skins/content/dark/content.min.css +1 -7
  121. package/tinymce-assets/skins/content/default/content.css +0 -6
  122. package/tinymce-assets/skins/content/default/content.js +2 -0
  123. package/tinymce-assets/skins/content/default/content.min.css +0 -6
  124. package/tinymce-assets/skins/content/document/content.css +0 -6
  125. package/tinymce-assets/skins/content/document/content.js +2 -0
  126. package/tinymce-assets/skins/content/document/content.min.css +0 -6
  127. package/tinymce-assets/skins/content/tinymce-5/content.css +61 -0
  128. package/tinymce-assets/skins/content/tinymce-5/content.js +2 -0
  129. package/tinymce-assets/skins/content/tinymce-5/content.min.css +1 -0
  130. package/tinymce-assets/skins/content/tinymce-5-dark/content.css +66 -0
  131. package/tinymce-assets/skins/content/tinymce-5-dark/content.js +2 -0
  132. package/tinymce-assets/skins/content/tinymce-5-dark/content.min.css +1 -0
  133. package/tinymce-assets/skins/content/writer/content.css +0 -6
  134. package/tinymce-assets/skins/content/writer/content.js +2 -0
  135. package/tinymce-assets/skins/content/writer/content.min.css +0 -6
  136. package/tinymce-assets/skins/ui/oxide/content.css +73 -20
  137. package/tinymce-assets/skins/ui/oxide/content.inline.css +73 -20
  138. package/tinymce-assets/skins/ui/oxide/content.inline.js +2 -0
  139. package/tinymce-assets/skins/ui/oxide/content.inline.min.css +1 -7
  140. package/tinymce-assets/skins/ui/oxide/content.js +2 -0
  141. package/tinymce-assets/skins/ui/oxide/content.min.css +1 -7
  142. package/tinymce-assets/skins/ui/oxide/skin.css +1480 -435
  143. package/tinymce-assets/skins/ui/oxide/skin.js +2 -0
  144. package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -7
  145. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +1 -8
  146. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.js +2 -0
  147. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +1 -7
  148. package/tinymce-assets/skins/ui/oxide-dark/content.css +71 -19
  149. package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +73 -20
  150. package/tinymce-assets/skins/ui/oxide-dark/content.inline.js +2 -0
  151. package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +1 -7
  152. package/tinymce-assets/skins/ui/oxide-dark/content.js +2 -0
  153. package/tinymce-assets/skins/ui/oxide-dark/content.min.css +1 -7
  154. package/tinymce-assets/skins/ui/oxide-dark/skin.css +1498 -450
  155. package/tinymce-assets/skins/ui/oxide-dark/skin.js +2 -0
  156. package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -7
  157. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +1 -8
  158. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  159. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -7
  160. package/tinymce-assets/skins/ui/tinymce-5/content.css +785 -0
  161. package/tinymce-assets/skins/ui/tinymce-5/content.inline.css +779 -0
  162. package/tinymce-assets/skins/ui/tinymce-5/content.inline.js +2 -0
  163. package/tinymce-assets/skins/ui/tinymce-5/content.inline.min.css +1 -0
  164. package/tinymce-assets/skins/ui/tinymce-5/content.js +2 -0
  165. package/tinymce-assets/skins/ui/tinymce-5/content.min.css +1 -0
  166. package/tinymce-assets/skins/ui/tinymce-5/skin.css +4185 -0
  167. package/tinymce-assets/skins/ui/tinymce-5/skin.js +2 -0
  168. package/tinymce-assets/skins/ui/tinymce-5/skin.min.css +1 -0
  169. package/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
  170. package/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
  171. package/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  172. package/tinymce-assets/skins/ui/tinymce-5-dark/content.css +766 -0
  173. package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.css +779 -0
  174. package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.js +2 -0
  175. package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  176. package/tinymce-assets/skins/ui/tinymce-5-dark/content.js +2 -0
  177. package/tinymce-assets/skins/ui/tinymce-5-dark/content.min.css +1 -0
  178. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.css +4185 -0
  179. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.js +2 -0
  180. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  181. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
  182. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
  183. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  184. package/tinymce-assets/themes/silver/theme.js +25226 -28188
  185. package/tinymce-assets/themes/silver/theme.min.js +2 -7
  186. package/tinymce-assets/plugins/bbcode/index.js +0 -7
  187. package/tinymce-assets/plugins/bbcode/plugin.js +0 -99
  188. package/tinymce-assets/plugins/bbcode/plugin.min.js +0 -9
  189. package/tinymce-assets/plugins/colorpicker/index.js +0 -7
  190. package/tinymce-assets/plugins/colorpicker/plugin.js +0 -21
  191. package/tinymce-assets/plugins/colorpicker/plugin.min.js +0 -9
  192. package/tinymce-assets/plugins/contextmenu/index.js +0 -7
  193. package/tinymce-assets/plugins/contextmenu/plugin.js +0 -21
  194. package/tinymce-assets/plugins/contextmenu/plugin.min.js +0 -9
  195. package/tinymce-assets/plugins/fullpage/index.js +0 -7
  196. package/tinymce-assets/plugins/fullpage/plugin.js +0 -544
  197. package/tinymce-assets/plugins/fullpage/plugin.min.js +0 -9
  198. package/tinymce-assets/plugins/hr/index.js +0 -7
  199. package/tinymce-assets/plugins/hr/plugin.js +0 -45
  200. package/tinymce-assets/plugins/hr/plugin.min.js +0 -9
  201. package/tinymce-assets/plugins/imagetools/index.js +0 -7
  202. package/tinymce-assets/plugins/imagetools/plugin.js +0 -1531
  203. package/tinymce-assets/plugins/imagetools/plugin.min.js +0 -9
  204. package/tinymce-assets/plugins/legacyoutput/index.js +0 -7
  205. package/tinymce-assets/plugins/legacyoutput/plugin.js +0 -199
  206. package/tinymce-assets/plugins/legacyoutput/plugin.min.js +0 -9
  207. package/tinymce-assets/plugins/noneditable/index.js +0 -7
  208. package/tinymce-assets/plugins/noneditable/plugin.js +0 -117
  209. package/tinymce-assets/plugins/noneditable/plugin.min.js +0 -9
  210. package/tinymce-assets/plugins/paste/index.js +0 -7
  211. package/tinymce-assets/plugins/paste/plugin.js +0 -1803
  212. package/tinymce-assets/plugins/paste/plugin.min.js +0 -9
  213. package/tinymce-assets/plugins/print/index.js +0 -7
  214. package/tinymce-assets/plugins/print/plugin.js +0 -52
  215. package/tinymce-assets/plugins/print/plugin.min.js +0 -9
  216. package/tinymce-assets/plugins/spellchecker/index.js +0 -7
  217. package/tinymce-assets/plugins/spellchecker/plugin.js +0 -730
  218. package/tinymce-assets/plugins/spellchecker/plugin.min.js +0 -9
  219. package/tinymce-assets/plugins/tabfocus/index.js +0 -7
  220. package/tinymce-assets/plugins/tabfocus/plugin.js +0 -130
  221. package/tinymce-assets/plugins/tabfocus/plugin.min.js +0 -9
  222. package/tinymce-assets/plugins/template/index.js +0 -7
  223. package/tinymce-assets/plugins/template/plugin.js +0 -591
  224. package/tinymce-assets/plugins/template/plugin.min.js +0 -9
  225. package/tinymce-assets/plugins/textcolor/index.js +0 -7
  226. package/tinymce-assets/plugins/textcolor/plugin.js +0 -21
  227. package/tinymce-assets/plugins/textcolor/plugin.min.js +0 -9
  228. package/tinymce-assets/plugins/textpattern/index.js +0 -7
  229. package/tinymce-assets/plugins/textpattern/plugin.js +0 -1374
  230. package/tinymce-assets/plugins/textpattern/plugin.min.js +0 -9
  231. package/tinymce-assets/plugins/toc/index.js +0 -7
  232. package/tinymce-assets/plugins/toc/plugin.js +0 -238
  233. package/tinymce-assets/plugins/toc/plugin.min.js +0 -9
  234. package/tinymce-assets/skins/ui/oxide/content.mobile.css +0 -29
  235. package/tinymce-assets/skins/ui/oxide/content.mobile.min.css +0 -7
  236. package/tinymce-assets/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
  237. package/tinymce-assets/skins/ui/oxide/skin.mobile.css +0 -673
  238. package/tinymce-assets/skins/ui/oxide/skin.mobile.min.css +0 -7
  239. package/tinymce-assets/skins/ui/oxide-dark/content.mobile.css +0 -29
  240. package/tinymce-assets/skins/ui/oxide-dark/content.mobile.min.css +0 -7
  241. package/tinymce-assets/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
  242. package/tinymce-assets/skins/ui/oxide-dark/skin.mobile.css +0 -673
  243. package/tinymce-assets/skins/ui/oxide-dark/skin.mobile.min.css +0 -7
  244. package/tinymce-assets/themes/mobile/index.js +0 -7
  245. package/tinymce-assets/themes/mobile/theme.js +0 -13130
  246. package/tinymce-assets/themes/mobile/theme.min.js +0 -9
@@ -1,9 +1,3 @@
1
- /**
2
- * Copyright (c) Tiny Technologies, Inc. All rights reserved.
3
- * Licensed under the LGPL or a commercial license.
4
- * For LGPL see License.txt in the project root for license information.
5
- * For commercial licenses see https://www.tiny.cloud/
6
- */
7
1
  .tox {
8
2
  box-shadow: none;
9
3
  box-sizing: content-box;
@@ -62,8 +56,8 @@
62
56
  text-align: right;
63
57
  }
64
58
  .tox-tinymce {
65
- border: 1px solid #cccccc;
66
- border-radius: 0;
59
+ border: 2px solid #eeeeee;
60
+ border-radius: 10px;
67
61
  box-shadow: none;
68
62
  box-sizing: border-box;
69
63
  display: flex;
@@ -73,15 +67,20 @@
73
67
  position: relative;
74
68
  visibility: inherit !important;
75
69
  }
76
- .tox-tinymce-inline {
70
+ .tox.tox-tinymce-inline {
77
71
  border: none;
78
72
  box-shadow: none;
73
+ overflow: initial;
79
74
  }
80
- .tox-tinymce-inline .tox-editor-header {
81
- background-color: transparent;
82
- border: 1px solid #cccccc;
83
- border-radius: 0;
75
+ .tox.tox-tinymce-inline .tox-editor-container {
76
+ overflow: initial;
77
+ }
78
+ .tox.tox-tinymce-inline .tox-editor-header {
79
+ background-color: #fff;
80
+ border: 2px solid #eeeeee;
81
+ border-radius: 10px;
84
82
  box-shadow: none;
83
+ overflow: hidden;
85
84
  }
86
85
  .tox-tinymce-aux {
87
86
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
@@ -104,8 +103,7 @@ button::-moz-focus-inner {
104
103
  }
105
104
  .tox .accessibility-issue__description {
106
105
  align-items: stretch;
107
- border: 1px solid #cccccc;
108
- border-radius: 3px;
106
+ border-radius: 6px;
109
107
  display: flex;
110
108
  justify-content: space-between;
111
109
  }
@@ -117,83 +115,101 @@ button::-moz-focus-inner {
117
115
  display: flex;
118
116
  margin-bottom: 4px;
119
117
  }
120
- .tox .accessibility-issue__description > *:last-child:not(:only-child) {
121
- border-color: #cccccc;
122
- border-style: solid;
118
+ .tox .accessibility-issue__description > div > div .tox-icon svg {
119
+ display: block;
123
120
  }
124
121
  .tox .accessibility-issue__repair {
125
122
  margin-top: 16px;
126
123
  }
127
124
  .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
128
- background-color: rgba(32, 122, 183, 0.1);
129
- border-color: rgba(32, 122, 183, 0.4);
125
+ background-color: rgba(0, 101, 216, 0.1);
130
126
  color: #222f3e;
131
127
  }
132
- .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description > *:last-child {
133
- border-color: rgba(32, 122, 183, 0.4);
134
- }
135
128
  .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
136
- color: #207ab7;
129
+ color: #006ce7;
137
130
  }
138
131
  .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
139
- fill: #207ab7;
132
+ fill: #006ce7;
133
+ }
134
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
135
+ background-color: #006ce7;
136
+ color: #fff;
137
+ }
138
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,
139
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
140
+ background-color: #0060ce;
140
141
  }
141
- .tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
142
- color: #207ab7;
142
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
143
+ background-color: #0054b4;
144
+ }
145
+ .tox .tox-dialog__body-content .accessibility-issue--warn {
146
+ /* stylelint-disable-next-line no-descending-specificity */
143
147
  }
144
148
  .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
145
- background-color: rgba(255, 165, 0, 0.1);
146
- border-color: rgba(255, 165, 0, 0.5);
149
+ background-color: rgba(255, 165, 0, 0.08);
147
150
  color: #222f3e;
148
151
  }
149
- .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description > *:last-child {
150
- border-color: rgba(255, 165, 0, 0.5);
151
- }
152
152
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
153
- color: #cc8500;
153
+ color: #8f5d00;
154
154
  }
155
155
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
156
- fill: #cc8500;
156
+ fill: #8f5d00;
157
+ }
158
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
159
+ background-color: #FFE89D;
160
+ color: #222f3e;
161
+ }
162
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,
163
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
164
+ background-color: #F2D574;
165
+ color: #222f3e;
166
+ }
167
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
168
+ background-color: #E8C657;
169
+ color: #222f3e;
157
170
  }
158
- .tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
159
- color: #cc8500;
171
+ .tox .tox-dialog__body-content .accessibility-issue--error {
172
+ /* stylelint-disable-next-line no-descending-specificity */
160
173
  }
161
174
  .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
162
175
  background-color: rgba(204, 0, 0, 0.1);
163
- border-color: rgba(204, 0, 0, 0.4);
164
176
  color: #222f3e;
165
177
  }
166
- .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description > *:last-child {
167
- border-color: rgba(204, 0, 0, 0.4);
168
- }
169
178
  .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
170
179
  color: #c00;
171
180
  }
172
181
  .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
173
182
  fill: #c00;
174
183
  }
175
- .tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
176
- color: #c00;
184
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
185
+ background-color: #F2BFBF;
186
+ color: #222f3e;
187
+ }
188
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,
189
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
190
+ background-color: #E9A4A4;
191
+ color: #222f3e;
192
+ }
193
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
194
+ background-color: #EE9494;
195
+ color: #222f3e;
177
196
  }
178
197
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
179
198
  background-color: rgba(120, 171, 70, 0.1);
180
- border-color: rgba(120, 171, 70, 0.4);
181
199
  color: #222f3e;
182
200
  }
183
201
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
184
- border-color: rgba(120, 171, 70, 0.4);
202
+ display: none;
185
203
  }
186
204
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
187
- color: #78AB46;
205
+ color: #527530;
188
206
  }
189
207
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
190
- fill: #78AB46;
208
+ fill: #527530;
191
209
  }
192
- .tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
193
- color: #78AB46;
194
- }
195
- .tox .tox-dialog__body-content .accessibility-issue__header h1,
210
+ .tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
196
211
  .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
212
+ font-size: 14px;
197
213
  margin-top: 0;
198
214
  }
199
215
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
@@ -205,10 +221,6 @@ button::-moz-focus-inner {
205
221
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
206
222
  padding: 4px 4px 4px 8px;
207
223
  }
208
- .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description > *:last-child {
209
- border-left-width: 1px;
210
- padding-left: 4px;
211
- }
212
224
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
213
225
  margin-right: 4px;
214
226
  }
@@ -218,25 +230,64 @@ button::-moz-focus-inner {
218
230
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
219
231
  padding: 4px 8px 4px 4px;
220
232
  }
221
- .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description > *:last-child {
222
- border-right-width: 1px;
223
- padding-right: 4px;
233
+ .tox .mce-codemirror {
234
+ background: #fff;
235
+ bottom: 0;
236
+ font-size: 13px;
237
+ left: 0;
238
+ position: absolute;
239
+ right: 0;
240
+ top: 0;
241
+ z-index: 1;
242
+ }
243
+ .tox .mce-codemirror.tox-inline-codemirror {
244
+ margin: 8px;
245
+ position: absolute;
246
+ }
247
+ .tox .tox-advtemplate .tox-form__grid {
248
+ flex: 1;
249
+ }
250
+ .tox .tox-advtemplate .tox-form__grid > div:first-child {
251
+ display: flex;
252
+ flex-direction: column;
253
+ width: 30%;
254
+ }
255
+ .tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
256
+ flex-basis: 0;
257
+ flex-grow: 1;
258
+ overflow: auto;
259
+ }
260
+ @media only screen and (max-width: 767px ) {
261
+ body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
262
+ width: 100%;
263
+ }
264
+ }
265
+ .tox .tox-advtemplate iframe {
266
+ border-color: #eeeeee;
267
+ border-radius: 10px;
268
+ border-style: solid;
269
+ border-width: 1px;
270
+ margin: 0 10px;
224
271
  }
225
272
  .tox .tox-anchorbar {
226
273
  display: flex;
227
274
  flex: 0 0 auto;
228
275
  }
276
+ .tox .tox-bottom-anchorbar {
277
+ display: flex;
278
+ flex: 0 0 auto;
279
+ }
229
280
  .tox .tox-bar {
230
281
  display: flex;
231
282
  flex: 0 0 auto;
232
283
  }
233
284
  .tox .tox-button {
234
- background-color: #207ab7;
285
+ background-color: #006ce7;
235
286
  background-image: none;
236
287
  background-position: 0 0;
237
288
  background-repeat: repeat;
238
- border-color: #207ab7;
239
- border-radius: 3px;
289
+ border-color: #006ce7;
290
+ border-radius: 6px;
240
291
  border-style: solid;
241
292
  border-width: 1px;
242
293
  box-shadow: none;
@@ -253,47 +304,111 @@ button::-moz-focus-inner {
253
304
  margin: 0;
254
305
  outline: none;
255
306
  padding: 4px 16px;
307
+ position: relative;
256
308
  text-align: center;
257
309
  text-decoration: none;
258
310
  text-transform: none;
259
311
  white-space: nowrap;
260
312
  }
313
+ .tox .tox-button::before {
314
+ border-radius: 6px;
315
+ bottom: -1px;
316
+ box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
317
+ content: '';
318
+ left: -1px;
319
+ opacity: 0;
320
+ pointer-events: none;
321
+ position: absolute;
322
+ right: -1px;
323
+ top: -1px;
324
+ }
261
325
  .tox .tox-button[disabled] {
262
- background-color: #207ab7;
326
+ background-color: #006ce7;
263
327
  background-image: none;
264
- border-color: #207ab7;
328
+ border-color: #006ce7;
265
329
  box-shadow: none;
266
330
  color: rgba(255, 255, 255, 0.5);
267
331
  cursor: not-allowed;
268
332
  }
269
333
  .tox .tox-button:focus:not(:disabled) {
270
- background-color: #1c6ca1;
334
+ background-color: #0060ce;
271
335
  background-image: none;
272
- border-color: #1c6ca1;
336
+ border-color: #0060ce;
273
337
  box-shadow: none;
274
338
  color: #fff;
275
339
  }
340
+ .tox .tox-button:focus:not(:disabled)::before {
341
+ opacity: 1;
342
+ }
276
343
  .tox .tox-button:hover:not(:disabled) {
277
- background-color: #1c6ca1;
344
+ background-color: #0060ce;
278
345
  background-image: none;
279
- border-color: #1c6ca1;
346
+ border-color: #0060ce;
280
347
  box-shadow: none;
281
348
  color: #fff;
282
349
  }
283
350
  .tox .tox-button:active:not(:disabled) {
284
- background-color: #185d8c;
351
+ background-color: #0054b4;
352
+ background-image: none;
353
+ border-color: #0054b4;
354
+ box-shadow: none;
355
+ color: #fff;
356
+ }
357
+ .tox .tox-button.tox-button--enabled {
358
+ background-color: #0054b4;
359
+ background-image: none;
360
+ border-color: #0054b4;
361
+ box-shadow: none;
362
+ color: #fff;
363
+ }
364
+ .tox .tox-button.tox-button--enabled[disabled] {
365
+ background-color: #0054b4;
285
366
  background-image: none;
286
- border-color: #185d8c;
367
+ border-color: #0054b4;
368
+ box-shadow: none;
369
+ color: rgba(255, 255, 255, 0.5);
370
+ cursor: not-allowed;
371
+ }
372
+ .tox .tox-button.tox-button--enabled:focus:not(:disabled) {
373
+ background-color: #00489b;
374
+ background-image: none;
375
+ border-color: #00489b;
376
+ box-shadow: none;
377
+ color: #fff;
378
+ }
379
+ .tox .tox-button.tox-button--enabled:hover:not(:disabled) {
380
+ background-color: #00489b;
381
+ background-image: none;
382
+ border-color: #00489b;
383
+ box-shadow: none;
384
+ color: #fff;
385
+ }
386
+ .tox .tox-button.tox-button--enabled:active:not(:disabled) {
387
+ background-color: #003c81;
388
+ background-image: none;
389
+ border-color: #003c81;
287
390
  box-shadow: none;
288
391
  color: #fff;
289
392
  }
393
+ .tox .tox-button--icon-and-text,
394
+ .tox .tox-button.tox-button--icon-and-text,
395
+ .tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
396
+ display: flex;
397
+ padding: 5px 4px;
398
+ }
399
+ .tox .tox-button--icon-and-text .tox-icon svg,
400
+ .tox .tox-button.tox-button--icon-and-text .tox-icon svg,
401
+ .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
402
+ display: block;
403
+ fill: currentColor;
404
+ }
290
405
  .tox .tox-button--secondary {
291
406
  background-color: #f0f0f0;
292
407
  background-image: none;
293
408
  background-position: 0 0;
294
409
  background-repeat: repeat;
295
410
  border-color: #f0f0f0;
296
- border-radius: 3px;
411
+ border-radius: 6px;
297
412
  border-style: solid;
298
413
  border-width: 1px;
299
414
  box-shadow: none;
@@ -335,6 +450,41 @@ button::-moz-focus-inner {
335
450
  box-shadow: none;
336
451
  color: #222f3e;
337
452
  }
453
+ .tox .tox-button--secondary.tox-button--enabled {
454
+ background-color: #a8c8ed;
455
+ background-image: none;
456
+ border-color: #a8c8ed;
457
+ box-shadow: none;
458
+ color: #222f3e;
459
+ }
460
+ .tox .tox-button--secondary.tox-button--enabled[disabled] {
461
+ background-color: #a8c8ed;
462
+ background-image: none;
463
+ border-color: #a8c8ed;
464
+ box-shadow: none;
465
+ color: rgba(34, 47, 62, 0.5);
466
+ }
467
+ .tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
468
+ background-color: #93bbe9;
469
+ background-image: none;
470
+ border-color: #93bbe9;
471
+ box-shadow: none;
472
+ color: #222f3e;
473
+ }
474
+ .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
475
+ background-color: #93bbe9;
476
+ background-image: none;
477
+ border-color: #93bbe9;
478
+ box-shadow: none;
479
+ color: #222f3e;
480
+ }
481
+ .tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
482
+ background-color: #7daee4;
483
+ background-image: none;
484
+ border-color: #7daee4;
485
+ box-shadow: none;
486
+ color: #222f3e;
487
+ }
338
488
  .tox .tox-button--icon,
339
489
  .tox .tox-button.tox-button--icon,
340
490
  .tox .tox-button.tox-button--secondary.tox-button--icon {
@@ -370,27 +520,27 @@ button::-moz-focus-inner {
370
520
  color: #222f3e;
371
521
  }
372
522
  .tox .tox-button--naked[disabled] {
373
- background-color: #f0f0f0;
374
- border-color: #f0f0f0;
375
- box-shadow: none;
523
+ background-color: rgba(34, 47, 62, 0.12);
524
+ border-color: transparent;
525
+ box-shadow: unset;
376
526
  color: rgba(34, 47, 62, 0.5);
377
527
  }
378
528
  .tox .tox-button--naked:hover:not(:disabled) {
379
- background-color: #e3e3e3;
380
- border-color: #e3e3e3;
381
- box-shadow: none;
529
+ background-color: rgba(34, 47, 62, 0.12);
530
+ border-color: transparent;
531
+ box-shadow: unset;
382
532
  color: #222f3e;
383
533
  }
384
534
  .tox .tox-button--naked:focus:not(:disabled) {
385
- background-color: #e3e3e3;
386
- border-color: #e3e3e3;
387
- box-shadow: none;
535
+ background-color: rgba(34, 47, 62, 0.12);
536
+ border-color: transparent;
537
+ box-shadow: unset;
388
538
  color: #222f3e;
389
539
  }
390
540
  .tox .tox-button--naked:active:not(:disabled) {
391
- background-color: #d6d6d6;
392
- border-color: #d6d6d6;
393
- box-shadow: none;
541
+ background-color: rgba(34, 47, 62, 0.18);
542
+ border-color: transparent;
543
+ box-shadow: unset;
394
544
  color: #222f3e;
395
545
  }
396
546
  .tox .tox-button--naked .tox-icon svg {
@@ -401,7 +551,7 @@ button::-moz-focus-inner {
401
551
  }
402
552
  .tox .tox-checkbox {
403
553
  align-items: center;
404
- border-radius: 3px;
554
+ border-radius: 6px;
405
555
  cursor: pointer;
406
556
  display: flex;
407
557
  height: 36px;
@@ -417,7 +567,7 @@ button::-moz-focus-inner {
417
567
  }
418
568
  .tox .tox-checkbox__icons {
419
569
  align-items: center;
420
- border-radius: 3px;
570
+ border-radius: 6px;
421
571
  box-shadow: 0 0 0 2px transparent;
422
572
  box-sizing: content-box;
423
573
  display: flex;
@@ -432,11 +582,11 @@ button::-moz-focus-inner {
432
582
  }
433
583
  .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
434
584
  display: none;
435
- fill: #207ab7;
585
+ fill: #006ce7;
436
586
  }
437
587
  .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
438
588
  display: none;
439
- fill: #207ab7;
589
+ fill: #006ce7;
440
590
  }
441
591
  .tox .tox-checkbox--disabled {
442
592
  color: rgba(34, 47, 62, 0.5);
@@ -464,8 +614,8 @@ button::-moz-focus-inner {
464
614
  display: block;
465
615
  }
466
616
  .tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
467
- border-radius: 3px;
468
- box-shadow: inset 0 0 0 1px #207ab7;
617
+ border-radius: 6px;
618
+ box-shadow: inset 0 0 0 1px #006ce7;
469
619
  padding: calc(4px - 1px);
470
620
  }
471
621
  .tox:not([dir=rtl]) .tox-checkbox__label {
@@ -503,7 +653,7 @@ button::-moz-focus-inner {
503
653
  }
504
654
  .tox .tox-collection--list .tox-collection__group {
505
655
  border-bottom-width: 0;
506
- border-color: #cccccc;
656
+ border-color: #e3e3e3;
507
657
  border-left-width: 0;
508
658
  border-right-width: 0;
509
659
  border-style: solid;
@@ -514,7 +664,7 @@ button::-moz-focus-inner {
514
664
  border-top-width: 0;
515
665
  }
516
666
  .tox .tox-collection__group-heading {
517
- background-color: #e6e6e6;
667
+ background-color: #fcfcfc;
518
668
  color: rgba(34, 47, 62, 0.7);
519
669
  cursor: default;
520
670
  font-size: 12px;
@@ -527,18 +677,16 @@ button::-moz-focus-inner {
527
677
  -webkit-touch-callout: none;
528
678
  -webkit-user-select: none;
529
679
  -moz-user-select: none;
530
- -ms-user-select: none;
531
680
  user-select: none;
532
681
  }
533
682
  .tox .tox-collection__item {
534
683
  align-items: center;
684
+ border-radius: 3px;
535
685
  color: #222f3e;
536
- cursor: pointer;
537
686
  display: flex;
538
687
  -webkit-touch-callout: none;
539
688
  -webkit-user-select: none;
540
689
  -moz-user-select: none;
541
- -ms-user-select: none;
542
690
  user-select: none;
543
691
  }
544
692
  .tox .tox-collection--list .tox-collection__item {
@@ -557,25 +705,58 @@ button::-moz-focus-inner {
557
705
  color: #222f3e;
558
706
  }
559
707
  .tox .tox-collection--list .tox-collection__item--active {
560
- background-color: #dee0e2;
708
+ background-color: #006ce7;
561
709
  }
562
- .tox .tox-collection--toolbar .tox-collection__item--enabled {
563
- background-color: #c8cbcf;
710
+ .tox .tox-collection--toolbar .tox-collection__item--enabled,
711
+ .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active,
712
+ .tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active:hover {
713
+ background-color: #a6ccf7;
564
714
  color: #222f3e;
565
715
  }
566
716
  .tox .tox-collection--toolbar .tox-collection__item--active {
567
- background-color: #dee0e2;
717
+ background-color: #fff;
718
+ position: relative;
719
+ }
720
+ .tox .tox-collection--toolbar .tox-collection__item--active:hover {
721
+ background-color: #f0f0f0;
722
+ color: #222f3e;
723
+ }
724
+ .tox .tox-collection--toolbar .tox-collection__item--active:focus {
725
+ background-color: #f0f0f0;
726
+ color: #222f3e;
727
+ }
728
+ .tox .tox-collection--toolbar .tox-collection__item--active:focus::after {
729
+ border-radius: 3px;
730
+ bottom: 0;
731
+ box-shadow: 0 0 0 2px #006ce7 ;
732
+ content: '';
733
+ left: 0;
734
+ position: absolute;
735
+ right: 0;
736
+ top: 0;
568
737
  }
569
738
  .tox .tox-collection--grid .tox-collection__item--enabled {
570
- background-color: #c8cbcf;
739
+ background-color: #a6ccf7;
571
740
  color: #222f3e;
572
741
  }
573
742
  .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
574
- background-color: #dee0e2;
743
+ background-color: #f0f0f0;
575
744
  color: #222f3e;
745
+ position: relative;
746
+ z-index: 1;
747
+ }
748
+ .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
749
+ border-radius: 3px;
750
+ bottom: 0;
751
+ box-shadow: 0 0 0 2px #006ce7 'inset';
752
+ content: '';
753
+ left: 0;
754
+ position: absolute;
755
+ right: 0;
756
+ top: 0;
576
757
  }
577
758
  .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
578
- color: #222f3e;
759
+ color: #fff;
579
760
  }
580
761
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
581
762
  color: #222f3e;
@@ -600,16 +781,16 @@ button::-moz-focus-inner {
600
781
  color: currentColor;
601
782
  display: inline-block;
602
783
  flex: 1;
603
- -ms-flex-preferred-size: auto;
604
784
  font-size: 14px;
605
785
  font-style: normal;
606
786
  font-weight: normal;
607
787
  line-height: 24px;
788
+ max-width: 100%;
608
789
  text-transform: none;
609
790
  word-break: break-all;
610
791
  }
611
792
  .tox .tox-collection__item-accessory {
612
- color: rgba(34, 47, 62, 0.7);
793
+ color: currentColor;
613
794
  display: inline-block;
614
795
  font-size: 14px;
615
796
  height: 24px;
@@ -627,7 +808,7 @@ button::-moz-focus-inner {
627
808
  min-height: inherit;
628
809
  }
629
810
  .tox .tox-collection__item-caret svg {
630
- fill: #222f3e;
811
+ fill: currentColor;
631
812
  }
632
813
  .tox .tox-collection__item--state-disabled {
633
814
  background-color: transparent;
@@ -645,9 +826,9 @@ button::-moz-focus-inner {
645
826
  }
646
827
  .tox .tox-collection--horizontal {
647
828
  background-color: #fff;
648
- border: 1px solid #cccccc;
649
- border-radius: 3px;
650
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
829
+ border: 1px solid #e3e3e3;
830
+ border-radius: 6px;
831
+ box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
651
832
  display: flex;
652
833
  flex: 0 0 auto;
653
834
  flex-shrink: 0;
@@ -664,8 +845,8 @@ button::-moz-focus-inner {
664
845
  padding: 0 4px;
665
846
  }
666
847
  .tox .tox-collection--horizontal .tox-collection__item {
667
- height: 34px;
668
- margin: 2px 0 3px 0;
848
+ height: 28px;
849
+ margin: 6px 1px 5px 0;
669
850
  padding: 0 4px;
670
851
  }
671
852
  .tox .tox-collection--horizontal .tox-collection__item-label {
@@ -701,8 +882,7 @@ button::-moz-focus-inner {
701
882
  margin-top: auto;
702
883
  }
703
884
  .tox .tox-collection__item-container--column {
704
- -ms-grid-row-align: center;
705
- align-self: center;
885
+ align-self: center;
706
886
  flex: 1 1 auto;
707
887
  flex-direction: column;
708
888
  }
@@ -716,14 +896,13 @@ button::-moz-focus-inner {
716
896
  align-self: flex-start;
717
897
  }
718
898
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
719
- -ms-grid-row-align: center;
720
- align-self: center;
899
+ align-self: center;
721
900
  }
722
901
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
723
902
  align-self: flex-end;
724
903
  }
725
904
  .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
726
- border-right: 1px solid #cccccc;
905
+ border-right: 1px solid transparent;
727
906
  }
728
907
  .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
729
908
  margin-left: 8px;
@@ -739,7 +918,7 @@ button::-moz-focus-inner {
739
918
  margin-left: 16px;
740
919
  }
741
920
  .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
742
- border-left: 1px solid #cccccc;
921
+ border-left: 1px solid transparent;
743
922
  }
744
923
  .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
745
924
  margin-right: 8px;
@@ -806,6 +985,10 @@ button::-moz-focus-inner {
806
985
  .tox .tox-hue-slider-spectrum {
807
986
  width: 20px;
808
987
  }
988
+ .tox .tox-hue-slider-spectrum:focus,
989
+ .tox .tox-sv-palette-spectrum:focus {
990
+ outline: #08f solid;
991
+ }
809
992
  .tox .tox-hue-slider-thumb {
810
993
  background: white;
811
994
  border: 1px solid black;
@@ -864,11 +1047,11 @@ button::-moz-focus-inner {
864
1047
  .tox .tox-toolbar .tox-swatches,
865
1048
  .tox .tox-toolbar__primary .tox-swatches,
866
1049
  .tox .tox-toolbar__overflow .tox-swatches {
867
- margin: 2px 0 3px 4px;
1050
+ margin: 5px 0 6px 11px;
868
1051
  }
869
1052
  .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
870
1053
  border: 0;
871
- margin: -4px 0;
1054
+ margin: -4px -4px;
872
1055
  }
873
1056
  .tox .tox-swatches__row {
874
1057
  display: flex;
@@ -904,11 +1087,28 @@ button::-moz-focus-inner {
904
1087
  width: 30px;
905
1088
  }
906
1089
  .tox .tox-swatches__picker-btn svg {
1090
+ fill: #222f3e;
907
1091
  height: 24px;
908
1092
  width: 24px;
909
1093
  }
910
1094
  .tox .tox-swatches__picker-btn:hover {
911
- background: #dee0e2;
1095
+ background: #f0f0f0;
1096
+ }
1097
+ .tox div.tox-swatch:not(.tox-swatch--remove) svg {
1098
+ display: none;
1099
+ fill: #222f3e;
1100
+ height: 24px;
1101
+ margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
1102
+ width: 24px;
1103
+ }
1104
+ .tox div.tox-swatch:not(.tox-swatch--remove) svg path {
1105
+ fill: #fff;
1106
+ paint-order: stroke;
1107
+ stroke: #222f3e;
1108
+ stroke-width: 2px;
1109
+ }
1110
+ .tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
1111
+ display: block;
912
1112
  }
913
1113
  .tox:not([dir=rtl]) .tox-swatches__picker-btn {
914
1114
  margin-left: auto;
@@ -925,8 +1125,8 @@ button::-moz-focus-inner {
925
1125
  }
926
1126
  .tox .tox-comment {
927
1127
  background: #fff;
928
- border: 1px solid #cccccc;
929
- border-radius: 3px;
1128
+ border: 1px solid #eeeeee;
1129
+ border-radius: 6px;
930
1130
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
931
1131
  padding: 8px 8px 16px 8px;
932
1132
  position: relative;
@@ -938,8 +1138,9 @@ button::-moz-focus-inner {
938
1138
  justify-content: space-between;
939
1139
  }
940
1140
  .tox .tox-comment__date {
941
- color: rgba(34, 47, 62, 0.7);
1141
+ color: #222f3e;
942
1142
  font-size: 12px;
1143
+ line-height: 18px;
943
1144
  }
944
1145
  .tox .tox-comment__body {
945
1146
  color: #222f3e;
@@ -1098,20 +1299,30 @@ button::-moz-focus-inner {
1098
1299
  .tox .tox-user__avatar svg {
1099
1300
  fill: rgba(34, 47, 62, 0.7);
1100
1301
  }
1302
+ .tox .tox-user__avatar img {
1303
+ border-radius: 50%;
1304
+ height: 36px;
1305
+ object-fit: cover;
1306
+ vertical-align: middle;
1307
+ width: 36px;
1308
+ }
1101
1309
  .tox .tox-user__name {
1102
- color: rgba(34, 47, 62, 0.7);
1103
- font-size: 12px;
1310
+ color: #222f3e;
1311
+ font-size: 14px;
1104
1312
  font-style: normal;
1105
1313
  font-weight: bold;
1106
- text-transform: uppercase;
1314
+ line-height: 18px;
1315
+ text-transform: none;
1107
1316
  }
1108
- .tox:not([dir=rtl]) .tox-user__avatar svg {
1317
+ .tox:not([dir=rtl]) .tox-user__avatar svg,
1318
+ .tox:not([dir=rtl]) .tox-user__avatar img {
1109
1319
  margin-right: 8px;
1110
1320
  }
1111
1321
  .tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
1112
1322
  margin-left: 8px;
1113
1323
  }
1114
- .tox[dir=rtl] .tox-user__avatar svg {
1324
+ .tox[dir=rtl] .tox-user__avatar svg,
1325
+ .tox[dir=rtl] .tox-user__avatar img {
1115
1326
  margin-left: 8px;
1116
1327
  }
1117
1328
  .tox[dir=rtl] .tox-user__avatar + .tox-user__name {
@@ -1142,10 +1353,10 @@ button::-moz-focus-inner {
1142
1353
  }
1143
1354
  .tox .tox-dialog {
1144
1355
  background-color: #fff;
1145
- border-color: #cccccc;
1146
- border-radius: 3px;
1356
+ border-color: #eeeeee;
1357
+ border-radius: 10px;
1147
1358
  border-style: solid;
1148
- border-width: 1px;
1359
+ border-width: 0px;
1149
1360
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
1150
1361
  display: flex;
1151
1362
  flex-direction: column;
@@ -1156,10 +1367,11 @@ button::-moz-focus-inner {
1156
1367
  width: 95vw;
1157
1368
  z-index: 2;
1158
1369
  }
1159
- @media only screen and (max-width:767px) {
1370
+ @media only screen and (max-width: 767px ) {
1160
1371
  body:not(.tox-force-desktop) .tox .tox-dialog {
1161
1372
  align-self: flex-start;
1162
1373
  margin: 8px auto;
1374
+ max-height: calc(100vh - 8px * 2);
1163
1375
  width: calc(100vw - 16px);
1164
1376
  }
1165
1377
  }
@@ -1207,7 +1419,6 @@ button::-moz-focus-inner {
1207
1419
  color: #222f3e;
1208
1420
  display: flex;
1209
1421
  flex: 1;
1210
- -ms-flex-preferred-size: auto;
1211
1422
  font-size: 16px;
1212
1423
  font-style: normal;
1213
1424
  font-weight: normal;
@@ -1216,7 +1427,7 @@ button::-moz-focus-inner {
1216
1427
  text-align: left;
1217
1428
  text-transform: none;
1218
1429
  }
1219
- @media only screen and (max-width:767px) {
1430
+ @media only screen and (max-width: 767px ) {
1220
1431
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
1221
1432
  flex-direction: column;
1222
1433
  }
@@ -1225,9 +1436,15 @@ button::-moz-focus-inner {
1225
1436
  align-items: flex-start;
1226
1437
  display: flex;
1227
1438
  flex-direction: column;
1439
+ flex-shrink: 0;
1228
1440
  padding: 16px 16px;
1229
1441
  }
1230
- @media only screen and (max-width:767px) {
1442
+ @media only screen and (min-width: 768px ) {
1443
+ .tox .tox-dialog__body-nav {
1444
+ max-width: 11em;
1445
+ }
1446
+ }
1447
+ @media only screen and (max-width: 767px ) {
1231
1448
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
1232
1449
  flex-direction: row;
1233
1450
  -webkit-overflow-scrolling: touch;
@@ -1239,26 +1456,26 @@ button::-moz-focus-inner {
1239
1456
  border-bottom: 2px solid transparent;
1240
1457
  color: rgba(34, 47, 62, 0.7);
1241
1458
  display: inline-block;
1459
+ flex-shrink: 0;
1242
1460
  font-size: 14px;
1243
1461
  line-height: 1.3;
1244
1462
  margin-bottom: 8px;
1463
+ max-width: 13em;
1245
1464
  text-decoration: none;
1246
- white-space: nowrap;
1247
1465
  }
1248
1466
  .tox .tox-dialog__body-nav-item:focus {
1249
- background-color: rgba(32, 122, 183, 0.1);
1467
+ background-color: rgba(0, 108, 231, 0.1);
1250
1468
  }
1251
1469
  .tox .tox-dialog__body-nav-item--active {
1252
- border-bottom: 2px solid #207ab7;
1253
- color: #207ab7;
1470
+ border-bottom: 2px solid #006ce7;
1471
+ color: #006ce7;
1254
1472
  }
1255
1473
  .tox .tox-dialog__body-content {
1256
1474
  box-sizing: border-box;
1257
1475
  display: flex;
1258
1476
  flex: 1;
1259
1477
  flex-direction: column;
1260
- -ms-flex-preferred-size: auto;
1261
- max-height: 650px;
1478
+ max-height: min(650px, calc(100vh - 110px));
1262
1479
  overflow: auto;
1263
1480
  -webkit-overflow-scrolling: touch;
1264
1481
  padding: 16px 16px;
@@ -1278,32 +1495,51 @@ button::-moz-focus-inner {
1278
1495
  margin-top: 0;
1279
1496
  }
1280
1497
  .tox .tox-dialog__body-content a {
1281
- color: #207ab7;
1498
+ color: #006ce7;
1282
1499
  cursor: pointer;
1283
- text-decoration: none;
1500
+ text-decoration: underline;
1284
1501
  }
1285
1502
  .tox .tox-dialog__body-content a:hover,
1286
1503
  .tox .tox-dialog__body-content a:focus {
1287
- color: #185d8c;
1288
- text-decoration: none;
1504
+ color: #003c81;
1505
+ text-decoration: underline;
1506
+ }
1507
+ .tox .tox-dialog__body-content a:focus-visible {
1508
+ border-radius: 1px;
1509
+ outline: 2px solid #006ce7;
1510
+ outline-offset: 2px;
1289
1511
  }
1290
1512
  .tox .tox-dialog__body-content a:active {
1291
- color: #185d8c;
1292
- text-decoration: none;
1513
+ color: #00244e;
1514
+ text-decoration: underline;
1293
1515
  }
1294
1516
  .tox .tox-dialog__body-content svg {
1295
1517
  fill: #222f3e;
1296
1518
  }
1519
+ .tox .tox-dialog__body-content strong {
1520
+ font-weight: bold;
1521
+ }
1297
1522
  .tox .tox-dialog__body-content ul {
1298
- display: block;
1299
1523
  list-style-type: disc;
1524
+ }
1525
+ .tox .tox-dialog__body-content ul,
1526
+ .tox .tox-dialog__body-content ol,
1527
+ .tox .tox-dialog__body-content dd {
1528
+ padding-inline-start: 2.5rem;
1529
+ }
1530
+ .tox .tox-dialog__body-content ul,
1531
+ .tox .tox-dialog__body-content ol,
1532
+ .tox .tox-dialog__body-content dl {
1300
1533
  margin-bottom: 16px;
1301
- -webkit-margin-end: 0;
1302
- margin-inline-end: 0;
1303
- -webkit-margin-start: 0;
1304
- margin-inline-start: 0;
1305
- -webkit-padding-start: 2.5rem;
1306
- padding-inline-start: 2.5rem;
1534
+ }
1535
+ .tox .tox-dialog__body-content ul,
1536
+ .tox .tox-dialog__body-content ol,
1537
+ .tox .tox-dialog__body-content dl,
1538
+ .tox .tox-dialog__body-content dd,
1539
+ .tox .tox-dialog__body-content dt {
1540
+ display: block;
1541
+ margin-inline-end: 0;
1542
+ margin-inline-start: 0;
1307
1543
  }
1308
1544
  .tox .tox-dialog__body-content .tox-form__group h1 {
1309
1545
  color: #222f3e;
@@ -1344,10 +1580,23 @@ button::-moz-focus-inner {
1344
1580
  margin-bottom: 0;
1345
1581
  margin-top: 0;
1346
1582
  }
1583
+ .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
1584
+ text-align: center;
1585
+ }
1586
+ .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
1587
+ text-align: end;
1588
+ }
1347
1589
  .tox .tox-dialog--width-lg {
1348
1590
  height: 650px;
1349
1591
  max-width: 1200px;
1350
1592
  }
1593
+ .tox .tox-dialog--fullscreen {
1594
+ height: 100%;
1595
+ max-width: 100%;
1596
+ }
1597
+ .tox .tox-dialog--fullscreen .tox-dialog__body-content {
1598
+ max-height: 100%;
1599
+ }
1351
1600
  .tox .tox-dialog--width-md {
1352
1601
  max-width: 800px;
1353
1602
  }
@@ -1360,7 +1609,7 @@ button::-moz-focus-inner {
1360
1609
  .tox .tox-dialog__footer {
1361
1610
  align-items: center;
1362
1611
  background-color: #fff;
1363
- border-top: 1px solid #cccccc;
1612
+ border-top: none;
1364
1613
  display: flex;
1365
1614
  justify-content: space-between;
1366
1615
  padding: 8px 16px;
@@ -1389,8 +1638,11 @@ button::-moz-focus-inner {
1389
1638
  font-weight: bold;
1390
1639
  padding-bottom: 8px;
1391
1640
  }
1641
+ .tox .tox-dialog__table thead th:first-child {
1642
+ padding-right: 8px;
1643
+ }
1392
1644
  .tox .tox-dialog__table tbody tr {
1393
- border-bottom: 1px solid #cccccc;
1645
+ border-bottom: 1px solid #626262;
1394
1646
  }
1395
1647
  .tox .tox-dialog__table tbody tr:last-child {
1396
1648
  border-bottom: none;
@@ -1399,6 +1651,33 @@ button::-moz-focus-inner {
1399
1651
  padding-bottom: 8px;
1400
1652
  padding-top: 8px;
1401
1653
  }
1654
+ .tox .tox-dialog__table td:first-child {
1655
+ padding-right: 8px;
1656
+ }
1657
+ .tox .tox-dialog__iframe {
1658
+ min-height: 200px;
1659
+ }
1660
+ .tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
1661
+ background: #fff;
1662
+ }
1663
+ .tox .tox-navobj-bordered {
1664
+ position: relative;
1665
+ }
1666
+ .tox .tox-navobj-bordered::before {
1667
+ border: 1px solid #eeeeee;
1668
+ border-radius: 6px;
1669
+ content: '';
1670
+ inset: 0;
1671
+ opacity: 1;
1672
+ pointer-events: none;
1673
+ position: absolute;
1674
+ z-index: 1;
1675
+ }
1676
+ .tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
1677
+ border-color: #006ce7;
1678
+ box-shadow: 0 0 0 1px #006ce7;
1679
+ outline: none;
1680
+ }
1402
1681
  .tox .tox-dialog__popups {
1403
1682
  position: absolute;
1404
1683
  width: 100%;
@@ -1408,16 +1687,13 @@ button::-moz-focus-inner {
1408
1687
  display: flex;
1409
1688
  flex: 1;
1410
1689
  flex-direction: column;
1411
- -ms-flex-preferred-size: auto;
1412
1690
  }
1413
1691
  .tox .tox-dialog__body-iframe .tox-navobj {
1414
1692
  display: flex;
1415
1693
  flex: 1;
1416
- -ms-flex-preferred-size: auto;
1417
1694
  }
1418
1695
  .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
1419
1696
  flex: 1;
1420
- -ms-flex-preferred-size: auto;
1421
1697
  height: 100%;
1422
1698
  }
1423
1699
  .tox .tox-dialog-dock-fadeout {
@@ -1434,18 +1710,12 @@ button::-moz-focus-inner {
1434
1710
  .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
1435
1711
  transition-delay: 0s;
1436
1712
  }
1437
- .tox.tox-platform-ie {
1438
- /* IE11 CSS styles go here */
1439
- }
1440
- .tox.tox-platform-ie .tox-dialog-wrap {
1441
- position: -ms-device-fixed;
1442
- }
1443
- @media only screen and (max-width:767px) {
1713
+ @media only screen and (max-width: 767px ) {
1444
1714
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
1445
1715
  margin-right: 0;
1446
1716
  }
1447
1717
  }
1448
- @media only screen and (max-width:767px) {
1718
+ @media only screen and (max-width: 767px ) {
1449
1719
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
1450
1720
  margin-left: 8px;
1451
1721
  }
@@ -1457,12 +1727,12 @@ button::-moz-focus-inner {
1457
1727
  .tox[dir=rtl] .tox-dialog__body {
1458
1728
  text-align: right;
1459
1729
  }
1460
- @media only screen and (max-width:767px) {
1730
+ @media only screen and (max-width: 767px ) {
1461
1731
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
1462
1732
  margin-left: 0;
1463
1733
  }
1464
1734
  }
1465
- @media only screen and (max-width:767px) {
1735
+ @media only screen and (max-width: 767px ) {
1466
1736
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
1467
1737
  margin-right: 8px;
1468
1738
  }
@@ -1477,12 +1747,11 @@ body.tox-dialog__disable-scroll {
1477
1747
  .tox .tox-dropzone-container {
1478
1748
  display: flex;
1479
1749
  flex: 1;
1480
- -ms-flex-preferred-size: auto;
1481
1750
  }
1482
1751
  .tox .tox-dropzone {
1483
1752
  align-items: center;
1484
1753
  background: #fff;
1485
- border: 2px dashed #cccccc;
1754
+ border: 2px dashed #eeeeee;
1486
1755
  box-sizing: border-box;
1487
1756
  display: flex;
1488
1757
  flex-direction: column;
@@ -1498,22 +1767,34 @@ body.tox-dialog__disable-scroll {
1498
1767
  .tox .tox-edit-area {
1499
1768
  display: flex;
1500
1769
  flex: 1;
1501
- -ms-flex-preferred-size: auto;
1502
1770
  overflow: hidden;
1503
1771
  position: relative;
1504
1772
  }
1773
+ .tox .tox-edit-area::before {
1774
+ border: 2px solid #006ce7;
1775
+ border-radius: 4px;
1776
+ content: '';
1777
+ inset: 0;
1778
+ opacity: 0;
1779
+ pointer-events: none;
1780
+ position: absolute;
1781
+ transition: opacity 0.15s;
1782
+ z-index: 1;
1783
+ }
1505
1784
  .tox .tox-edit-area__iframe {
1506
1785
  background-color: #fff;
1507
1786
  border: 0;
1508
1787
  box-sizing: border-box;
1509
1788
  flex: 1;
1510
- -ms-flex-preferred-size: auto;
1511
1789
  height: 100%;
1512
1790
  position: absolute;
1513
1791
  width: 100%;
1514
1792
  }
1793
+ .tox.tox-edit-focus .tox-edit-area::before {
1794
+ opacity: 1;
1795
+ }
1515
1796
  .tox.tox-inline-edit-area {
1516
- border: 1px dotted #cccccc;
1797
+ border: 1px dotted #eeeeee;
1517
1798
  }
1518
1799
  .tox .tox-editor-container {
1519
1800
  display: flex;
@@ -1522,19 +1803,36 @@ body.tox-dialog__disable-scroll {
1522
1803
  overflow: hidden;
1523
1804
  }
1524
1805
  .tox .tox-editor-header {
1525
- z-index: 1;
1526
- }
1806
+ display: grid;
1807
+ grid-template-columns: 1fr min-content;
1808
+ z-index: 2;
1809
+ }
1527
1810
  .tox:not(.tox-tinymce-inline) .tox-editor-header {
1528
- box-shadow: none;
1811
+ background-color: #fff;
1812
+ border-bottom: none;
1813
+ box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
1814
+ padding: 4px 0;
1815
+ }
1816
+ .tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
1529
1817
  transition: box-shadow 0.5s;
1530
1818
  }
1531
- .tox.tox-tinymce--toolbar-bottom .tox-editor-header,
1532
- .tox.tox-tinymce-inline .tox-editor-header {
1533
- margin-bottom: -1px;
1819
+ .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
1820
+ border-top: 1px solid #e3e3e3;
1821
+ box-shadow: none;
1534
1822
  }
1535
- .tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
1536
- background-color: transparent;
1537
- box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
1823
+ .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
1824
+ background-color: #fff;
1825
+ box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
1826
+ padding: 4px 0;
1827
+ }
1828
+ .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
1829
+ box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
1830
+ }
1831
+ .tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
1832
+ background: none;
1833
+ border: none;
1834
+ box-shadow: none;
1835
+ padding: 0;
1538
1836
  }
1539
1837
  .tox-editor-dock-fadeout {
1540
1838
  opacity: 0;
@@ -1596,6 +1894,7 @@ body.tox-dialog__disable-scroll {
1596
1894
  max-width: 25em;
1597
1895
  }
1598
1896
  .tox .tox-autocompleter .tox-menu {
1897
+ box-sizing: border-box;
1599
1898
  max-width: 25em;
1600
1899
  }
1601
1900
  .tox .tox-autocompleter .tox-autocompleter-highlight {
@@ -1611,7 +1910,7 @@ body.tox-dialog__disable-scroll {
1611
1910
  }
1612
1911
  .tox .tox-color-input span {
1613
1912
  border-color: rgba(34, 47, 62, 0.2);
1614
- border-radius: 3px;
1913
+ border-radius: 6px;
1615
1914
  border-style: solid;
1616
1915
  border-width: 1px;
1617
1916
  box-shadow: none;
@@ -1623,7 +1922,7 @@ body.tox-dialog__disable-scroll {
1623
1922
  }
1624
1923
  .tox .tox-color-input span:hover:not([aria-disabled=true]),
1625
1924
  .tox .tox-color-input span:focus:not([aria-disabled=true]) {
1626
- border-color: #207ab7;
1925
+ border-color: #006ce7;
1627
1926
  cursor: pointer;
1628
1927
  }
1629
1928
  .tox .tox-color-input span::before {
@@ -1631,7 +1930,7 @@ body.tox-dialog__disable-scroll {
1631
1930
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
1632
1931
  background-size: 12px 12px;
1633
1932
  border: 1px solid #fff;
1634
- border-radius: 3px;
1933
+ border-radius: 6px;
1635
1934
  box-sizing: border-box;
1636
1935
  content: '';
1637
1936
  height: 24px;
@@ -1684,7 +1983,6 @@ body.tox-dialog__disable-scroll {
1684
1983
  display: flex;
1685
1984
  flex: 1;
1686
1985
  flex-direction: column;
1687
- -ms-flex-preferred-size: auto;
1688
1986
  }
1689
1987
  .tox .tox-form__group {
1690
1988
  box-sizing: border-box;
@@ -1726,20 +2024,16 @@ body.tox-dialog__disable-scroll {
1726
2024
  display: flex;
1727
2025
  flex: 1;
1728
2026
  flex-direction: column;
1729
- -ms-flex-preferred-size: auto;
1730
2027
  }
1731
2028
  .tox .tox-form__group--stretched .tox-textarea {
1732
2029
  flex: 1;
1733
- -ms-flex-preferred-size: auto;
1734
2030
  }
1735
2031
  .tox .tox-form__group--stretched .tox-navobj {
1736
2032
  display: flex;
1737
2033
  flex: 1;
1738
- -ms-flex-preferred-size: auto;
1739
2034
  }
1740
2035
  .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
1741
2036
  flex: 1;
1742
- -ms-flex-preferred-size: auto;
1743
2037
  height: 100%;
1744
2038
  }
1745
2039
  .tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
@@ -1755,13 +2049,14 @@ body.tox-dialog__disable-scroll {
1755
2049
  .tox .tox-textfield,
1756
2050
  .tox .tox-toolbar-textfield,
1757
2051
  .tox .tox-listboxfield .tox-listbox--select,
1758
- .tox .tox-textarea {
2052
+ .tox .tox-textarea,
2053
+ .tox .tox-textarea-wrap .tox-textarea:focus {
1759
2054
  -webkit-appearance: none;
1760
2055
  -moz-appearance: none;
1761
2056
  appearance: none;
1762
2057
  background-color: #fff;
1763
- border-color: #cccccc;
1764
- border-radius: 3px;
2058
+ border-color: #eeeeee;
2059
+ border-radius: 6px;
1765
2060
  border-style: solid;
1766
2061
  border-width: 1px;
1767
2062
  box-shadow: none;
@@ -1773,7 +2068,7 @@ body.tox-dialog__disable-scroll {
1773
2068
  margin: 0;
1774
2069
  min-height: 34px;
1775
2070
  outline: none;
1776
- padding: 5px 4.75px;
2071
+ padding: 5px 5.5px;
1777
2072
  resize: none;
1778
2073
  width: 100%;
1779
2074
  }
@@ -1785,10 +2080,12 @@ body.tox-dialog__disable-scroll {
1785
2080
  }
1786
2081
  .tox .tox-textfield:focus,
1787
2082
  .tox .tox-listboxfield .tox-listbox--select:focus,
1788
- .tox .tox-textarea:focus {
2083
+ .tox .tox-textarea-wrap:focus-within,
2084
+ .tox .tox-textarea:focus,
2085
+ .tox .tox-custom-editor:focus-within {
1789
2086
  background-color: #fff;
1790
- border-color: #207ab7;
1791
- box-shadow: none;
2087
+ border-color: #006ce7;
2088
+ box-shadow: 0 0 0 1px #006ce7;
1792
2089
  outline: none;
1793
2090
  }
1794
2091
  .tox .tox-toolbar-textfield {
@@ -1802,7 +2099,7 @@ body.tox-dialog__disable-scroll {
1802
2099
  border: 0;
1803
2100
  border-color: transparent;
1804
2101
  box-shadow: unset;
1805
- color: #207ab7;
2102
+ color: #006ce7;
1806
2103
  cursor: pointer;
1807
2104
  display: block;
1808
2105
  margin: 0;
@@ -1860,8 +2157,8 @@ body.tox-dialog__disable-scroll {
1860
2157
  -moz-appearance: none;
1861
2158
  appearance: none;
1862
2159
  background-color: #fff;
1863
- border-color: #cccccc;
1864
- border-radius: 3px;
2160
+ border-color: #eeeeee;
2161
+ border-radius: 6px;
1865
2162
  border-style: solid;
1866
2163
  border-width: 1px;
1867
2164
  box-shadow: none;
@@ -1873,7 +2170,7 @@ body.tox-dialog__disable-scroll {
1873
2170
  margin: 0;
1874
2171
  min-height: 34px;
1875
2172
  outline: none;
1876
- padding: 5px 4.75px;
2173
+ padding: 5px 5.5px;
1877
2174
  resize: none;
1878
2175
  width: 100%;
1879
2176
  }
@@ -1887,8 +2184,8 @@ body.tox-dialog__disable-scroll {
1887
2184
  }
1888
2185
  .tox .tox-selectfield select:focus {
1889
2186
  background-color: #fff;
1890
- border-color: #207ab7;
1891
- box-shadow: none;
2187
+ border-color: #006ce7;
2188
+ box-shadow: 0 0 0 1px #006ce7;
1892
2189
  outline: none;
1893
2190
  }
1894
2191
  .tox .tox-selectfield svg {
@@ -1911,19 +2208,33 @@ body.tox-dialog__disable-scroll {
1911
2208
  .tox[dir=rtl] .tox-selectfield svg {
1912
2209
  left: 8px;
1913
2210
  }
2211
+ .tox .tox-textarea-wrap {
2212
+ border-color: #eeeeee;
2213
+ border-radius: 6px;
2214
+ border-style: solid;
2215
+ border-width: 1px;
2216
+ display: flex;
2217
+ flex: 1;
2218
+ overflow: hidden;
2219
+ }
1914
2220
  .tox .tox-textarea {
1915
2221
  -webkit-appearance: textarea;
1916
2222
  -moz-appearance: textarea;
1917
2223
  appearance: textarea;
1918
2224
  white-space: pre-wrap;
1919
2225
  }
2226
+ .tox .tox-textarea-wrap .tox-textarea {
2227
+ border: none;
2228
+ }
2229
+ .tox .tox-textarea-wrap .tox-textarea:focus {
2230
+ border: none;
2231
+ }
1920
2232
  .tox-fullscreen {
1921
2233
  border: 0;
1922
2234
  height: 100%;
1923
2235
  margin: 0;
1924
2236
  overflow: hidden;
1925
- -ms-scroll-chaining: none;
1926
- overscroll-behavior: none;
2237
+ overscroll-behavior: none;
1927
2238
  padding: 0;
1928
2239
  touch-action: pinch-zoom;
1929
2240
  width: 100%;
@@ -1949,40 +2260,46 @@ body.tox-dialog__disable-scroll {
1949
2260
  list-style: none;
1950
2261
  margin-top: 1em;
1951
2262
  }
1952
- .tox .tox-image-tools {
1953
- width: 100%;
1954
- }
1955
- .tox .tox-image-tools__toolbar {
1956
- align-items: center;
1957
- display: flex;
1958
- justify-content: center;
1959
- }
1960
- .tox .tox-image-tools__image {
2263
+ .tox .tox-imagepreview {
1961
2264
  background-color: #666;
1962
2265
  height: 380px;
1963
- overflow: auto;
2266
+ overflow: hidden;
1964
2267
  position: relative;
1965
2268
  width: 100%;
1966
2269
  }
1967
- .tox .tox-image-tools__image,
1968
- .tox .tox-image-tools__image + .tox-image-tools__toolbar {
1969
- margin-top: 8px;
2270
+ .tox .tox-imagepreview.tox-imagepreview__loaded {
2271
+ overflow: auto;
1970
2272
  }
1971
- .tox .tox-image-tools__image-bg {
2273
+ .tox .tox-imagepreview__container {
2274
+ display: flex;
2275
+ left: 100vw;
2276
+ position: absolute;
2277
+ top: 100vw;
2278
+ }
2279
+ .tox .tox-imagepreview__image {
1972
2280
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
1973
2281
  }
1974
- .tox .tox-image-tools__toolbar > .tox-spacer {
2282
+ .tox .tox-image-tools .tox-spacer {
1975
2283
  flex: 1;
1976
- -ms-flex-preferred-size: auto;
1977
2284
  }
1978
- .tox .tox-croprect-block {
2285
+ .tox .tox-image-tools .tox-bar {
2286
+ align-items: center;
2287
+ display: flex;
2288
+ height: 60px;
2289
+ justify-content: center;
2290
+ }
2291
+ .tox .tox-image-tools .tox-imagepreview,
2292
+ .tox .tox-image-tools .tox-imagepreview + .tox-bar {
2293
+ margin-top: 8px;
2294
+ }
2295
+ .tox .tox-image-tools .tox-croprect-block {
1979
2296
  background: black;
1980
2297
  filter: alpha(opacity=50);
1981
2298
  opacity: 0.5;
1982
2299
  position: absolute;
1983
2300
  zoom: 1;
1984
2301
  }
1985
- .tox .tox-croprect-handle {
2302
+ .tox .tox-image-tools .tox-croprect-handle {
1986
2303
  border: 2px solid white;
1987
2304
  height: 20px;
1988
2305
  left: 0;
@@ -1990,64 +2307,47 @@ body.tox-dialog__disable-scroll {
1990
2307
  top: 0;
1991
2308
  width: 20px;
1992
2309
  }
1993
- .tox .tox-croprect-handle-move {
2310
+ .tox .tox-image-tools .tox-croprect-handle-move {
1994
2311
  border: 0;
1995
2312
  cursor: move;
1996
2313
  position: absolute;
1997
2314
  }
1998
- .tox .tox-croprect-handle-nw {
2315
+ .tox .tox-image-tools .tox-croprect-handle-nw {
1999
2316
  border-width: 2px 0 0 2px;
2000
2317
  cursor: nw-resize;
2001
2318
  left: 100px;
2002
2319
  margin: -2px 0 0 -2px;
2003
2320
  top: 100px;
2004
2321
  }
2005
- .tox .tox-croprect-handle-ne {
2322
+ .tox .tox-image-tools .tox-croprect-handle-ne {
2006
2323
  border-width: 2px 2px 0 0;
2007
2324
  cursor: ne-resize;
2008
2325
  left: 200px;
2009
2326
  margin: -2px 0 0 -20px;
2010
2327
  top: 100px;
2011
2328
  }
2012
- .tox .tox-croprect-handle-sw {
2329
+ .tox .tox-image-tools .tox-croprect-handle-sw {
2013
2330
  border-width: 0 0 2px 2px;
2014
2331
  cursor: sw-resize;
2015
2332
  left: 100px;
2016
2333
  margin: -20px 2px 0 -2px;
2017
2334
  top: 200px;
2018
2335
  }
2019
- .tox .tox-croprect-handle-se {
2336
+ .tox .tox-image-tools .tox-croprect-handle-se {
2020
2337
  border-width: 0 2px 2px 0;
2021
2338
  cursor: se-resize;
2022
2339
  left: 200px;
2023
2340
  margin: -20px 0 0 -20px;
2024
2341
  top: 200px;
2025
2342
  }
2026
- .tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
2027
- margin-left: 8px;
2028
- }
2029
- .tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
2030
- margin-left: 32px;
2031
- }
2032
- .tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
2033
- margin-left: 32px;
2034
- }
2035
- .tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
2036
- margin-right: 8px;
2037
- }
2038
- .tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
2039
- margin-right: 32px;
2040
- }
2041
- .tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
2042
- margin-right: 32px;
2043
- }
2044
2343
  .tox .tox-insert-table-picker {
2344
+ background-color: #fff;
2045
2345
  display: flex;
2046
2346
  flex-wrap: wrap;
2047
2347
  width: 170px;
2048
2348
  }
2049
2349
  .tox .tox-insert-table-picker > div {
2050
- border-color: #cccccc;
2350
+ border-color: #eeeeee;
2051
2351
  border-style: solid;
2052
2352
  border-width: 0 1px 1px 0;
2053
2353
  box-sizing: border-box;
@@ -2055,11 +2355,11 @@ body.tox-dialog__disable-scroll {
2055
2355
  width: 17px;
2056
2356
  }
2057
2357
  .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
2058
- margin: -4px 0;
2358
+ margin: -4px -4px;
2059
2359
  }
2060
2360
  .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
2061
- background-color: rgba(32, 122, 183, 0.5);
2062
- border-color: rgba(32, 122, 183, 0.5);
2361
+ background-color: #006ce7;
2362
+ border-color: #eeeeee;
2063
2363
  }
2064
2364
  .tox .tox-insert-table-picker__label {
2065
2365
  color: rgba(34, 47, 62, 0.7);
@@ -2087,22 +2387,31 @@ body.tox-dialog__disable-scroll {
2087
2387
  }
2088
2388
  .tox .tox-menu {
2089
2389
  background-color: #fff;
2090
- border: 1px solid #cccccc;
2091
- border-radius: 3px;
2092
- box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
2390
+ border: 1px solid transparent;
2391
+ border-radius: 6px;
2392
+ box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
2093
2393
  display: inline-block;
2094
2394
  overflow: hidden;
2095
2395
  vertical-align: top;
2096
2396
  z-index: 1150;
2097
2397
  }
2098
2398
  .tox .tox-menu.tox-collection.tox-collection--list {
2099
- padding: 0;
2399
+ padding: 0 4px;
2100
2400
  }
2101
2401
  .tox .tox-menu.tox-collection.tox-collection--toolbar {
2102
- padding: 4px;
2402
+ padding: 8px;
2103
2403
  }
2104
2404
  .tox .tox-menu.tox-collection.tox-collection--grid {
2105
- padding: 4px;
2405
+ padding: 8px;
2406
+ }
2407
+ @media only screen and (min-width: 768px ) {
2408
+ .tox .tox-menu .tox-collection__item-label {
2409
+ overflow-wrap: break-word;
2410
+ word-break: normal;
2411
+ }
2412
+ .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
2413
+ word-break: break-all;
2414
+ }
2106
2415
  }
2107
2416
  .tox .tox-menu__label h1,
2108
2417
  .tox .tox-menu__label h2,
@@ -2116,21 +2425,50 @@ body.tox-dialog__disable-scroll {
2116
2425
  margin: 0;
2117
2426
  }
2118
2427
  .tox .tox-menubar {
2119
- background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
2428
+ background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
2120
2429
  background-color: #fff;
2121
2430
  display: flex;
2122
2431
  flex: 0 0 auto;
2123
2432
  flex-shrink: 0;
2124
2433
  flex-wrap: wrap;
2125
- padding: 0 4px 0 4px;
2434
+ grid-column: 1 / -1;
2435
+ grid-row: 1;
2436
+ padding: 0 11px 0 12px;
2437
+ }
2438
+ .tox .tox-promotion + .tox-menubar {
2439
+ grid-column: 1;
2440
+ }
2441
+ .tox .tox-promotion {
2442
+ background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
2443
+ background-color: #fff;
2444
+ grid-column: 2;
2445
+ grid-row: 1;
2446
+ padding-inline-end: 8px;
2447
+ padding-inline-start: 4px;
2448
+ padding-top: 5px;
2449
+ }
2450
+ .tox .tox-promotion-link {
2451
+ align-items: unsafe center;
2452
+ background-color: #E8F1F8;
2453
+ border-radius: 5px;
2454
+ color: #086BE6;
2455
+ cursor: pointer;
2456
+ display: flex;
2457
+ font-size: 14px;
2458
+ height: 26.6px;
2459
+ padding: 4px 8px;
2460
+ white-space: nowrap;
2126
2461
  }
2127
- .tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
2128
- border-top: 1px solid #cccccc;
2462
+ .tox .tox-promotion-link:hover {
2463
+ background-color: #B4D7FF;
2464
+ }
2465
+ .tox .tox-promotion-link:focus {
2466
+ background-color: #D9EDF7;
2129
2467
  }
2130
2468
  /* Deprecated. Remove in next major release */
2131
2469
  .tox .tox-mbtn {
2132
2470
  align-items: center;
2133
- background: transparent;
2471
+ background: #fff;
2134
2472
  border: 0;
2135
2473
  border-radius: 3px;
2136
2474
  box-shadow: none;
@@ -2140,36 +2478,48 @@ body.tox-dialog__disable-scroll {
2140
2478
  font-size: 14px;
2141
2479
  font-style: normal;
2142
2480
  font-weight: normal;
2143
- height: 34px;
2481
+ height: 28px;
2144
2482
  justify-content: center;
2145
- margin: 2px 0 3px 0;
2483
+ margin: 5px 1px 6px 0;
2146
2484
  outline: none;
2147
- overflow: hidden;
2148
2485
  padding: 0 4px;
2149
2486
  text-transform: none;
2150
2487
  width: auto;
2151
2488
  }
2152
2489
  .tox .tox-mbtn[disabled] {
2153
- background-color: transparent;
2490
+ background-color: #fff;
2154
2491
  border: 0;
2155
2492
  box-shadow: none;
2156
2493
  color: rgba(34, 47, 62, 0.5);
2157
2494
  cursor: not-allowed;
2158
2495
  }
2159
2496
  .tox .tox-mbtn:focus:not(:disabled) {
2160
- background: #dee0e2;
2497
+ background: #fff;
2161
2498
  border: 0;
2162
2499
  box-shadow: none;
2163
2500
  color: #222f3e;
2501
+ position: relative;
2502
+ z-index: 1;
2503
+ }
2504
+ .tox .tox-mbtn:focus:not(:disabled)::after {
2505
+ border-radius: 3px;
2506
+ bottom: 0;
2507
+ box-shadow: 0 0 0 2px #006ce7 ;
2508
+ content: '';
2509
+ left: 0;
2510
+ position: absolute;
2511
+ right: 0;
2512
+ top: 0;
2164
2513
  }
2165
- .tox .tox-mbtn--active {
2166
- background: #c8cbcf;
2514
+ .tox .tox-mbtn--active,
2515
+ .tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
2516
+ background: #a6ccf7;
2167
2517
  border: 0;
2168
2518
  box-shadow: none;
2169
2519
  color: #222f3e;
2170
2520
  }
2171
2521
  .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
2172
- background: #dee0e2;
2522
+ background: #f0f0f0;
2173
2523
  border: 0;
2174
2524
  box-shadow: none;
2175
2525
  color: #222f3e;
@@ -2190,17 +2540,15 @@ body.tox-dialog__disable-scroll {
2190
2540
  display: none;
2191
2541
  }
2192
2542
  .tox .tox-notification {
2193
- border-radius: 3px;
2543
+ border-radius: 6px;
2194
2544
  border-style: solid;
2195
2545
  border-width: 1px;
2196
2546
  box-shadow: none;
2197
2547
  box-sizing: border-box;
2198
- display: -ms-grid;
2199
2548
  display: grid;
2200
2549
  font-size: 14px;
2201
2550
  font-weight: normal;
2202
- -ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
2203
- grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
2551
+ grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
2204
2552
  margin-top: 4px;
2205
2553
  opacity: 0;
2206
2554
  padding: 4px;
@@ -2226,29 +2574,29 @@ body.tox-dialog__disable-scroll {
2226
2574
  color: #222f3e;
2227
2575
  }
2228
2576
  .tox .tox-notification--success a {
2229
- color: #547831;
2577
+ color: #517342;
2230
2578
  }
2231
2579
  .tox .tox-notification--success svg {
2232
2580
  fill: #222f3e;
2233
2581
  }
2234
2582
  .tox .tox-notification--error {
2235
- background-color: #f8dede;
2236
- border-color: #f2bfbf;
2583
+ background-color: #f5cccc;
2584
+ border-color: #f0b3b3;
2237
2585
  color: #222f3e;
2238
2586
  }
2239
2587
  .tox .tox-notification--error p {
2240
2588
  color: #222f3e;
2241
2589
  }
2242
2590
  .tox .tox-notification--error a {
2243
- color: #c00;
2591
+ color: #77181f;
2244
2592
  }
2245
2593
  .tox .tox-notification--error svg {
2246
2594
  fill: #222f3e;
2247
2595
  }
2248
2596
  .tox .tox-notification--warn,
2249
2597
  .tox .tox-notification--warning {
2250
- background-color: #fffaea;
2251
- border-color: #ffe89d;
2598
+ background-color: #fff5cc;
2599
+ border-color: #fff0b3;
2252
2600
  color: #222f3e;
2253
2601
  }
2254
2602
  .tox .tox-notification--warn p,
@@ -2257,39 +2605,34 @@ body.tox-dialog__disable-scroll {
2257
2605
  }
2258
2606
  .tox .tox-notification--warn a,
2259
2607
  .tox .tox-notification--warning a {
2260
- color: #222f3e;
2608
+ color: #7a6e25;
2261
2609
  }
2262
2610
  .tox .tox-notification--warn svg,
2263
2611
  .tox .tox-notification--warning svg {
2264
2612
  fill: #222f3e;
2265
2613
  }
2266
2614
  .tox .tox-notification--info {
2267
- background-color: #d9edf7;
2268
- border-color: #779ecb;
2615
+ background-color: #d6e7fb;
2616
+ border-color: #c1dbf9;
2269
2617
  color: #222f3e;
2270
2618
  }
2271
2619
  .tox .tox-notification--info p {
2272
2620
  color: #222f3e;
2273
2621
  }
2274
2622
  .tox .tox-notification--info a {
2275
- color: #222f3e;
2623
+ color: #2a64a6;
2276
2624
  }
2277
2625
  .tox .tox-notification--info svg {
2278
2626
  fill: #222f3e;
2279
2627
  }
2280
2628
  .tox .tox-notification__body {
2281
- -ms-grid-row-align: center;
2282
- align-self: center;
2629
+ align-self: center;
2283
2630
  color: #222f3e;
2284
2631
  font-size: 14px;
2285
- -ms-grid-column-span: 1;
2286
2632
  grid-column-end: 3;
2287
- -ms-grid-column: 2;
2288
- grid-column-start: 2;
2289
- -ms-grid-row-span: 1;
2633
+ grid-column-start: 2;
2290
2634
  grid-row-end: 2;
2291
- -ms-grid-row: 1;
2292
- grid-row-start: 1;
2635
+ grid-row-start: 1;
2293
2636
  text-align: center;
2294
2637
  white-space: normal;
2295
2638
  word-break: break-all;
@@ -2302,47 +2645,30 @@ body.tox-dialog__disable-scroll {
2302
2645
  margin-top: 1rem;
2303
2646
  }
2304
2647
  .tox .tox-notification__icon {
2305
- -ms-grid-row-align: center;
2306
- align-self: center;
2307
- -ms-grid-column-span: 1;
2648
+ align-self: center;
2308
2649
  grid-column-end: 2;
2309
- -ms-grid-column: 1;
2310
- grid-column-start: 1;
2311
- -ms-grid-row-span: 1;
2650
+ grid-column-start: 1;
2312
2651
  grid-row-end: 2;
2313
- -ms-grid-row: 1;
2314
- grid-row-start: 1;
2315
- -ms-grid-column-align: end;
2316
- justify-self: end;
2652
+ grid-row-start: 1;
2653
+ justify-self: end;
2317
2654
  }
2318
2655
  .tox .tox-notification__icon svg {
2319
2656
  display: block;
2320
2657
  }
2321
2658
  .tox .tox-notification__dismiss {
2322
- -ms-grid-row-align: start;
2323
- align-self: start;
2324
- -ms-grid-column-span: 1;
2659
+ align-self: start;
2325
2660
  grid-column-end: 4;
2326
- -ms-grid-column: 3;
2327
- grid-column-start: 3;
2328
- -ms-grid-row-span: 1;
2661
+ grid-column-start: 3;
2329
2662
  grid-row-end: 2;
2330
- -ms-grid-row: 1;
2331
- grid-row-start: 1;
2332
- -ms-grid-column-align: end;
2333
- justify-self: end;
2663
+ grid-row-start: 1;
2664
+ justify-self: end;
2334
2665
  }
2335
2666
  .tox .tox-notification .tox-progress-bar {
2336
- -ms-grid-column-span: 3;
2337
2667
  grid-column-end: 4;
2338
- -ms-grid-column: 1;
2339
- grid-column-start: 1;
2340
- -ms-grid-row-span: 1;
2668
+ grid-column-start: 1;
2341
2669
  grid-row-end: 3;
2342
- -ms-grid-row: 2;
2343
- grid-row-start: 2;
2344
- -ms-grid-column-align: center;
2345
- justify-self: center;
2670
+ grid-row-start: 2;
2671
+ justify-self: center;
2346
2672
  }
2347
2673
  .tox .tox-pop {
2348
2674
  display: inline-block;
@@ -2365,9 +2691,9 @@ body.tox-dialog__disable-scroll {
2365
2691
  }
2366
2692
  .tox .tox-pop__dialog {
2367
2693
  background-color: #fff;
2368
- border: 1px solid #cccccc;
2369
- border-radius: 3px;
2370
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
2694
+ border: 1px solid #eeeeee;
2695
+ border-radius: 6px;
2696
+ box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
2371
2697
  min-width: 0;
2372
2698
  overflow: hidden;
2373
2699
  }
@@ -2405,7 +2731,7 @@ body.tox-dialog__disable-scroll {
2405
2731
  margin-top: -1px;
2406
2732
  }
2407
2733
  .tox .tox-pop.tox-pop--bottom::before {
2408
- border-color: #cccccc transparent transparent transparent;
2734
+ border-color: #eeeeee transparent transparent transparent;
2409
2735
  border-width: 9px;
2410
2736
  margin-left: -9px;
2411
2737
  }
@@ -2422,7 +2748,7 @@ body.tox-dialog__disable-scroll {
2422
2748
  margin-top: 1px;
2423
2749
  }
2424
2750
  .tox .tox-pop.tox-pop--top::before {
2425
- border-color: transparent transparent #cccccc transparent;
2751
+ border-color: transparent transparent #eeeeee transparent;
2426
2752
  border-width: 9px;
2427
2753
  margin-left: -9px;
2428
2754
  }
@@ -2438,7 +2764,7 @@ body.tox-dialog__disable-scroll {
2438
2764
  margin-left: -15px;
2439
2765
  }
2440
2766
  .tox .tox-pop.tox-pop--left::before {
2441
- border-color: transparent #cccccc transparent transparent;
2767
+ border-color: transparent #eeeeee transparent transparent;
2442
2768
  border-width: 10px;
2443
2769
  margin-left: -19px;
2444
2770
  }
@@ -2454,7 +2780,7 @@ body.tox-dialog__disable-scroll {
2454
2780
  margin-left: -1px;
2455
2781
  }
2456
2782
  .tox .tox-pop.tox-pop--right::before {
2457
- border-color: transparent transparent transparent #cccccc;
2783
+ border-color: transparent transparent transparent #eeeeee;
2458
2784
  border-width: 10px;
2459
2785
  margin-left: -1px;
2460
2786
  }
@@ -2470,7 +2796,6 @@ body.tox-dialog__disable-scroll {
2470
2796
  display: flex;
2471
2797
  flex-direction: row;
2472
2798
  flex-grow: 1;
2473
- -ms-flex-preferred-size: 0;
2474
2799
  min-height: 0;
2475
2800
  }
2476
2801
  .tox .tox-sidebar {
@@ -2518,23 +2843,22 @@ body.tox-dialog__disable-scroll {
2518
2843
  align-items: center;
2519
2844
  display: flex;
2520
2845
  flex: 1;
2521
- -ms-flex-preferred-size: auto;
2522
2846
  height: 24px;
2523
2847
  justify-content: center;
2524
2848
  position: relative;
2525
2849
  }
2526
2850
  .tox .tox-slider__rail {
2527
2851
  background-color: transparent;
2528
- border: 1px solid #cccccc;
2529
- border-radius: 3px;
2852
+ border: 1px solid #eeeeee;
2853
+ border-radius: 6px;
2530
2854
  height: 10px;
2531
2855
  min-width: 120px;
2532
2856
  width: 100%;
2533
2857
  }
2534
2858
  .tox .tox-slider__handle {
2535
- background-color: #207ab7;
2536
- border: 2px solid #185d8c;
2537
- border-radius: 3px;
2859
+ background-color: #006ce7;
2860
+ border: 2px solid #0054b4;
2861
+ border-radius: 6px;
2538
2862
  box-shadow: none;
2539
2863
  height: 24px;
2540
2864
  left: 50%;
@@ -2543,6 +2867,15 @@ body.tox-dialog__disable-scroll {
2543
2867
  transform: translateX(-50%) translateY(-50%);
2544
2868
  width: 14px;
2545
2869
  }
2870
+ .tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
2871
+ margin-inline-start: 8px;
2872
+ }
2873
+ .tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
2874
+ margin-inline-start: 32px;
2875
+ }
2876
+ .tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
2877
+ margin-inline-start: 32px;
2878
+ }
2546
2879
  .tox .tox-source-code {
2547
2880
  overflow: auto;
2548
2881
  }
@@ -2581,31 +2914,52 @@ body.tox-dialog__disable-scroll {
2581
2914
  .tox .tox-statusbar {
2582
2915
  align-items: center;
2583
2916
  background-color: #fff;
2584
- border-top: 1px solid #cccccc;
2917
+ border-top: 1px solid #e3e3e3;
2585
2918
  color: rgba(34, 47, 62, 0.7);
2586
2919
  display: flex;
2587
2920
  flex: 0 0 auto;
2588
- font-size: 12px;
2921
+ font-size: 14px;
2589
2922
  font-weight: normal;
2590
- height: 18px;
2923
+ height: 25px;
2591
2924
  overflow: hidden;
2592
2925
  padding: 0 8px;
2593
2926
  position: relative;
2594
- text-transform: uppercase;
2927
+ text-transform: none;
2595
2928
  }
2596
- .tox .tox-statusbar__text-container {
2929
+ .tox .tox-statusbar__path {
2597
2930
  display: flex;
2598
2931
  flex: 1 1 auto;
2932
+ text-overflow: ellipsis;
2933
+ white-space: nowrap;
2934
+ }
2935
+ .tox .tox-statusbar__right-container {
2936
+ display: flex;
2599
2937
  justify-content: flex-end;
2600
- overflow: hidden;
2938
+ white-space: nowrap;
2601
2939
  }
2602
- .tox .tox-statusbar__path {
2940
+ .tox .tox-statusbar__help-text {
2941
+ text-align: center;
2942
+ }
2943
+ .tox .tox-statusbar__text-container {
2603
2944
  display: flex;
2604
2945
  flex: 1 1 auto;
2605
- margin-right: auto;
2606
- overflow: hidden;
2607
- text-overflow: ellipsis;
2608
- white-space: nowrap;
2946
+ justify-content: space-between;
2947
+ }
2948
+ @media only screen and (min-width: 768px ) {
2949
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
2950
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
2951
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
2952
+ flex: 0 0 calc(100% / 3);
2953
+ }
2954
+ }
2955
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
2956
+ justify-content: flex-end;
2957
+ }
2958
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
2959
+ justify-content: flex-start;
2960
+ }
2961
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
2962
+ justify-content: space-around;
2609
2963
  }
2610
2964
  .tox .tox-statusbar__path > * {
2611
2965
  display: inline;
@@ -2615,10 +2969,19 @@ body.tox-dialog__disable-scroll {
2615
2969
  flex: 0 0 auto;
2616
2970
  margin-left: 1ch;
2617
2971
  }
2972
+ @media only screen and (max-width: 767px ) {
2973
+ .tox .tox-statusbar__text-container .tox-statusbar__help-text {
2974
+ display: none;
2975
+ }
2976
+ .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
2977
+ display: block;
2978
+ }
2979
+ }
2618
2980
  .tox .tox-statusbar a,
2619
2981
  .tox .tox-statusbar__path-item,
2620
2982
  .tox .tox-statusbar__wordcount {
2621
2983
  color: rgba(34, 47, 62, 0.7);
2984
+ position: relative;
2622
2985
  text-decoration: none;
2623
2986
  }
2624
2987
  .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
@@ -2627,8 +2990,30 @@ body.tox-dialog__disable-scroll {
2627
2990
  .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
2628
2991
  .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
2629
2992
  .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
2993
+ color: #222f3e;
2630
2994
  cursor: pointer;
2631
- text-decoration: underline;
2995
+ }
2996
+ .tox .tox-statusbar a:focus-visible::after,
2997
+ .tox .tox-statusbar__path-item:focus-visible::after,
2998
+ .tox .tox-statusbar__wordcount:focus-visible::after {
2999
+ border-radius: 3px;
3000
+ bottom: 0;
3001
+ box-shadow: 0 0 0 2px #006ce7 ;
3002
+ content: '';
3003
+ left: 0;
3004
+ position: absolute;
3005
+ right: 0;
3006
+ top: 0;
3007
+ }
3008
+ .tox .tox-statusbar__branding svg {
3009
+ fill: rgba(34, 47, 62, 0.8);
3010
+ height: 1.14em;
3011
+ vertical-align: -0.28em;
3012
+ width: 3.6em;
3013
+ }
3014
+ .tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
3015
+ .tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
3016
+ fill: #222f3e;
2632
3017
  }
2633
3018
  .tox .tox-statusbar__resize-handle {
2634
3019
  align-items: flex-end;
@@ -2637,24 +3022,43 @@ body.tox-dialog__disable-scroll {
2637
3022
  display: flex;
2638
3023
  flex: 0 0 auto;
2639
3024
  justify-content: flex-end;
2640
- margin-left: auto;
2641
- margin-right: -8px;
2642
- padding-left: 1ch;
3025
+ margin-bottom: 3px;
3026
+ margin-left: 4px;
3027
+ margin-right: calc(3px - 8px);
3028
+ margin-top: 3px;
3029
+ padding-bottom: 0;
3030
+ padding-left: 0;
3031
+ padding-right: 0;
3032
+ position: relative;
2643
3033
  }
2644
3034
  .tox .tox-statusbar__resize-handle svg {
2645
3035
  display: block;
2646
- fill: rgba(34, 47, 62, 0.7);
3036
+ fill: rgba(34, 47, 62, 0.5);
2647
3037
  }
3038
+ .tox .tox-statusbar__resize-handle:hover svg,
2648
3039
  .tox .tox-statusbar__resize-handle:focus svg {
2649
- background-color: #dee0e2;
2650
- border-radius: 1px;
2651
- box-shadow: 0 0 0 2px #dee0e2;
3040
+ fill: #222f3e;
3041
+ }
3042
+ .tox .tox-statusbar__resize-handle:focus-visible {
3043
+ background-color: transparent;
3044
+ border-radius: 1px 1px 5px 1px;
3045
+ box-shadow: 0 0 0 2px transparent;
3046
+ }
3047
+ .tox .tox-statusbar__resize-handle:focus-visible::after {
3048
+ border-radius: 3px;
3049
+ bottom: 0;
3050
+ box-shadow: 0 0 0 2px #006ce7 ;
3051
+ content: '';
3052
+ left: 0;
3053
+ position: absolute;
3054
+ right: 0;
3055
+ top: 0;
2652
3056
  }
2653
3057
  .tox:not([dir=rtl]) .tox-statusbar__path > * {
2654
3058
  margin-right: 4px;
2655
3059
  }
2656
3060
  .tox:not([dir=rtl]) .tox-statusbar__branding {
2657
- margin-left: 1ch;
3061
+ margin-left: 2ch;
2658
3062
  }
2659
3063
  .tox[dir=rtl] .tox-statusbar {
2660
3064
  flex-direction: row-reverse;
@@ -2678,7 +3082,7 @@ body.tox-dialog__disable-scroll {
2678
3082
  }
2679
3083
  .tox .tox-tbtn {
2680
3084
  align-items: center;
2681
- background: transparent;
3085
+ background: #fff;
2682
3086
  border: 0;
2683
3087
  border-radius: 3px;
2684
3088
  box-shadow: none;
@@ -2688,11 +3092,10 @@ body.tox-dialog__disable-scroll {
2688
3092
  font-size: 14px;
2689
3093
  font-style: normal;
2690
3094
  font-weight: normal;
2691
- height: 34px;
3095
+ height: 28px;
2692
3096
  justify-content: center;
2693
- margin: 2px 0 3px 0;
3097
+ margin: 6px 1px 5px 0;
2694
3098
  outline: none;
2695
- overflow: hidden;
2696
3099
  padding: 0;
2697
3100
  text-transform: none;
2698
3101
  width: 34px;
@@ -2707,12 +3110,24 @@ body.tox-dialog__disable-scroll {
2707
3110
  width: inherit;
2708
3111
  }
2709
3112
  .tox .tox-tbtn:focus {
2710
- background: #dee0e2;
3113
+ background: #fff;
2711
3114
  border: 0;
2712
3115
  box-shadow: none;
3116
+ position: relative;
3117
+ z-index: 1;
3118
+ }
3119
+ .tox .tox-tbtn:focus::after {
3120
+ border-radius: 3px;
3121
+ bottom: 0;
3122
+ box-shadow: 0 0 0 2px #006ce7 ;
3123
+ content: '';
3124
+ left: 0;
3125
+ position: absolute;
3126
+ right: 0;
3127
+ top: 0;
2713
3128
  }
2714
3129
  .tox .tox-tbtn:hover {
2715
- background: #dee0e2;
3130
+ background: #f0f0f0;
2716
3131
  border: 0;
2717
3132
  box-shadow: none;
2718
3133
  color: #222f3e;
@@ -2721,7 +3136,7 @@ body.tox-dialog__disable-scroll {
2721
3136
  fill: #222f3e;
2722
3137
  }
2723
3138
  .tox .tox-tbtn:active {
2724
- background: #c8cbcf;
3139
+ background: #a6ccf7;
2725
3140
  border: 0;
2726
3141
  box-shadow: none;
2727
3142
  color: #222f3e;
@@ -2729,11 +3144,14 @@ body.tox-dialog__disable-scroll {
2729
3144
  .tox .tox-tbtn:active svg {
2730
3145
  fill: #222f3e;
2731
3146
  }
3147
+ .tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
3148
+ fill: rgba(34, 47, 62, 0.5);
3149
+ }
2732
3150
  .tox .tox-tbtn--disabled,
2733
3151
  .tox .tox-tbtn--disabled:hover,
2734
3152
  .tox .tox-tbtn:disabled,
2735
3153
  .tox .tox-tbtn:disabled:hover {
2736
- background: transparent;
3154
+ background: #fff;
2737
3155
  border: 0;
2738
3156
  box-shadow: none;
2739
3157
  color: rgba(34, 47, 62, 0.5);
@@ -2746,22 +3164,45 @@ body.tox-dialog__disable-scroll {
2746
3164
  /* stylelint-disable-line no-descending-specificity */
2747
3165
  fill: rgba(34, 47, 62, 0.5);
2748
3166
  }
3167
+ .tox .tox-tbtn--active,
2749
3168
  .tox .tox-tbtn--enabled,
2750
- .tox .tox-tbtn--enabled:hover {
2751
- background: #c8cbcf;
3169
+ .tox .tox-tbtn--enabled:hover,
3170
+ .tox .tox-tbtn--enabled:focus {
3171
+ background: #a6ccf7;
2752
3172
  border: 0;
2753
3173
  box-shadow: none;
2754
3174
  color: #222f3e;
3175
+ position: relative;
2755
3176
  }
3177
+ .tox .tox-tbtn--active > *,
2756
3178
  .tox .tox-tbtn--enabled > *,
2757
- .tox .tox-tbtn--enabled:hover > * {
3179
+ .tox .tox-tbtn--enabled:hover > *,
3180
+ .tox .tox-tbtn--enabled:focus > * {
2758
3181
  transform: none;
2759
3182
  }
3183
+ .tox .tox-tbtn--active svg,
2760
3184
  .tox .tox-tbtn--enabled svg,
2761
- .tox .tox-tbtn--enabled:hover svg {
3185
+ .tox .tox-tbtn--enabled:hover svg,
3186
+ .tox .tox-tbtn--enabled:focus svg {
2762
3187
  /* stylelint-disable-line no-descending-specificity */
2763
3188
  fill: #222f3e;
2764
3189
  }
3190
+ .tox .tox-tbtn--active.tox-tbtn--disabled svg,
3191
+ .tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
3192
+ .tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg,
3193
+ .tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
3194
+ fill: rgba(34, 47, 62, 0.5);
3195
+ }
3196
+ .tox .tox-tbtn--enabled:focus::after {
3197
+ border-radius: 3px;
3198
+ bottom: 0;
3199
+ box-shadow: 0 0 0 2px #006ce7 ;
3200
+ content: '';
3201
+ left: 0;
3202
+ position: absolute;
3203
+ right: 0;
3204
+ top: 0;
3205
+ }
2765
3206
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
2766
3207
  color: #222f3e;
2767
3208
  }
@@ -2772,17 +3213,16 @@ body.tox-dialog__disable-scroll {
2772
3213
  transform: none;
2773
3214
  }
2774
3215
  .tox .tox-tbtn--md {
2775
- height: 51px;
3216
+ height: 42px;
2776
3217
  width: 51px;
2777
3218
  }
2778
3219
  .tox .tox-tbtn--lg {
2779
3220
  flex-direction: column;
2780
- height: 68px;
3221
+ height: 56px;
2781
3222
  width: 68px;
2782
3223
  }
2783
3224
  .tox .tox-tbtn--return {
2784
- -ms-grid-row-align: stretch;
2785
- align-self: stretch;
3225
+ align-self: stretch;
2786
3226
  height: unset;
2787
3227
  width: 16px;
2788
3228
  }
@@ -2798,50 +3238,226 @@ body.tox-dialog__disable-scroll {
2798
3238
  margin-bottom: 4px;
2799
3239
  white-space: nowrap;
2800
3240
  }
2801
- .tox .tox-tbtn--select {
2802
- margin: 2px 0 3px 0;
2803
- padding: 0 4px;
3241
+ .tox .tox-number-input {
3242
+ background: #f7f7f7;
3243
+ border-radius: 3px;
3244
+ display: flex;
3245
+ margin: 6px 1px 5px 0;
3246
+ position: relative;
2804
3247
  width: auto;
2805
3248
  }
2806
- .tox .tox-tbtn__select-label {
2807
- cursor: default;
2808
- font-weight: normal;
2809
- margin: 0 4px;
3249
+ .tox .tox-number-input:focus {
3250
+ background: #f7f7f7;
2810
3251
  }
2811
- .tox .tox-tbtn__select-chevron {
2812
- align-items: center;
2813
- display: flex;
2814
- justify-content: center;
2815
- width: 16px;
3252
+ .tox .tox-number-input:focus::after {
3253
+ border-radius: 3px;
3254
+ bottom: 0;
3255
+ box-shadow: 0 0 0 2px #006ce7 ;
3256
+ content: '';
3257
+ left: 0;
3258
+ position: absolute;
3259
+ right: 0;
3260
+ top: 0;
2816
3261
  }
2817
- .tox .tox-tbtn__select-chevron svg {
2818
- fill: rgba(34, 47, 62, 0.5);
3262
+ .tox .tox-number-input .tox-input-wrapper {
3263
+ display: flex;
3264
+ pointer-events: none;
3265
+ position: relative;
3266
+ text-align: center;
2819
3267
  }
2820
- .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
2821
- overflow: hidden;
2822
- text-overflow: ellipsis;
2823
- white-space: nowrap;
2824
- width: 7em;
3268
+ .tox .tox-number-input .tox-input-wrapper:focus {
3269
+ background-color: #f7f7f7;
3270
+ z-index: 1;
2825
3271
  }
2826
- .tox .tox-split-button {
2827
- border: 0;
3272
+ .tox .tox-number-input .tox-input-wrapper:focus::after {
2828
3273
  border-radius: 3px;
2829
- box-sizing: border-box;
2830
- display: flex;
2831
- margin: 2px 0 3px 0;
2832
- overflow: hidden;
2833
- }
2834
- .tox .tox-split-button:hover {
2835
- box-shadow: 0 0 0 1px #dee0e2 inset;
3274
+ bottom: 0;
3275
+ box-shadow: 0 0 0 2px #006ce7 ;
3276
+ content: '';
3277
+ left: 0;
3278
+ position: absolute;
3279
+ right: 0;
3280
+ top: 0;
2836
3281
  }
2837
- .tox .tox-split-button:focus {
2838
- background: #dee0e2;
2839
- box-shadow: none;
2840
- color: #222f3e;
3282
+ .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
3283
+ border-radius: 3px;
3284
+ bottom: 0;
3285
+ box-shadow: 0 0 0 2px #006ce7 ;
3286
+ content: '';
3287
+ left: 0;
3288
+ position: absolute;
3289
+ right: 0;
3290
+ top: 0;
3291
+ }
3292
+ .tox .tox-number-input input {
3293
+ border-radius: 3px;
3294
+ color: #222f3e;
3295
+ font-size: 14px;
3296
+ margin: 2px 0;
3297
+ pointer-events: all;
3298
+ position: relative;
3299
+ width: 60px;
3300
+ }
3301
+ .tox .tox-number-input input:hover {
3302
+ background: #f0f0f0;
3303
+ color: #222f3e;
3304
+ }
3305
+ .tox .tox-number-input input:focus {
3306
+ background-color: #f7f7f7;
3307
+ }
3308
+ .tox .tox-number-input input:disabled {
3309
+ background: #fff;
3310
+ border: 0;
3311
+ box-shadow: none;
3312
+ color: rgba(34, 47, 62, 0.5);
3313
+ cursor: not-allowed;
3314
+ }
3315
+ .tox .tox-number-input button {
3316
+ color: #222f3e;
3317
+ height: 28px;
3318
+ position: relative;
3319
+ text-align: center;
3320
+ width: 24px;
3321
+ }
3322
+ .tox .tox-number-input button svg {
3323
+ display: block;
3324
+ fill: #222f3e;
3325
+ margin: 0 auto;
3326
+ transform: scale(0.67);
3327
+ }
3328
+ .tox .tox-number-input button:focus {
3329
+ background: #f7f7f7;
3330
+ z-index: 1;
3331
+ }
3332
+ .tox .tox-number-input button:focus::after {
3333
+ border-radius: 3px;
3334
+ bottom: 0;
3335
+ box-shadow: 0 0 0 2px #006ce7 ;
3336
+ content: '';
3337
+ left: 0;
3338
+ position: absolute;
3339
+ right: 0;
3340
+ top: 0;
3341
+ }
3342
+ .tox .tox-number-input button:hover {
3343
+ background: #f0f0f0;
3344
+ border: 0;
3345
+ box-shadow: none;
3346
+ color: #222f3e;
3347
+ }
3348
+ .tox .tox-number-input button:hover svg {
3349
+ fill: #222f3e;
3350
+ }
3351
+ .tox .tox-number-input button:active {
3352
+ background: #a6ccf7;
3353
+ border: 0;
3354
+ box-shadow: none;
3355
+ color: #222f3e;
3356
+ }
3357
+ .tox .tox-number-input button:active svg {
3358
+ fill: #222f3e;
3359
+ }
3360
+ .tox .tox-number-input button:disabled {
3361
+ background: #fff;
3362
+ border: 0;
3363
+ box-shadow: none;
3364
+ color: rgba(34, 47, 62, 0.5);
3365
+ cursor: not-allowed;
3366
+ }
3367
+ .tox .tox-number-input button:disabled svg {
3368
+ fill: rgba(34, 47, 62, 0.5);
3369
+ }
3370
+ .tox .tox-number-input button.minus {
3371
+ border-radius: 3px 0 0 3px;
3372
+ }
3373
+ .tox .tox-number-input button.plus {
3374
+ border-radius: 0 3px 3px 0;
3375
+ }
3376
+ .tox .tox-number-input:focus:not(:active) > button,
3377
+ .tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
3378
+ background: #f7f7f7;
3379
+ }
3380
+ .tox .tox-tbtn--select {
3381
+ margin: 6px 1px 5px 0;
3382
+ padding: 0 4px;
3383
+ width: auto;
3384
+ }
3385
+ .tox .tox-tbtn__select-label {
3386
+ cursor: default;
3387
+ font-weight: normal;
3388
+ height: initial;
3389
+ margin: 0 4px;
3390
+ overflow: hidden;
3391
+ text-overflow: ellipsis;
3392
+ white-space: nowrap;
3393
+ }
3394
+ .tox .tox-tbtn__select-chevron {
3395
+ align-items: center;
3396
+ display: flex;
3397
+ justify-content: center;
3398
+ width: 16px;
3399
+ }
3400
+ .tox .tox-tbtn__select-chevron svg {
3401
+ fill: rgba(34, 47, 62, 0.5);
3402
+ }
3403
+ .tox .tox-tbtn--bespoke {
3404
+ background: #f7f7f7;
3405
+ }
3406
+ .tox .tox-tbtn--bespoke:focus {
3407
+ background: #f7f7f7;
3408
+ }
3409
+ .tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
3410
+ margin-inline-start: 4px;
3411
+ }
3412
+ .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
3413
+ overflow: hidden;
3414
+ text-overflow: ellipsis;
3415
+ white-space: nowrap;
3416
+ width: 7em;
3417
+ }
3418
+ .tox .tox-tbtn--disabled .tox-tbtn__select-label,
3419
+ .tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
3420
+ cursor: not-allowed;
3421
+ }
3422
+ .tox .tox-split-button {
3423
+ border: 0;
3424
+ border-radius: 3px;
3425
+ box-sizing: border-box;
3426
+ display: flex;
3427
+ margin: 6px 1px 5px 0;
3428
+ }
3429
+ .tox .tox-split-button:hover {
3430
+ box-shadow: 0 0 0 1px #f0f0f0 inset;
3431
+ }
3432
+ .tox .tox-split-button:focus {
3433
+ background: #fff;
3434
+ box-shadow: none;
3435
+ color: #222f3e;
3436
+ position: relative;
3437
+ z-index: 1;
3438
+ }
3439
+ .tox .tox-split-button:focus::after {
3440
+ pointer-events: none;
3441
+ border-radius: 3px;
3442
+ bottom: 0;
3443
+ box-shadow: 0 0 0 2px #006ce7 ;
3444
+ content: '';
3445
+ left: 0;
3446
+ position: absolute;
3447
+ right: 0;
3448
+ top: 0;
2841
3449
  }
2842
3450
  .tox .tox-split-button > * {
2843
3451
  border-radius: 0;
2844
3452
  }
3453
+ .tox .tox-split-button > *:nth-child(1) {
3454
+ border-bottom-left-radius: 3px;
3455
+ border-top-left-radius: 3px;
3456
+ }
3457
+ .tox .tox-split-button > *:nth-child(2) {
3458
+ border-bottom-right-radius: 3px;
3459
+ border-top-right-radius: 3px;
3460
+ }
2845
3461
  .tox .tox-split-button__chevron {
2846
3462
  width: 16px;
2847
3463
  }
@@ -2851,33 +3467,54 @@ body.tox-dialog__disable-scroll {
2851
3467
  .tox .tox-split-button .tox-tbtn {
2852
3468
  margin: 0;
2853
3469
  }
2854
- .tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
2855
- width: 30px;
2856
- }
2857
- .tox.tox-platform-touch .tox-split-button__chevron {
2858
- width: 20px;
3470
+ .tox .tox-split-button:focus .tox-tbtn {
3471
+ background-color: transparent;
2859
3472
  }
2860
3473
  .tox .tox-split-button.tox-tbtn--disabled:hover,
2861
3474
  .tox .tox-split-button.tox-tbtn--disabled:focus,
2862
3475
  .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
2863
3476
  .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
2864
- background: transparent;
3477
+ background: #fff;
2865
3478
  box-shadow: none;
2866
3479
  color: rgba(34, 47, 62, 0.5);
2867
3480
  }
3481
+ .tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
3482
+ padding: 0 0px;
3483
+ }
3484
+ .tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
3485
+ width: 30px;
3486
+ }
3487
+ .tox.tox-platform-touch .tox-split-button__chevron {
3488
+ width: 20px;
3489
+ }
3490
+ .tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
3491
+ .tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
3492
+ opacity: 0.6;
3493
+ }
2868
3494
  .tox .tox-toolbar-overlord {
2869
3495
  background-color: #fff;
2870
3496
  }
2871
3497
  .tox .tox-toolbar,
2872
3498
  .tox .tox-toolbar__primary,
2873
3499
  .tox .tox-toolbar__overflow {
2874
- background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
3500
+ background-attachment: local;
2875
3501
  background-color: #fff;
3502
+ background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
3503
+ background-position: center top 40px;
3504
+ background-repeat: no-repeat;
3505
+ background-size: calc(100% - 11px * 2) calc(100% - 41px);
2876
3506
  display: flex;
2877
3507
  flex: 0 0 auto;
2878
3508
  flex-shrink: 0;
2879
3509
  flex-wrap: wrap;
2880
- padding: 0 0;
3510
+ padding: 0 0px;
3511
+ transform: perspective(1px);
3512
+ }
3513
+ .tox .tox-toolbar-overlord > .tox-toolbar,
3514
+ .tox .tox-toolbar-overlord > .tox-toolbar__primary,
3515
+ .tox .tox-toolbar-overlord > .tox-toolbar__overflow {
3516
+ background-position: center top 0px;
3517
+ background-size: calc(100% - 11px * 2) calc(100% - 0px);
2881
3518
  }
2882
3519
  .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
2883
3520
  height: 0;
@@ -2892,10 +3529,16 @@ body.tox-dialog__disable-scroll {
2892
3529
  .tox .tox-toolbar__overflow--shrinking {
2893
3530
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
2894
3531
  }
3532
+ .tox .tox-toolbar-overlord,
3533
+ .tox .tox-anchorbar {
3534
+ grid-column: 1 / -1;
3535
+ }
2895
3536
  .tox .tox-menubar + .tox-toolbar,
2896
- .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
2897
- border-top: 1px solid #cccccc;
3537
+ .tox .tox-menubar + .tox-toolbar-overlord {
3538
+ border-top: 1px solid transparent;
2898
3539
  margin-top: -1px;
3540
+ padding-bottom: 1px;
3541
+ padding-top: 1px;
2899
3542
  }
2900
3543
  .tox .tox-toolbar--scrolling {
2901
3544
  flex-wrap: nowrap;
@@ -2907,22 +3550,38 @@ body.tox-dialog__disable-scroll {
2907
3550
  .tox .tox-toolbar--no-divider {
2908
3551
  background-image: none;
2909
3552
  }
2910
- .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,
2911
- .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary {
2912
- border-top: 1px solid #cccccc;
3553
+ .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
3554
+ .tox .tox-toolbar-overlord .tox-toolbar__primary {
3555
+ background-position: center top 39px;
3556
+ }
3557
+ .tox .tox-editor-header > .tox-toolbar--scrolling,
3558
+ .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
3559
+ background-image: none;
2913
3560
  }
2914
3561
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
2915
3562
  background-color: #fff;
2916
- border: 1px solid #cccccc;
2917
- border-radius: 3px;
2918
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
3563
+ background-position: center top 43px;
3564
+ background-size: calc(100% - 8px * 2) calc(100% - 51px);
3565
+ border: none;
3566
+ border-radius: 6px;
3567
+ box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
3568
+ overscroll-behavior: none;
3569
+ padding: 4px 0;
3570
+ }
3571
+ .tox-pop .tox-pop__dialog {
3572
+ /* stylelint-disable-next-line no-descending-specificity */
3573
+ }
3574
+ .tox-pop .tox-pop__dialog .tox-toolbar {
3575
+ background-position: center top 43px;
3576
+ background-size: calc(100% - 11px * 2) calc(100% - 51px);
3577
+ padding: 4px 0;
2919
3578
  }
2920
3579
  .tox .tox-toolbar__group {
2921
3580
  align-items: center;
2922
3581
  display: flex;
2923
3582
  flex-wrap: wrap;
2924
3583
  margin: 0 0;
2925
- padding: 0 4px 0 4px;
3584
+ padding: 0 11px 0 12px;
2926
3585
  }
2927
3586
  .tox .tox-toolbar__group--pull-right {
2928
3587
  margin-left: auto;
@@ -2932,25 +3591,37 @@ body.tox-dialog__disable-scroll {
2932
3591
  flex-wrap: nowrap;
2933
3592
  }
2934
3593
  .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
2935
- border-right: 1px solid #cccccc;
3594
+ border-right: 1px solid transparent;
2936
3595
  }
2937
3596
  .tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
2938
- border-left: 1px solid #cccccc;
3597
+ border-left: 1px solid transparent;
2939
3598
  }
2940
3599
  .tox .tox-tooltip {
2941
3600
  display: inline-block;
3601
+ max-width: 15em;
2942
3602
  padding: 8px;
3603
+ /*
3604
+ * The pointer-events: none is designed to make mouse events bleed through the tooltip
3605
+ * to the underlying items. For example, a mouse hovering over a tooltip that hovers over
3606
+ * another item should trigger the hover of the item obscured by the tooltip, even though
3607
+ * the tooltip is on top
3608
+ */
3609
+ pointer-events: none;
2943
3610
  position: relative;
3611
+ width: -moz-max-content;
3612
+ width: max-content;
3613
+ z-index: 1150;
2944
3614
  }
2945
3615
  .tox .tox-tooltip__body {
2946
3616
  background-color: #222f3e;
2947
- border-radius: 3px;
2948
- box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
2949
- color: rgba(255, 255, 255, 0.75);
2950
- font-size: 14px;
3617
+ border-radius: 6px;
3618
+ box-shadow: none;
3619
+ color: #fff;
3620
+ font-size: 12px;
2951
3621
  font-style: normal;
2952
- font-weight: normal;
2953
- padding: 4px 8px;
3622
+ font-weight: 600;
3623
+ overflow-wrap: break-word;
3624
+ padding: 4px 6px;
2954
3625
  text-transform: none;
2955
3626
  }
2956
3627
  .tox .tox-tooltip__arrow {
@@ -2992,9 +3663,390 @@ body.tox-dialog__disable-scroll {
2992
3663
  top: 50%;
2993
3664
  transform: translateY(-50%);
2994
3665
  }
2995
- .tox .tox-well {
2996
- border: 1px solid #cccccc;
3666
+ .tox .tox-tree {
3667
+ display: flex;
3668
+ flex-direction: column;
3669
+ }
3670
+ .tox .tox-tree .tox-trbtn {
3671
+ align-items: center;
3672
+ background: transparent;
3673
+ border: 0;
3674
+ border-radius: 4px;
3675
+ box-shadow: none;
3676
+ color: #222f3e;
3677
+ display: flex;
3678
+ flex: 0 0 auto;
3679
+ font-size: 14px;
3680
+ font-style: normal;
3681
+ font-weight: normal;
3682
+ height: 28px;
3683
+ margin-bottom: 4px;
3684
+ margin-top: 4px;
3685
+ outline: none;
3686
+ overflow: hidden;
3687
+ padding: 0;
3688
+ padding-left: 8px;
3689
+ text-transform: none;
3690
+ }
3691
+ .tox .tox-tree .tox-trbtn .tox-tree__label {
3692
+ cursor: default;
3693
+ overflow: hidden;
3694
+ text-overflow: ellipsis;
3695
+ white-space: nowrap;
3696
+ }
3697
+ .tox .tox-tree .tox-trbtn svg {
3698
+ display: block;
3699
+ fill: #222f3e;
3700
+ }
3701
+ .tox .tox-tree .tox-trbtn:focus {
3702
+ background: #f0f0f0;
3703
+ border: 0;
3704
+ box-shadow: none;
3705
+ }
3706
+ .tox .tox-tree .tox-trbtn:hover {
3707
+ background: #f0f0f0;
3708
+ border: 0;
3709
+ box-shadow: none;
3710
+ color: #222f3e;
3711
+ }
3712
+ .tox .tox-tree .tox-trbtn:hover svg {
3713
+ fill: #222f3e;
3714
+ }
3715
+ .tox .tox-tree .tox-trbtn:active {
3716
+ background: #a6ccf7;
3717
+ border: 0;
3718
+ box-shadow: none;
3719
+ color: #222f3e;
3720
+ }
3721
+ .tox .tox-tree .tox-trbtn:active svg {
3722
+ fill: #222f3e;
3723
+ }
3724
+ .tox .tox-tree .tox-trbtn--disabled,
3725
+ .tox .tox-tree .tox-trbtn--disabled:hover,
3726
+ .tox .tox-tree .tox-trbtn:disabled,
3727
+ .tox .tox-tree .tox-trbtn:disabled:hover {
3728
+ background: transparent;
3729
+ border: 0;
3730
+ box-shadow: none;
3731
+ color: rgba(34, 47, 62, 0.5);
3732
+ cursor: not-allowed;
3733
+ }
3734
+ .tox .tox-tree .tox-trbtn--disabled svg,
3735
+ .tox .tox-tree .tox-trbtn--disabled:hover svg,
3736
+ .tox .tox-tree .tox-trbtn:disabled svg,
3737
+ .tox .tox-tree .tox-trbtn:disabled:hover svg {
3738
+ /* stylelint-disable-line no-descending-specificity */
3739
+ fill: rgba(34, 47, 62, 0.5);
3740
+ }
3741
+ .tox .tox-tree .tox-trbtn--enabled,
3742
+ .tox .tox-tree .tox-trbtn--enabled:hover {
3743
+ background: #a6ccf7;
3744
+ border: 0;
3745
+ box-shadow: none;
3746
+ color: #222f3e;
3747
+ }
3748
+ .tox .tox-tree .tox-trbtn--enabled > *,
3749
+ .tox .tox-tree .tox-trbtn--enabled:hover > * {
3750
+ transform: none;
3751
+ }
3752
+ .tox .tox-tree .tox-trbtn--enabled svg,
3753
+ .tox .tox-tree .tox-trbtn--enabled:hover svg {
3754
+ /* stylelint-disable-line no-descending-specificity */
3755
+ fill: #222f3e;
3756
+ }
3757
+ .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
3758
+ color: #222f3e;
3759
+ }
3760
+ .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
3761
+ fill: #222f3e;
3762
+ }
3763
+ .tox .tox-tree .tox-trbtn:active > * {
3764
+ transform: none;
3765
+ }
3766
+ .tox .tox-tree .tox-trbtn--return {
3767
+ align-self: stretch;
3768
+ height: unset;
3769
+ width: 16px;
3770
+ }
3771
+ .tox .tox-tree .tox-trbtn--labeled {
3772
+ padding: 0 4px;
3773
+ width: unset;
3774
+ }
3775
+ .tox .tox-tree .tox-trbtn__vlabel {
3776
+ display: block;
3777
+ font-size: 10px;
3778
+ font-weight: normal;
3779
+ letter-spacing: -0.025em;
3780
+ margin-bottom: 4px;
3781
+ white-space: nowrap;
3782
+ }
3783
+ .tox .tox-tree .tox-tree--directory {
3784
+ display: flex;
3785
+ flex-direction: column;
3786
+ /* stylelint-disable no-descending-specificity */
3787
+ }
3788
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
3789
+ font-weight: bold;
3790
+ }
3791
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
3792
+ margin-left: auto;
3793
+ }
3794
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
3795
+ fill: transparent;
3796
+ }
3797
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
3798
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
3799
+ fill: #222f3e;
3800
+ }
3801
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
3802
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
3803
+ fill: #222f3e;
3804
+ }
3805
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
3806
+ background-color: transparent;
3807
+ color: #222f3e;
3808
+ }
3809
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
3810
+ fill: #222f3e;
3811
+ }
3812
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
3813
+ margin-right: 6px;
3814
+ }
3815
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
3816
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
3817
+ transition: transform 0.5s ease-in-out;
3818
+ }
3819
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
3820
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
3821
+ transform: rotate(90deg);
3822
+ }
3823
+ .tox .tox-tree .tox-tree--leaf__label {
3824
+ font-weight: normal;
3825
+ }
3826
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
3827
+ margin-left: auto;
3828
+ }
3829
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
3830
+ fill: transparent;
3831
+ }
3832
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
3833
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
3834
+ fill: #222f3e;
3835
+ }
3836
+ .tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
3837
+ fill: #222f3e;
3838
+ }
3839
+ .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
3840
+ background-color: transparent;
3841
+ color: #222f3e;
3842
+ }
3843
+ .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
3844
+ fill: #222f3e;
3845
+ }
3846
+ .tox .tox-tree .tox-tree--directory__children {
3847
+ overflow: hidden;
3848
+ padding-left: 16px;
3849
+ }
3850
+ .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
3851
+ .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
3852
+ transition: height 0.5s ease-in-out;
3853
+ }
3854
+ .tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
3855
+ display: flex;
3856
+ justify-content: space-between;
3857
+ }
3858
+ .tox .tox-revisionhistory__pane {
3859
+ padding: 0 !important;
3860
+ /* Override the default padding of tox-view__pane */
3861
+ }
3862
+ .tox .tox-revisionhistory__container {
3863
+ display: flex;
3864
+ flex-direction: column;
3865
+ height: 100%;
3866
+ }
3867
+ .tox .tox-revisionhistory {
3868
+ background-color: #fff;
3869
+ border-radius: 4px;
3870
+ border-top: 1px solid #eeeeee;
3871
+ display: flex;
3872
+ flex: 1;
3873
+ height: 100%;
3874
+ margin-top: 8px;
3875
+ overflow: 'auto';
3876
+ position: relative;
3877
+ width: 100%;
3878
+ }
3879
+ .tox .tox-revisionhistroy--align-right {
3880
+ margin-left: auto;
3881
+ }
3882
+ .tox .tox-revisionhistory__iframe {
3883
+ flex: 1;
3884
+ }
3885
+ .tox .tox-revisionhistory__sidebar {
3886
+ border-left: 1px solid #eeeeee;
3887
+ height: 100%;
3888
+ max-width: 360px;
3889
+ overflow-x: auto;
3890
+ overflow-y: hidden;
3891
+ }
3892
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
3893
+ border-bottom: 1px solid #eeeeee;
3894
+ color: #222f3e;
3895
+ font-size: 20px;
3896
+ font-weight: 400;
3897
+ height: 60px;
3898
+ min-width: 192px;
3899
+ padding: 16px;
3900
+ }
3901
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
3902
+ flex-direction: column;
3903
+ max-height: calc(100% - 60px);
3904
+ min-width: 192px;
3905
+ overflow-y: auto;
3906
+ padding: 8px;
3907
+ }
3908
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
3909
+ height: 100%;
3910
+ position: relative;
3911
+ z-index: 1;
3912
+ }
3913
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
3914
+ border-radius: 3px;
3915
+ bottom: 0;
3916
+ box-shadow: 0 0 0 2px #006ce7 ;
3917
+ content: '';
3918
+ left: 0;
3919
+ position: absolute;
3920
+ right: 0;
3921
+ top: 0;
3922
+ border-radius: 6px;
3923
+ bottom: 1px;
3924
+ left: 1px;
3925
+ right: 1px;
3926
+ top: 1px;
3927
+ }
3928
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
3929
+ border: 1px solid #eeeeee;
3930
+ border-radius: 6px;
3931
+ color: #222f3e;
3932
+ cursor: pointer;
3933
+ font-size: 14px;
3934
+ margin-bottom: 8px;
3935
+ padding: 8px;
3936
+ text-overflow: ellipsis;
3937
+ text-wrap: nowrap;
3938
+ width: 100%;
3939
+ }
3940
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
3941
+ background-color: #f0f0f0;
3942
+ box-shadow: none;
3943
+ color: #222f3e;
3944
+ }
3945
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
3946
+ position: relative;
3947
+ z-index: 1;
3948
+ }
3949
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
3950
+ border-radius: 6px !important;
2997
3951
  border-radius: 3px;
3952
+ bottom: 0;
3953
+ box-shadow: 0 0 0 2px #006ce7 ;
3954
+ content: '';
3955
+ left: 0;
3956
+ position: absolute;
3957
+ right: 0;
3958
+ top: 0;
3959
+ }
3960
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
3961
+ background-color: #a6ccf7;
3962
+ box-shadow: none;
3963
+ color: #222f3e;
3964
+ }
3965
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
3966
+ color: rgba(34, 47, 62, 0.7);
3967
+ font-size: 16px;
3968
+ line-height: 24px;
3969
+ padding: 5px 5.5px;
3970
+ }
3971
+ .tox .tox-view-wrap,
3972
+ .tox .tox-view-wrap__slot-container {
3973
+ background-color: #fff;
3974
+ display: flex;
3975
+ flex: 1;
3976
+ flex-direction: column;
3977
+ }
3978
+ .tox .tox-view {
3979
+ display: flex;
3980
+ flex: 1 1 auto;
3981
+ flex-direction: column;
3982
+ overflow: hidden;
3983
+ }
3984
+ .tox .tox-view__header {
3985
+ align-items: center;
3986
+ display: flex;
3987
+ font-size: 16px;
3988
+ justify-content: space-between;
3989
+ padding: 8px 8px 0 8px;
3990
+ position: relative;
3991
+ }
3992
+ .tox .tox-view__label {
3993
+ color: #222f3e;
3994
+ font-weight: bold;
3995
+ line-height: 24px;
3996
+ padding: 4px 16px;
3997
+ text-align: center;
3998
+ }
3999
+ .tox .tox-view__label--normal {
4000
+ font-size: 16px;
4001
+ }
4002
+ .tox .tox-view__label--large {
4003
+ font-size: 20px;
4004
+ }
4005
+ .tox .tox-view--mobile.tox-view__header,
4006
+ .tox .tox-view--mobile.tox-view__toolbar {
4007
+ padding: 8px;
4008
+ }
4009
+ .tox .tox-view--scrolling {
4010
+ flex-wrap: nowrap;
4011
+ overflow-x: auto;
4012
+ }
4013
+ .tox .tox-view__toolbar {
4014
+ display: flex;
4015
+ flex-direction: row;
4016
+ gap: 8px;
4017
+ justify-content: space-between;
4018
+ padding: 8px 8px 0 8px;
4019
+ }
4020
+ .tox .tox-view__toolbar__group {
4021
+ display: flex;
4022
+ flex-direction: row;
4023
+ gap: 12px;
4024
+ }
4025
+ .tox .tox-view__header-start,
4026
+ .tox .tox-view__header-end {
4027
+ display: flex;
4028
+ }
4029
+ .tox .tox-view__pane {
4030
+ height: 100%;
4031
+ padding: 8px;
4032
+ position: relative;
4033
+ width: 100%;
4034
+ }
4035
+ .tox .tox-view__pane_panel {
4036
+ border: 1px solid #eeeeee;
4037
+ border-radius: 6px;
4038
+ }
4039
+ .tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
4040
+ .tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
4041
+ margin-left: 8px;
4042
+ }
4043
+ .tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
4044
+ .tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
4045
+ margin-right: 8px;
4046
+ }
4047
+ .tox .tox-well {
4048
+ border: 1px solid #eeeeee;
4049
+ border-radius: 6px;
2998
4050
  padding: 8px;
2999
4051
  width: 100%;
3000
4052
  }
@@ -3008,10 +4060,11 @@ body.tox-dialog__disable-scroll {
3008
4060
  margin: 0;
3009
4061
  }
3010
4062
  .tox .tox-custom-editor {
3011
- border: 1px solid #cccccc;
3012
- border-radius: 3px;
4063
+ border: 1px solid #eeeeee;
4064
+ border-radius: 6px;
3013
4065
  display: flex;
3014
4066
  flex: 1;
4067
+ overflow: hidden;
3015
4068
  position: relative;
3016
4069
  }
3017
4070
  /* stylelint-disable */
@@ -3032,16 +4085,8 @@ body.tox-dialog__disable-scroll {
3032
4085
  .tox .tox-dialog__content-js {
3033
4086
  display: flex;
3034
4087
  flex: 1;
3035
- -ms-flex-preferred-size: auto;
3036
4088
  }
3037
4089
  .tox .tox-dialog__body-content .tox-collection {
3038
4090
  display: flex;
3039
4091
  flex: 1;
3040
- -ms-flex-preferred-size: auto;
3041
- }
3042
- .tox .tox-image-tools-edit-panel {
3043
- height: 60px;
3044
- }
3045
- .tox .tox-image-tools__sidebar {
3046
- height: 60px;
3047
4092
  }