about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/mastodon-light.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-16 19:37:44 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-16 19:37:44 +0200
commiteb9c9855ce3385bfaefaac36604e6fba8af448fe (patch)
tree7d7e09a60f3fd8feea28bd692bf69bd5a119eefc /app/javascript/flavours/glitch/styles/mastodon-light.scss
parent939ea456d28072592e44809636919fb03e967001 (diff)
Fix mastodon-light background color of the composer textarea when posting
Diffstat (limited to 'app/javascript/flavours/glitch/styles/mastodon-light.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/mastodon-light.scss2
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%);
     }