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

main
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent eb6ec3d068
commit ecacb15cd5

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

Loading…
Cancel
Save