Skip to content

Instantly share code, notes, and snippets.

@mugukamil
Created May 24, 2014 02:03
Show Gist options
  • Save mugukamil/4fa11d9b90ee5999d649 to your computer and use it in GitHub Desktop.
Save mugukamil/4fa11d9b90ee5999d649 to your computer and use it in GitHub Desktop.
CSS: Placeholder color
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }
input::placeholder { color: #ccc; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment