trestle-tinymce 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -0
  3. data/app/assets/javascripts/tinymce/skins/ui/trestle/content.css +150 -25
  4. data/app/assets/javascripts/tinymce/skins/ui/trestle/content.inline.css +150 -25
  5. data/app/assets/javascripts/tinymce/skins/ui/trestle/content.inline.min.css +1 -1
  6. data/app/assets/javascripts/tinymce/skins/ui/trestle/content.inline.min.css.map +1 -1
  7. data/app/assets/javascripts/tinymce/skins/ui/trestle/content.min.css +1 -1
  8. data/app/assets/javascripts/tinymce/skins/ui/trestle/content.min.css.map +1 -1
  9. data/app/assets/javascripts/tinymce/skins/ui/trestle/skin.css +345 -116
  10. data/app/assets/javascripts/tinymce/skins/ui/trestle/skin.min.css +1 -1
  11. data/app/assets/javascripts/tinymce/skins/ui/trestle/skin.min.css.map +1 -1
  12. data/lib/trestle/tinymce/version.rb +1 -1
  13. metadata +6 -22
  14. data/app/assets/javascripts/tinymce/skins/ui/content.css +0 -607
  15. data/app/assets/javascripts/tinymce/skins/ui/content.inline.css +0 -601
  16. data/app/assets/javascripts/tinymce/skins/ui/content.inline.min.css +0 -8
  17. data/app/assets/javascripts/tinymce/skins/ui/content.inline.min.css.map +0 -1
  18. data/app/assets/javascripts/tinymce/skins/ui/content.min.css +0 -8
  19. data/app/assets/javascripts/tinymce/skins/ui/content.min.css.map +0 -1
  20. data/app/assets/javascripts/tinymce/skins/ui/content.mobile.css +0 -29
  21. data/app/assets/javascripts/tinymce/skins/ui/content.mobile.min.css +0 -8
  22. data/app/assets/javascripts/tinymce/skins/ui/content.mobile.min.css.map +0 -1
  23. data/app/assets/javascripts/tinymce/skins/ui/fonts/tinymce-mobile.woff +0 -0
  24. data/app/assets/javascripts/tinymce/skins/ui/skin.css +0 -2910
  25. data/app/assets/javascripts/tinymce/skins/ui/skin.min.css +0 -8
  26. data/app/assets/javascripts/tinymce/skins/ui/skin.min.css.map +0 -1
  27. data/app/assets/javascripts/tinymce/skins/ui/skin.mobile.css +0 -673
  28. data/app/assets/javascripts/tinymce/skins/ui/skin.mobile.min.css +0 -8
  29. data/app/assets/javascripts/tinymce/skins/ui/skin.mobile.min.css.map +0 -1
@@ -1,4 +1,5 @@
1
1
  .tox {
2
+ box-shadow: none;
2
3
  box-sizing: content-box;
3
4
  color: #222f3e;
4
5
  cursor: auto;
@@ -14,7 +15,7 @@
14
15
  vertical-align: initial;
15
16
  white-space: normal;
16
17
  }
17
- .tox *:not(svg) {
18
+ .tox *:not(svg):not(rect) {
18
19
  box-sizing: inherit;
19
20
  color: inherit;
20
21
  cursor: inherit;
@@ -32,10 +33,11 @@
32
33
  vertical-align: inherit;
33
34
  white-space: inherit;
34
35
  }
35
- .tox *:not(svg) {
36
+ .tox *:not(svg):not(rect) {
36
37
  /* stylelint-disable-line no-duplicate-selectors */
37
38
  background: transparent;
38
39
  border: 0;
40
+ box-shadow: none;
39
41
  float: none;
40
42
  height: auto;
41
43
  margin: 0;
@@ -70,8 +72,8 @@
70
72
  box-shadow: none;
71
73
  }
72
74
  .tox-tinymce-inline .tox-editor-header {
75
+ background-color: transparent;
73
76
  border: 1px solid #ccc;
74
- border-bottom: 0;
75
77
  border-radius: 0.25rem;
76
78
  box-shadow: none;
77
79
  }
@@ -86,6 +88,9 @@
86
88
  button::-moz-focus-inner {
87
89
  border: 0;
88
90
  }
91
+ .tox[dir=rtl] .tox-icon--flip svg {
92
+ transform: rotateY(180deg);
93
+ }
89
94
  .tox .accessibility-issue__header {
90
95
  align-items: center;
91
96
  display: flex;
@@ -113,101 +118,101 @@ button::-moz-focus-inner {
113
118
  .tox .accessibility-issue__repair {
114
119
  margin-top: 16px;
115
120
  }
116
- .tox .accessibility-issue--info .accessibility-issue__description {
121
+ .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
117
122
  background-color: rgba(77, 107, 178, 0.1);
118
123
  border-color: #4d6bb2;
119
124
  color: #222f3e;
120
125
  }
121
- .tox .accessibility-issue--info .accessibility-issue__description > *:last-child {
126
+ .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description > *:last-child {
122
127
  border-color: #4d6bb2;
123
128
  }
124
- .tox .accessibility-issue--info h2 {
129
+ .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
125
130
  color: #4d6bb2;
126
131
  }
127
- .tox .accessibility-issue--info .tox-icon svg {
132
+ .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
128
133
  fill: #4d6bb2;
129
134
  }
130
- .tox .accessibility-issue--info a .tox-icon {
135
+ .tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
131
136
  color: #4d6bb2;
132
137
  }
133
- .tox .accessibility-issue--warn .accessibility-issue__description {
138
+ .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
134
139
  background-color: rgba(255, 165, 0, 0.1);
135
140
  border-color: rgba(255, 165, 0, 0.5);
136
141
  color: #222f3e;
137
142
  }
138
- .tox .accessibility-issue--warn .accessibility-issue__description > *:last-child {
143
+ .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description > *:last-child {
139
144
  border-color: rgba(255, 165, 0, 0.5);
140
145
  }
141
- .tox .accessibility-issue--warn h2 {
146
+ .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
142
147
  color: #cc8500;
143
148
  }
144
- .tox .accessibility-issue--warn .tox-icon svg {
149
+ .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
145
150
  fill: #cc8500;
146
151
  }
147
- .tox .accessibility-issue--warn a .tox-icon {
152
+ .tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
148
153
  color: #cc8500;
149
154
  }
150
- .tox .accessibility-issue--error .accessibility-issue__description {
155
+ .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
151
156
  background-color: rgba(225, 117, 114, 0.1);
152
157
  border-color: rgba(225, 117, 114, 0.4);
153
158
  color: #222f3e;
154
159
  }
155
- .tox .accessibility-issue--error .accessibility-issue__description > *:last-child {
160
+ .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description > *:last-child {
156
161
  border-color: rgba(225, 117, 114, 0.4);
157
162
  }
158
- .tox .accessibility-issue--error h2 {
163
+ .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
159
164
  color: #e17572;
160
165
  }
161
- .tox .accessibility-issue--error .tox-icon svg {
166
+ .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
162
167
  fill: #e17572;
163
168
  }
164
- .tox .accessibility-issue--error a .tox-icon {
169
+ .tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
165
170
  color: #e17572;
166
171
  }
167
- .tox .accessibility-issue--success .accessibility-issue__description {
172
+ .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
168
173
  background-color: rgba(125, 198, 125, 0.1);
169
174
  border-color: rgba(125, 198, 125, 0.4);
170
175
  color: #222f3e;
171
176
  }
172
- .tox .accessibility-issue--success .accessibility-issue__description > *:last-child {
177
+ .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
173
178
  border-color: rgba(125, 198, 125, 0.4);
174
179
  }
175
- .tox .accessibility-issue--success h2 {
180
+ .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
176
181
  color: #7dc67d;
177
182
  }
178
- .tox .accessibility-issue--success .tox-icon svg {
183
+ .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
179
184
  fill: #7dc67d;
180
185
  }
181
- .tox .accessibility-issue--success a .tox-icon {
186
+ .tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
182
187
  color: #7dc67d;
183
188
  }
184
189
  .tox .tox-dialog__body-content .accessibility-issue__header h1,
185
190
  .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
186
191
  margin-top: 0;
187
192
  }
188
- .tox:not([dir=rtl]) .accessibility-issue__header .tox-button {
193
+ .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
189
194
  margin-left: 4px;
190
195
  }
191
- .tox:not([dir=rtl]) .accessibility-issue__header > *:nth-last-child(2) {
196
+ .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
192
197
  margin-left: auto;
193
198
  }
194
- .tox:not([dir=rtl]) .accessibility-issue__description {
199
+ .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
195
200
  padding: 4px 4px 4px 8px;
196
201
  }
197
- .tox:not([dir=rtl]) .accessibility-issue__description > *:last-child {
202
+ .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description > *:last-child {
198
203
  border-left-width: 1px;
199
204
  padding-left: 4px;
200
205
  }
201
- .tox[dir=rtl] .accessibility-issue__header .tox-button {
206
+ .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
202
207
  margin-right: 4px;
203
208
  }
204
- .tox[dir=rtl] .accessibility-issue__header > *:nth-last-child(2) {
209
+ .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
205
210
  margin-right: auto;
206
211
  }
207
- .tox[dir=rtl] .accessibility-issue__description {
212
+ .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
208
213
  padding: 4px 8px 4px 4px;
209
214
  }
210
- .tox[dir=rtl] .accessibility-issue__description > *:last-child {
215
+ .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description > *:last-child {
211
216
  border-right-width: 1px;
212
217
  padding-right: 4px;
213
218
  }
@@ -222,8 +227,8 @@ button::-moz-focus-inner {
222
227
  .tox .tox-button {
223
228
  background-color: #7dc67d;
224
229
  background-image: none;
225
- background-position: none;
226
- background-repeat: none;
230
+ background-position: 0 0;
231
+ background-repeat: repeat;
227
232
  border-color: #7dc67d;
228
233
  border-radius: 0.3rem;
229
234
  border-style: solid;
@@ -235,15 +240,16 @@ button::-moz-focus-inner {
235
240
  display: inline-block;
236
241
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
237
242
  font-size: 1.35rem;
243
+ font-style: normal;
238
244
  font-weight: 400;
239
- letter-spacing: 1;
245
+ letter-spacing: normal;
240
246
  line-height: 1.5;
241
247
  margin: 0;
242
248
  outline: none;
243
249
  padding: 0.5rem 1.25rem;
244
250
  text-align: center;
245
251
  text-decoration: none;
246
- text-transform: capitalize;
252
+ text-transform: none;
247
253
  white-space: nowrap;
248
254
  }
249
255
  .tox .tox-button[disabled] {
@@ -278,18 +284,22 @@ button::-moz-focus-inner {
278
284
  .tox .tox-button--secondary {
279
285
  background-color: #bbb;
280
286
  background-image: none;
281
- background-position: none;
282
- background-repeat: none;
287
+ background-position: 0 0;
288
+ background-repeat: repeat;
283
289
  border-color: #bbb;
284
290
  border-radius: 0.2rem;
285
291
  border-style: solid;
286
292
  border-width: 1px;
287
293
  box-shadow: none;
288
294
  color: white;
295
+ font-size: 1.35rem;
296
+ font-style: normal;
297
+ font-weight: 400;
298
+ letter-spacing: normal;
289
299
  outline: none;
290
300
  padding: 0.5rem 1.25rem;
291
301
  text-decoration: none;
292
- text-transform: capitalize;
302
+ text-transform: none;
293
303
  }
294
304
  .tox .tox-button--secondary[disabled] {
295
305
  background-color: #bbb;
@@ -394,7 +404,6 @@ button::-moz-focus-inner {
394
404
  .tox .tox-checkbox__input {
395
405
  /* Hide from view but visible to screen readers */
396
406
  height: 1px;
397
- left: -10000px;
398
407
  overflow: hidden;
399
408
  position: absolute;
400
409
  top: auto;
@@ -456,12 +465,18 @@ button::-moz-focus-inner {
456
465
  .tox:not([dir=rtl]) .tox-checkbox__label {
457
466
  margin-left: 4px;
458
467
  }
468
+ .tox:not([dir=rtl]) .tox-checkbox__input {
469
+ left: -10000px;
470
+ }
459
471
  .tox:not([dir=rtl]) .tox-bar .tox-checkbox {
460
472
  margin-left: 4px;
461
473
  }
462
474
  .tox[dir=rtl] .tox-checkbox__label {
463
475
  margin-right: 4px;
464
476
  }
477
+ .tox[dir=rtl] .tox-checkbox__input {
478
+ right: -10000px;
479
+ }
465
480
  .tox[dir=rtl] .tox-bar .tox-checkbox {
466
481
  margin-right: 4px;
467
482
  }
@@ -532,20 +547,18 @@ button::-moz-focus-inner {
532
547
  padding: 4px;
533
548
  }
534
549
  .tox .tox-collection--list .tox-collection__item--enabled {
535
- background-color: inherit;
536
- color: contrast(inherit, #222f3e, #fff);
550
+ background-color: #fff;
551
+ color: #222f3e;
537
552
  }
538
- .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
553
+ .tox .tox-collection--list .tox-collection__item--active {
539
554
  background-color: #dee0e2;
540
- color: #222f3e;
541
555
  }
542
556
  .tox .tox-collection--toolbar .tox-collection__item--enabled {
543
557
  background-color: #c8cbcf;
544
558
  color: #222f3e;
545
559
  }
546
- .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
560
+ .tox .tox-collection--toolbar .tox-collection__item--active {
547
561
  background-color: #dee0e2;
548
- color: #222f3e;
549
562
  }
550
563
  .tox .tox-collection--grid .tox-collection__item--enabled {
551
564
  background-color: #c8cbcf;
@@ -555,19 +568,22 @@ button::-moz-focus-inner {
555
568
  background-color: #dee0e2;
556
569
  color: #222f3e;
557
570
  }
558
- .tox .tox-collection__item--state-disabled {
559
- background-color: transparent;
560
- color: rgba(34, 47, 62, 0.5);
561
- cursor: default;
571
+ .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
572
+ color: #222f3e;
562
573
  }
563
- .tox .tox-collection__item-icon {
574
+ .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
575
+ color: #222f3e;
576
+ }
577
+ .tox .tox-collection__item-icon,
578
+ .tox .tox-collection__item-checkmark {
564
579
  align-items: center;
565
580
  display: flex;
566
581
  height: 24px;
567
582
  justify-content: center;
568
583
  width: 24px;
569
584
  }
570
- .tox .tox-collection__item-icon svg {
585
+ .tox .tox-collection__item-icon svg,
586
+ .tox .tox-collection__item-checkmark svg {
571
587
  fill: currentColor;
572
588
  }
573
589
  .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
@@ -592,7 +608,7 @@ button::-moz-focus-inner {
592
608
  font-size: 14px;
593
609
  height: 24px;
594
610
  line-height: 24px;
595
- text-transform: normal;
611
+ text-transform: none;
596
612
  }
597
613
  .tox .tox-collection__item-caret {
598
614
  align-items: center;
@@ -607,7 +623,18 @@ button::-moz-focus-inner {
607
623
  .tox .tox-collection__item-caret svg {
608
624
  fill: #222f3e;
609
625
  }
610
- .tox .tox-collection__item[role="menuitemcheckbox"]:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
626
+ .tox .tox-collection__item--state-disabled {
627
+ background-color: transparent;
628
+ color: rgba(34, 47, 62, 0.5);
629
+ cursor: not-allowed;
630
+ }
631
+ .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
632
+ fill: rgba(34, 47, 62, 0.5);
633
+ }
634
+ .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
635
+ display: none;
636
+ }
637
+ .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
611
638
  display: none;
612
639
  }
613
640
  .tox .tox-collection--horizontal {
@@ -641,13 +668,61 @@ button::-moz-focus-inner {
641
668
  .tox .tox-collection--horizontal .tox-collection__item-caret {
642
669
  margin-left: 4px;
643
670
  }
671
+ .tox .tox-collection__item-container {
672
+ display: flex;
673
+ }
674
+ .tox .tox-collection__item-container--row {
675
+ align-items: center;
676
+ flex: 1 1 auto;
677
+ flex-direction: row;
678
+ }
679
+ .tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
680
+ margin-right: auto;
681
+ }
682
+ .tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
683
+ justify-content: flex-end;
684
+ margin-left: auto;
685
+ }
686
+ .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
687
+ align-items: flex-start;
688
+ margin-bottom: auto;
689
+ }
690
+ .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
691
+ align-items: center;
692
+ }
693
+ .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
694
+ align-items: flex-end;
695
+ margin-top: auto;
696
+ }
697
+ .tox .tox-collection__item-container--column {
698
+ -ms-grid-row-align: center;
699
+ align-self: center;
700
+ flex: 1 1 auto;
701
+ flex-direction: column;
702
+ }
703
+ .tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
704
+ align-items: flex-start;
705
+ }
706
+ .tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
707
+ align-items: flex-end;
708
+ }
709
+ .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
710
+ align-self: flex-start;
711
+ }
712
+ .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
713
+ -ms-grid-row-align: center;
714
+ align-self: center;
715
+ }
716
+ .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
717
+ align-self: flex-end;
718
+ }
644
719
  .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
645
720
  border-right: 1px solid #c2c2c2;
646
721
  }
647
722
  .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
648
723
  margin-left: 8px;
649
724
  }
650
- .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item-label:first-child {
725
+ .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
651
726
  margin-left: 4px;
652
727
  }
653
728
  .tox:not([dir=rtl]) .tox-collection__item-accessory {
@@ -663,15 +738,9 @@ button::-moz-focus-inner {
663
738
  .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
664
739
  margin-right: 8px;
665
740
  }
666
- .tox[dir=rtl] .tox-collection--list .tox-collection__item-label:first-child {
741
+ .tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
667
742
  margin-right: 4px;
668
743
  }
669
- .tox[dir=rtl] .tox-collection__item-icon-rtl {
670
- /* stylelint-disable-next-line no-descending-specificity */
671
- }
672
- .tox[dir=rtl] .tox-collection__item-icon-rtl .tox-collection__item-icon svg {
673
- transform: rotateY(180deg);
674
- }
675
744
  .tox[dir=rtl] .tox-collection__item-accessory {
676
745
  margin-right: 16px;
677
746
  text-align: left;
@@ -1126,7 +1195,7 @@ button::-moz-focus-inner {
1126
1195
  font-weight: 500;
1127
1196
  line-height: 1.5;
1128
1197
  margin: 0;
1129
- text-transform: normal;
1198
+ text-transform: none;
1130
1199
  }
1131
1200
  .tox .tox-dialog__body {
1132
1201
  color: #222f3e;
@@ -1139,7 +1208,7 @@ button::-moz-focus-inner {
1139
1208
  line-height: 1.5;
1140
1209
  min-width: 0;
1141
1210
  text-align: left;
1142
- text-transform: normal;
1211
+ text-transform: none;
1143
1212
  }
1144
1213
  @media only screen and (max-width:767px) {
1145
1214
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
@@ -1216,6 +1285,9 @@ button::-moz-focus-inner {
1216
1285
  color: #3e568e;
1217
1286
  text-decoration: none;
1218
1287
  }
1288
+ .tox .tox-dialog__body-content svg {
1289
+ fill: #222f3e;
1290
+ }
1219
1291
  .tox .tox-dialog__body-content ul {
1220
1292
  display: block;
1221
1293
  list-style-type: disc;
@@ -1228,16 +1300,24 @@ button::-moz-focus-inner {
1228
1300
  padding-inline-start: 2.5rem;
1229
1301
  }
1230
1302
  .tox .tox-dialog__body-content .tox-form__group h1 {
1303
+ color: #222f3e;
1231
1304
  font-size: 20px;
1305
+ font-style: normal;
1232
1306
  font-weight: bold;
1307
+ letter-spacing: normal;
1233
1308
  margin-bottom: 16px;
1234
1309
  margin-top: 2rem;
1310
+ text-transform: none;
1235
1311
  }
1236
1312
  .tox .tox-dialog__body-content .tox-form__group h2 {
1313
+ color: #222f3e;
1237
1314
  font-size: 16px;
1315
+ font-style: normal;
1238
1316
  font-weight: bold;
1317
+ letter-spacing: normal;
1239
1318
  margin-bottom: 16px;
1240
1319
  margin-top: 2rem;
1320
+ text-transform: none;
1241
1321
  }
1242
1322
  .tox .tox-dialog__body-content .tox-form__group p {
1243
1323
  margin-bottom: 16px;
@@ -1348,9 +1428,6 @@ button::-moz-focus-inner {
1348
1428
  .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
1349
1429
  transition-delay: 0s;
1350
1430
  }
1351
- body.tox-dialog__disable-scroll {
1352
- overflow: hidden;
1353
- }
1354
1431
  .tox.tox-platform-ie {
1355
1432
  /* IE11 CSS styles go here */
1356
1433
  }
@@ -1388,6 +1465,9 @@ body.tox-dialog__disable-scroll {
1388
1465
  .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
1389
1466
  margin-right: 8px;
1390
1467
  }
1468
+ body.tox-dialog__disable-scroll {
1469
+ overflow: hidden;
1470
+ }
1391
1471
  .tox .tox-dropzone-container {
1392
1472
  display: flex;
1393
1473
  flex: 1;
@@ -1438,6 +1518,18 @@ body.tox-dialog__disable-scroll {
1438
1518
  .tox .tox-editor-header {
1439
1519
  z-index: 1;
1440
1520
  }
1521
+ .tox:not(.tox-tinymce-inline) .tox-editor-header {
1522
+ box-shadow: none;
1523
+ transition: box-shadow 0.5s;
1524
+ }
1525
+ .tox.tox-tinymce--toolbar-bottom .tox-editor-header,
1526
+ .tox.tox-tinymce-inline .tox-editor-header {
1527
+ margin-bottom: -1px;
1528
+ }
1529
+ .tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
1530
+ background-color: transparent;
1531
+ box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
1532
+ }
1441
1533
  .tox-editor-dock-fadeout {
1442
1534
  opacity: 0;
1443
1535
  visibility: hidden;
@@ -1505,31 +1597,64 @@ body.tox-dialog__disable-scroll {
1505
1597
  }
1506
1598
  .tox .tox-color-input {
1507
1599
  display: flex;
1600
+ position: relative;
1601
+ z-index: 1;
1508
1602
  }
1509
1603
  .tox .tox-color-input .tox-textfield {
1510
- border-radius: 3px 0 0 3px;
1511
- display: flex;
1604
+ z-index: -1;
1512
1605
  }
1513
1606
  .tox .tox-color-input span {
1514
1607
  border-color: rgba(34, 47, 62, 0.2);
1515
- border-radius: 0 3px 3px 0;
1608
+ border-radius: 0.25rem;
1516
1609
  border-style: solid;
1517
- border-width: 1px 1px 1px 0;
1610
+ border-width: 1px;
1518
1611
  box-shadow: none;
1519
1612
  box-sizing: border-box;
1520
- cursor: pointer;
1521
- display: flex;
1522
- width: 35px;
1613
+ height: 24px;
1614
+ position: absolute;
1615
+ top: 6px;
1616
+ width: 24px;
1523
1617
  }
1524
- .tox .tox-color-input span:focus {
1618
+ .tox .tox-color-input span:hover:not([aria-disabled=true]),
1619
+ .tox .tox-color-input span:focus:not([aria-disabled=true]) {
1525
1620
  border-color: #7dc67d;
1621
+ cursor: pointer;
1622
+ }
1623
+ .tox .tox-color-input span::before {
1624
+ background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
1625
+ background-position: 0 0, 0 6px, 6px -6px, -6px 0;
1626
+ background-size: 12px 12px;
1627
+ border: 1px solid #fff;
1628
+ border-radius: 0.25rem;
1629
+ box-sizing: border-box;
1630
+ content: '';
1631
+ height: 24px;
1632
+ left: -1px;
1633
+ position: absolute;
1634
+ top: -1px;
1635
+ width: 24px;
1636
+ z-index: -1;
1637
+ }
1638
+ .tox .tox-color-input span[aria-disabled=true] {
1639
+ cursor: not-allowed;
1640
+ }
1641
+ .tox:not([dir=rtl]) .tox-color-input {
1642
+ /* stylelint-disable-next-line no-descending-specificity */
1643
+ }
1644
+ .tox:not([dir=rtl]) .tox-color-input .tox-textfield {
1645
+ padding-left: 36px;
1646
+ }
1647
+ .tox:not([dir=rtl]) .tox-color-input span {
1648
+ left: 6px;
1649
+ }
1650
+ .tox[dir="rtl"] .tox-color-input {
1651
+ /* stylelint-disable-next-line no-descending-specificity */
1526
1652
  }
1527
1653
  .tox[dir="rtl"] .tox-color-input .tox-textfield {
1528
- border-radius: 0 3px 3px 0;
1654
+ padding-right: 36px;
1529
1655
  }
1530
1656
  .tox[dir="rtl"] .tox-color-input span {
1531
- border-radius: 3px 0 0 3px;
1532
- border-width: 1px 0 1px 1px;
1657
+ right: 6px;
1533
1658
  }
1534
1659
  .tox .tox-label,
1535
1660
  .tox .tox-toolbar-label {
@@ -1540,7 +1665,7 @@ body.tox-dialog__disable-scroll {
1540
1665
  font-weight: bold;
1541
1666
  line-height: 2;
1542
1667
  padding: 0 8px 0 0;
1543
- text-transform: normal;
1668
+ text-transform: none;
1544
1669
  white-space: nowrap;
1545
1670
  }
1546
1671
  .tox .tox-toolbar-label {
@@ -1623,7 +1748,7 @@ body.tox-dialog__disable-scroll {
1623
1748
  }
1624
1749
  .tox .tox-textfield,
1625
1750
  .tox .tox-toolbar-textfield,
1626
- .tox .tox-selectfield select,
1751
+ .tox .tox-listboxfield .tox-listbox--select,
1627
1752
  .tox .tox-textarea {
1628
1753
  -webkit-appearance: none;
1629
1754
  -moz-appearance: none;
@@ -1640,6 +1765,7 @@ body.tox-dialog__disable-scroll {
1640
1765
  font-size: 1rem;
1641
1766
  line-height: 1.5;
1642
1767
  margin: 0;
1768
+ min-height: 34px;
1643
1769
  outline: none;
1644
1770
  padding: 0.375rem 0.75rem;
1645
1771
  resize: none;
@@ -1652,8 +1778,9 @@ body.tox-dialog__disable-scroll {
1652
1778
  cursor: not-allowed;
1653
1779
  }
1654
1780
  .tox .tox-textfield:focus,
1655
- .tox .tox-selectfield select:focus,
1781
+ .tox .tox-listboxfield .tox-listbox--select:focus,
1656
1782
  .tox .tox-textarea:focus {
1783
+ background-color: #fff;
1657
1784
  border-color: #a6b5d8;
1658
1785
  box-shadow: 0 0 0 0.2rem rgba(77, 107, 178, 0.25);
1659
1786
  outline: none;
@@ -1685,10 +1812,65 @@ body.tox-dialog__disable-scroll {
1685
1812
  .tox[dir=rtl] .tox-toolbar-textfield + * {
1686
1813
  margin-right: 4px;
1687
1814
  }
1815
+ .tox .tox-listboxfield {
1816
+ cursor: pointer;
1817
+ position: relative;
1818
+ }
1819
+ .tox .tox-listboxfield .tox-listbox--select[disabled] {
1820
+ background-color: #e8e8e8;
1821
+ color: rgba(34, 47, 62, 0.85);
1822
+ cursor: not-allowed;
1823
+ }
1824
+ .tox .tox-listbox__select-label {
1825
+ cursor: default;
1826
+ flex: 1;
1827
+ margin: 0 4px;
1828
+ }
1829
+ .tox .tox-listbox__select-chevron {
1830
+ align-items: center;
1831
+ display: flex;
1832
+ justify-content: center;
1833
+ width: 16px;
1834
+ }
1835
+ .tox .tox-listbox__select-chevron svg {
1836
+ fill: #222f3e;
1837
+ }
1838
+ .tox .tox-listboxfield .tox-listbox--select {
1839
+ align-items: center;
1840
+ display: flex;
1841
+ }
1842
+ .tox:not([dir=rtl]) .tox-listboxfield svg {
1843
+ right: 8px;
1844
+ }
1845
+ .tox[dir=rtl] .tox-listboxfield svg {
1846
+ left: 8px;
1847
+ }
1688
1848
  .tox .tox-selectfield {
1689
1849
  cursor: pointer;
1690
1850
  position: relative;
1691
1851
  }
1852
+ .tox .tox-selectfield select {
1853
+ -webkit-appearance: none;
1854
+ -moz-appearance: none;
1855
+ appearance: none;
1856
+ background-color: #fff;
1857
+ border-color: #c2c2c2;
1858
+ border-radius: 0.25rem;
1859
+ border-style: solid;
1860
+ border-width: 1px;
1861
+ box-shadow: none;
1862
+ box-sizing: border-box;
1863
+ color: #222f3e;
1864
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
1865
+ font-size: 1rem;
1866
+ line-height: 1.5;
1867
+ margin: 0;
1868
+ min-height: 34px;
1869
+ outline: none;
1870
+ padding: 0.375rem 0.75rem;
1871
+ resize: none;
1872
+ width: 100%;
1873
+ }
1692
1874
  .tox .tox-selectfield select[disabled] {
1693
1875
  background-color: #e8e8e8;
1694
1876
  color: rgba(34, 47, 62, 0.85);
@@ -1697,6 +1879,12 @@ body.tox-dialog__disable-scroll {
1697
1879
  .tox .tox-selectfield select::-ms-expand {
1698
1880
  display: none;
1699
1881
  }
1882
+ .tox .tox-selectfield select:focus {
1883
+ background-color: #fff;
1884
+ border-color: #a6b5d8;
1885
+ box-shadow: 0 0 0 0.2rem rgba(77, 107, 178, 0.25);
1886
+ outline: none;
1887
+ }
1700
1888
  .tox .tox-selectfield svg {
1701
1889
  pointer-events: none;
1702
1890
  position: absolute;
@@ -1726,26 +1914,35 @@ body.tox-dialog__disable-scroll {
1726
1914
  .tox-fullscreen {
1727
1915
  border: 0;
1728
1916
  height: 100%;
1729
- left: 0;
1730
1917
  margin: 0;
1731
1918
  overflow: hidden;
1732
1919
  -ms-scroll-chaining: none;
1733
1920
  overscroll-behavior: none;
1734
1921
  padding: 0;
1735
- position: fixed;
1736
- top: 0;
1737
1922
  touch-action: pinch-zoom;
1738
1923
  width: 100%;
1739
1924
  }
1740
- .tox-fullscreen .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
1925
+ .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
1741
1926
  display: none;
1742
1927
  }
1743
- .tox-fullscreen .tox.tox-tinymce.tox-fullscreen {
1928
+ .tox.tox-tinymce.tox-fullscreen,
1929
+ .tox-shadowhost.tox-fullscreen {
1930
+ left: 0;
1931
+ position: fixed;
1932
+ top: 0;
1744
1933
  z-index: 1200;
1745
1934
  }
1746
- .tox-fullscreen .tox.tox-tinymce-aux {
1935
+ .tox.tox-tinymce.tox-fullscreen {
1936
+ background-color: transparent;
1937
+ }
1938
+ .tox-fullscreen .tox.tox-tinymce-aux,
1939
+ .tox-fullscreen ~ .tox.tox-tinymce-aux {
1747
1940
  z-index: 1201;
1748
1941
  }
1942
+ .tox .tox-help__more-link {
1943
+ list-style: none;
1944
+ margin-top: 1em;
1945
+ }
1749
1946
  .tox .tox-image-tools {
1750
1947
  width: 100%;
1751
1948
  }
@@ -1841,15 +2038,15 @@ body.tox-dialog__disable-scroll {
1841
2038
  .tox .tox-insert-table-picker {
1842
2039
  display: flex;
1843
2040
  flex-wrap: wrap;
1844
- width: 169px;
2041
+ width: 170px;
1845
2042
  }
1846
2043
  .tox .tox-insert-table-picker > div {
1847
2044
  border-color: #c2c2c2;
1848
2045
  border-style: solid;
1849
2046
  border-width: 0 1px 1px 0;
1850
- box-sizing: content-box;
1851
- height: 16px;
1852
- width: 16px;
2047
+ box-sizing: border-box;
2048
+ height: 17px;
2049
+ width: 17px;
1853
2050
  }
1854
2051
  .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
1855
2052
  margin: -4px 0;
@@ -1921,10 +2118,13 @@ body.tox-dialog__disable-scroll {
1921
2118
  flex-wrap: wrap;
1922
2119
  padding: 0 4px 0 4px;
1923
2120
  }
2121
+ .tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
2122
+ border-top: 1px solid #c2c2c2;
2123
+ }
1924
2124
  /* Deprecated. Remove in next major release */
1925
2125
  .tox .tox-mbtn {
1926
2126
  align-items: center;
1927
- background: none;
2127
+ background: transparent;
1928
2128
  border: 0;
1929
2129
  border-radius: 3px;
1930
2130
  box-shadow: none;
@@ -1940,11 +2140,11 @@ body.tox-dialog__disable-scroll {
1940
2140
  outline: none;
1941
2141
  overflow: hidden;
1942
2142
  padding: 0 4px;
1943
- text-transform: normal;
2143
+ text-transform: none;
1944
2144
  width: auto;
1945
2145
  }
1946
2146
  .tox .tox-mbtn[disabled] {
1947
- background-color: none;
2147
+ background-color: transparent;
1948
2148
  border: 0;
1949
2149
  box-shadow: none;
1950
2150
  color: rgba(34, 47, 62, 0.5);
@@ -2005,6 +2205,7 @@ body.tox-dialog__disable-scroll {
2005
2205
  font-weight: normal;
2006
2206
  }
2007
2207
  .tox .tox-notification a {
2208
+ cursor: pointer;
2008
2209
  text-decoration: underline;
2009
2210
  }
2010
2211
  .tox .tox-notification--in {
@@ -2144,9 +2345,18 @@ body.tox-dialog__disable-scroll {
2144
2345
  .tox .tox-pop--resizing {
2145
2346
  transition: width 0.1s ease;
2146
2347
  }
2147
- .tox .tox-pop--resizing .tox-toolbar {
2348
+ .tox .tox-pop--resizing .tox-toolbar,
2349
+ .tox .tox-pop--resizing .tox-toolbar__group {
2148
2350
  flex-wrap: nowrap;
2149
2351
  }
2352
+ .tox .tox-pop--transition {
2353
+ transition: 0.15s ease;
2354
+ transition-property: left, right, top, bottom;
2355
+ }
2356
+ .tox .tox-pop--transition::before,
2357
+ .tox .tox-pop--transition::after {
2358
+ transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
2359
+ }
2150
2360
  .tox .tox-pop__dialog {
2151
2361
  background-color: #f5f5f5;
2152
2362
  border: 1px solid #c2c2c2;
@@ -2168,9 +2378,15 @@ body.tox-dialog__disable-scroll {
2168
2378
  content: '';
2169
2379
  display: block;
2170
2380
  height: 0;
2381
+ opacity: 1;
2171
2382
  position: absolute;
2172
2383
  width: 0;
2173
2384
  }
2385
+ .tox .tox-pop.tox-pop--inset::before,
2386
+ .tox .tox-pop.tox-pop--inset::after {
2387
+ opacity: 0;
2388
+ transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
2389
+ }
2174
2390
  .tox .tox-pop.tox-pop--bottom::before,
2175
2391
  .tox .tox-pop.tox-pop--bottom::after {
2176
2392
  left: 50%;
@@ -2287,7 +2503,10 @@ body.tox-dialog__disable-scroll {
2287
2503
  height: 10px;
2288
2504
  position: absolute;
2289
2505
  width: 10px;
2290
- z-index: 10000;
2506
+ }
2507
+ .tox.tox-platform-touch .tox-selector {
2508
+ height: 12px;
2509
+ width: 12px;
2291
2510
  }
2292
2511
  .tox .tox-slider {
2293
2512
  align-items: center;
@@ -2396,12 +2615,12 @@ body.tox-dialog__disable-scroll {
2396
2615
  color: rgba(34, 47, 62, 0.7);
2397
2616
  text-decoration: none;
2398
2617
  }
2399
- .tox .tox-statusbar a:hover,
2400
- .tox .tox-statusbar__path-item:hover,
2401
- .tox .tox-statusbar__wordcount:hover,
2402
- .tox .tox-statusbar a:focus,
2403
- .tox .tox-statusbar__path-item:focus,
2404
- .tox .tox-statusbar__wordcount:focus {
2618
+ .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
2619
+ .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
2620
+ .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
2621
+ .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
2622
+ .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
2623
+ .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
2405
2624
  cursor: pointer;
2406
2625
  text-decoration: underline;
2407
2626
  }
@@ -2420,6 +2639,11 @@ body.tox-dialog__disable-scroll {
2420
2639
  display: block;
2421
2640
  fill: rgba(34, 47, 62, 0.7);
2422
2641
  }
2642
+ .tox .tox-statusbar__resize-handle:focus svg {
2643
+ background-color: #dee0e2;
2644
+ border-radius: 1px;
2645
+ box-shadow: 0 0 0 2px #dee0e2;
2646
+ }
2423
2647
  .tox:not([dir=rtl]) .tox-statusbar__path > * {
2424
2648
  margin-right: 4px;
2425
2649
  }
@@ -2433,7 +2657,7 @@ body.tox-dialog__disable-scroll {
2433
2657
  margin-left: 4px;
2434
2658
  }
2435
2659
  .tox .tox-throbber {
2436
- z-index: 1400;
2660
+ z-index: 1299;
2437
2661
  }
2438
2662
  .tox .tox-throbber__busy-spinner {
2439
2663
  align-items: center;
@@ -2448,7 +2672,7 @@ body.tox-dialog__disable-scroll {
2448
2672
  }
2449
2673
  .tox .tox-tbtn {
2450
2674
  align-items: center;
2451
- background: none;
2675
+ background: transparent;
2452
2676
  border: 0;
2453
2677
  border-radius: 3px;
2454
2678
  box-shadow: none;
@@ -2464,7 +2688,7 @@ body.tox-dialog__disable-scroll {
2464
2688
  outline: none;
2465
2689
  overflow: hidden;
2466
2690
  padding: 0;
2467
- text-transform: normal;
2691
+ text-transform: none;
2468
2692
  width: 34px;
2469
2693
  }
2470
2694
  .tox .tox-tbtn svg {
@@ -2503,7 +2727,7 @@ body.tox-dialog__disable-scroll {
2503
2727
  .tox .tox-tbtn--disabled:hover,
2504
2728
  .tox .tox-tbtn:disabled,
2505
2729
  .tox .tox-tbtn:disabled:hover {
2506
- background: none;
2730
+ background: transparent;
2507
2731
  border: 0;
2508
2732
  box-shadow: none;
2509
2733
  color: rgba(34, 47, 62, 0.5);
@@ -2618,9 +2842,6 @@ body.tox-dialog__disable-scroll {
2618
2842
  .tox .tox-split-button__chevron svg {
2619
2843
  fill: rgba(34, 47, 62, 0.5);
2620
2844
  }
2621
- .tox .tox-pop .tox-split-button__chevron svg {
2622
- transform: rotate(-90deg);
2623
- }
2624
2845
  .tox .tox-split-button .tox-tbtn {
2625
2846
  margin: 0;
2626
2847
  }
@@ -2634,7 +2855,7 @@ body.tox-dialog__disable-scroll {
2634
2855
  .tox .tox-split-button.tox-tbtn--disabled:focus,
2635
2856
  .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
2636
2857
  .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
2637
- background: none;
2858
+ background: transparent;
2638
2859
  box-shadow: none;
2639
2860
  color: rgba(34, 47, 62, 0.5);
2640
2861
  }
@@ -2665,6 +2886,11 @@ body.tox-dialog__disable-scroll {
2665
2886
  .tox .tox-toolbar__overflow--shrinking {
2666
2887
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
2667
2888
  }
2889
+ .tox .tox-menubar + .tox-toolbar,
2890
+ .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
2891
+ border-top: 1px solid #c2c2c2;
2892
+ margin-top: -1px;
2893
+ }
2668
2894
  .tox .tox-toolbar--scrolling {
2669
2895
  flex-wrap: nowrap;
2670
2896
  overflow-x: auto;
@@ -2675,15 +2901,16 @@ body.tox-dialog__disable-scroll {
2675
2901
  .tox .tox-toolbar--no-divider {
2676
2902
  background-image: none;
2677
2903
  }
2904
+ .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,
2905
+ .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary {
2906
+ border-top: 1px solid #c2c2c2;
2907
+ }
2678
2908
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
2679
2909
  background-color: #f5f5f5;
2680
2910
  border: 1px solid #c2c2c2;
2681
2911
  border-radius: 3px;
2682
2912
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
2683
2913
  }
2684
- .tox[dir=rtl] .tox-tbtn__icon-rtl svg {
2685
- transform: rotateY(180deg);
2686
- }
2687
2914
  .tox .tox-toolbar__group {
2688
2915
  align-items: center;
2689
2916
  display: flex;
@@ -2695,6 +2922,7 @@ body.tox-dialog__disable-scroll {
2695
2922
  margin-left: auto;
2696
2923
  }
2697
2924
  .tox .tox-toolbar--scrolling .tox-toolbar__group {
2925
+ flex-shrink: 0;
2698
2926
  flex-wrap: nowrap;
2699
2927
  }
2700
2928
  .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
@@ -2717,7 +2945,7 @@ body.tox-dialog__disable-scroll {
2717
2945
  font-style: normal;
2718
2946
  font-weight: normal;
2719
2947
  padding: 4px 8px;
2720
- text-transform: normal;
2948
+ text-transform: none;
2721
2949
  }
2722
2950
  .tox .tox-tooltip__arrow {
2723
2951
  position: absolute;
@@ -2777,7 +3005,8 @@ body.tox-dialog__disable-scroll {
2777
3005
  border: 1px solid #c2c2c2;
2778
3006
  border-radius: 3px;
2779
3007
  display: flex;
2780
- height: 525px;
3008
+ flex: 1;
3009
+ position: relative;
2781
3010
  }
2782
3011
  /* stylelint-disable */
2783
3012
  .tox {
@@ -2905,12 +3134,12 @@ body.tox-dialog__disable-scroll {
2905
3134
  }
2906
3135
  .tox .tox-textfield,
2907
3136
  .tox .tox-toolbar-textfield,
2908
- .tox .tox-selectfield select,
3137
+ .tox .tox-listboxfield .tox-listbox--select,
2909
3138
  .tox .tox-textarea {
2910
3139
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2911
3140
  }
2912
3141
  .tox .tox-textfield:focus,
2913
- .tox .tox-selectfield select:focus,
3142
+ .tox .tox-listboxfield .tox-listbox--select:focus,
2914
3143
  .tox .tox-textarea:focus {
2915
3144
  border-color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 25%));
2916
3145
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);