Skip to content

Instantly share code, notes, and snippets.

@gladkih
Created March 7, 2015 09:01
Show Gist options
  • Save gladkih/341d0a29145dc6788609 to your computer and use it in GitHub Desktop.
Save gladkih/341d0a29145dc6788609 to your computer and use it in GitHub Desktop.
placeholder color
::-webkit-input-placeholder {
color: #000;
}
:-moz-placeholder { /* Firefox 18- */
color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
color: #000;
}
:-ms-input-placeholder {
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment