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
1 changed files with 5 additions and 0 deletions

View File

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