/ Published in: CSS
Expand |
Embed | Plain Text
/* Placeholder text in inputs has (in the browsers implementing it so far) a light gray color. To style it, you'll need vendor prefix CSS properties. */ ::-webkit-input-placeholder { color: red; } :-moz-placeholder { color: red; }
You need to login to post a comment.
