Skip to content

Instantly share code, notes, and snippets.

@clare-codes
Created November 15, 2013 11:38
Show Gist options
  • Save clare-codes/7483034 to your computer and use it in GitHub Desktop.
Save clare-codes/7483034 to your computer and use it in GitHub Desktop.
Placeholder Cross-browser Css - Rules need to be defined separately as otherwise they are ignored by the browser.
::-webkit-input-placeholder {
color: #626262;
}
::-moz-placeholder {
color: #626262;
}
:-moz-placeholder { /* Older versions of Firefox */
color: #626262;
}
:-ms-input-placeholder {
color: #626262;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment