Skip to content

Instantly share code, notes, and snippets.

@aarongarciah
Created June 3, 2015 09:57
Show Gist options
  • Save aarongarciah/0c7c9f26c6de33d934b0 to your computer and use it in GitHub Desktop.
Save aarongarciah/0c7c9f26c6de33d934b0 to your computer and use it in GitHub Desktop.
Placeholder Style
/* WebKit browsers */
::-webkit-input-placeholder {
color: rgba(#fff, .2);
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
color: rgba(#fff, .2);
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
color: rgba(#fff, .2);
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
color: rgba(#fff, .2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment