Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color

Fix mastodon-light background color of the composer textarea when posting
This commit is contained in:
ThibG 2018-05-16 20:16:59 +02:00 committed by GitHub
commit 9712d59dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {
color: darken($ui-base-color, 80%);
&:disabled { background: darken($simple-background-color, 10%) }
&::placeholder {
color: darken($ui-base-color, 70%);
}