Skip to content

Instantly share code, notes, and snippets.

@alireza-saberi
Created November 17, 2017 20:02
Show Gist options
  • Save alireza-saberi/ce2347da2a43eab29c757438c20a533a to your computer and use it in GitHub Desktop.
Save alireza-saberi/ce2347da2a43eab29c757438c20a533a to your computer and use it in GitHub Desktop.
styling of the input placeholder
::-webkit-input-placeholder { /* Chrome */
color: red;
}
:-ms-input-placeholder { /* IE 10+ */
color: red;
}
::-moz-placeholder { /* Firefox 19+ */
color: red;
opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
color: red;
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment