Skip to content

Instantly share code, notes, and snippets.

@SaraSoueidan
Created June 21, 2013 02:36
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 SaraSoueidan/5828451 to your computer and use it in GitHub Desktop.
Save SaraSoueidan/5828451 to your computer and use it in GitHub Desktop.
Style placeholder text
::-webkit-input-placeholder { /* WebKit browsers */
color: rgba(white, .2);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: rgba(white, .2);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: rgba(white, .2);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: rgba(white, .2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment