Fix report dialog being illegible using mastodon-light theme (#17734)
Fixes #17726
This commit is contained in:
parent
07a178fd37
commit
29ee3c61a3
1 changed files with 6 additions and 0 deletions
|
@ -143,10 +143,15 @@ html {
|
|||
.box-widget input[type="password"],
|
||||
.box-widget textarea,
|
||||
.statuses-grid .detailed-status,
|
||||
.report-dialog-modal__textarea,
|
||||
.audio-player {
|
||||
border: 1px solid lighten($ui-base-color, 8%);
|
||||
}
|
||||
|
||||
.report-dialog-modal .dialog-option .poll__input {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.search__input {
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
border-top: 0;
|
||||
|
@ -342,6 +347,7 @@ html {
|
|||
.mute-modal,
|
||||
.block-modal,
|
||||
.report-modal,
|
||||
.report-dialog-modal,
|
||||
.embed-modal,
|
||||
.error-modal,
|
||||
.onboarding-modal,
|
||||
|
|
Loading…
Reference in a new issue