diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-16 19:37:44 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-16 19:37:44 +0200 |
commit | eb9c9855ce3385bfaefaac36604e6fba8af448fe (patch) | |
tree | 7d7e09a60f3fd8feea28bd692bf69bd5a119eefc /app | |
parent | 939ea456d28072592e44809636919fb03e967001 (diff) |
Fix mastodon-light background color of the composer textarea when posting
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/mastodon-light.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light.scss b/app/javascript/flavours/glitch/styles/mastodon-light.scss index 46f88c994..029d5dde2 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light.scss @@ -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%); } |