logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: c29c20ab3cda3d4b752c67868925c1fe99d0ac71
parent: 880a5eb25cc62d2181b34a21985addee847cbb49
Author: unarist <m.unarist@gmail.com>
Date:   Thu, 13 Jul 2017 21:49:57 +0900

Add background color for spoiler input, like toot textarea (#4181)


Diffstat:

Mapp/javascript/styles/components.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss @@ -1748,6 +1748,7 @@ width: 100%; margin: 0; color: $ui-base-color; + background: $simple-background-color; padding: 10px; font-family: inherit; font-size: 14px; @@ -1770,7 +1771,6 @@ .autosuggest-textarea__textarea { min-height: 100px; - background: $simple-background-color; border-radius: 4px 4px 0 0; padding-bottom: 0; padding-right: 10px + 22px;