Skip to content

Instantly share code, notes, and snippets.

@Dexterstat
Created April 21, 2014 10:11
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 Dexterstat/11138378 to your computer and use it in GitHub Desktop.
Save Dexterstat/11138378 to your computer and use it in GitHub Desktop.
placeholder select
{selctor}::-webkit-input-placeholder { /* WebKit browsers */
color:#ddd !important;
}
{selctor}:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#ddd !important;
}
{selctor}::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#ddd !important;
}
{selctor}:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#ddd !important;
}
//modify {selctor} to what id or class you want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment