Skip to content

Instantly share code, notes, and snippets.

@KaiserEMP
Last active January 29, 2018 12:27
Show Gist options
  • Select an option

  • Save KaiserEMP/f75240691c5b826c0dd98c5cff383ebd to your computer and use it in GitHub Desktop.

Select an option

Save KaiserEMP/f75240691c5b826c0dd98c5cff383ebd to your computer and use it in GitHub Desktop.
::-webkit-input-placeholder {
color: $brand-primary;
}
:-moz-placeholder { /* Firefox 18- */
color: $brand-primary;
}
::-moz-placeholder { /* Firefox 19+ */
color: $brand-primary;
}
:-ms-input-placeholder {
color: $brand-primary;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment