/*Placeholder Font Color*/
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #000;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #000;
opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #000;
opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #000;
}
Change the color for placeholder text
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.