Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created July 27, 2015 03:47
Show Gist options
  • Save jainnidhi/809001d61e05d22bbb24 to your computer and use it in GitHub Desktop.
Save jainnidhi/809001d61e05d22bbb24 to your computer and use it in GitHub Desktop.
Change placeholder text color
::-webkit-input-placeholder {
color: red;
}
:-moz-placeholder { /* Firefox 18- */
color: red;
}
::-moz-placeholder { /* Firefox 19+ */
color: red;
}
:-ms-input-placeholder {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment