Skip to content

Instantly share code, notes, and snippets.

@Komock
Created April 10, 2015 08:39
Show Gist options
  • Save Komock/ab143debd781baaf76f9 to your computer and use it in GitHub Desktop.
Save Komock/ab143debd781baaf76f9 to your computer and use it in GitHub Desktop.
Add Placeholder Color
::-webkit-input-placeholder {color:#c0392b;}
::-moz-placeholder {color:#c0392b;}/* Firefox 19+ */
:-moz-placeholder {color:#c0392b;}/* Firefox 18- */
:-ms-input-placeholder {color:#c0392b;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment