Skip to content

Instantly share code, notes, and snippets.

@blooski
Created April 23, 2014 03:08
Show Gist options
  • Save blooski/11201617 to your computer and use it in GitHub Desktop.
Save blooski/11201617 to your computer and use it in GitHub Desktop.
Change Placeholder color
/* Change Placeholder color */
::-webkit-input-placeholder { /* WebKit browsers */
color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment