Skip to content

Instantly share code, notes, and snippets.

@Robin-bob
Created July 15, 2016 23:15
Show Gist options
  • Save Robin-bob/5a7aed9359357fda064f3849f9e67a41 to your computer and use it in GitHub Desktop.
Save Robin-bob/5a7aed9359357fda064f3849f9e67a41 to your computer and use it in GitHub Desktop.
placeholder style color
input {
&::-webkit-input-placeholder {
color: #c3c3c3;
}
&::-moz-placeholder {
color: #c3c3c3;
}
&:-moz-placeholder {
color: #c3c3c3;
}
&:-ms-input-placeholder {
color: #c3c3c3;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment