Skip to content

Instantly share code, notes, and snippets.

@npras
Created April 2, 2014 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npras/9932640 to your computer and use it in GitHub Desktop.
Save npras/9932640 to your computer and use it in GitHub Desktop.
A Pen by Prasanna N.
<input type="text" placeholder="placeholder" />
*::-webkit-input-placeholder {
color: red;
}
*:-moz-placeholder {
/* FF 4-18 */
color: red;
}
*::-moz-placeholder {
/* FF 19+ */
color: red;
}
*:-ms-input-placeholder {
/* IE 10+ */
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment