Skip to content

Instantly share code, notes, and snippets.

@kharakhordindemo
Created December 10, 2017 08:58
Show Gist options
  • Save kharakhordindemo/2fdaba1cec56efa906d8b123dddb1a18 to your computer and use it in GitHub Desktop.
Save kharakhordindemo/2fdaba1cec56efa906d8b123dddb1a18 to your computer and use it in GitHub Desktop.
placeholder
*::-webkit-input-placeholder{
color: $grey;
}
*:-moz-placeholder{
color: $grey;
}
*::-moz-placeholder{
color: $grey;
}
*:-ms-input-placeholder{
color: $grey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment