Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created November 21, 2013 13:08
Show Gist options
  • Save ryanve/7581270 to your computer and use it in GitHub Desktop.
Save ryanve/7581270 to your computer and use it in GitHub Desktop.
CSS rules to style [placeholder] text
::-webkit-input-placeholder { color:inherit; }
:-moz-placeholder { color:inherit; } /* FF 4-18 */
::-moz-placeholder { color:inherit; } /* FF 19+ */
:-ms-input-placeholder { color:inherit; } /* IE 10+ */
@ryanve
Copy link
Author

ryanve commented Nov 21, 2013

Based on S/O

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment