Skip to content

Instantly share code, notes, and snippets.

@pixelstorm
Created June 1, 2018 01:11
Show Gist options
  • Save pixelstorm/378094435e0eaa5d36500fed93209375 to your computer and use it in GitHub Desktop.
Save pixelstorm/378094435e0eaa5d36500fed93209375 to your computer and use it in GitHub Desktop.
style form field placeholders
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
color: pink;
}
:-moz-placeholder { /* Firefox 18- */
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment