Skip to content

Instantly share code, notes, and snippets.

@mkwebworker
Created August 19, 2013 09:10
Show Gist options
  • Save mkwebworker/6267148 to your computer and use it in GitHub Desktop.
Save mkwebworker/6267148 to your computer and use it in GitHub Desktop.
Placeholder Styling
::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; } /* ie */
input:-moz-placeholder { color:#f00; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment