Skip to content

Instantly share code, notes, and snippets.

@patocallaghan
Created August 14, 2012 04:27
Show Gist options
  • Save patocallaghan/3346228 to your computer and use it in GitHub Desktop.
Save patocallaghan/3346228 to your computer and use it in GitHub Desktop.
Style form input/textarea placeholder text #css #placeholder #textarea #input
/* From http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment