logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: ecacb15cd50609fb3d749ecac89835a43255fb34
parent: eb6ec3d0689bfb56da7a5889929e16c409144127
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Tue,  3 Oct 2017 20:10:57 +0900

Add placeholder text color to form of media attachments (#5196)


Diffstat:

Mapp/javascript/styles/components.scss5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss @@ -371,6 +371,11 @@ &:focus { color: $white; } + + &::placeholder { + opacity: 0.54; + color: $ui-secondary-color; + } } &.active {