]> cat aescling's git repositories - mastodon.git/commitdiff
Add background color for spoiler input, like toot textarea (#4181)
authorunarist <m.unarist@gmail.com>
Thu, 13 Jul 2017 12:49:57 +0000 (21:49 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 13 Jul 2017 12:49:57 +0000 (14:49 +0200)
app/javascript/styles/components.scss

index 8d0350eb600ece49445f7fbd4cd949459b0aad38..45dd9f914259df3d41b82cd998b443ceda3327c3 100644 (file)
   width: 100%;
   margin: 0;
   color: $ui-base-color;
+  background: $simple-background-color;
   padding: 10px;
   font-family: inherit;
   font-size: 14px;
 
 .autosuggest-textarea__textarea {
   min-height: 100px;
-  background: $simple-background-color;
   border-radius: 4px 4px 0 0;
   padding-bottom: 0;
   padding-right: 10px + 22px;