Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuraloginoff/be9906b600973ed3e262 to your computer and use it in GitHub Desktop.
Save yuraloginoff/be9906b600973ed3e262 to your computer and use it in GitHub Desktop.
Input placeholder color
input[type=text]::-webkit-input-placeholder { color: #d9d9d9; }/* WebKit browsers */
input[type=text]:-moz-placeholder { color: #d9d9d9; }/* Mozilla Firefox 4 to 18 */
input[type=text]::-moz-placeholder { color: #d9d9d9; }/* Mozilla Firefox 19+ */
input[type=text]:-ms-input-placeholder { color: #d9d9d9; }/* Internet Explorer 10+ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment