mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 05:48:07 +01:00
[Glitch] Fix report dialog being illegible using mastodon-light theme
Port 29ee3c61a3
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
f5ddfe93b3
commit
43bce02a7a
1 changed files with 7 additions and 1 deletions
|
@ -229,15 +229,21 @@
|
||||||
.mute-modal,
|
.mute-modal,
|
||||||
.block-modal,
|
.block-modal,
|
||||||
.report-modal,
|
.report-modal,
|
||||||
|
.report-dialog-modal,
|
||||||
.embed-modal,
|
.embed-modal,
|
||||||
.error-modal,
|
.error-modal,
|
||||||
.onboarding-modal,
|
.onboarding-modal,
|
||||||
.report-modal__comment .setting-text__wrapper,
|
.report-modal__comment .setting-text__wrapper,
|
||||||
.report-modal__comment .setting-text {
|
.report-modal__comment .setting-text,
|
||||||
|
.report-dialog-modal__textarea {
|
||||||
background: $white;
|
background: $white;
|
||||||
border: 1px solid lighten($ui-base-color, 8%);
|
border: 1px solid lighten($ui-base-color, 8%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.report-dialog-modal .dialog-option .poll__input {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
|
||||||
.report-modal__comment {
|
.report-modal__comment {
|
||||||
border-right-color: lighten($ui-base-color, 8%);
|
border-right-color: lighten($ui-base-color, 8%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue