Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 1, 2012 20:29
Show Gist options
  • Save NapoleonWils0n/3996272 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3996272 to your computer and use it in GitHub Desktop.
css: form placeholder
input::-webkit-input-placeholder,
input:-moz-placeholder {
color: rgba(170,170,170,1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment