Skip to content

Instantly share code, notes, and snippets.

@bbrochier
Last active December 20, 2015 23:19
Show Gist options
  • Save bbrochier/6212060 to your computer and use it in GitHub Desktop.
Save bbrochier/6212060 to your computer and use it in GitHub Desktop.
Change color of input placeholders
::-webkit-input-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment