Skip to content

Instantly share code, notes, and snippets.

@cmg-jess
Created January 6, 2016 21:56
Show Gist options
  • Save cmg-jess/17ad1bf9bbb0141202e0 to your computer and use it in GitHub Desktop.
Save cmg-jess/17ad1bf9bbb0141202e0 to your computer and use it in GitHub Desktop.
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
color: orange;
}
:-moz-placeholder { /* Firefox 18- */
color: orange;
}
::-moz-placeholder { /* Firefox 19+ */
color: orange;
}
:-ms-input-placeholder { /* IE 10+ */
color: orange
}
::-ms-input-placeholder { /* Edge */
color: orange
}
:placeholder-shown { /* Standard one last! */
color: orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment