@dangl/angular-material-shared 2.9.0-beta0037 → 2.9.0-beta0040
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.
- package/fesm2022/dangl-angular-material-shared-tiny-mce.mjs +29 -35
- package/fesm2022/dangl-angular-material-shared-tiny-mce.mjs.map +1 -1
- package/fesm2022/dangl-angular-material-shared.mjs +36 -51
- package/fesm2022/dangl-angular-material-shared.mjs.map +1 -1
- package/package.json +11 -10
- package/styles/material-theme.scss +1 -1
- package/styles/material-variables.scss +5 -5
- package/tinymce-assets/icons/default/icons.js +46 -9
- package/tinymce-assets/icons/default/icons.min.js +1 -1
- package/tinymce-assets/models/dom/model.js +8198 -7244
- package/tinymce-assets/models/dom/model.min.js +1 -4
- package/tinymce-assets/plugins/accordion/plugin.js +1174 -879
- package/tinymce-assets/plugins/accordion/plugin.min.js +1 -4
- package/tinymce-assets/plugins/advlist/plugin.js +412 -200
- package/tinymce-assets/plugins/advlist/plugin.min.js +1 -4
- package/tinymce-assets/plugins/anchor/plugin.js +189 -166
- package/tinymce-assets/plugins/anchor/plugin.min.js +1 -4
- package/tinymce-assets/plugins/autolink/plugin.js +310 -220
- package/tinymce-assets/plugins/autolink/plugin.min.js +1 -4
- package/tinymce-assets/plugins/autoresize/plugin.js +180 -149
- package/tinymce-assets/plugins/autoresize/plugin.min.js +1 -4
- package/tinymce-assets/plugins/autosave/plugin.js +208 -189
- package/tinymce-assets/plugins/autosave/plugin.min.js +1 -4
- package/tinymce-assets/plugins/charmap/plugin.js +905 -1566
- package/tinymce-assets/plugins/charmap/plugin.min.js +1 -4
- package/tinymce-assets/plugins/code/plugin.js +73 -61
- package/tinymce-assets/plugins/code/plugin.min.js +0 -3
- package/tinymce-assets/plugins/codesample/plugin.js +3593 -2402
- package/tinymce-assets/plugins/codesample/plugin.min.js +8 -3
- package/tinymce-assets/plugins/directionality/plugin.js +545 -304
- package/tinymce-assets/plugins/directionality/plugin.min.js +1 -4
- package/tinymce-assets/plugins/emoticons/js/emojiimages.min.js +0 -2
- package/tinymce-assets/plugins/emoticons/js/emojis.min.js +0 -1
- package/tinymce-assets/plugins/emoticons/plugin.js +702 -488
- package/tinymce-assets/plugins/emoticons/plugin.min.js +1 -4
- package/tinymce-assets/plugins/fullscreen/plugin.js +1409 -1049
- package/tinymce-assets/plugins/fullscreen/plugin.min.js +1 -4
- package/tinymce-assets/plugins/help/js/i18n/keynav/ar.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/bg_BG.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/ca.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/cs.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/da.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/de.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/el.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/en.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/es.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/eu.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/fa.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/fi.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/fr_FR.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/he_IL.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/hi.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/hr.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/hu_HU.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/id.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/it.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/ja.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/kk.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/ko_KR.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/ms.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/nb_NO.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/nl.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/pl.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/pt_BR.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/pt_PT.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/ro.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/ru.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/sk.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/sl_SI.js +5 -2
- package/tinymce-assets/plugins/help/js/i18n/keynav/sv_SE.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/th_TH.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/tr.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/uk.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/vi.js +4 -1
- package/tinymce-assets/plugins/help/js/i18n/keynav/zh_CN.js +8 -5
- package/tinymce-assets/plugins/help/js/i18n/keynav/zh_TW.js +4 -1
- package/tinymce-assets/plugins/help/plugin.js +739 -809
- package/tinymce-assets/plugins/help/plugin.min.js +1 -4
- package/tinymce-assets/plugins/image/plugin.js +1475 -1291
- package/tinymce-assets/plugins/image/plugin.min.js +1 -4
- package/tinymce-assets/plugins/importcss/plugin.js +328 -269
- package/tinymce-assets/plugins/importcss/plugin.min.js +1 -4
- package/tinymce-assets/plugins/insertdatetime/plugin.js +140 -141
- package/tinymce-assets/plugins/insertdatetime/plugin.min.js +1 -4
- package/tinymce-assets/plugins/link/plugin.js +1419 -1084
- package/tinymce-assets/plugins/link/plugin.min.js +1 -4
- package/tinymce-assets/plugins/lists/plugin.js +2177 -1805
- package/tinymce-assets/plugins/lists/plugin.min.js +1 -4
- package/tinymce-assets/plugins/media/plugin.js +1305 -1047
- package/tinymce-assets/plugins/media/plugin.min.js +1 -4
- package/tinymce-assets/plugins/nonbreaking/plugin.js +93 -88
- package/tinymce-assets/plugins/nonbreaking/plugin.min.js +0 -3
- package/tinymce-assets/plugins/pagebreak/plugin.js +91 -85
- package/tinymce-assets/plugins/pagebreak/plugin.min.js +0 -3
- package/tinymce-assets/plugins/preview/plugin.js +742 -74
- package/tinymce-assets/plugins/preview/plugin.min.js +1 -4
- package/tinymce-assets/plugins/quickbars/plugin.js +582 -375
- package/tinymce-assets/plugins/quickbars/plugin.min.js +1 -4
- package/tinymce-assets/plugins/save/plugin.js +100 -82
- package/tinymce-assets/plugins/save/plugin.min.js +1 -4
- package/tinymce-assets/plugins/searchreplace/plugin.js +1183 -906
- package/tinymce-assets/plugins/searchreplace/plugin.min.js +1 -4
- package/tinymce-assets/plugins/table/plugin.js +3651 -3094
- package/tinymce-assets/plugins/table/plugin.min.js +1 -4
- package/tinymce-assets/plugins/visualblocks/plugin.js +71 -63
- package/tinymce-assets/plugins/visualblocks/plugin.min.js +1 -4
- package/tinymce-assets/plugins/visualchars/plugin.js +685 -436
- package/tinymce-assets/plugins/visualchars/plugin.min.js +1 -4
- package/tinymce-assets/plugins/wordcount/plugin.js +382 -307
- package/tinymce-assets/plugins/wordcount/plugin.min.js +1 -4
- package/tinymce-assets/skins/content/dark/content.css +9 -0
- package/tinymce-assets/skins/content/dark/content.js +10 -2
- package/tinymce-assets/skins/content/dark/content.min.css +9 -0
- package/tinymce-assets/skins/content/default/content.css +9 -0
- package/tinymce-assets/skins/content/default/content.js +10 -2
- package/tinymce-assets/skins/content/default/content.min.css +9 -0
- package/tinymce-assets/skins/content/document/content.css +9 -0
- package/tinymce-assets/skins/content/document/content.js +10 -2
- package/tinymce-assets/skins/content/document/content.min.css +9 -0
- package/tinymce-assets/skins/content/tinymce-5/content.css +9 -0
- package/tinymce-assets/skins/content/tinymce-5/content.js +10 -2
- package/tinymce-assets/skins/content/tinymce-5/content.min.css +9 -0
- package/tinymce-assets/skins/content/tinymce-5-dark/content.css +9 -0
- package/tinymce-assets/skins/content/tinymce-5-dark/content.js +10 -2
- package/tinymce-assets/skins/content/tinymce-5-dark/content.min.css +9 -0
- package/tinymce-assets/skins/content/writer/content.css +9 -0
- package/tinymce-assets/skins/content/writer/content.js +10 -2
- package/tinymce-assets/skins/content/writer/content.min.css +9 -0
- package/tinymce-assets/skins/ui/oxide/content.css +157 -49
- package/tinymce-assets/skins/ui/oxide/content.inline.css +157 -49
- package/tinymce-assets/skins/ui/oxide/content.inline.js +10 -2
- package/tinymce-assets/skins/ui/oxide/content.inline.min.css +10 -1
- package/tinymce-assets/skins/ui/oxide/content.js +10 -2
- package/tinymce-assets/skins/ui/oxide/content.min.css +10 -1
- package/tinymce-assets/skins/ui/oxide/skin.css +1592 -214
- package/tinymce-assets/skins/ui/oxide/skin.js +1 -2
- package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/skin.shadowdom.js +1 -2
- package/tinymce-assets/skins/ui/oxide-dark/content.css +157 -42
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +157 -49
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.js +10 -2
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +10 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.js +10 -2
- package/tinymce-assets/skins/ui/oxide-dark/content.min.css +10 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.css +1595 -217
- package/tinymce-assets/skins/ui/oxide-dark/skin.js +1 -2
- package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.js +1 -2
- package/tinymce-assets/skins/ui/tinymce-5/content.css +157 -49
- package/tinymce-assets/skins/ui/tinymce-5/content.inline.css +157 -49
- package/tinymce-assets/skins/ui/tinymce-5/content.inline.js +10 -2
- package/tinymce-assets/skins/ui/tinymce-5/content.inline.min.css +10 -1
- package/tinymce-assets/skins/ui/tinymce-5/content.js +10 -2
- package/tinymce-assets/skins/ui/tinymce-5/content.min.css +10 -1
- package/tinymce-assets/skins/ui/tinymce-5/skin.css +1606 -203
- package/tinymce-assets/skins/ui/tinymce-5/skin.js +1 -2
- package/tinymce-assets/skins/ui/tinymce-5/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.js +1 -2
- package/tinymce-assets/skins/ui/tinymce-5-dark/content.css +157 -42
- package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.css +157 -49
- package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.js +10 -2
- package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.min.css +10 -1
- package/tinymce-assets/skins/ui/tinymce-5-dark/content.js +10 -2
- package/tinymce-assets/skins/ui/tinymce-5-dark/content.min.css +10 -1
- package/tinymce-assets/skins/ui/tinymce-5-dark/skin.css +1607 -204
- package/tinymce-assets/skins/ui/tinymce-5-dark/skin.js +1 -2
- package/tinymce-assets/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.js +1 -2
- package/tinymce-assets/themes/silver/theme.js +32786 -28738
- package/tinymce-assets/themes/silver/theme.min.js +1 -4
- package/types/dangl-angular-material-shared-tiny-mce.d.ts +12 -13
- package/types/dangl-angular-material-shared.d.ts +26 -26
- package/tinymce-assets/plugins/template/index.js +0 -7
- package/tinymce-assets/plugins/template/plugin.js +0 -567
- package/tinymce-assets/plugins/template/plugin.min.js +0 -4
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
font-weight: normal;
|
|
10
10
|
line-height: normal;
|
|
11
11
|
-webkit-tap-highlight-color: transparent;
|
|
12
|
+
-webkit-text-decoration: none;
|
|
12
13
|
text-decoration: none;
|
|
13
14
|
text-shadow: none;
|
|
14
15
|
text-transform: none;
|
|
@@ -96,15 +97,36 @@ button::-moz-focus-inner {
|
|
|
96
97
|
.tox[dir=rtl] .tox-icon--flip svg {
|
|
97
98
|
transform: rotateY(180deg);
|
|
98
99
|
}
|
|
100
|
+
@keyframes tox-rotation {
|
|
101
|
+
0% {
|
|
102
|
+
transform: rotate(0deg);
|
|
103
|
+
}
|
|
104
|
+
100% {
|
|
105
|
+
transform: rotate(360deg);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
99
108
|
.tox .accessibility-issue__header {
|
|
100
109
|
align-items: center;
|
|
101
110
|
display: flex;
|
|
102
111
|
margin-bottom: 4px;
|
|
103
112
|
}
|
|
113
|
+
.tox #accessibility-issue__subheader {
|
|
114
|
+
font-size: 16px;
|
|
115
|
+
color: #222f3e;
|
|
116
|
+
}
|
|
117
|
+
.tox .accessbility-sr-only {
|
|
118
|
+
position: absolute;
|
|
119
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
120
|
+
clip-path: inset(0 0 99.9% 99.9%);
|
|
121
|
+
overflow: hidden;
|
|
122
|
+
height: 1px;
|
|
123
|
+
width: 1px;
|
|
124
|
+
padding: 0;
|
|
125
|
+
border: 0;
|
|
126
|
+
}
|
|
104
127
|
.tox .accessibility-issue__description {
|
|
105
128
|
align-items: stretch;
|
|
106
129
|
border-radius: 6px;
|
|
107
|
-
display: flex;
|
|
108
130
|
justify-content: space-between;
|
|
109
131
|
}
|
|
110
132
|
.tox .accessibility-issue__description > div {
|
|
@@ -118,17 +140,31 @@ button::-moz-focus-inner {
|
|
|
118
140
|
.tox .accessibility-issue__description > div > div .tox-icon svg {
|
|
119
141
|
display: block;
|
|
120
142
|
}
|
|
143
|
+
.tox #accessibility-issue__contentID {
|
|
144
|
+
margin-top: 8px;
|
|
145
|
+
margin-bottom: 8px;
|
|
146
|
+
}
|
|
147
|
+
.tox #accessibility-issue__contentID span:first-child {
|
|
148
|
+
font-weight: bold;
|
|
149
|
+
}
|
|
150
|
+
.tox #accessibility-issue__document {
|
|
151
|
+
padding-bottom: 8px;
|
|
152
|
+
}
|
|
121
153
|
.tox .accessibility-issue__repair {
|
|
122
|
-
margin-top:
|
|
154
|
+
margin-top: 8px;
|
|
155
|
+
}
|
|
156
|
+
.tox .accessibility-issue__repair .tox-form__group .tox-form__group--error {
|
|
157
|
+
color: #c00;
|
|
123
158
|
}
|
|
124
159
|
.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
|
|
125
|
-
background-color:
|
|
160
|
+
background-color: #e6f0fd;
|
|
126
161
|
color: #222f3e;
|
|
127
162
|
}
|
|
128
163
|
.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
|
|
164
|
+
font-size: 14px;
|
|
129
165
|
color: #006ce7;
|
|
130
166
|
}
|
|
131
|
-
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
|
|
167
|
+
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg {
|
|
132
168
|
fill: #006ce7;
|
|
133
169
|
}
|
|
134
170
|
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
|
|
@@ -142,18 +178,16 @@ button::-moz-focus-inner {
|
|
|
142
178
|
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
|
|
143
179
|
background-color: #0054b4;
|
|
144
180
|
}
|
|
145
|
-
.tox .tox-dialog__body-content .accessibility-issue--warn {
|
|
146
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
147
|
-
}
|
|
148
181
|
.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
|
|
149
|
-
background-color:
|
|
182
|
+
background-color: #fffae6;
|
|
150
183
|
color: #222f3e;
|
|
151
184
|
}
|
|
152
185
|
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
|
|
153
|
-
|
|
186
|
+
font-size: 14px;
|
|
187
|
+
color: #7a6e25;
|
|
154
188
|
}
|
|
155
|
-
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
|
|
156
|
-
fill: #
|
|
189
|
+
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg {
|
|
190
|
+
fill: #7a6e25;
|
|
157
191
|
}
|
|
158
192
|
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
|
|
159
193
|
background-color: #FFE89D;
|
|
@@ -168,17 +202,15 @@ button::-moz-focus-inner {
|
|
|
168
202
|
background-color: #E8C657;
|
|
169
203
|
color: #222f3e;
|
|
170
204
|
}
|
|
171
|
-
.tox .tox-dialog__body-content .accessibility-issue--error {
|
|
172
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
173
|
-
}
|
|
174
205
|
.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
|
|
175
|
-
background-color:
|
|
206
|
+
background-color: #fae6e6;
|
|
176
207
|
color: #222f3e;
|
|
177
208
|
}
|
|
178
209
|
.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
|
|
210
|
+
font-size: 14px;
|
|
179
211
|
color: #c00;
|
|
180
212
|
}
|
|
181
|
-
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
|
|
213
|
+
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg {
|
|
182
214
|
fill: #c00;
|
|
183
215
|
}
|
|
184
216
|
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
|
|
@@ -204,12 +236,11 @@ button::-moz-focus-inner {
|
|
|
204
236
|
.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
|
|
205
237
|
color: #527530;
|
|
206
238
|
}
|
|
207
|
-
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
|
|
239
|
+
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg {
|
|
208
240
|
fill: #527530;
|
|
209
241
|
}
|
|
210
242
|
.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
|
|
211
243
|
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
|
|
212
|
-
font-size: 14px;
|
|
213
244
|
margin-top: 0;
|
|
214
245
|
}
|
|
215
246
|
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
|
|
@@ -219,7 +250,7 @@ button::-moz-focus-inner {
|
|
|
219
250
|
margin-left: auto;
|
|
220
251
|
}
|
|
221
252
|
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
|
|
222
|
-
padding:
|
|
253
|
+
padding: 8px;
|
|
223
254
|
}
|
|
224
255
|
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
|
|
225
256
|
margin-right: 4px;
|
|
@@ -230,6 +261,20 @@ button::-moz-focus-inner {
|
|
|
230
261
|
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
|
|
231
262
|
padding: 4px 8px 4px 4px;
|
|
232
263
|
}
|
|
264
|
+
.tox .mce-codemirror {
|
|
265
|
+
background: #fff;
|
|
266
|
+
bottom: 0;
|
|
267
|
+
font-size: 13px;
|
|
268
|
+
left: 0;
|
|
269
|
+
position: absolute;
|
|
270
|
+
right: 0;
|
|
271
|
+
top: 0;
|
|
272
|
+
z-index: 1;
|
|
273
|
+
}
|
|
274
|
+
.tox .mce-codemirror.tox-inline-codemirror {
|
|
275
|
+
margin: 8px;
|
|
276
|
+
position: absolute;
|
|
277
|
+
}
|
|
233
278
|
.tox .tox-advtemplate .tox-form__grid {
|
|
234
279
|
flex: 1;
|
|
235
280
|
}
|
|
@@ -292,6 +337,7 @@ button::-moz-focus-inner {
|
|
|
292
337
|
padding: 4px 16px;
|
|
293
338
|
position: relative;
|
|
294
339
|
text-align: center;
|
|
340
|
+
-webkit-text-decoration: none;
|
|
295
341
|
text-decoration: none;
|
|
296
342
|
text-transform: none;
|
|
297
343
|
white-space: nowrap;
|
|
@@ -299,7 +345,7 @@ button::-moz-focus-inner {
|
|
|
299
345
|
.tox .tox-button::before {
|
|
300
346
|
border-radius: 6px;
|
|
301
347
|
bottom: -1px;
|
|
302
|
-
box-shadow: inset 0 0 0
|
|
348
|
+
box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
|
|
303
349
|
content: '';
|
|
304
350
|
left: -1px;
|
|
305
351
|
opacity: 0;
|
|
@@ -323,7 +369,7 @@ button::-moz-focus-inner {
|
|
|
323
369
|
box-shadow: none;
|
|
324
370
|
color: #fff;
|
|
325
371
|
}
|
|
326
|
-
.tox .tox-button:focus
|
|
372
|
+
.tox .tox-button:focus:not(:disabled)::before {
|
|
327
373
|
opacity: 1;
|
|
328
374
|
}
|
|
329
375
|
.tox .tox-button:hover:not(:disabled) {
|
|
@@ -405,6 +451,7 @@ button::-moz-focus-inner {
|
|
|
405
451
|
letter-spacing: normal;
|
|
406
452
|
outline: none;
|
|
407
453
|
padding: 4px 16px;
|
|
454
|
+
-webkit-text-decoration: none;
|
|
408
455
|
text-decoration: none;
|
|
409
456
|
text-transform: none;
|
|
410
457
|
}
|
|
@@ -482,6 +529,11 @@ button::-moz-focus-inner {
|
|
|
482
529
|
display: block;
|
|
483
530
|
fill: currentColor;
|
|
484
531
|
}
|
|
532
|
+
.tox-context-form__group .tox-button--icon,
|
|
533
|
+
.tox-context-form__group .tox-button.tox-button--icon {
|
|
534
|
+
margin: 6px 1px 5px 0;
|
|
535
|
+
padding: 0;
|
|
536
|
+
}
|
|
485
537
|
.tox .tox-button-link {
|
|
486
538
|
background: 0;
|
|
487
539
|
border: none;
|
|
@@ -566,6 +618,11 @@ button::-moz-focus-inner {
|
|
|
566
618
|
display: block;
|
|
567
619
|
fill: rgba(34, 47, 62, 0.3);
|
|
568
620
|
}
|
|
621
|
+
@media (forced-colors: active) {
|
|
622
|
+
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
623
|
+
fill: currentColor !important;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
569
626
|
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
|
|
570
627
|
display: none;
|
|
571
628
|
fill: #006ce7;
|
|
@@ -622,9 +679,6 @@ button::-moz-focus-inner {
|
|
|
622
679
|
.tox[dir=rtl] .tox-bar .tox-checkbox {
|
|
623
680
|
margin-right: 4px;
|
|
624
681
|
}
|
|
625
|
-
.tox {
|
|
626
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
627
|
-
}
|
|
628
682
|
.tox .tox-collection--toolbar .tox-collection__group {
|
|
629
683
|
display: flex;
|
|
630
684
|
padding: 0;
|
|
@@ -662,7 +716,6 @@ button::-moz-focus-inner {
|
|
|
662
716
|
text-transform: none;
|
|
663
717
|
-webkit-touch-callout: none;
|
|
664
718
|
-webkit-user-select: none;
|
|
665
|
-
-moz-user-select: none;
|
|
666
719
|
user-select: none;
|
|
667
720
|
}
|
|
668
721
|
.tox .tox-collection__item {
|
|
@@ -672,9 +725,51 @@ button::-moz-focus-inner {
|
|
|
672
725
|
display: flex;
|
|
673
726
|
-webkit-touch-callout: none;
|
|
674
727
|
-webkit-user-select: none;
|
|
675
|
-
-moz-user-select: none;
|
|
676
728
|
user-select: none;
|
|
677
729
|
}
|
|
730
|
+
.tox .tox-image-selector-menu .tox-collection__item-image-selector,
|
|
731
|
+
.tox .tox-image-selector-menu .tox-collection__item {
|
|
732
|
+
flex-direction: column;
|
|
733
|
+
}
|
|
734
|
+
.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-icon,
|
|
735
|
+
.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-icon,
|
|
736
|
+
.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-image,
|
|
737
|
+
.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-image,
|
|
738
|
+
.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-checkmark,
|
|
739
|
+
.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-checkmark {
|
|
740
|
+
flex-grow: 1;
|
|
741
|
+
}
|
|
742
|
+
.tox .tox-image-selector-menu .tox-collection__item-image-selector label,
|
|
743
|
+
.tox .tox-image-selector-menu .tox-collection__item label {
|
|
744
|
+
width: 48px;
|
|
745
|
+
white-space: nowrap;
|
|
746
|
+
overflow: hidden;
|
|
747
|
+
font-size: 12px;
|
|
748
|
+
color: #222f3e;
|
|
749
|
+
text-align: center;
|
|
750
|
+
align-self: flex-end;
|
|
751
|
+
}
|
|
752
|
+
.tox .tox-image-selector-menu .tox-collection__item-checkmark {
|
|
753
|
+
height: 24px;
|
|
754
|
+
width: 24px;
|
|
755
|
+
position: absolute;
|
|
756
|
+
top: 50%;
|
|
757
|
+
left: 50%;
|
|
758
|
+
transform: translate(-50%, -50%);
|
|
759
|
+
}
|
|
760
|
+
.tox .tox-image-selector-menu .tox-collection__item-checkmark svg path {
|
|
761
|
+
fill: #006ce7;
|
|
762
|
+
stroke: #006ce7;
|
|
763
|
+
}
|
|
764
|
+
.tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
765
|
+
background-color: #fff;
|
|
766
|
+
}
|
|
767
|
+
.tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
|
|
768
|
+
z-index: 2;
|
|
769
|
+
background-color: #fff;
|
|
770
|
+
opacity: 0.8;
|
|
771
|
+
background-clip: content-box;
|
|
772
|
+
}
|
|
678
773
|
.tox .tox-collection--list .tox-collection__item {
|
|
679
774
|
padding: 4px 8px;
|
|
680
775
|
}
|
|
@@ -686,34 +781,97 @@ button::-moz-focus-inner {
|
|
|
686
781
|
border-radius: 3px;
|
|
687
782
|
padding: 4px;
|
|
688
783
|
}
|
|
689
|
-
.tox .tox-collection--list .tox-collection__item--enabled {
|
|
784
|
+
.tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
|
|
690
785
|
background-color: #fff;
|
|
691
786
|
color: #222f3e;
|
|
692
787
|
}
|
|
693
|
-
.tox .tox-collection--list .tox-collection__item--active {
|
|
694
|
-
background-color: #
|
|
788
|
+
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
789
|
+
background-color: #006ce7;
|
|
790
|
+
color: #fff;
|
|
791
|
+
}
|
|
792
|
+
@media (forced-colors: active) {
|
|
793
|
+
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
794
|
+
border: solid 1px;
|
|
795
|
+
}
|
|
695
796
|
}
|
|
696
|
-
.tox .tox-collection--
|
|
797
|
+
.tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
|
|
697
798
|
background-color: #a6ccf7;
|
|
698
799
|
color: #222f3e;
|
|
699
800
|
}
|
|
700
|
-
.tox .tox-collection--
|
|
701
|
-
background-color: #
|
|
801
|
+
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
802
|
+
background-color: #f0f0f0;
|
|
803
|
+
color: #222f3e;
|
|
804
|
+
position: relative;
|
|
805
|
+
z-index: 1;
|
|
806
|
+
}
|
|
807
|
+
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
|
|
808
|
+
border-radius: 3px;
|
|
809
|
+
bottom: 0;
|
|
810
|
+
box-shadow: 0 0 0 2px #006ce7 inset;
|
|
811
|
+
content: '';
|
|
812
|
+
left: 0;
|
|
813
|
+
position: absolute;
|
|
814
|
+
right: 0;
|
|
815
|
+
top: 0;
|
|
816
|
+
}
|
|
817
|
+
@media (forced-colors: active) {
|
|
818
|
+
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
|
|
819
|
+
border: 2px solid highlight;
|
|
820
|
+
}
|
|
702
821
|
}
|
|
703
|
-
.tox .tox-collection--
|
|
822
|
+
.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
|
|
704
823
|
background-color: #a6ccf7;
|
|
705
824
|
color: #222f3e;
|
|
706
825
|
}
|
|
707
|
-
|
|
708
|
-
|
|
826
|
+
@media (forced-colors: active) {
|
|
827
|
+
.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
|
|
828
|
+
border-radius: 3px;
|
|
829
|
+
outline: solid 1px;
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
709
833
|
color: #222f3e;
|
|
834
|
+
background-color: #fff;
|
|
835
|
+
position: relative;
|
|
710
836
|
}
|
|
711
|
-
.tox .tox-collection--
|
|
837
|
+
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
|
|
838
|
+
background-color: #f0f0f0;
|
|
712
839
|
color: #222f3e;
|
|
713
840
|
}
|
|
714
|
-
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
841
|
+
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus {
|
|
842
|
+
background-color: #f0f0f0;
|
|
715
843
|
color: #222f3e;
|
|
716
844
|
}
|
|
845
|
+
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
|
|
846
|
+
border-radius: 3px;
|
|
847
|
+
bottom: 0;
|
|
848
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
849
|
+
content: '';
|
|
850
|
+
left: 0;
|
|
851
|
+
position: absolute;
|
|
852
|
+
right: 0;
|
|
853
|
+
top: 0;
|
|
854
|
+
}
|
|
855
|
+
@media (forced-colors: active) {
|
|
856
|
+
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
|
|
857
|
+
border: 2px solid highlight;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
@media (forced-colors: active) {
|
|
861
|
+
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
|
|
862
|
+
border-radius: 3px;
|
|
863
|
+
outline: solid 1px;
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
.tox .tox-collection__item-image {
|
|
867
|
+
border: 1px solid #eeeeee;
|
|
868
|
+
border-radius: 6px;
|
|
869
|
+
display: flex;
|
|
870
|
+
flex-direction: column;
|
|
871
|
+
justify-content: center;
|
|
872
|
+
margin-bottom: 4px;
|
|
873
|
+
position: relative;
|
|
874
|
+
}
|
|
717
875
|
.tox .tox-collection__item-icon,
|
|
718
876
|
.tox .tox-collection__item-checkmark {
|
|
719
877
|
align-items: center;
|
|
@@ -743,7 +901,7 @@ button::-moz-focus-inner {
|
|
|
743
901
|
word-break: break-all;
|
|
744
902
|
}
|
|
745
903
|
.tox .tox-collection__item-accessory {
|
|
746
|
-
color:
|
|
904
|
+
color: currentColor;
|
|
747
905
|
display: inline-block;
|
|
748
906
|
font-size: 14px;
|
|
749
907
|
height: 24px;
|
|
@@ -761,7 +919,7 @@ button::-moz-focus-inner {
|
|
|
761
919
|
min-height: inherit;
|
|
762
920
|
}
|
|
763
921
|
.tox .tox-collection__item-caret svg {
|
|
764
|
-
fill:
|
|
922
|
+
fill: currentColor;
|
|
765
923
|
}
|
|
766
924
|
.tox .tox-collection__item--state-disabled {
|
|
767
925
|
background-color: transparent;
|
|
@@ -890,6 +1048,14 @@ button::-moz-focus-inner {
|
|
|
890
1048
|
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
|
|
891
1049
|
margin-right: 4px;
|
|
892
1050
|
}
|
|
1051
|
+
@media (forced-colors: active) {
|
|
1052
|
+
.tox .tox-hue-slider,
|
|
1053
|
+
.tox .tox-rgb-form .tox-rgba-preview {
|
|
1054
|
+
background-color: currentColor !important;
|
|
1055
|
+
border: 1px solid highlight !important;
|
|
1056
|
+
forced-color-adjust: none;
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
893
1059
|
.tox .tox-color-picker-container {
|
|
894
1060
|
display: flex;
|
|
895
1061
|
flex-direction: row;
|
|
@@ -962,11 +1128,37 @@ button::-moz-focus-inner {
|
|
|
962
1128
|
width: inherit;
|
|
963
1129
|
}
|
|
964
1130
|
.tox .tox-rgb-form input {
|
|
965
|
-
width: 6em;
|
|
1131
|
+
min-width: 6em;
|
|
966
1132
|
}
|
|
967
1133
|
.tox .tox-rgb-form input.tox-invalid {
|
|
968
1134
|
/* Need !important to override Chrome's focus styling unfortunately */
|
|
969
|
-
border: 1px solid
|
|
1135
|
+
border: 1px solid #f00 !important;
|
|
1136
|
+
box-shadow: 0 0 0 1px #f00;
|
|
1137
|
+
}
|
|
1138
|
+
.tox .tox-rgb-container {
|
|
1139
|
+
position: relative;
|
|
1140
|
+
}
|
|
1141
|
+
.tox .tox-rgb-form .tox-invalid-icon {
|
|
1142
|
+
align-content: center;
|
|
1143
|
+
align-items: center;
|
|
1144
|
+
display: none;
|
|
1145
|
+
height: 100%;
|
|
1146
|
+
position: absolute;
|
|
1147
|
+
right: 0;
|
|
1148
|
+
top: 0;
|
|
1149
|
+
}
|
|
1150
|
+
.tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid {
|
|
1151
|
+
margin: 0;
|
|
1152
|
+
}
|
|
1153
|
+
.tox .tox-rgb-warning-note {
|
|
1154
|
+
background-color: #f5cccc;
|
|
1155
|
+
border: 1px solid #f0b3b3;
|
|
1156
|
+
border-radius: 3px;
|
|
1157
|
+
color: #77181f;
|
|
1158
|
+
padding: 3px;
|
|
1159
|
+
}
|
|
1160
|
+
.tox input.tox-invalid + .tox-invalid-icon {
|
|
1161
|
+
display: flex;
|
|
970
1162
|
}
|
|
971
1163
|
.tox .tox-rgb-form .tox-rgba-preview {
|
|
972
1164
|
border: 1px solid black;
|
|
@@ -1009,6 +1201,11 @@ button::-moz-focus-inner {
|
|
|
1009
1201
|
.tox .tox-swatches__row {
|
|
1010
1202
|
display: flex;
|
|
1011
1203
|
}
|
|
1204
|
+
@media (forced-colors: active) {
|
|
1205
|
+
.tox .tox-swatches__row {
|
|
1206
|
+
forced-color-adjust: none;
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1012
1209
|
.tox .tox-swatch {
|
|
1013
1210
|
height: 30px;
|
|
1014
1211
|
transition: transform 0.15s, box-shadow 0.15s;
|
|
@@ -1045,7 +1242,7 @@ button::-moz-focus-inner {
|
|
|
1045
1242
|
width: 24px;
|
|
1046
1243
|
}
|
|
1047
1244
|
.tox .tox-swatches__picker-btn:hover {
|
|
1048
|
-
background: #
|
|
1245
|
+
background: #f0f0f0;
|
|
1049
1246
|
}
|
|
1050
1247
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg {
|
|
1051
1248
|
display: none;
|
|
@@ -1069,21 +1266,80 @@ button::-moz-focus-inner {
|
|
|
1069
1266
|
.tox[dir=rtl] .tox-swatches__picker-btn {
|
|
1070
1267
|
margin-right: auto;
|
|
1071
1268
|
}
|
|
1072
|
-
.tox
|
|
1073
|
-
|
|
1269
|
+
.tox {
|
|
1270
|
+
/* Animation for deleting a comment */
|
|
1271
|
+
/* A comment fades to 0 when it is being deleted, then is removed */
|
|
1272
|
+
}
|
|
1273
|
+
.tox .tox-conversations {
|
|
1274
|
+
display: flex;
|
|
1275
|
+
flex-direction: column;
|
|
1074
1276
|
position: relative;
|
|
1277
|
+
height: 100%;
|
|
1278
|
+
/* This is to give the sidebar a consistent width. Need a solution for this */
|
|
1279
|
+
min-width: 300px;
|
|
1280
|
+
max-width: 300px;
|
|
1281
|
+
width: 300px;
|
|
1075
1282
|
}
|
|
1076
|
-
.tox .tox-
|
|
1077
|
-
|
|
1283
|
+
.tox .tox-conversations__header {
|
|
1284
|
+
align-items: center;
|
|
1285
|
+
display: flex;
|
|
1286
|
+
justify-content: space-between;
|
|
1287
|
+
box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
|
|
1288
|
+
padding: 8px 12px;
|
|
1289
|
+
background: #fff;
|
|
1290
|
+
z-index: 1;
|
|
1291
|
+
}
|
|
1292
|
+
.tox .tox-conversations__title {
|
|
1293
|
+
font-size: 20px;
|
|
1294
|
+
font-weight: 400;
|
|
1295
|
+
padding: 8px 0 8px 0;
|
|
1296
|
+
color: #222f3e;
|
|
1297
|
+
line-height: 28px;
|
|
1078
1298
|
}
|
|
1079
1299
|
.tox .tox-comment {
|
|
1080
1300
|
background: #fff;
|
|
1081
|
-
border: 1px solid #
|
|
1301
|
+
border: 1px solid #fff;
|
|
1082
1302
|
border-radius: 6px;
|
|
1303
|
+
padding: 8px;
|
|
1304
|
+
padding-bottom: 16px;
|
|
1305
|
+
position: relative;
|
|
1306
|
+
}
|
|
1307
|
+
.tox .tox-comment:hover {
|
|
1308
|
+
box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
|
|
1309
|
+
}
|
|
1310
|
+
.tox .tox-comment.tox-comment--selected {
|
|
1311
|
+
background-color: #fff2c9;
|
|
1312
|
+
border: 1px solid #ffcf30;
|
|
1083
1313
|
box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
|
|
1084
|
-
|
|
1314
|
+
}
|
|
1315
|
+
.tox .tox-comment.tox-comment--selected:focus {
|
|
1316
|
+
border: 2px solid #006ce7;
|
|
1317
|
+
margin: -1px;
|
|
1318
|
+
}
|
|
1319
|
+
.tox .tox-comment.tox-comment--selected:focus:not(:first-child) {
|
|
1320
|
+
margin-top: 7px;
|
|
1321
|
+
}
|
|
1322
|
+
.tox .tox-comment.tox-comment--selected .tox-comment__single {
|
|
1323
|
+
margin-bottom: 12px;
|
|
1324
|
+
}
|
|
1325
|
+
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus {
|
|
1085
1326
|
position: relative;
|
|
1086
1327
|
}
|
|
1328
|
+
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus::after {
|
|
1329
|
+
top: -9px;
|
|
1330
|
+
pointer-events: none;
|
|
1331
|
+
position: absolute;
|
|
1332
|
+
content: "";
|
|
1333
|
+
display: block;
|
|
1334
|
+
bottom: -9px;
|
|
1335
|
+
left: -9px;
|
|
1336
|
+
right: -9px;
|
|
1337
|
+
border-radius: 6px;
|
|
1338
|
+
border: 2px solid #006ce7;
|
|
1339
|
+
}
|
|
1340
|
+
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus:last-of-type:has(textarea):after {
|
|
1341
|
+
bottom: calc((12px + 16px + 1px) * -1);
|
|
1342
|
+
}
|
|
1087
1343
|
.tox .tox-comment__header {
|
|
1088
1344
|
align-items: center;
|
|
1089
1345
|
color: #222f3e;
|
|
@@ -1097,18 +1353,62 @@ button::-moz-focus-inner {
|
|
|
1097
1353
|
}
|
|
1098
1354
|
.tox .tox-comment__body {
|
|
1099
1355
|
color: #222f3e;
|
|
1100
|
-
font-size:
|
|
1356
|
+
font-size: 16px;
|
|
1101
1357
|
font-style: normal;
|
|
1102
1358
|
font-weight: normal;
|
|
1103
1359
|
line-height: 1.3;
|
|
1104
1360
|
margin-top: 8px;
|
|
1105
1361
|
position: relative;
|
|
1106
1362
|
text-transform: initial;
|
|
1363
|
+
transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
|
|
1364
|
+
white-space: pre-wrap;
|
|
1365
|
+
/* We remove the transitions when wanting to measure and jump straight to collapsed or expanded */
|
|
1366
|
+
}
|
|
1367
|
+
.tox .tox-comment__body.tox-comment__body--expanded {
|
|
1368
|
+
max-height: 100em;
|
|
1369
|
+
transition: max-height 1s ease-in-out;
|
|
1370
|
+
}
|
|
1371
|
+
.tox .tox-comment__body.tox-comment__body--pending {
|
|
1372
|
+
transition: max-height 0s;
|
|
1373
|
+
}
|
|
1374
|
+
.tox .tox-comment__body p {
|
|
1375
|
+
margin: 0;
|
|
1107
1376
|
}
|
|
1108
1377
|
.tox .tox-comment__body textarea {
|
|
1109
1378
|
resize: none;
|
|
1110
1379
|
white-space: normal;
|
|
1111
1380
|
width: 100%;
|
|
1381
|
+
font-size: 16px;
|
|
1382
|
+
}
|
|
1383
|
+
.tox .tox-comment__loading-text {
|
|
1384
|
+
align-items: center;
|
|
1385
|
+
color: #222f3e;
|
|
1386
|
+
display: flex;
|
|
1387
|
+
flex-direction: column;
|
|
1388
|
+
position: relative;
|
|
1389
|
+
}
|
|
1390
|
+
.tox .tox-comment__loading-text > div {
|
|
1391
|
+
padding-bottom: 16px;
|
|
1392
|
+
}
|
|
1393
|
+
.tox .tox-comment__overlaytext {
|
|
1394
|
+
bottom: 0;
|
|
1395
|
+
flex-direction: column;
|
|
1396
|
+
font-size: 14px;
|
|
1397
|
+
left: 0;
|
|
1398
|
+
padding: 1em;
|
|
1399
|
+
position: absolute;
|
|
1400
|
+
right: 0;
|
|
1401
|
+
top: 0;
|
|
1402
|
+
z-index: 10;
|
|
1403
|
+
}
|
|
1404
|
+
.tox .tox-comment__overlaytext p {
|
|
1405
|
+
background-color: #fff;
|
|
1406
|
+
box-shadow: 0 0 8px 8px #fff;
|
|
1407
|
+
color: #222f3e;
|
|
1408
|
+
text-align: center;
|
|
1409
|
+
}
|
|
1410
|
+
.tox .tox-comment__overlaytext div:nth-of-type(2) {
|
|
1411
|
+
font-size: 0.8em;
|
|
1112
1412
|
}
|
|
1113
1413
|
.tox .tox-comment__expander {
|
|
1114
1414
|
padding-top: 8px;
|
|
@@ -1117,14 +1417,34 @@ button::-moz-focus-inner {
|
|
|
1117
1417
|
color: rgba(34, 47, 62, 0.7);
|
|
1118
1418
|
font-size: 14px;
|
|
1119
1419
|
font-style: normal;
|
|
1420
|
+
/* Need a focus highlight on the show more/less button */
|
|
1120
1421
|
}
|
|
1121
|
-
.tox .tox-
|
|
1122
|
-
|
|
1422
|
+
.tox .tox-comment__expander p:focus {
|
|
1423
|
+
font-weight: bold;
|
|
1123
1424
|
}
|
|
1124
1425
|
.tox .tox-comment__buttonspacing {
|
|
1125
1426
|
padding-top: 16px;
|
|
1126
1427
|
text-align: center;
|
|
1127
1428
|
}
|
|
1429
|
+
.tox .tox-tbtn.tox-comment__mention-btn {
|
|
1430
|
+
display: flex;
|
|
1431
|
+
width: 34px;
|
|
1432
|
+
height: 34px;
|
|
1433
|
+
padding: 5px;
|
|
1434
|
+
justify-content: center;
|
|
1435
|
+
align-items: center;
|
|
1436
|
+
margin: 0;
|
|
1437
|
+
background-color: transparent;
|
|
1438
|
+
}
|
|
1439
|
+
.tox .tox-comment-thread {
|
|
1440
|
+
background: #fff;
|
|
1441
|
+
position: relative;
|
|
1442
|
+
border-radius: 6px;
|
|
1443
|
+
background-color: transparent;
|
|
1444
|
+
}
|
|
1445
|
+
.tox .tox-comment-thread > *:not(:first-child) {
|
|
1446
|
+
margin-top: 8px;
|
|
1447
|
+
}
|
|
1128
1448
|
.tox .tox-comment-thread__overlay::after {
|
|
1129
1449
|
background: #fff;
|
|
1130
1450
|
bottom: 0;
|
|
@@ -1152,7 +1472,7 @@ button::-moz-focus-inner {
|
|
|
1152
1472
|
display: flex;
|
|
1153
1473
|
flex-wrap: wrap;
|
|
1154
1474
|
justify-content: flex-end;
|
|
1155
|
-
margin-top:
|
|
1475
|
+
margin-top: 8px;
|
|
1156
1476
|
}
|
|
1157
1477
|
.tox .tox-comment__gradient::after {
|
|
1158
1478
|
background: linear-gradient(rgba(255, 255, 255, 0), #fff);
|
|
@@ -1178,40 +1498,10 @@ button::-moz-focus-inner {
|
|
|
1178
1498
|
top: 0;
|
|
1179
1499
|
z-index: 5;
|
|
1180
1500
|
}
|
|
1181
|
-
.tox .tox-
|
|
1501
|
+
.tox .tox-comment__busy-spinner {
|
|
1182
1502
|
align-items: center;
|
|
1183
|
-
color: #
|
|
1184
|
-
|
|
1185
|
-
flex-direction: column;
|
|
1186
|
-
position: relative;
|
|
1187
|
-
}
|
|
1188
|
-
.tox .tox-comment__loading-text > div {
|
|
1189
|
-
padding-bottom: 16px;
|
|
1190
|
-
}
|
|
1191
|
-
.tox .tox-comment__overlaytext {
|
|
1192
|
-
bottom: 0;
|
|
1193
|
-
flex-direction: column;
|
|
1194
|
-
font-size: 14px;
|
|
1195
|
-
left: 0;
|
|
1196
|
-
padding: 1em;
|
|
1197
|
-
position: absolute;
|
|
1198
|
-
right: 0;
|
|
1199
|
-
top: 0;
|
|
1200
|
-
z-index: 10;
|
|
1201
|
-
}
|
|
1202
|
-
.tox .tox-comment__overlaytext p {
|
|
1203
|
-
background-color: #fff;
|
|
1204
|
-
box-shadow: 0 0 8px 8px #fff;
|
|
1205
|
-
color: #222f3e;
|
|
1206
|
-
text-align: center;
|
|
1207
|
-
}
|
|
1208
|
-
.tox .tox-comment__overlaytext div:nth-of-type(2) {
|
|
1209
|
-
font-size: 0.8em;
|
|
1210
|
-
}
|
|
1211
|
-
.tox .tox-comment__busy-spinner {
|
|
1212
|
-
align-items: center;
|
|
1213
|
-
background-color: #fff;
|
|
1214
|
-
bottom: 0;
|
|
1503
|
+
background-color: #fff;
|
|
1504
|
+
bottom: 0;
|
|
1215
1505
|
display: flex;
|
|
1216
1506
|
justify-content: center;
|
|
1217
1507
|
left: 0;
|
|
@@ -1225,9 +1515,49 @@ button::-moz-focus-inner {
|
|
|
1225
1515
|
flex-direction: column;
|
|
1226
1516
|
flex-shrink: 1;
|
|
1227
1517
|
overflow: auto;
|
|
1518
|
+
padding: 12px;
|
|
1519
|
+
scroll-behavior: smooth;
|
|
1228
1520
|
}
|
|
1229
|
-
.tox .tox-
|
|
1230
|
-
|
|
1521
|
+
.tox .tox-comment__scroll:has(textarea:focus) {
|
|
1522
|
+
scroll-behavior: auto;
|
|
1523
|
+
}
|
|
1524
|
+
.tox .tox-comment--disappearing {
|
|
1525
|
+
transition: opacity 0.5s ease;
|
|
1526
|
+
}
|
|
1527
|
+
.tox .tox-comment[data-transitioning-destination="deleting"] {
|
|
1528
|
+
opacity: 0;
|
|
1529
|
+
}
|
|
1530
|
+
.tox .tox-skeleton .tox-skeleton__line {
|
|
1531
|
+
height: 16px;
|
|
1532
|
+
width: 100%;
|
|
1533
|
+
background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
|
|
1534
|
+
animation: wave 2s infinite ease-out;
|
|
1535
|
+
}
|
|
1536
|
+
.tox .tox-skeleton .tox-skeleton__circle {
|
|
1537
|
+
height: 36px;
|
|
1538
|
+
width: 36px;
|
|
1539
|
+
margin-right: 8px;
|
|
1540
|
+
border-radius: 100%;
|
|
1541
|
+
background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
|
|
1542
|
+
animation: wave 2s infinite ease-out;
|
|
1543
|
+
}
|
|
1544
|
+
@keyframes wave {
|
|
1545
|
+
0% {
|
|
1546
|
+
background-position: -268px 0;
|
|
1547
|
+
}
|
|
1548
|
+
100% {
|
|
1549
|
+
background-position: 268px 0;
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
.tox .tox-ring-loader {
|
|
1553
|
+
width: 10px;
|
|
1554
|
+
height: 10px;
|
|
1555
|
+
border: 1px solid #FFF;
|
|
1556
|
+
border-bottom-color: transparent;
|
|
1557
|
+
border-radius: 50%;
|
|
1558
|
+
display: inline-block;
|
|
1559
|
+
box-sizing: border-box;
|
|
1560
|
+
animation: tox-rotation 1s linear infinite;
|
|
1231
1561
|
}
|
|
1232
1562
|
.tox:not([dir=rtl]) .tox-comment__edit {
|
|
1233
1563
|
margin-left: 8px;
|
|
@@ -1281,6 +1611,11 @@ button::-moz-focus-inner {
|
|
|
1281
1611
|
.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
|
|
1282
1612
|
margin-right: 8px;
|
|
1283
1613
|
}
|
|
1614
|
+
.tox {
|
|
1615
|
+
/* .tox-dialog-blocker-wrap {
|
|
1616
|
+
//
|
|
1617
|
+
} */
|
|
1618
|
+
}
|
|
1284
1619
|
.tox .tox-dialog-wrap {
|
|
1285
1620
|
align-items: center;
|
|
1286
1621
|
bottom: 0;
|
|
@@ -1309,7 +1644,7 @@ button::-moz-focus-inner {
|
|
|
1309
1644
|
border-color: #eeeeee;
|
|
1310
1645
|
border-radius: 10px;
|
|
1311
1646
|
border-style: solid;
|
|
1312
|
-
border-width:
|
|
1647
|
+
border-width: 0;
|
|
1313
1648
|
box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
|
|
1314
1649
|
display: flex;
|
|
1315
1650
|
flex-direction: column;
|
|
@@ -1414,14 +1749,21 @@ button::-moz-focus-inner {
|
|
|
1414
1749
|
line-height: 1.3;
|
|
1415
1750
|
margin-bottom: 8px;
|
|
1416
1751
|
max-width: 13em;
|
|
1752
|
+
-webkit-text-decoration: none;
|
|
1417
1753
|
text-decoration: none;
|
|
1418
1754
|
}
|
|
1419
1755
|
.tox .tox-dialog__body-nav-item:focus {
|
|
1420
1756
|
background-color: rgba(0, 108, 231, 0.1);
|
|
1421
1757
|
}
|
|
1422
1758
|
.tox .tox-dialog__body-nav-item--active {
|
|
1423
|
-
border-bottom: 2px solid #
|
|
1424
|
-
color: #
|
|
1759
|
+
border-bottom: 2px solid #144782;
|
|
1760
|
+
color: #144782;
|
|
1761
|
+
}
|
|
1762
|
+
@media (forced-colors: active) {
|
|
1763
|
+
.tox .tox-dialog__body-nav-item--active {
|
|
1764
|
+
border-bottom: 2px solid highlight;
|
|
1765
|
+
color: highlight;
|
|
1766
|
+
}
|
|
1425
1767
|
}
|
|
1426
1768
|
.tox .tox-dialog__body-content {
|
|
1427
1769
|
box-sizing: border-box;
|
|
@@ -1448,22 +1790,25 @@ button::-moz-focus-inner {
|
|
|
1448
1790
|
margin-top: 0;
|
|
1449
1791
|
}
|
|
1450
1792
|
.tox .tox-dialog__body-content a {
|
|
1451
|
-
color: #
|
|
1793
|
+
color: #144782;
|
|
1452
1794
|
cursor: pointer;
|
|
1795
|
+
-webkit-text-decoration: underline;
|
|
1453
1796
|
text-decoration: underline;
|
|
1454
1797
|
}
|
|
1455
1798
|
.tox .tox-dialog__body-content a:hover,
|
|
1456
1799
|
.tox .tox-dialog__body-content a:focus {
|
|
1457
|
-
color: #
|
|
1800
|
+
color: #071729;
|
|
1801
|
+
-webkit-text-decoration: underline;
|
|
1458
1802
|
text-decoration: underline;
|
|
1459
1803
|
}
|
|
1460
1804
|
.tox .tox-dialog__body-content a:focus-visible {
|
|
1461
1805
|
border-radius: 1px;
|
|
1462
|
-
outline: 2px solid #
|
|
1806
|
+
outline: 2px solid #144782;
|
|
1463
1807
|
outline-offset: 2px;
|
|
1464
1808
|
}
|
|
1465
1809
|
.tox .tox-dialog__body-content a:active {
|
|
1466
|
-
color: #
|
|
1810
|
+
color: #000000;
|
|
1811
|
+
-webkit-text-decoration: underline;
|
|
1467
1812
|
text-decoration: underline;
|
|
1468
1813
|
}
|
|
1469
1814
|
.tox .tox-dialog__body-content svg {
|
|
@@ -1626,9 +1971,12 @@ button::-moz-focus-inner {
|
|
|
1626
1971
|
position: absolute;
|
|
1627
1972
|
z-index: 1;
|
|
1628
1973
|
}
|
|
1974
|
+
.tox .tox-navobj-bordered iframe {
|
|
1975
|
+
border-radius: 6px;
|
|
1976
|
+
}
|
|
1629
1977
|
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
1630
1978
|
border-color: #006ce7;
|
|
1631
|
-
box-shadow: 0 0 0
|
|
1979
|
+
box-shadow: 0 0 0 1px #006ce7;
|
|
1632
1980
|
outline: none;
|
|
1633
1981
|
}
|
|
1634
1982
|
.tox .tox-dialog__popups {
|
|
@@ -1724,7 +2072,7 @@ body.tox-dialog__disable-scroll {
|
|
|
1724
2072
|
position: relative;
|
|
1725
2073
|
}
|
|
1726
2074
|
.tox .tox-edit-area::before {
|
|
1727
|
-
border: 2px solid #
|
|
2075
|
+
border: 2px solid #006ce7;
|
|
1728
2076
|
border-radius: 4px;
|
|
1729
2077
|
content: '';
|
|
1730
2078
|
inset: 0;
|
|
@@ -1734,6 +2082,11 @@ body.tox-dialog__disable-scroll {
|
|
|
1734
2082
|
transition: opacity 0.15s;
|
|
1735
2083
|
z-index: 1;
|
|
1736
2084
|
}
|
|
2085
|
+
@media (forced-colors: active) {
|
|
2086
|
+
.tox .tox-edit-area::before {
|
|
2087
|
+
border: 2px solid highlight;
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
1737
2090
|
.tox .tox-edit-area__iframe {
|
|
1738
2091
|
background-color: #fff;
|
|
1739
2092
|
border: 0;
|
|
@@ -1843,6 +2196,14 @@ body.tox-dialog__disable-scroll {
|
|
|
1843
2196
|
.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
|
|
1844
2197
|
left: 4px;
|
|
1845
2198
|
}
|
|
2199
|
+
.tox .tox-custom-preview {
|
|
2200
|
+
border-color: #eeeeee;
|
|
2201
|
+
border-radius: 6px;
|
|
2202
|
+
border-style: solid;
|
|
2203
|
+
border-width: 1px;
|
|
2204
|
+
flex: 1;
|
|
2205
|
+
padding: 8px;
|
|
2206
|
+
}
|
|
1846
2207
|
.tox .tox-autocompleter {
|
|
1847
2208
|
max-width: 25em;
|
|
1848
2209
|
}
|
|
@@ -1862,7 +2223,7 @@ body.tox-dialog__disable-scroll {
|
|
|
1862
2223
|
z-index: -1;
|
|
1863
2224
|
}
|
|
1864
2225
|
.tox .tox-color-input span {
|
|
1865
|
-
border-color: rgba(34
|
|
2226
|
+
border-color: rgba(34 47 3.1%);
|
|
1866
2227
|
border-radius: 6px;
|
|
1867
2228
|
border-style: solid;
|
|
1868
2229
|
border-width: 1px;
|
|
@@ -1873,6 +2234,13 @@ body.tox-dialog__disable-scroll {
|
|
|
1873
2234
|
top: 6px;
|
|
1874
2235
|
width: 24px;
|
|
1875
2236
|
}
|
|
2237
|
+
@media (forced-colors: active) {
|
|
2238
|
+
.tox .tox-color-input span {
|
|
2239
|
+
border-color: currentColor;
|
|
2240
|
+
border-width: 2px !important;
|
|
2241
|
+
forced-color-adjust: none;
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
1876
2244
|
.tox .tox-color-input span:hover:not([aria-disabled=true]),
|
|
1877
2245
|
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
|
|
1878
2246
|
border-color: #006ce7;
|
|
@@ -1893,21 +2261,20 @@ body.tox-dialog__disable-scroll {
|
|
|
1893
2261
|
width: 24px;
|
|
1894
2262
|
z-index: -1;
|
|
1895
2263
|
}
|
|
2264
|
+
@media (forced-colors: active) {
|
|
2265
|
+
.tox .tox-color-input span::before {
|
|
2266
|
+
border: none;
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
1896
2269
|
.tox .tox-color-input span[aria-disabled=true] {
|
|
1897
2270
|
cursor: not-allowed;
|
|
1898
2271
|
}
|
|
1899
|
-
.tox:not([dir=rtl]) .tox-color-input {
|
|
1900
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
1901
|
-
}
|
|
1902
2272
|
.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
|
|
1903
2273
|
padding-left: 36px;
|
|
1904
2274
|
}
|
|
1905
2275
|
.tox:not([dir=rtl]) .tox-color-input span {
|
|
1906
2276
|
left: 6px;
|
|
1907
2277
|
}
|
|
1908
|
-
.tox[dir="rtl"] .tox-color-input {
|
|
1909
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
1910
|
-
}
|
|
1911
2278
|
.tox[dir="rtl"] .tox-color-input .tox-textfield {
|
|
1912
2279
|
padding-right: 36px;
|
|
1913
2280
|
}
|
|
@@ -1999,14 +2366,16 @@ body.tox-dialog__disable-scroll {
|
|
|
1999
2366
|
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
|
|
2000
2367
|
display: none;
|
|
2001
2368
|
}
|
|
2369
|
+
.tox .tox-context-form__group .tox-button--icon.tox-lock-context-form-size-input {
|
|
2370
|
+
margin-left: 8px;
|
|
2371
|
+
margin-right: 8px;
|
|
2372
|
+
}
|
|
2002
2373
|
.tox .tox-textfield,
|
|
2003
2374
|
.tox .tox-toolbar-textfield,
|
|
2004
2375
|
.tox .tox-listboxfield .tox-listbox--select,
|
|
2005
2376
|
.tox .tox-textarea,
|
|
2006
2377
|
.tox .tox-textarea-wrap .tox-textarea:focus {
|
|
2007
|
-
|
|
2008
|
-
-moz-appearance: none;
|
|
2009
|
-
appearance: none;
|
|
2378
|
+
appearance: none;
|
|
2010
2379
|
background-color: #fff;
|
|
2011
2380
|
border-color: #eeeeee;
|
|
2012
2381
|
border-radius: 6px;
|
|
@@ -2026,26 +2395,29 @@ body.tox-dialog__disable-scroll {
|
|
|
2026
2395
|
width: 100%;
|
|
2027
2396
|
}
|
|
2028
2397
|
.tox .tox-textfield[disabled],
|
|
2398
|
+
.tox .tox-toolbar-textfield[disabled],
|
|
2029
2399
|
.tox .tox-textarea[disabled] {
|
|
2030
2400
|
background-color: #f2f2f2;
|
|
2031
2401
|
color: rgba(34, 47, 62, 0.85);
|
|
2032
2402
|
cursor: not-allowed;
|
|
2033
2403
|
}
|
|
2034
2404
|
.tox .tox-textfield:focus,
|
|
2405
|
+
.tox .tox-toolbar-textfield:focus,
|
|
2035
2406
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
2036
2407
|
.tox .tox-textarea-wrap:focus-within,
|
|
2037
2408
|
.tox .tox-textarea:focus,
|
|
2409
|
+
.tox .tox-focusable-wrapper:focus,
|
|
2038
2410
|
.tox .tox-custom-editor:focus-within {
|
|
2039
2411
|
background-color: #fff;
|
|
2040
2412
|
border-color: #006ce7;
|
|
2041
|
-
box-shadow: 0 0 0
|
|
2413
|
+
box-shadow: 0 0 0 1px #006ce7;
|
|
2042
2414
|
outline: none;
|
|
2043
2415
|
}
|
|
2044
2416
|
.tox .tox-toolbar-textfield {
|
|
2045
|
-
border-width: 0;
|
|
2046
|
-
margin-bottom: 3px;
|
|
2047
|
-
margin-top: 2px;
|
|
2048
2417
|
max-width: 250px;
|
|
2418
|
+
min-height: unset;
|
|
2419
|
+
height: 28px;
|
|
2420
|
+
margin: 5px 0 6px 0;
|
|
2049
2421
|
}
|
|
2050
2422
|
.tox .tox-naked-btn {
|
|
2051
2423
|
background-color: transparent;
|
|
@@ -2062,6 +2434,9 @@ body.tox-dialog__disable-scroll {
|
|
|
2062
2434
|
display: block;
|
|
2063
2435
|
fill: #222f3e;
|
|
2064
2436
|
}
|
|
2437
|
+
.tox .tox-textfield-size {
|
|
2438
|
+
width: 80px;
|
|
2439
|
+
}
|
|
2065
2440
|
.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
|
|
2066
2441
|
margin-left: 4px;
|
|
2067
2442
|
}
|
|
@@ -2091,6 +2466,11 @@ body.tox-dialog__disable-scroll {
|
|
|
2091
2466
|
.tox .tox-listbox__select-chevron svg {
|
|
2092
2467
|
fill: #222f3e;
|
|
2093
2468
|
}
|
|
2469
|
+
@media (forced-colors: active) {
|
|
2470
|
+
.tox .tox-listbox__select-chevron svg {
|
|
2471
|
+
fill: currentColor !important;
|
|
2472
|
+
}
|
|
2473
|
+
}
|
|
2094
2474
|
.tox .tox-listboxfield .tox-listbox--select {
|
|
2095
2475
|
align-items: center;
|
|
2096
2476
|
display: flex;
|
|
@@ -2106,9 +2486,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2106
2486
|
position: relative;
|
|
2107
2487
|
}
|
|
2108
2488
|
.tox .tox-selectfield select {
|
|
2109
|
-
|
|
2110
|
-
-moz-appearance: none;
|
|
2111
|
-
appearance: none;
|
|
2489
|
+
appearance: none;
|
|
2112
2490
|
background-color: #fff;
|
|
2113
2491
|
border-color: #eeeeee;
|
|
2114
2492
|
border-radius: 6px;
|
|
@@ -2138,7 +2516,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2138
2516
|
.tox .tox-selectfield select:focus {
|
|
2139
2517
|
background-color: #fff;
|
|
2140
2518
|
border-color: #006ce7;
|
|
2141
|
-
box-shadow: 0 0 0
|
|
2519
|
+
box-shadow: 0 0 0 1px #006ce7;
|
|
2142
2520
|
outline: none;
|
|
2143
2521
|
}
|
|
2144
2522
|
.tox .tox-selectfield svg {
|
|
@@ -2147,6 +2525,10 @@ body.tox-dialog__disable-scroll {
|
|
|
2147
2525
|
top: 50%;
|
|
2148
2526
|
transform: translateY(-50%);
|
|
2149
2527
|
}
|
|
2528
|
+
.tox .tox-selectfield select option:checked {
|
|
2529
|
+
background-color: revert;
|
|
2530
|
+
color: revert;
|
|
2531
|
+
}
|
|
2150
2532
|
.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
|
|
2151
2533
|
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
|
|
2152
2534
|
padding-right: 24px;
|
|
@@ -2171,9 +2553,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2171
2553
|
overflow: hidden;
|
|
2172
2554
|
}
|
|
2173
2555
|
.tox .tox-textarea {
|
|
2174
|
-
|
|
2175
|
-
-moz-appearance: textarea;
|
|
2176
|
-
appearance: textarea;
|
|
2556
|
+
appearance: textarea;
|
|
2177
2557
|
white-space: pre-wrap;
|
|
2178
2558
|
}
|
|
2179
2559
|
.tox .tox-textarea-wrap .tox-textarea {
|
|
@@ -2293,7 +2673,92 @@ body.tox-dialog__disable-scroll {
|
|
|
2293
2673
|
margin: -20px 0 0 -20px;
|
|
2294
2674
|
top: 200px;
|
|
2295
2675
|
}
|
|
2676
|
+
.tox .tox-image-selector-loading-spinner-wrapper {
|
|
2677
|
+
display: flex;
|
|
2678
|
+
justify-content: center;
|
|
2679
|
+
align-items: center;
|
|
2680
|
+
}
|
|
2681
|
+
.tox .tox-image-selector-loading-spinner {
|
|
2682
|
+
position: absolute;
|
|
2683
|
+
width: min(24px, 30%);
|
|
2684
|
+
aspect-ratio: 1;
|
|
2685
|
+
border-radius: 50%;
|
|
2686
|
+
border: 3px solid #006ce7;
|
|
2687
|
+
border-bottom-color: transparent;
|
|
2688
|
+
animation: tox-rotation 1s linear infinite;
|
|
2689
|
+
}
|
|
2690
|
+
.tox .tox-toolbar .tox-image-selector,
|
|
2691
|
+
.tox .tox-toolbar__primary .tox-image-selector,
|
|
2692
|
+
.tox .tox-toolbar__overflow .tox-image-selector {
|
|
2693
|
+
margin: 5px 0 6px 11px;
|
|
2694
|
+
}
|
|
2695
|
+
.tox .tox-image-selector-menu {
|
|
2696
|
+
border: 0;
|
|
2697
|
+
border-radius: 3px;
|
|
2698
|
+
margin: -4px -4px;
|
|
2699
|
+
padding: 4px;
|
|
2700
|
+
}
|
|
2701
|
+
.tox .tox-image-selector-menu .tox-collection--list .tox-collection__group {
|
|
2702
|
+
border: 0;
|
|
2703
|
+
padding: 0;
|
|
2704
|
+
margin: -4px -4px;
|
|
2705
|
+
}
|
|
2706
|
+
.tox .tox-image-selector-menu .tox-collection__item {
|
|
2707
|
+
max-width: 48px;
|
|
2708
|
+
}
|
|
2709
|
+
.tox .tox-image-selector-menu .tox-collection__item-icon {
|
|
2710
|
+
border: 1px solid #eeeeee;
|
|
2711
|
+
border-radius: 3px;
|
|
2712
|
+
margin-bottom: 4px;
|
|
2713
|
+
width: 100%;
|
|
2714
|
+
}
|
|
2715
|
+
.tox .tox-image-selector-menu .tox-collection__item-icon svg path {
|
|
2716
|
+
stroke: #c00;
|
|
2717
|
+
}
|
|
2718
|
+
.tox .tox-image-selector__row {
|
|
2719
|
+
display: flex;
|
|
2720
|
+
}
|
|
2721
|
+
.tox .tox-image-selector--remove {
|
|
2722
|
+
align-items: center;
|
|
2723
|
+
display: flex;
|
|
2724
|
+
justify-content: center;
|
|
2725
|
+
}
|
|
2726
|
+
.tox .tox-image-selector--remove svg path {
|
|
2727
|
+
stroke: #c00;
|
|
2728
|
+
}
|
|
2729
|
+
.tox .tox-image-selector-image-wrapper {
|
|
2730
|
+
width: 46px;
|
|
2731
|
+
height: 46px;
|
|
2732
|
+
display: flex;
|
|
2733
|
+
align-items: center;
|
|
2734
|
+
justify-content: center;
|
|
2735
|
+
}
|
|
2736
|
+
.tox .tox-image-selector-image-img {
|
|
2737
|
+
max-width: 100%;
|
|
2738
|
+
max-height: 100%;
|
|
2739
|
+
}
|
|
2740
|
+
.tox .tox-image-selector__picker-btn {
|
|
2741
|
+
align-items: center;
|
|
2742
|
+
background-color: transparent;
|
|
2743
|
+
border: 0;
|
|
2744
|
+
cursor: pointer;
|
|
2745
|
+
display: flex;
|
|
2746
|
+
height: 30px;
|
|
2747
|
+
justify-content: center;
|
|
2748
|
+
outline: none;
|
|
2749
|
+
padding: 0;
|
|
2750
|
+
width: 30px;
|
|
2751
|
+
}
|
|
2752
|
+
.tox .tox-image-selector__picker-btn svg {
|
|
2753
|
+
fill: #222f3e;
|
|
2754
|
+
height: 24px;
|
|
2755
|
+
width: 24px;
|
|
2756
|
+
}
|
|
2757
|
+
.tox .tox-image-selector__picker-btn:hover {
|
|
2758
|
+
background: #f0f0f0;
|
|
2759
|
+
}
|
|
2296
2760
|
.tox .tox-insert-table-picker {
|
|
2761
|
+
background-color: #fff;
|
|
2297
2762
|
display: flex;
|
|
2298
2763
|
flex-wrap: wrap;
|
|
2299
2764
|
width: 170px;
|
|
@@ -2310,8 +2775,14 @@ body.tox-dialog__disable-scroll {
|
|
|
2310
2775
|
margin: -4px -4px;
|
|
2311
2776
|
}
|
|
2312
2777
|
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
|
|
2313
|
-
background-color:
|
|
2314
|
-
border-color:
|
|
2778
|
+
background-color: #006ce7;
|
|
2779
|
+
border-color: #eeeeee;
|
|
2780
|
+
}
|
|
2781
|
+
@media (forced-colors: active) {
|
|
2782
|
+
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
|
|
2783
|
+
border-color: Highlight;
|
|
2784
|
+
filter: contrast(50%);
|
|
2785
|
+
}
|
|
2315
2786
|
}
|
|
2316
2787
|
.tox .tox-insert-table-picker__label {
|
|
2317
2788
|
color: rgba(34, 47, 62, 0.7);
|
|
@@ -2321,18 +2792,45 @@ body.tox-dialog__disable-scroll {
|
|
|
2321
2792
|
text-align: center;
|
|
2322
2793
|
width: 100%;
|
|
2323
2794
|
}
|
|
2324
|
-
.tox:not([dir=rtl]) {
|
|
2325
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
2326
|
-
}
|
|
2327
2795
|
.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
|
|
2328
2796
|
border-right: 0;
|
|
2329
2797
|
}
|
|
2330
|
-
.tox[dir=rtl] {
|
|
2331
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
2332
|
-
}
|
|
2333
2798
|
.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
|
|
2334
2799
|
border-right: 0;
|
|
2335
2800
|
}
|
|
2801
|
+
.tox-mentions__card-common {
|
|
2802
|
+
z-index: 1200;
|
|
2803
|
+
}
|
|
2804
|
+
.tox.tox-mentions__card {
|
|
2805
|
+
background: #fff;
|
|
2806
|
+
border: 1px solid #eeeeee;
|
|
2807
|
+
display: flex;
|
|
2808
|
+
padding: 4px 8px;
|
|
2809
|
+
}
|
|
2810
|
+
.tox.tox-mentions__card .tox-mentions__container {
|
|
2811
|
+
display: flex;
|
|
2812
|
+
flex-direction: column;
|
|
2813
|
+
align-self: center;
|
|
2814
|
+
margin: 0 4px;
|
|
2815
|
+
}
|
|
2816
|
+
.tox .tox-mentions__avatar {
|
|
2817
|
+
width: 42px;
|
|
2818
|
+
height: 42px;
|
|
2819
|
+
border-radius: 50%;
|
|
2820
|
+
margin-right: 4px;
|
|
2821
|
+
}
|
|
2822
|
+
.tox .tox-mentions__username {
|
|
2823
|
+
font-size: 14px;
|
|
2824
|
+
line-height: 21px;
|
|
2825
|
+
}
|
|
2826
|
+
.tox .tox-mentions__description {
|
|
2827
|
+
font-size: 12px;
|
|
2828
|
+
line-height: 21px;
|
|
2829
|
+
color: rgba(34, 47, 62, 0.7);
|
|
2830
|
+
}
|
|
2831
|
+
.tox .tox-collection__item--active .tox-mentions__description {
|
|
2832
|
+
color: inherit;
|
|
2833
|
+
}
|
|
2336
2834
|
.tox {
|
|
2337
2835
|
/* stylelint-disable */
|
|
2338
2836
|
/* stylelint-enable */
|
|
@@ -2377,7 +2875,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2377
2875
|
margin: 0;
|
|
2378
2876
|
}
|
|
2379
2877
|
.tox .tox-menubar {
|
|
2380
|
-
background: repeating-linear-gradient(transparent
|
|
2878
|
+
background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
|
|
2381
2879
|
background-color: #fff;
|
|
2382
2880
|
display: flex;
|
|
2383
2881
|
flex: 0 0 auto;
|
|
@@ -2391,7 +2889,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2391
2889
|
grid-column: 1;
|
|
2392
2890
|
}
|
|
2393
2891
|
.tox .tox-promotion {
|
|
2394
|
-
background: repeating-linear-gradient(transparent
|
|
2892
|
+
background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
|
|
2395
2893
|
background-color: #fff;
|
|
2396
2894
|
grid-column: 2;
|
|
2397
2895
|
grid-row: 1;
|
|
@@ -2420,7 +2918,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2420
2918
|
/* Deprecated. Remove in next major release */
|
|
2421
2919
|
.tox .tox-mbtn {
|
|
2422
2920
|
align-items: center;
|
|
2423
|
-
background:
|
|
2921
|
+
background: #fff;
|
|
2424
2922
|
border: 0;
|
|
2425
2923
|
border-radius: 3px;
|
|
2426
2924
|
box-shadow: none;
|
|
@@ -2434,32 +2932,49 @@ body.tox-dialog__disable-scroll {
|
|
|
2434
2932
|
justify-content: center;
|
|
2435
2933
|
margin: 5px 1px 6px 0;
|
|
2436
2934
|
outline: none;
|
|
2437
|
-
overflow: hidden;
|
|
2438
2935
|
padding: 0 4px;
|
|
2439
2936
|
text-transform: none;
|
|
2440
2937
|
width: auto;
|
|
2441
2938
|
}
|
|
2442
2939
|
.tox .tox-mbtn[disabled] {
|
|
2443
|
-
background-color:
|
|
2940
|
+
background-color: #fff;
|
|
2444
2941
|
border: 0;
|
|
2445
2942
|
box-shadow: none;
|
|
2446
2943
|
color: rgba(34, 47, 62, 0.5);
|
|
2447
2944
|
cursor: not-allowed;
|
|
2448
2945
|
}
|
|
2449
2946
|
.tox .tox-mbtn:focus:not(:disabled) {
|
|
2450
|
-
background: #
|
|
2947
|
+
background: #fff;
|
|
2451
2948
|
border: 0;
|
|
2452
2949
|
box-shadow: none;
|
|
2453
2950
|
color: #222f3e;
|
|
2951
|
+
position: relative;
|
|
2952
|
+
z-index: 1;
|
|
2953
|
+
}
|
|
2954
|
+
.tox .tox-mbtn:focus:not(:disabled)::after {
|
|
2955
|
+
border-radius: 3px;
|
|
2956
|
+
bottom: 0;
|
|
2957
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
2958
|
+
content: '';
|
|
2959
|
+
left: 0;
|
|
2960
|
+
position: absolute;
|
|
2961
|
+
right: 0;
|
|
2962
|
+
top: 0;
|
|
2963
|
+
}
|
|
2964
|
+
@media (forced-colors: active) {
|
|
2965
|
+
.tox .tox-mbtn:focus:not(:disabled)::after {
|
|
2966
|
+
border: 2px solid highlight;
|
|
2967
|
+
}
|
|
2454
2968
|
}
|
|
2455
|
-
.tox .tox-mbtn--active
|
|
2969
|
+
.tox .tox-mbtn--active,
|
|
2970
|
+
.tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
|
|
2456
2971
|
background: #a6ccf7;
|
|
2457
2972
|
border: 0;
|
|
2458
2973
|
box-shadow: none;
|
|
2459
2974
|
color: #222f3e;
|
|
2460
2975
|
}
|
|
2461
2976
|
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
|
|
2462
|
-
background: #
|
|
2977
|
+
background: #f0f0f0;
|
|
2463
2978
|
border: 0;
|
|
2464
2979
|
box-shadow: none;
|
|
2465
2980
|
color: #222f3e;
|
|
@@ -2489,18 +3004,26 @@ body.tox-dialog__disable-scroll {
|
|
|
2489
3004
|
font-size: 14px;
|
|
2490
3005
|
font-weight: normal;
|
|
2491
3006
|
grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
|
|
3007
|
+
margin-left: auto;
|
|
3008
|
+
margin-right: auto;
|
|
2492
3009
|
margin-top: 4px;
|
|
2493
3010
|
opacity: 0;
|
|
2494
3011
|
padding: 4px;
|
|
2495
3012
|
transition: transform 100ms ease-in, opacity 150ms ease-in;
|
|
3013
|
+
width: max-content;
|
|
3014
|
+
}
|
|
3015
|
+
.tox .tox-notification a {
|
|
3016
|
+
cursor: pointer;
|
|
3017
|
+
-webkit-text-decoration: underline;
|
|
3018
|
+
text-decoration: underline;
|
|
2496
3019
|
}
|
|
2497
3020
|
.tox .tox-notification p {
|
|
2498
3021
|
font-size: 14px;
|
|
2499
3022
|
font-weight: normal;
|
|
2500
3023
|
}
|
|
2501
|
-
.tox .tox-notification
|
|
2502
|
-
|
|
2503
|
-
|
|
3024
|
+
.tox .tox-notification:focus {
|
|
3025
|
+
border-color: #006ce7;
|
|
3026
|
+
box-shadow: 0 0 0 1px #006ce7;
|
|
2504
3027
|
}
|
|
2505
3028
|
.tox .tox-notification--in {
|
|
2506
3029
|
opacity: 1;
|
|
@@ -2516,6 +3039,22 @@ body.tox-dialog__disable-scroll {
|
|
|
2516
3039
|
.tox .tox-notification--success a {
|
|
2517
3040
|
color: #517342;
|
|
2518
3041
|
}
|
|
3042
|
+
.tox .tox-notification--success a:hover,
|
|
3043
|
+
.tox .tox-notification--success a:focus {
|
|
3044
|
+
color: #24321d;
|
|
3045
|
+
-webkit-text-decoration: underline;
|
|
3046
|
+
text-decoration: underline;
|
|
3047
|
+
}
|
|
3048
|
+
.tox .tox-notification--success a:focus-visible {
|
|
3049
|
+
border-radius: 1px;
|
|
3050
|
+
outline: 2px solid #517342;
|
|
3051
|
+
outline-offset: 2px;
|
|
3052
|
+
}
|
|
3053
|
+
.tox .tox-notification--success a:active {
|
|
3054
|
+
color: #0d120a;
|
|
3055
|
+
-webkit-text-decoration: underline;
|
|
3056
|
+
text-decoration: underline;
|
|
3057
|
+
}
|
|
2519
3058
|
.tox .tox-notification--success svg {
|
|
2520
3059
|
fill: #222f3e;
|
|
2521
3060
|
}
|
|
@@ -2530,6 +3069,22 @@ body.tox-dialog__disable-scroll {
|
|
|
2530
3069
|
.tox .tox-notification--error a {
|
|
2531
3070
|
color: #77181f;
|
|
2532
3071
|
}
|
|
3072
|
+
.tox .tox-notification--error a:hover,
|
|
3073
|
+
.tox .tox-notification--error a:focus {
|
|
3074
|
+
color: #220709;
|
|
3075
|
+
-webkit-text-decoration: underline;
|
|
3076
|
+
text-decoration: underline;
|
|
3077
|
+
}
|
|
3078
|
+
.tox .tox-notification--error a:focus-visible {
|
|
3079
|
+
border-radius: 1px;
|
|
3080
|
+
outline: 2px solid #77181f;
|
|
3081
|
+
outline-offset: 2px;
|
|
3082
|
+
}
|
|
3083
|
+
.tox .tox-notification--error a:active {
|
|
3084
|
+
color: #000000;
|
|
3085
|
+
-webkit-text-decoration: underline;
|
|
3086
|
+
text-decoration: underline;
|
|
3087
|
+
}
|
|
2533
3088
|
.tox .tox-notification--error svg {
|
|
2534
3089
|
fill: #222f3e;
|
|
2535
3090
|
}
|
|
@@ -2547,6 +3102,26 @@ body.tox-dialog__disable-scroll {
|
|
|
2547
3102
|
.tox .tox-notification--warning a {
|
|
2548
3103
|
color: #7a6e25;
|
|
2549
3104
|
}
|
|
3105
|
+
.tox .tox-notification--warn a:hover,
|
|
3106
|
+
.tox .tox-notification--warning a:hover,
|
|
3107
|
+
.tox .tox-notification--warn a:focus,
|
|
3108
|
+
.tox .tox-notification--warning a:focus {
|
|
3109
|
+
color: #2c280d;
|
|
3110
|
+
-webkit-text-decoration: underline;
|
|
3111
|
+
text-decoration: underline;
|
|
3112
|
+
}
|
|
3113
|
+
.tox .tox-notification--warn a:focus-visible,
|
|
3114
|
+
.tox .tox-notification--warning a:focus-visible {
|
|
3115
|
+
border-radius: 1px;
|
|
3116
|
+
outline: 2px solid #7a6e25;
|
|
3117
|
+
outline-offset: 2px;
|
|
3118
|
+
}
|
|
3119
|
+
.tox .tox-notification--warn a:active,
|
|
3120
|
+
.tox .tox-notification--warning a:active {
|
|
3121
|
+
color: #050502;
|
|
3122
|
+
-webkit-text-decoration: underline;
|
|
3123
|
+
text-decoration: underline;
|
|
3124
|
+
}
|
|
2550
3125
|
.tox .tox-notification--warn svg,
|
|
2551
3126
|
.tox .tox-notification--warning svg {
|
|
2552
3127
|
fill: #222f3e;
|
|
@@ -2562,6 +3137,22 @@ body.tox-dialog__disable-scroll {
|
|
|
2562
3137
|
.tox .tox-notification--info a {
|
|
2563
3138
|
color: #2a64a6;
|
|
2564
3139
|
}
|
|
3140
|
+
.tox .tox-notification--info a:hover,
|
|
3141
|
+
.tox .tox-notification--info a:focus {
|
|
3142
|
+
color: #163355;
|
|
3143
|
+
-webkit-text-decoration: underline;
|
|
3144
|
+
text-decoration: underline;
|
|
3145
|
+
}
|
|
3146
|
+
.tox .tox-notification--info a:focus-visible {
|
|
3147
|
+
border-radius: 1px;
|
|
3148
|
+
outline: 2px solid #2a64a6;
|
|
3149
|
+
outline-offset: 2px;
|
|
3150
|
+
}
|
|
3151
|
+
.tox .tox-notification--info a:active {
|
|
3152
|
+
color: #0b1a2c;
|
|
3153
|
+
-webkit-text-decoration: underline;
|
|
3154
|
+
text-decoration: underline;
|
|
3155
|
+
}
|
|
2565
3156
|
.tox .tox-notification--info svg {
|
|
2566
3157
|
fill: #222f3e;
|
|
2567
3158
|
}
|
|
@@ -2610,29 +3201,229 @@ body.tox-dialog__disable-scroll {
|
|
|
2610
3201
|
grid-row-start: 2;
|
|
2611
3202
|
justify-self: center;
|
|
2612
3203
|
}
|
|
2613
|
-
.tox .tox-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
}
|
|
2617
|
-
.tox .tox-pop--resizing {
|
|
2618
|
-
transition: width 0.1s ease;
|
|
3204
|
+
.tox .tox-notification-container-dock-fadeout {
|
|
3205
|
+
opacity: 0;
|
|
3206
|
+
visibility: hidden;
|
|
2619
3207
|
}
|
|
2620
|
-
.tox .tox-
|
|
2621
|
-
|
|
2622
|
-
|
|
3208
|
+
.tox .tox-notification-container-dock-fadein {
|
|
3209
|
+
opacity: 1;
|
|
3210
|
+
visibility: visible;
|
|
2623
3211
|
}
|
|
2624
|
-
.tox .tox-
|
|
2625
|
-
transition: 0.
|
|
2626
|
-
transition-property: left, right, top, bottom;
|
|
3212
|
+
.tox .tox-notification-container-dock-transition {
|
|
3213
|
+
transition: visibility 0s linear 0.3s, opacity 0.3s ease;
|
|
2627
3214
|
}
|
|
2628
|
-
.tox .tox-
|
|
2629
|
-
|
|
2630
|
-
transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
|
|
3215
|
+
.tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
|
|
3216
|
+
transition-delay: 0s;
|
|
2631
3217
|
}
|
|
2632
|
-
.tox .tox-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
3218
|
+
.tox .tox-onboarding-overlay {
|
|
3219
|
+
height: 100%;
|
|
3220
|
+
background-color: #f0f0f0;
|
|
3221
|
+
position: absolute;
|
|
3222
|
+
top: 0;
|
|
3223
|
+
left: 0;
|
|
3224
|
+
right: 0;
|
|
3225
|
+
z-index: 1;
|
|
3226
|
+
overflow: auto;
|
|
3227
|
+
display: grid;
|
|
3228
|
+
justify-content: center;
|
|
3229
|
+
align-items: center;
|
|
3230
|
+
}
|
|
3231
|
+
.tox .tox-onboarding-dialog {
|
|
3232
|
+
max-width: 512px;
|
|
3233
|
+
background-color: #fff;
|
|
3234
|
+
display: flex;
|
|
3235
|
+
flex-direction: column;
|
|
3236
|
+
box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
|
|
3237
|
+
border-radius: 12px;
|
|
3238
|
+
margin: 8px;
|
|
3239
|
+
}
|
|
3240
|
+
.tox .tox-onboarding-dialog .tox-onboarding-header {
|
|
3241
|
+
color: #222f3e;
|
|
3242
|
+
display: flex;
|
|
3243
|
+
justify-content: center;
|
|
3244
|
+
align-items: center;
|
|
3245
|
+
font-size: 20px;
|
|
3246
|
+
margin: 24px 0 8px;
|
|
3247
|
+
}
|
|
3248
|
+
.tox .tox-onboarding-dialog .tox-onboarding-step {
|
|
3249
|
+
display: grid;
|
|
3250
|
+
grid-template-columns: min-content 1fr min-content;
|
|
3251
|
+
align-items: center;
|
|
3252
|
+
margin: 0 24px;
|
|
3253
|
+
}
|
|
3254
|
+
.tox .tox-onboarding-dialog .tox-onboarding-step:not(:last-child) {
|
|
3255
|
+
border-bottom: 1px solid #e3e3e3;
|
|
3256
|
+
}
|
|
3257
|
+
.tox .tox-onboarding-dialog .tox-onboarding-step--number {
|
|
3258
|
+
width: 24px;
|
|
3259
|
+
aspect-ratio: 1;
|
|
3260
|
+
border-radius: 50%;
|
|
3261
|
+
border: 1px solid #00AD0E;
|
|
3262
|
+
display: flex;
|
|
3263
|
+
justify-content: center;
|
|
3264
|
+
align-items: center;
|
|
3265
|
+
font-size: 12px;
|
|
3266
|
+
font-weight: bold;
|
|
3267
|
+
color: #00AD0E;
|
|
3268
|
+
}
|
|
3269
|
+
.tox .tox-onboarding-dialog .tox-onboarding-step--body {
|
|
3270
|
+
padding: 24px 0 24px 16px;
|
|
3271
|
+
}
|
|
3272
|
+
.tox .tox-onboarding-dialog .tox-onboarding-step--body-header {
|
|
3273
|
+
color: #222f3e;
|
|
3274
|
+
font-size: 14px;
|
|
3275
|
+
font-weight: bold;
|
|
3276
|
+
margin-bottom: 4px;
|
|
3277
|
+
}
|
|
3278
|
+
.tox .tox-onboarding-dialog .tox-onboarding-step--body-details {
|
|
3279
|
+
color: rgba(34, 47, 62, 0.7);
|
|
3280
|
+
font-size: 14px;
|
|
3281
|
+
}
|
|
3282
|
+
.tox .tox-onboarding-dialog .tox-onboarding-step--action {
|
|
3283
|
+
padding-left: 24px;
|
|
3284
|
+
}
|
|
3285
|
+
.tox .tox-onboarding-dialog .tox-onboarding-footer {
|
|
3286
|
+
background-color: #f0f0f0;
|
|
3287
|
+
display: flex;
|
|
3288
|
+
justify-content: space-between;
|
|
3289
|
+
align-items: center;
|
|
3290
|
+
padding: 16px 24px;
|
|
3291
|
+
border-bottom-left-radius: 12px;
|
|
3292
|
+
border-bottom-right-radius: 12px;
|
|
3293
|
+
}
|
|
3294
|
+
.tox .tox-onboarding-dialog .tox-onboarding-footer p {
|
|
3295
|
+
display: flex;
|
|
3296
|
+
align-items: center;
|
|
3297
|
+
justify-content: center;
|
|
3298
|
+
gap: 4px;
|
|
3299
|
+
font-size: 14px;
|
|
3300
|
+
color: rgba(34, 47, 62, 0.7);
|
|
3301
|
+
}
|
|
3302
|
+
.tox .tox-onboarding-dialog svg {
|
|
3303
|
+
width: 24px;
|
|
3304
|
+
fill: rgba(34, 47, 62, 0.7);
|
|
3305
|
+
}
|
|
3306
|
+
.tox .tox-promotion-dialog .tox-promotion-dialog-plugin {
|
|
3307
|
+
display: grid;
|
|
3308
|
+
align-items: center;
|
|
3309
|
+
grid-template-columns: min-content 1fr min-content;
|
|
3310
|
+
border-bottom: 1px solid #e3e3e3;
|
|
3311
|
+
padding: 24px 0;
|
|
3312
|
+
margin: 0 16px;
|
|
3313
|
+
}
|
|
3314
|
+
.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body {
|
|
3315
|
+
margin: 0 16px;
|
|
3316
|
+
}
|
|
3317
|
+
.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-header {
|
|
3318
|
+
color: #222f3e;
|
|
3319
|
+
font-size: 14px;
|
|
3320
|
+
font-weight: bold;
|
|
3321
|
+
margin-bottom: 4px;
|
|
3322
|
+
}
|
|
3323
|
+
.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-details {
|
|
3324
|
+
color: rgba(34, 47, 62, 0.7);
|
|
3325
|
+
font-size: 14px;
|
|
3326
|
+
}
|
|
3327
|
+
.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--icon {
|
|
3328
|
+
display: grid;
|
|
3329
|
+
place-content: center;
|
|
3330
|
+
width: 56px;
|
|
3331
|
+
height: 56px;
|
|
3332
|
+
line-height: 24px;
|
|
3333
|
+
font-size: 24px;
|
|
3334
|
+
border-radius: 12px;
|
|
3335
|
+
background: linear-gradient(180deg, #fff 24%, #f0f0f0 100%);
|
|
3336
|
+
box-shadow: 0px 1px 1px 0px #222f3e12, 0px 3px 6px 0px #222f3e06;
|
|
3337
|
+
color: #006ce7;
|
|
3338
|
+
}
|
|
3339
|
+
.tox .tox-promotion-dialog--subtitle {
|
|
3340
|
+
margin: 16px;
|
|
3341
|
+
color: rgba(34, 47, 62, 0.7);
|
|
3342
|
+
font-size: 14px;
|
|
3343
|
+
}
|
|
3344
|
+
.tox .tox-promotion-dialog--explore {
|
|
3345
|
+
text-align: center;
|
|
3346
|
+
margin: 16px;
|
|
3347
|
+
color: rgba(34, 47, 62, 0.7);
|
|
3348
|
+
font-size: 14px;
|
|
3349
|
+
}
|
|
3350
|
+
.tox .tox-promotion-dialog--explore a {
|
|
3351
|
+
color: #006ce7;
|
|
3352
|
+
}
|
|
3353
|
+
.tox .tox-promotion-dialog--footer {
|
|
3354
|
+
background-color: #f0f0f0;
|
|
3355
|
+
color: rgba(34, 47, 62, 0.7);
|
|
3356
|
+
font-size: 12px;
|
|
3357
|
+
text-align: center;
|
|
3358
|
+
padding: 16px;
|
|
3359
|
+
}
|
|
3360
|
+
.tox .tox-promotion-button {
|
|
3361
|
+
display: flex;
|
|
3362
|
+
align-items: center;
|
|
3363
|
+
height: 26.6px;
|
|
3364
|
+
line-height: 26.6px;
|
|
3365
|
+
font-size: 14px;
|
|
3366
|
+
font-weight: bold;
|
|
3367
|
+
background-color: #F1EBF9;
|
|
3368
|
+
color: #851AFF;
|
|
3369
|
+
padding: 8px 16px;
|
|
3370
|
+
cursor: pointer;
|
|
3371
|
+
white-space: nowrap;
|
|
3372
|
+
border-radius: 5px;
|
|
3373
|
+
}
|
|
3374
|
+
.tox .tox-promotion-button:focus {
|
|
3375
|
+
outline: 1px solid #851AFF;
|
|
3376
|
+
}
|
|
3377
|
+
.tox .tox-onboarding-dialog a,
|
|
3378
|
+
.tox .tox-promotion-dialog--footer a {
|
|
3379
|
+
color: rgba(34, 47, 62, 0.7);
|
|
3380
|
+
cursor: pointer;
|
|
3381
|
+
-webkit-text-decoration: underline;
|
|
3382
|
+
text-decoration: underline;
|
|
3383
|
+
}
|
|
3384
|
+
.tox .tox-onboarding-dialog a:hover,
|
|
3385
|
+
.tox .tox-promotion-dialog--footer a:hover,
|
|
3386
|
+
.tox .tox-onboarding-dialog a:focus,
|
|
3387
|
+
.tox .tox-promotion-dialog--footer a:focus {
|
|
3388
|
+
color: #071729;
|
|
3389
|
+
-webkit-text-decoration: underline;
|
|
3390
|
+
text-decoration: underline;
|
|
3391
|
+
}
|
|
3392
|
+
.tox .tox-onboarding-dialog a:focus-visible,
|
|
3393
|
+
.tox .tox-promotion-dialog--footer a:focus-visible {
|
|
3394
|
+
border-radius: 1px;
|
|
3395
|
+
outline: 2px solid #144782;
|
|
3396
|
+
outline-offset: 2px;
|
|
3397
|
+
}
|
|
3398
|
+
.tox .tox-onboarding-dialog a:active,
|
|
3399
|
+
.tox .tox-promotion-dialog--footer a:active {
|
|
3400
|
+
color: #000000;
|
|
3401
|
+
-webkit-text-decoration: underline;
|
|
3402
|
+
text-decoration: underline;
|
|
3403
|
+
}
|
|
3404
|
+
.tox .tox-pop {
|
|
3405
|
+
display: inline-block;
|
|
3406
|
+
position: relative;
|
|
3407
|
+
}
|
|
3408
|
+
.tox .tox-pop--resizing {
|
|
3409
|
+
transition: width 0.1s ease;
|
|
3410
|
+
}
|
|
3411
|
+
.tox .tox-pop--resizing .tox-toolbar,
|
|
3412
|
+
.tox .tox-pop--resizing .tox-toolbar__group {
|
|
3413
|
+
flex-wrap: nowrap;
|
|
3414
|
+
}
|
|
3415
|
+
.tox .tox-pop--transition {
|
|
3416
|
+
transition: 0.15s ease;
|
|
3417
|
+
transition-property: left, right, top, bottom;
|
|
3418
|
+
}
|
|
3419
|
+
.tox .tox-pop--transition::before,
|
|
3420
|
+
.tox .tox-pop--transition::after {
|
|
3421
|
+
transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
|
|
3422
|
+
}
|
|
3423
|
+
.tox .tox-pop__dialog {
|
|
3424
|
+
background-color: #fff;
|
|
3425
|
+
border: 1px solid #eeeeee;
|
|
3426
|
+
border-radius: 6px;
|
|
2636
3427
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
2637
3428
|
min-width: 0;
|
|
2638
3429
|
overflow: hidden;
|
|
@@ -2654,6 +3445,12 @@ body.tox-dialog__disable-scroll {
|
|
|
2654
3445
|
position: absolute;
|
|
2655
3446
|
width: 0;
|
|
2656
3447
|
}
|
|
3448
|
+
@media (forced-colors: active) {
|
|
3449
|
+
.tox .tox-pop::before,
|
|
3450
|
+
.tox .tox-pop::after {
|
|
3451
|
+
content: none;
|
|
3452
|
+
}
|
|
3453
|
+
}
|
|
2657
3454
|
.tox .tox-pop.tox-pop--inset::before,
|
|
2658
3455
|
.tox .tox-pop.tox-pop--inset::after {
|
|
2659
3456
|
opacity: 0;
|
|
@@ -2739,7 +3536,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2739
3536
|
min-height: 0;
|
|
2740
3537
|
}
|
|
2741
3538
|
.tox .tox-sidebar {
|
|
2742
|
-
background-color: #
|
|
3539
|
+
background-color: #f0f0f0;
|
|
2743
3540
|
display: flex;
|
|
2744
3541
|
flex-direction: row;
|
|
2745
3542
|
justify-content: flex-end;
|
|
@@ -2816,6 +3613,71 @@ body.tox-dialog__disable-scroll {
|
|
|
2816
3613
|
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
|
|
2817
3614
|
margin-inline-start: 32px;
|
|
2818
3615
|
}
|
|
3616
|
+
.tox .tox-toolbar-slider {
|
|
3617
|
+
align-items: center;
|
|
3618
|
+
display: inline-flex;
|
|
3619
|
+
height: 16px;
|
|
3620
|
+
}
|
|
3621
|
+
.tox .tox-toolbar-slider__input {
|
|
3622
|
+
appearance: none;
|
|
3623
|
+
background: #eeeeee;
|
|
3624
|
+
border-radius: 16px;
|
|
3625
|
+
width: 130px;
|
|
3626
|
+
height: 2px;
|
|
3627
|
+
}
|
|
3628
|
+
.tox .tox-toolbar-slider__input::-webkit-slider-runnable-track {
|
|
3629
|
+
background-color: transparent;
|
|
3630
|
+
height: 16px;
|
|
3631
|
+
}
|
|
3632
|
+
.tox .tox-toolbar-slider__input::-moz-range-track {
|
|
3633
|
+
background-color: transparent;
|
|
3634
|
+
height: 16px;
|
|
3635
|
+
}
|
|
3636
|
+
.tox .tox-toolbar-slider__input::-webkit-slider-thumb {
|
|
3637
|
+
-webkit-appearance: none;
|
|
3638
|
+
background-color: #006ce7;
|
|
3639
|
+
border-radius: 16px;
|
|
3640
|
+
border: none;
|
|
3641
|
+
height: 16px;
|
|
3642
|
+
width: 16px;
|
|
3643
|
+
}
|
|
3644
|
+
.tox .tox-toolbar-slider__input::-moz-range-thumb {
|
|
3645
|
+
appearance: none;
|
|
3646
|
+
background-color: #006ce7;
|
|
3647
|
+
border-radius: 16px;
|
|
3648
|
+
border: none;
|
|
3649
|
+
height: 16px;
|
|
3650
|
+
width: 16px;
|
|
3651
|
+
}
|
|
3652
|
+
.tox .tox-toolbar-slider__input:focus-visible {
|
|
3653
|
+
outline: none;
|
|
3654
|
+
}
|
|
3655
|
+
.tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb {
|
|
3656
|
+
background-color: #0060ce;
|
|
3657
|
+
box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
|
|
3658
|
+
}
|
|
3659
|
+
.tox .tox-toolbar-slider__input:focus::-moz-range-thumb {
|
|
3660
|
+
background-color: #0060ce;
|
|
3661
|
+
box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
|
|
3662
|
+
}
|
|
3663
|
+
.tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb {
|
|
3664
|
+
background-color: #0060ce;
|
|
3665
|
+
}
|
|
3666
|
+
.tox .tox-toolbar-slider__input:hover::-moz-range-thumb {
|
|
3667
|
+
background-color: #0060ce;
|
|
3668
|
+
}
|
|
3669
|
+
.tox .tox-toolbar-slider__input:active::-webkit-slider-thumb {
|
|
3670
|
+
background-color: #0054b4;
|
|
3671
|
+
}
|
|
3672
|
+
.tox .tox-toolbar-slider__input:active::-moz-range-thumb {
|
|
3673
|
+
background-color: #0054b4;
|
|
3674
|
+
}
|
|
3675
|
+
.tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb {
|
|
3676
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
3677
|
+
}
|
|
3678
|
+
.tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb {
|
|
3679
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
3680
|
+
}
|
|
2819
3681
|
.tox .tox-source-code {
|
|
2820
3682
|
overflow: auto;
|
|
2821
3683
|
}
|
|
@@ -2869,7 +3731,6 @@ body.tox-dialog__disable-scroll {
|
|
|
2869
3731
|
.tox .tox-statusbar__path {
|
|
2870
3732
|
display: flex;
|
|
2871
3733
|
flex: 1 1 auto;
|
|
2872
|
-
overflow: hidden;
|
|
2873
3734
|
text-overflow: ellipsis;
|
|
2874
3735
|
white-space: nowrap;
|
|
2875
3736
|
}
|
|
@@ -2882,10 +3743,11 @@ body.tox-dialog__disable-scroll {
|
|
|
2882
3743
|
text-align: center;
|
|
2883
3744
|
}
|
|
2884
3745
|
.tox .tox-statusbar__text-container {
|
|
3746
|
+
align-items: flex-start;
|
|
2885
3747
|
display: flex;
|
|
2886
3748
|
flex: 1 1 auto;
|
|
3749
|
+
height: 16px;
|
|
2887
3750
|
justify-content: space-between;
|
|
2888
|
-
overflow: hidden;
|
|
2889
3751
|
}
|
|
2890
3752
|
@media only screen and (min-width: 768px ) {
|
|
2891
3753
|
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
@@ -2923,6 +3785,8 @@ body.tox-dialog__disable-scroll {
|
|
|
2923
3785
|
.tox .tox-statusbar__path-item,
|
|
2924
3786
|
.tox .tox-statusbar__wordcount {
|
|
2925
3787
|
color: rgba(34, 47, 62, 0.7);
|
|
3788
|
+
position: relative;
|
|
3789
|
+
-webkit-text-decoration: none;
|
|
2926
3790
|
text-decoration: none;
|
|
2927
3791
|
}
|
|
2928
3792
|
.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
|
|
@@ -2934,37 +3798,95 @@ body.tox-dialog__disable-scroll {
|
|
|
2934
3798
|
color: #222f3e;
|
|
2935
3799
|
cursor: pointer;
|
|
2936
3800
|
}
|
|
3801
|
+
.tox .tox-statusbar a:focus-visible::after,
|
|
3802
|
+
.tox .tox-statusbar__path-item:focus-visible::after,
|
|
3803
|
+
.tox .tox-statusbar__wordcount:focus-visible::after {
|
|
3804
|
+
border-radius: 3px;
|
|
3805
|
+
bottom: 0;
|
|
3806
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
3807
|
+
content: '';
|
|
3808
|
+
left: 0;
|
|
3809
|
+
position: absolute;
|
|
3810
|
+
right: 0;
|
|
3811
|
+
top: 0;
|
|
3812
|
+
}
|
|
3813
|
+
@media (forced-colors: active) {
|
|
3814
|
+
.tox .tox-statusbar a:focus-visible::after,
|
|
3815
|
+
.tox .tox-statusbar__path-item:focus-visible::after,
|
|
3816
|
+
.tox .tox-statusbar__wordcount:focus-visible::after {
|
|
3817
|
+
border: 2px solid highlight;
|
|
3818
|
+
}
|
|
3819
|
+
}
|
|
2937
3820
|
.tox .tox-statusbar__branding svg {
|
|
2938
3821
|
fill: rgba(34, 47, 62, 0.8);
|
|
2939
|
-
height:
|
|
2940
|
-
|
|
2941
|
-
width:
|
|
3822
|
+
height: 1em;
|
|
3823
|
+
margin-left: 0.3em;
|
|
3824
|
+
width: auto;
|
|
3825
|
+
}
|
|
3826
|
+
@media (forced-colors: active) {
|
|
3827
|
+
.tox .tox-statusbar__branding svg {
|
|
3828
|
+
fill: currentColor;
|
|
3829
|
+
}
|
|
3830
|
+
}
|
|
3831
|
+
.tox .tox-statusbar__branding a {
|
|
3832
|
+
align-items: center;
|
|
3833
|
+
display: inline-flex;
|
|
2942
3834
|
}
|
|
2943
3835
|
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
|
|
2944
3836
|
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
|
|
2945
3837
|
fill: #222f3e;
|
|
2946
3838
|
}
|
|
3839
|
+
.tox .tox-statusbar__resize-cursor-default {
|
|
3840
|
+
cursor: ns-resize;
|
|
3841
|
+
}
|
|
3842
|
+
.tox .tox-statusbar__resize-cursor-both {
|
|
3843
|
+
cursor: nwse-resize;
|
|
3844
|
+
}
|
|
2947
3845
|
.tox .tox-statusbar__resize-handle {
|
|
2948
3846
|
align-items: flex-end;
|
|
2949
3847
|
align-self: stretch;
|
|
2950
|
-
cursor: nwse-resize;
|
|
2951
3848
|
display: flex;
|
|
2952
3849
|
flex: 0 0 auto;
|
|
2953
3850
|
justify-content: flex-end;
|
|
2954
|
-
margin-
|
|
2955
|
-
margin-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
padding-
|
|
3851
|
+
margin-bottom: 3px;
|
|
3852
|
+
margin-left: 4px;
|
|
3853
|
+
margin-right: calc(3px - 8px);
|
|
3854
|
+
margin-top: 3px;
|
|
3855
|
+
padding-bottom: 0;
|
|
3856
|
+
padding-left: 0;
|
|
3857
|
+
padding-right: 0;
|
|
3858
|
+
position: relative;
|
|
2959
3859
|
}
|
|
2960
3860
|
.tox .tox-statusbar__resize-handle svg {
|
|
2961
3861
|
display: block;
|
|
2962
3862
|
fill: rgba(34, 47, 62, 0.5);
|
|
2963
3863
|
}
|
|
3864
|
+
.tox .tox-statusbar__resize-handle:hover svg,
|
|
2964
3865
|
.tox .tox-statusbar__resize-handle:focus svg {
|
|
2965
|
-
|
|
3866
|
+
fill: #222f3e;
|
|
3867
|
+
}
|
|
3868
|
+
.tox .tox-statusbar__resize-handle:focus-visible {
|
|
3869
|
+
background-color: transparent;
|
|
2966
3870
|
border-radius: 1px 1px 5px 1px;
|
|
2967
|
-
box-shadow: 0 0 0 2px
|
|
3871
|
+
box-shadow: 0 0 0 2px transparent;
|
|
3872
|
+
}
|
|
3873
|
+
.tox .tox-statusbar__resize-handle:focus-visible::after {
|
|
3874
|
+
border-radius: 3px;
|
|
3875
|
+
bottom: 0;
|
|
3876
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
3877
|
+
content: '';
|
|
3878
|
+
left: 0;
|
|
3879
|
+
position: absolute;
|
|
3880
|
+
right: 0;
|
|
3881
|
+
top: 0;
|
|
3882
|
+
}
|
|
3883
|
+
@media (forced-colors: active) {
|
|
3884
|
+
.tox .tox-statusbar__resize-handle:focus-visible::after {
|
|
3885
|
+
border: 2px solid highlight;
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
.tox .tox-statusbar__resize-handle:only-child {
|
|
3889
|
+
margin-left: auto;
|
|
2968
3890
|
}
|
|
2969
3891
|
.tox:not([dir=rtl]) .tox-statusbar__path > * {
|
|
2970
3892
|
margin-right: 4px;
|
|
@@ -2978,6 +3900,10 @@ body.tox-dialog__disable-scroll {
|
|
|
2978
3900
|
.tox[dir=rtl] .tox-statusbar__path > * {
|
|
2979
3901
|
margin-left: 4px;
|
|
2980
3902
|
}
|
|
3903
|
+
.tox[dir=rtl] .tox-statusbar__branding svg {
|
|
3904
|
+
margin-left: 0;
|
|
3905
|
+
margin-right: 0.3em;
|
|
3906
|
+
}
|
|
2981
3907
|
.tox .tox-throbber {
|
|
2982
3908
|
z-index: 1299;
|
|
2983
3909
|
}
|
|
@@ -2994,7 +3920,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2994
3920
|
}
|
|
2995
3921
|
.tox .tox-tbtn {
|
|
2996
3922
|
align-items: center;
|
|
2997
|
-
background:
|
|
3923
|
+
background: #fff;
|
|
2998
3924
|
border: 0;
|
|
2999
3925
|
border-radius: 3px;
|
|
3000
3926
|
box-shadow: none;
|
|
@@ -3008,27 +3934,72 @@ body.tox-dialog__disable-scroll {
|
|
|
3008
3934
|
justify-content: center;
|
|
3009
3935
|
margin: 6px 1px 5px 0;
|
|
3010
3936
|
outline: none;
|
|
3011
|
-
overflow: hidden;
|
|
3012
3937
|
padding: 0;
|
|
3013
3938
|
text-transform: none;
|
|
3014
3939
|
width: 34px;
|
|
3015
3940
|
}
|
|
3941
|
+
@media (forced-colors: active) {
|
|
3942
|
+
.tox .tox-tbtn:hover,
|
|
3943
|
+
.tox .tox-tbtn.tox-tbtn:hover {
|
|
3944
|
+
outline: 1px dashed currentColor;
|
|
3945
|
+
}
|
|
3946
|
+
.tox .tox-tbtn.tox-tbtn--active,
|
|
3947
|
+
.tox .tox-tbtn.tox-tbtn--enabled,
|
|
3948
|
+
.tox .tox-tbtn.tox-tbtn--enabled:hover,
|
|
3949
|
+
.tox .tox-tbtn.tox-tbtn--enabled:focus,
|
|
3950
|
+
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
3951
|
+
outline: 1px solid currentColor;
|
|
3952
|
+
position: relative;
|
|
3953
|
+
}
|
|
3954
|
+
}
|
|
3016
3955
|
.tox .tox-tbtn svg {
|
|
3017
3956
|
display: block;
|
|
3018
3957
|
fill: #222f3e;
|
|
3019
3958
|
}
|
|
3959
|
+
@media (forced-colors: active) {
|
|
3960
|
+
.tox .tox-tbtn svg {
|
|
3961
|
+
fill: currentColor !important;
|
|
3962
|
+
}
|
|
3963
|
+
.tox .tox-tbtn svg.tox-tbtn--enabled,
|
|
3964
|
+
.tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
|
|
3965
|
+
fill: currentColor !important;
|
|
3966
|
+
}
|
|
3967
|
+
.tox .tox-tbtn svg.tox-tbtn--disabled,
|
|
3968
|
+
.tox .tox-tbtn svg.tox-tbtn--disabled:hover,
|
|
3969
|
+
.tox .tox-tbtn svg .tox-tbtn:disabled,
|
|
3970
|
+
.tox .tox-tbtn svg .tox-tbtn:disabled:hover {
|
|
3971
|
+
filter: contrast(0%);
|
|
3972
|
+
}
|
|
3973
|
+
}
|
|
3020
3974
|
.tox .tox-tbtn.tox-tbtn-more {
|
|
3021
3975
|
padding-left: 5px;
|
|
3022
3976
|
padding-right: 5px;
|
|
3023
3977
|
width: inherit;
|
|
3024
3978
|
}
|
|
3025
3979
|
.tox .tox-tbtn:focus {
|
|
3026
|
-
background: #
|
|
3980
|
+
background: #fff;
|
|
3027
3981
|
border: 0;
|
|
3028
3982
|
box-shadow: none;
|
|
3983
|
+
position: relative;
|
|
3984
|
+
z-index: 1;
|
|
3985
|
+
}
|
|
3986
|
+
.tox .tox-tbtn:focus::after {
|
|
3987
|
+
border-radius: 3px;
|
|
3988
|
+
bottom: 0;
|
|
3989
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
3990
|
+
content: '';
|
|
3991
|
+
left: 0;
|
|
3992
|
+
position: absolute;
|
|
3993
|
+
right: 0;
|
|
3994
|
+
top: 0;
|
|
3995
|
+
}
|
|
3996
|
+
@media (forced-colors: active) {
|
|
3997
|
+
.tox .tox-tbtn:focus::after {
|
|
3998
|
+
border: 2px solid highlight;
|
|
3999
|
+
}
|
|
3029
4000
|
}
|
|
3030
4001
|
.tox .tox-tbtn:hover {
|
|
3031
|
-
background: #
|
|
4002
|
+
background: #f0f0f0;
|
|
3032
4003
|
border: 0;
|
|
3033
4004
|
box-shadow: none;
|
|
3034
4005
|
color: #222f3e;
|
|
@@ -3052,7 +4023,7 @@ body.tox-dialog__disable-scroll {
|
|
|
3052
4023
|
.tox .tox-tbtn--disabled:hover,
|
|
3053
4024
|
.tox .tox-tbtn:disabled,
|
|
3054
4025
|
.tox .tox-tbtn:disabled:hover {
|
|
3055
|
-
background:
|
|
4026
|
+
background: #fff;
|
|
3056
4027
|
border: 0;
|
|
3057
4028
|
box-shadow: none;
|
|
3058
4029
|
color: rgba(34, 47, 62, 0.5);
|
|
@@ -3062,29 +4033,51 @@ body.tox-dialog__disable-scroll {
|
|
|
3062
4033
|
.tox .tox-tbtn--disabled:hover svg,
|
|
3063
4034
|
.tox .tox-tbtn:disabled svg,
|
|
3064
4035
|
.tox .tox-tbtn:disabled:hover svg {
|
|
3065
|
-
/* stylelint-disable-line no-descending-specificity */
|
|
3066
4036
|
fill: rgba(34, 47, 62, 0.5);
|
|
3067
4037
|
}
|
|
4038
|
+
.tox .tox-tbtn--active,
|
|
3068
4039
|
.tox .tox-tbtn--enabled,
|
|
3069
|
-
.tox .tox-tbtn--enabled:hover
|
|
4040
|
+
.tox .tox-tbtn--enabled:hover,
|
|
4041
|
+
.tox .tox-tbtn--enabled:focus {
|
|
3070
4042
|
background: #a6ccf7;
|
|
3071
4043
|
border: 0;
|
|
3072
4044
|
box-shadow: none;
|
|
3073
4045
|
color: #222f3e;
|
|
4046
|
+
position: relative;
|
|
3074
4047
|
}
|
|
4048
|
+
.tox .tox-tbtn--active > *,
|
|
3075
4049
|
.tox .tox-tbtn--enabled > *,
|
|
3076
|
-
.tox .tox-tbtn--enabled:hover >
|
|
4050
|
+
.tox .tox-tbtn--enabled:hover > *,
|
|
4051
|
+
.tox .tox-tbtn--enabled:focus > * {
|
|
3077
4052
|
transform: none;
|
|
3078
4053
|
}
|
|
4054
|
+
.tox .tox-tbtn--active svg,
|
|
3079
4055
|
.tox .tox-tbtn--enabled svg,
|
|
3080
|
-
.tox .tox-tbtn--enabled:hover svg
|
|
3081
|
-
|
|
4056
|
+
.tox .tox-tbtn--enabled:hover svg,
|
|
4057
|
+
.tox .tox-tbtn--enabled:focus svg {
|
|
3082
4058
|
fill: #222f3e;
|
|
3083
4059
|
}
|
|
4060
|
+
.tox .tox-tbtn--active.tox-tbtn--disabled svg,
|
|
3084
4061
|
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
|
3085
|
-
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg
|
|
4062
|
+
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg,
|
|
4063
|
+
.tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
|
|
3086
4064
|
fill: rgba(34, 47, 62, 0.5);
|
|
3087
4065
|
}
|
|
4066
|
+
.tox .tox-tbtn--enabled:focus::after {
|
|
4067
|
+
border-radius: 3px;
|
|
4068
|
+
bottom: 0;
|
|
4069
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
4070
|
+
content: '';
|
|
4071
|
+
left: 0;
|
|
4072
|
+
position: absolute;
|
|
4073
|
+
right: 0;
|
|
4074
|
+
top: 0;
|
|
4075
|
+
}
|
|
4076
|
+
@media (forced-colors: active) {
|
|
4077
|
+
.tox .tox-tbtn--enabled:focus::after {
|
|
4078
|
+
border: 2px solid highlight;
|
|
4079
|
+
}
|
|
4080
|
+
}
|
|
3088
4081
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
3089
4082
|
color: #222f3e;
|
|
3090
4083
|
}
|
|
@@ -3120,21 +4113,77 @@ body.tox-dialog__disable-scroll {
|
|
|
3120
4113
|
margin-bottom: 4px;
|
|
3121
4114
|
white-space: nowrap;
|
|
3122
4115
|
}
|
|
4116
|
+
.tox .tox-label--context-toolbar {
|
|
4117
|
+
margin: 6px 1px 5px 0;
|
|
4118
|
+
-webkit-touch-callout: none;
|
|
4119
|
+
-webkit-user-select: none;
|
|
4120
|
+
user-select: none;
|
|
4121
|
+
}
|
|
3123
4122
|
.tox .tox-number-input {
|
|
4123
|
+
background: #f7f7f7;
|
|
3124
4124
|
border-radius: 3px;
|
|
3125
4125
|
display: flex;
|
|
3126
4126
|
margin: 6px 1px 5px 0;
|
|
3127
|
-
|
|
4127
|
+
position: relative;
|
|
3128
4128
|
width: auto;
|
|
3129
4129
|
}
|
|
4130
|
+
.tox .tox-number-input:focus {
|
|
4131
|
+
background: #f7f7f7;
|
|
4132
|
+
}
|
|
4133
|
+
.tox .tox-number-input:focus::after {
|
|
4134
|
+
border-radius: 3px;
|
|
4135
|
+
bottom: 0;
|
|
4136
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
4137
|
+
content: '';
|
|
4138
|
+
left: 0;
|
|
4139
|
+
position: absolute;
|
|
4140
|
+
right: 0;
|
|
4141
|
+
top: 0;
|
|
4142
|
+
}
|
|
4143
|
+
@media (forced-colors: active) {
|
|
4144
|
+
.tox .tox-number-input:focus::after {
|
|
4145
|
+
border: 2px solid highlight;
|
|
4146
|
+
}
|
|
4147
|
+
}
|
|
3130
4148
|
.tox .tox-number-input .tox-input-wrapper {
|
|
3131
|
-
background: #f7f7f7;
|
|
3132
4149
|
display: flex;
|
|
3133
4150
|
pointer-events: none;
|
|
4151
|
+
position: relative;
|
|
3134
4152
|
text-align: center;
|
|
3135
4153
|
}
|
|
3136
4154
|
.tox .tox-number-input .tox-input-wrapper:focus {
|
|
3137
|
-
background: #
|
|
4155
|
+
background-color: #f7f7f7;
|
|
4156
|
+
z-index: 1;
|
|
4157
|
+
}
|
|
4158
|
+
.tox .tox-number-input .tox-input-wrapper:focus::after {
|
|
4159
|
+
border-radius: 3px;
|
|
4160
|
+
bottom: 0;
|
|
4161
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
4162
|
+
content: '';
|
|
4163
|
+
left: 0;
|
|
4164
|
+
position: absolute;
|
|
4165
|
+
right: 0;
|
|
4166
|
+
top: 0;
|
|
4167
|
+
}
|
|
4168
|
+
@media (forced-colors: active) {
|
|
4169
|
+
.tox .tox-number-input .tox-input-wrapper:focus::after {
|
|
4170
|
+
border: 2px solid highlight;
|
|
4171
|
+
}
|
|
4172
|
+
}
|
|
4173
|
+
.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
|
|
4174
|
+
border-radius: 3px;
|
|
4175
|
+
bottom: 0;
|
|
4176
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
4177
|
+
content: '';
|
|
4178
|
+
left: 0;
|
|
4179
|
+
position: absolute;
|
|
4180
|
+
right: 0;
|
|
4181
|
+
top: 0;
|
|
4182
|
+
}
|
|
4183
|
+
@media (forced-colors: active) {
|
|
4184
|
+
.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
|
|
4185
|
+
border: 2px solid highlight;
|
|
4186
|
+
}
|
|
3138
4187
|
}
|
|
3139
4188
|
.tox .tox-number-input input {
|
|
3140
4189
|
border-radius: 3px;
|
|
@@ -3142,41 +4191,74 @@ body.tox-dialog__disable-scroll {
|
|
|
3142
4191
|
font-size: 14px;
|
|
3143
4192
|
margin: 2px 0;
|
|
3144
4193
|
pointer-events: all;
|
|
4194
|
+
position: relative;
|
|
3145
4195
|
width: 60px;
|
|
3146
4196
|
}
|
|
3147
4197
|
.tox .tox-number-input input:hover {
|
|
3148
|
-
background: #
|
|
4198
|
+
background: #f0f0f0;
|
|
3149
4199
|
color: #222f3e;
|
|
3150
4200
|
}
|
|
3151
4201
|
.tox .tox-number-input input:focus {
|
|
3152
|
-
background: #
|
|
3153
|
-
color: #222f3e;
|
|
4202
|
+
background-color: #f7f7f7;
|
|
3154
4203
|
}
|
|
3155
4204
|
.tox .tox-number-input input:disabled {
|
|
3156
|
-
background:
|
|
4205
|
+
background: #fff;
|
|
3157
4206
|
border: 0;
|
|
3158
4207
|
box-shadow: none;
|
|
3159
4208
|
color: rgba(34, 47, 62, 0.5);
|
|
3160
4209
|
cursor: not-allowed;
|
|
3161
4210
|
}
|
|
3162
4211
|
.tox .tox-number-input button {
|
|
3163
|
-
background: #f7f7f7;
|
|
3164
4212
|
color: #222f3e;
|
|
3165
4213
|
height: 28px;
|
|
4214
|
+
position: relative;
|
|
3166
4215
|
text-align: center;
|
|
3167
4216
|
width: 24px;
|
|
3168
4217
|
}
|
|
4218
|
+
@media (forced-colors: active) {
|
|
4219
|
+
.tox .tox-number-input button:hover,
|
|
4220
|
+
.tox .tox-number-input button:focus,
|
|
4221
|
+
.tox .tox-number-input button:active {
|
|
4222
|
+
outline: 1px solid currentColor !important;
|
|
4223
|
+
}
|
|
4224
|
+
}
|
|
3169
4225
|
.tox .tox-number-input button svg {
|
|
3170
4226
|
display: block;
|
|
3171
4227
|
fill: #222f3e;
|
|
3172
4228
|
margin: 0 auto;
|
|
3173
4229
|
transform: scale(0.67);
|
|
3174
4230
|
}
|
|
4231
|
+
@media (forced-colors: active) {
|
|
4232
|
+
.tox .tox-number-input button svg,
|
|
4233
|
+
.tox .tox-number-input button svg:active,
|
|
4234
|
+
.tox .tox-number-input button svg:hover {
|
|
4235
|
+
fill: currentColor !important;
|
|
4236
|
+
}
|
|
4237
|
+
.tox .tox-number-input button svg:disabled {
|
|
4238
|
+
filter: contrast(0);
|
|
4239
|
+
}
|
|
4240
|
+
}
|
|
3175
4241
|
.tox .tox-number-input button:focus {
|
|
3176
|
-
background: #
|
|
4242
|
+
background: #f7f7f7;
|
|
4243
|
+
z-index: 1;
|
|
4244
|
+
}
|
|
4245
|
+
.tox .tox-number-input button:focus::after {
|
|
4246
|
+
border-radius: 3px;
|
|
4247
|
+
bottom: 0;
|
|
4248
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
4249
|
+
content: '';
|
|
4250
|
+
left: 0;
|
|
4251
|
+
position: absolute;
|
|
4252
|
+
right: 0;
|
|
4253
|
+
top: 0;
|
|
4254
|
+
}
|
|
4255
|
+
@media (forced-colors: active) {
|
|
4256
|
+
.tox .tox-number-input button:focus::after {
|
|
4257
|
+
border: 2px solid highlight;
|
|
4258
|
+
}
|
|
3177
4259
|
}
|
|
3178
4260
|
.tox .tox-number-input button:hover {
|
|
3179
|
-
background: #
|
|
4261
|
+
background: #f0f0f0;
|
|
3180
4262
|
border: 0;
|
|
3181
4263
|
box-shadow: none;
|
|
3182
4264
|
color: #222f3e;
|
|
@@ -3194,7 +4276,7 @@ body.tox-dialog__disable-scroll {
|
|
|
3194
4276
|
fill: #222f3e;
|
|
3195
4277
|
}
|
|
3196
4278
|
.tox .tox-number-input button:disabled {
|
|
3197
|
-
background:
|
|
4279
|
+
background: #fff;
|
|
3198
4280
|
border: 0;
|
|
3199
4281
|
box-shadow: none;
|
|
3200
4282
|
color: rgba(34, 47, 62, 0.5);
|
|
@@ -3211,13 +4293,18 @@ body.tox-dialog__disable-scroll {
|
|
|
3211
4293
|
}
|
|
3212
4294
|
.tox .tox-number-input:focus:not(:active) > button,
|
|
3213
4295
|
.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
|
|
3214
|
-
background: #
|
|
4296
|
+
background: #f7f7f7;
|
|
3215
4297
|
}
|
|
3216
4298
|
.tox .tox-tbtn--select {
|
|
3217
4299
|
margin: 6px 1px 5px 0;
|
|
3218
4300
|
padding: 0 4px;
|
|
3219
4301
|
width: auto;
|
|
3220
4302
|
}
|
|
4303
|
+
.tox .tox-tbtn--bordered,
|
|
4304
|
+
.tox .tox-tbtn--bordered:focus,
|
|
4305
|
+
.tox .tox-tbtn--bordered:hover {
|
|
4306
|
+
border: 1px solid #eeeeee;
|
|
4307
|
+
}
|
|
3221
4308
|
.tox .tox-tbtn__select-label {
|
|
3222
4309
|
cursor: default;
|
|
3223
4310
|
font-weight: normal;
|
|
@@ -3236,9 +4323,17 @@ body.tox-dialog__disable-scroll {
|
|
|
3236
4323
|
.tox .tox-tbtn__select-chevron svg {
|
|
3237
4324
|
fill: rgba(34, 47, 62, 0.5);
|
|
3238
4325
|
}
|
|
4326
|
+
@media (forced-colors: active) {
|
|
4327
|
+
.tox .tox-tbtn__select-chevron svg {
|
|
4328
|
+
fill: currentColor;
|
|
4329
|
+
}
|
|
4330
|
+
}
|
|
3239
4331
|
.tox .tox-tbtn--bespoke {
|
|
3240
4332
|
background: #f7f7f7;
|
|
3241
4333
|
}
|
|
4334
|
+
.tox .tox-tbtn--bespoke:focus {
|
|
4335
|
+
background: #f7f7f7;
|
|
4336
|
+
}
|
|
3242
4337
|
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
|
|
3243
4338
|
margin-inline-start: 4px;
|
|
3244
4339
|
}
|
|
@@ -3258,33 +4353,66 @@ body.tox-dialog__disable-scroll {
|
|
|
3258
4353
|
box-sizing: border-box;
|
|
3259
4354
|
display: flex;
|
|
3260
4355
|
margin: 6px 1px 5px 0;
|
|
3261
|
-
overflow: hidden;
|
|
3262
4356
|
}
|
|
3263
4357
|
.tox .tox-split-button:hover {
|
|
3264
|
-
box-shadow: 0 0 0 1px #
|
|
4358
|
+
box-shadow: 0 0 0 1px #f0f0f0 inset;
|
|
3265
4359
|
}
|
|
3266
4360
|
.tox .tox-split-button:focus {
|
|
3267
|
-
background: #
|
|
4361
|
+
background: #fff;
|
|
3268
4362
|
box-shadow: none;
|
|
3269
4363
|
color: #222f3e;
|
|
4364
|
+
position: relative;
|
|
4365
|
+
z-index: 1;
|
|
4366
|
+
}
|
|
4367
|
+
.tox .tox-split-button:focus::after {
|
|
4368
|
+
pointer-events: none;
|
|
4369
|
+
border-radius: 3px;
|
|
4370
|
+
bottom: 0;
|
|
4371
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
4372
|
+
content: '';
|
|
4373
|
+
left: 0;
|
|
4374
|
+
position: absolute;
|
|
4375
|
+
right: 0;
|
|
4376
|
+
top: 0;
|
|
4377
|
+
}
|
|
4378
|
+
@media (forced-colors: active) {
|
|
4379
|
+
.tox .tox-split-button:focus::after {
|
|
4380
|
+
border: 2px solid highlight;
|
|
4381
|
+
}
|
|
3270
4382
|
}
|
|
3271
4383
|
.tox .tox-split-button > * {
|
|
3272
4384
|
border-radius: 0;
|
|
3273
4385
|
}
|
|
4386
|
+
.tox .tox-split-button > *:nth-child(1) {
|
|
4387
|
+
border-bottom-left-radius: 3px;
|
|
4388
|
+
border-top-left-radius: 3px;
|
|
4389
|
+
}
|
|
4390
|
+
.tox .tox-split-button > *:nth-child(2) {
|
|
4391
|
+
border-bottom-right-radius: 3px;
|
|
4392
|
+
border-top-right-radius: 3px;
|
|
4393
|
+
}
|
|
3274
4394
|
.tox .tox-split-button__chevron {
|
|
3275
4395
|
width: 16px;
|
|
3276
4396
|
}
|
|
3277
4397
|
.tox .tox-split-button__chevron svg {
|
|
3278
4398
|
fill: rgba(34, 47, 62, 0.5);
|
|
3279
4399
|
}
|
|
4400
|
+
@media (forced-colors: active) {
|
|
4401
|
+
.tox .tox-split-button__chevron svg {
|
|
4402
|
+
fill: currentColor;
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
3280
4405
|
.tox .tox-split-button .tox-tbtn {
|
|
3281
4406
|
margin: 0;
|
|
3282
4407
|
}
|
|
4408
|
+
.tox .tox-split-button:focus .tox-tbtn {
|
|
4409
|
+
background-color: transparent;
|
|
4410
|
+
}
|
|
3283
4411
|
.tox .tox-split-button.tox-tbtn--disabled:hover,
|
|
3284
4412
|
.tox .tox-split-button.tox-tbtn--disabled:focus,
|
|
3285
4413
|
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
|
|
3286
4414
|
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
|
|
3287
|
-
background:
|
|
4415
|
+
background: #fff;
|
|
3288
4416
|
box-shadow: none;
|
|
3289
4417
|
color: rgba(34, 47, 62, 0.5);
|
|
3290
4418
|
}
|
|
@@ -3297,9 +4425,9 @@ body.tox-dialog__disable-scroll {
|
|
|
3297
4425
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
3298
4426
|
width: 20px;
|
|
3299
4427
|
}
|
|
3300
|
-
.tox .tox-split-button.tox-tbtn--disabled svg
|
|
3301
|
-
.tox .tox-split-button.tox-tbtn--disabled svg
|
|
3302
|
-
opacity: 0.
|
|
4428
|
+
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color,
|
|
4429
|
+
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color {
|
|
4430
|
+
opacity: 0.3;
|
|
3303
4431
|
}
|
|
3304
4432
|
.tox .tox-toolbar-overlord {
|
|
3305
4433
|
background-color: #fff;
|
|
@@ -3309,7 +4437,7 @@ body.tox-dialog__disable-scroll {
|
|
|
3309
4437
|
.tox .tox-toolbar__overflow {
|
|
3310
4438
|
background-attachment: local;
|
|
3311
4439
|
background-color: #fff;
|
|
3312
|
-
background-image: repeating-linear-gradient(#e3e3e3
|
|
4440
|
+
background-image: repeating-linear-gradient(#e3e3e3 0 1px, transparent 1px 39px);
|
|
3313
4441
|
background-position: center top 40px;
|
|
3314
4442
|
background-repeat: no-repeat;
|
|
3315
4443
|
background-size: calc(100% - 11px * 2) calc(100% - 41px);
|
|
@@ -3350,6 +4478,12 @@ body.tox-dialog__disable-scroll {
|
|
|
3350
4478
|
padding-bottom: 1px;
|
|
3351
4479
|
padding-top: 1px;
|
|
3352
4480
|
}
|
|
4481
|
+
@media (forced-colors: active) {
|
|
4482
|
+
.tox .tox-menubar + .tox-toolbar,
|
|
4483
|
+
.tox .tox-menubar + .tox-toolbar-overlord {
|
|
4484
|
+
outline: 1px solid currentColor;
|
|
4485
|
+
}
|
|
4486
|
+
}
|
|
3353
4487
|
.tox .tox-toolbar--scrolling {
|
|
3354
4488
|
flex-wrap: nowrap;
|
|
3355
4489
|
overflow-x: auto;
|
|
@@ -3368,6 +4502,20 @@ body.tox-dialog__disable-scroll {
|
|
|
3368
4502
|
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
|
|
3369
4503
|
background-image: none;
|
|
3370
4504
|
}
|
|
4505
|
+
.tox .tox-focusable-wrapper {
|
|
4506
|
+
border: 1px solid transparent;
|
|
4507
|
+
margin-right: 2px;
|
|
4508
|
+
pointer-events: none;
|
|
4509
|
+
}
|
|
4510
|
+
.tox .tox-focusable-wrapper .tox-textfield-size {
|
|
4511
|
+
pointer-events: all;
|
|
4512
|
+
}
|
|
4513
|
+
.tox .tox-focusable-wrapper:focus {
|
|
4514
|
+
background-color: #f7f7f7;
|
|
4515
|
+
border-radius: 6px;
|
|
4516
|
+
border-style: solid;
|
|
4517
|
+
border-width: 1px;
|
|
4518
|
+
}
|
|
3371
4519
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
3372
4520
|
background-color: #fff;
|
|
3373
4521
|
background-position: center top 43px;
|
|
@@ -3378,14 +4526,20 @@ body.tox-dialog__disable-scroll {
|
|
|
3378
4526
|
overscroll-behavior: none;
|
|
3379
4527
|
padding: 4px 0;
|
|
3380
4528
|
}
|
|
3381
|
-
|
|
3382
|
-
|
|
4529
|
+
@media (forced-colors: active) {
|
|
4530
|
+
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
4531
|
+
border: solid;
|
|
4532
|
+
}
|
|
3383
4533
|
}
|
|
3384
4534
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
3385
4535
|
background-position: center top 43px;
|
|
3386
4536
|
background-size: calc(100% - 11px * 2) calc(100% - 51px);
|
|
3387
4537
|
padding: 4px 0;
|
|
3388
4538
|
}
|
|
4539
|
+
.tox-context-form__group {
|
|
4540
|
+
display: flex;
|
|
4541
|
+
align-items: center;
|
|
4542
|
+
}
|
|
3389
4543
|
.tox .tox-toolbar__group {
|
|
3390
4544
|
align-items: center;
|
|
3391
4545
|
display: flex;
|
|
@@ -3408,20 +4562,36 @@ body.tox-dialog__disable-scroll {
|
|
|
3408
4562
|
}
|
|
3409
4563
|
.tox .tox-tooltip {
|
|
3410
4564
|
display: inline-block;
|
|
4565
|
+
max-width: 15em;
|
|
3411
4566
|
padding: 8px;
|
|
4567
|
+
/*
|
|
4568
|
+
* The pointer-events: none is designed to make mouse events bleed through the tooltip
|
|
4569
|
+
* to the underlying items. For example, a mouse hovering over a tooltip that hovers over
|
|
4570
|
+
* another item should trigger the hover of the item obscured by the tooltip, even though
|
|
4571
|
+
* the tooltip is on top
|
|
4572
|
+
*/
|
|
4573
|
+
pointer-events: none;
|
|
3412
4574
|
position: relative;
|
|
4575
|
+
width: max-content;
|
|
4576
|
+
z-index: 1150;
|
|
3413
4577
|
}
|
|
3414
4578
|
.tox .tox-tooltip__body {
|
|
3415
4579
|
background-color: #222f3e;
|
|
3416
4580
|
border-radius: 6px;
|
|
3417
|
-
box-shadow:
|
|
3418
|
-
color:
|
|
3419
|
-
font-size:
|
|
4581
|
+
box-shadow: none;
|
|
4582
|
+
color: #fff;
|
|
4583
|
+
font-size: 12px;
|
|
3420
4584
|
font-style: normal;
|
|
3421
|
-
font-weight:
|
|
3422
|
-
|
|
4585
|
+
font-weight: 600;
|
|
4586
|
+
overflow-wrap: break-word;
|
|
4587
|
+
padding: 4px 6px;
|
|
3423
4588
|
text-transform: none;
|
|
3424
4589
|
}
|
|
4590
|
+
@media (forced-colors: active) {
|
|
4591
|
+
.tox .tox-tooltip__body {
|
|
4592
|
+
outline: outset 1px;
|
|
4593
|
+
}
|
|
4594
|
+
}
|
|
3425
4595
|
.tox .tox-tooltip__arrow {
|
|
3426
4596
|
position: absolute;
|
|
3427
4597
|
}
|
|
@@ -3497,12 +4667,12 @@ body.tox-dialog__disable-scroll {
|
|
|
3497
4667
|
fill: #222f3e;
|
|
3498
4668
|
}
|
|
3499
4669
|
.tox .tox-tree .tox-trbtn:focus {
|
|
3500
|
-
background: #
|
|
4670
|
+
background: #f0f0f0;
|
|
3501
4671
|
border: 0;
|
|
3502
4672
|
box-shadow: none;
|
|
3503
4673
|
}
|
|
3504
4674
|
.tox .tox-tree .tox-trbtn:hover {
|
|
3505
|
-
background: #
|
|
4675
|
+
background: #f0f0f0;
|
|
3506
4676
|
border: 0;
|
|
3507
4677
|
box-shadow: none;
|
|
3508
4678
|
color: #222f3e;
|
|
@@ -3533,7 +4703,6 @@ body.tox-dialog__disable-scroll {
|
|
|
3533
4703
|
.tox .tox-tree .tox-trbtn--disabled:hover svg,
|
|
3534
4704
|
.tox .tox-tree .tox-trbtn:disabled svg,
|
|
3535
4705
|
.tox .tox-tree .tox-trbtn:disabled:hover svg {
|
|
3536
|
-
/* stylelint-disable-line no-descending-specificity */
|
|
3537
4706
|
fill: rgba(34, 47, 62, 0.5);
|
|
3538
4707
|
}
|
|
3539
4708
|
.tox .tox-tree .tox-trbtn--enabled,
|
|
@@ -3549,7 +4718,6 @@ body.tox-dialog__disable-scroll {
|
|
|
3549
4718
|
}
|
|
3550
4719
|
.tox .tox-tree .tox-trbtn--enabled svg,
|
|
3551
4720
|
.tox .tox-tree .tox-trbtn--enabled:hover svg {
|
|
3552
|
-
/* stylelint-disable-line no-descending-specificity */
|
|
3553
4721
|
fill: #222f3e;
|
|
3554
4722
|
}
|
|
3555
4723
|
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
|
|
@@ -3581,7 +4749,6 @@ body.tox-dialog__disable-scroll {
|
|
|
3581
4749
|
.tox .tox-tree .tox-tree--directory {
|
|
3582
4750
|
display: flex;
|
|
3583
4751
|
flex-direction: column;
|
|
3584
|
-
/* stylelint-disable no-descending-specificity */
|
|
3585
4752
|
}
|
|
3586
4753
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
|
3587
4754
|
font-weight: bold;
|
|
@@ -3641,6 +4808,11 @@ body.tox-dialog__disable-scroll {
|
|
|
3641
4808
|
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
|
|
3642
4809
|
fill: #222f3e;
|
|
3643
4810
|
}
|
|
4811
|
+
.tox .tox-tree .tox-icon-custom-state {
|
|
4812
|
+
flex-grow: 1;
|
|
4813
|
+
display: flex;
|
|
4814
|
+
justify-content: flex-end;
|
|
4815
|
+
}
|
|
3644
4816
|
.tox .tox-tree .tox-tree--directory__children {
|
|
3645
4817
|
overflow: hidden;
|
|
3646
4818
|
padding-left: 16px;
|
|
@@ -3653,12 +4825,202 @@ body.tox-dialog__disable-scroll {
|
|
|
3653
4825
|
display: flex;
|
|
3654
4826
|
justify-content: space-between;
|
|
3655
4827
|
}
|
|
4828
|
+
.tox .tox-revisionhistory__pane {
|
|
4829
|
+
padding: 0 !important;
|
|
4830
|
+
/* Override the default padding of tox-view__pane */
|
|
4831
|
+
}
|
|
4832
|
+
.tox .tox-revisionhistory__container {
|
|
4833
|
+
display: flex;
|
|
4834
|
+
flex-direction: column;
|
|
4835
|
+
height: 100%;
|
|
4836
|
+
}
|
|
4837
|
+
.tox .tox-revisionhistory {
|
|
4838
|
+
background-color: #fff;
|
|
4839
|
+
border-top: 1px solid #f0f0f0;
|
|
4840
|
+
display: flex;
|
|
4841
|
+
flex: 1;
|
|
4842
|
+
height: 100%;
|
|
4843
|
+
margin-top: 8px;
|
|
4844
|
+
overflow-x: auto;
|
|
4845
|
+
overflow-y: hidden;
|
|
4846
|
+
position: relative;
|
|
4847
|
+
width: 100%;
|
|
4848
|
+
}
|
|
4849
|
+
.tox .tox-revisionhistory--align-right {
|
|
4850
|
+
margin-left: auto;
|
|
4851
|
+
}
|
|
4852
|
+
.tox .tox-revisionhistory__iframe {
|
|
4853
|
+
flex: 1;
|
|
4854
|
+
}
|
|
4855
|
+
.tox .tox-revisionhistory__sidebar {
|
|
4856
|
+
display: flex;
|
|
4857
|
+
flex-direction: column;
|
|
4858
|
+
height: 100%;
|
|
4859
|
+
min-width: 248px;
|
|
4860
|
+
width: 316px;
|
|
4861
|
+
}
|
|
4862
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
|
|
4863
|
+
background-color: #fff;
|
|
4864
|
+
box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
|
|
4865
|
+
color: #222f3e;
|
|
4866
|
+
font-size: 20px;
|
|
4867
|
+
font-weight: 400;
|
|
4868
|
+
line-height: 28px;
|
|
4869
|
+
padding: 12px;
|
|
4870
|
+
z-index: 1;
|
|
4871
|
+
}
|
|
4872
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
|
|
4873
|
+
background-color: #f0f0f0;
|
|
4874
|
+
display: flex;
|
|
4875
|
+
flex: 1;
|
|
4876
|
+
flex-direction: column;
|
|
4877
|
+
gap: 12px;
|
|
4878
|
+
overflow-y: auto;
|
|
4879
|
+
padding: 10px 12px;
|
|
4880
|
+
}
|
|
4881
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
|
|
4882
|
+
height: 100%;
|
|
4883
|
+
position: relative;
|
|
4884
|
+
z-index: 1;
|
|
4885
|
+
}
|
|
4886
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
|
|
4887
|
+
border-radius: 3px;
|
|
4888
|
+
bottom: 0;
|
|
4889
|
+
box-shadow: 0 0 0 2px #006ce7 ;
|
|
4890
|
+
content: '';
|
|
4891
|
+
left: 0;
|
|
4892
|
+
position: absolute;
|
|
4893
|
+
right: 0;
|
|
4894
|
+
top: 0;
|
|
4895
|
+
border-radius: 6px;
|
|
4896
|
+
bottom: 1px;
|
|
4897
|
+
left: 1px;
|
|
4898
|
+
right: 1px;
|
|
4899
|
+
top: 1px;
|
|
4900
|
+
}
|
|
4901
|
+
@media (forced-colors: active) {
|
|
4902
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
|
|
4903
|
+
border: 2px solid highlight;
|
|
4904
|
+
}
|
|
4905
|
+
}
|
|
4906
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
|
|
4907
|
+
background-color: #fff;
|
|
4908
|
+
border: 1px solid #f0f0f0;
|
|
4909
|
+
border-radius: 6px;
|
|
4910
|
+
color: #222f3e;
|
|
4911
|
+
cursor: pointer;
|
|
4912
|
+
display: flex;
|
|
4913
|
+
flex-direction: column;
|
|
4914
|
+
font-size: 14px;
|
|
4915
|
+
gap: 12px;
|
|
4916
|
+
padding: 12px;
|
|
4917
|
+
width: 100%;
|
|
4918
|
+
}
|
|
4919
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
|
|
4920
|
+
box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
|
|
4921
|
+
}
|
|
4922
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
|
|
4923
|
+
position: relative;
|
|
4924
|
+
z-index: 1;
|
|
4925
|
+
}
|
|
4926
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
|
|
4927
|
+
border-radius: 3px;
|
|
4928
|
+
bottom: 0;
|
|
4929
|
+
box-shadow: 0 0 0 2px #006ce7 #006ce7;
|
|
4930
|
+
content: '';
|
|
4931
|
+
left: 0;
|
|
4932
|
+
position: absolute;
|
|
4933
|
+
right: 0;
|
|
4934
|
+
top: 0;
|
|
4935
|
+
border-radius: 6px;
|
|
4936
|
+
box-shadow: 0 0 0 2px #006ce7;
|
|
4937
|
+
box-shadow: 0 0 0 2px #006ce7 !important;
|
|
4938
|
+
}
|
|
4939
|
+
@media (forced-colors: active) {
|
|
4940
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
|
|
4941
|
+
border: 2px solid highlight;
|
|
4942
|
+
}
|
|
4943
|
+
}
|
|
4944
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
|
|
4945
|
+
background-color: #fff5cc;
|
|
4946
|
+
box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
|
|
4947
|
+
position: relative;
|
|
4948
|
+
}
|
|
4949
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
|
|
4950
|
+
border-radius: 3px;
|
|
4951
|
+
bottom: 0;
|
|
4952
|
+
box-shadow: 0 0 0 2px #006ce7 #e3b82a;
|
|
4953
|
+
content: '';
|
|
4954
|
+
left: 0;
|
|
4955
|
+
position: absolute;
|
|
4956
|
+
right: 0;
|
|
4957
|
+
top: 0;
|
|
4958
|
+
border-radius: 6px;
|
|
4959
|
+
box-shadow: 0 0 0 2px #e3b82a;
|
|
4960
|
+
}
|
|
4961
|
+
@media (forced-colors: active) {
|
|
4962
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
|
|
4963
|
+
border: 2px solid highlight;
|
|
4964
|
+
}
|
|
4965
|
+
}
|
|
4966
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date {
|
|
4967
|
+
display: flex;
|
|
4968
|
+
gap: 12px;
|
|
4969
|
+
justify-content: space-between;
|
|
4970
|
+
}
|
|
4971
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label {
|
|
4972
|
+
font-size: 16px;
|
|
4973
|
+
line-height: 24px;
|
|
4974
|
+
}
|
|
4975
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label {
|
|
4976
|
+
font-size: 12px;
|
|
4977
|
+
font-weight: 600;
|
|
4978
|
+
line-height: 24px;
|
|
4979
|
+
padding: 0;
|
|
4980
|
+
}
|
|
4981
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author {
|
|
4982
|
+
align-items: center;
|
|
4983
|
+
display: flex;
|
|
4984
|
+
flex: 1 0 0;
|
|
4985
|
+
gap: 8px;
|
|
4986
|
+
height: 36px;
|
|
4987
|
+
}
|
|
4988
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name {
|
|
4989
|
+
overflow: hidden;
|
|
4990
|
+
text-overflow: ellipsis;
|
|
4991
|
+
white-space: nowrap;
|
|
4992
|
+
font-size: 14px;
|
|
4993
|
+
font-weight: 700;
|
|
4994
|
+
line-height: 18px;
|
|
4995
|
+
}
|
|
4996
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar {
|
|
4997
|
+
border-radius: 50%;
|
|
4998
|
+
height: 36px;
|
|
4999
|
+
object-fit: cover;
|
|
5000
|
+
vertical-align: middle;
|
|
5001
|
+
width: 36px;
|
|
5002
|
+
}
|
|
5003
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
|
|
5004
|
+
color: rgba(34, 47, 62, 0.7);
|
|
5005
|
+
font-size: 16px;
|
|
5006
|
+
line-height: 24px;
|
|
5007
|
+
padding: 5px 5.5px;
|
|
5008
|
+
}
|
|
5009
|
+
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon {
|
|
5010
|
+
color: #222f3e;
|
|
5011
|
+
height: 24px;
|
|
5012
|
+
}
|
|
5013
|
+
[data-mce-name="uploadcare-enhance-filter"] .color-swatch-remove-color path {
|
|
5014
|
+
fill: #c00;
|
|
5015
|
+
stroke: #c00;
|
|
5016
|
+
}
|
|
3656
5017
|
.tox .tox-view-wrap,
|
|
3657
5018
|
.tox .tox-view-wrap__slot-container {
|
|
3658
5019
|
background-color: #fff;
|
|
3659
5020
|
display: flex;
|
|
3660
5021
|
flex: 1;
|
|
3661
5022
|
flex-direction: column;
|
|
5023
|
+
height: 100%;
|
|
3662
5024
|
}
|
|
3663
5025
|
.tox .tox-view {
|
|
3664
5026
|
display: flex;
|
|
@@ -3671,9 +5033,23 @@ body.tox-dialog__disable-scroll {
|
|
|
3671
5033
|
display: flex;
|
|
3672
5034
|
font-size: 16px;
|
|
3673
5035
|
justify-content: space-between;
|
|
3674
|
-
padding:
|
|
5036
|
+
padding: 10px 10px 2px 10px;
|
|
3675
5037
|
position: relative;
|
|
3676
5038
|
}
|
|
5039
|
+
.tox .tox-view__label {
|
|
5040
|
+
color: #222f3e;
|
|
5041
|
+
font-weight: bold;
|
|
5042
|
+
line-height: 24px;
|
|
5043
|
+
padding: 4px 16px;
|
|
5044
|
+
text-align: center;
|
|
5045
|
+
white-space: nowrap;
|
|
5046
|
+
}
|
|
5047
|
+
.tox .tox-view__label--normal {
|
|
5048
|
+
font-size: 16px;
|
|
5049
|
+
}
|
|
5050
|
+
.tox .tox-view__label--large {
|
|
5051
|
+
font-size: 20px;
|
|
5052
|
+
}
|
|
3677
5053
|
.tox .tox-view--mobile.tox-view__header,
|
|
3678
5054
|
.tox .tox-view--mobile.tox-view__toolbar {
|
|
3679
5055
|
padding: 8px;
|
|
@@ -3687,7 +5063,8 @@ body.tox-dialog__disable-scroll {
|
|
|
3687
5063
|
flex-direction: row;
|
|
3688
5064
|
gap: 8px;
|
|
3689
5065
|
justify-content: space-between;
|
|
3690
|
-
|
|
5066
|
+
overflow-x: auto;
|
|
5067
|
+
padding: 10px 10px 2px 10px;
|
|
3691
5068
|
}
|
|
3692
5069
|
.tox .tox-view__toolbar__group {
|
|
3693
5070
|
display: flex;
|
|
@@ -3701,6 +5078,7 @@ body.tox-dialog__disable-scroll {
|
|
|
3701
5078
|
.tox .tox-view__pane {
|
|
3702
5079
|
height: 100%;
|
|
3703
5080
|
padding: 8px;
|
|
5081
|
+
position: relative;
|
|
3704
5082
|
width: 100%;
|
|
3705
5083
|
}
|
|
3706
5084
|
.tox .tox-view__pane_panel {
|