Skip to content

Instantly share code, notes, and snippets.

@nblackburn
Last active October 21, 2017 20:03
Show Gist options
  • Save nblackburn/7dac302d2a0cb6f0bd75ec9958d3c74c to your computer and use it in GitHub Desktop.
Save nblackburn/7dac302d2a0cb6f0bd75ec9958d3c74c to your computer and use it in GitHub Desktop.
input::-webkit-input-placeholder {
color: #666666;
}
input :-moz-placeholder {
color: #666666;
}
input::-moz-placeholder {
color: #666666;
}
input :-ms-input-placeholder {
color: #666666;
}
input::-ms-input-placeholder {
color: #666666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment