Skip to content
Snippets Groups Projects
Unverified Commit 29ee3c61 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix report dialog being illegible using mastodon-light theme (#17734)

Fixes #17726
parent 07a178fd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment