Fix mastodon-light background color of the composer textarea when posting

th-downstream
Thibaut Girka 7 years ago
parent edc99abc02
commit 8567ffd27d

@ -122,6 +122,8 @@ $account-background-color: white;
.composer--spoiler input, .composer--textarea textarea {
color: darken($ui-base-color, 80%);
&:disabled { background: darken($simple-background-color, 10%) }
&::placeholder {
color: darken($ui-base-color, 70%);
}

Loading…
Cancel
Save