Skip to content

Instantly share code, notes, and snippets.

@meetKowshik
Created September 27, 2017 13:56
Show Gist options
  • Save meetKowshik/9786c474b28898eb8859a72d309fdcdf to your computer and use it in GitHub Desktop.
Save meetKowshik/9786c474b28898eb8859a72d309fdcdf to your computer and use it in GitHub Desktop.
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
color: pink;
}
:-moz-placeholder { /* Firefox 18- */
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment