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

lolsob-rspec
Thibaut Girka 2018-05-16 19:37:44 +02:00
parent edc99abc02
commit 8567ffd27d
1 changed files with 2 additions and 0 deletions

View File

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