1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-18 15:53:32 +09:00

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

This commit is contained in:
Yamagishi Kazutoshi 2017-10-03 20:10:57 +09:00 committed by Eugen Rochko
parent eb6ec3d068
commit ecacb15cd5

View File

@ -371,6 +371,11 @@
&:focus {
color: $white;
}
&::placeholder {
opacity: 0.54;
color: $ui-secondary-color;
}
}
&.active {