Skip to content

Instantly share code, notes, and snippets.

@pagemashine
Created January 30, 2017 14:46
Show Gist options
  • Save pagemashine/17619057a450678bd7bd8401330c365b to your computer and use it in GitHub Desktop.
Save pagemashine/17619057a450678bd7bd8401330c365b to your computer and use it in GitHub Desktop.
Placeholder
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
opacity: 1;
}
::-moz-placeholder {
color: #999;
opacity: 1;
}
:-ms-input-placeholder {
color: #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment