Skip to content

Instantly share code, notes, and snippets.

@JTLR
Created April 23, 2014 15:09
Show Gist options
  • Save JTLR/bb498c283b592cd11e7a to your computer and use it in GitHub Desktop.
Save JTLR/bb498c283b592cd11e7a to your computer and use it in GitHub Desktop.
Style placeholders
::-webkit-input-placeholder {
color: red;
}
:-moz-placeholder {
color: red;
}
::-moz-placeholder {
color: red;
}
:-ms-input-placeholder {
color: red;
}
[placeholder],
*[placeholder] {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment