Skip to content

Instantly share code, notes, and snippets.

@onuproy
Created July 22, 2019 09:27
Show Gist options
  • Save onuproy/189f9022df2996a8a963bf741b21f8d6 to your computer and use it in GitHub Desktop.
Save onuproy/189f9022df2996a8a963bf741b21f8d6 to your computer and use it in GitHub Desktop.
::placeholder color custom
::-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