Skip to content

Instantly share code, notes, and snippets.

@dellermann
Created August 9, 2013 17:06
Show Gist options
  • Save dellermann/6195279 to your computer and use it in GitHub Desktop.
Save dellermann/6195279 to your computer and use it in GitHub Desktop.
:-ms-input-placeholder {
color: red;
}
:-moz-placeholder { /* Firefox 18- */
color: red;
}
::-moz-placeholder { /* Firefox 19+ */
color: red;
}
::-webkit-input-placeholder {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment