Skip to content

Instantly share code, notes, and snippets.

@danro
Last active December 29, 2015 03:29
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 danro/7607694 to your computer and use it in GitHub Desktop.
Save danro/7607694 to your computer and use it in GitHub Desktop.
html5 placeholder text
::-webkit-input-placeholder { /* WebKit browsers */
color: #bada55 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #bada55 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #bada55 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #bada55 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment