Skip to content

Instantly share code, notes, and snippets.

@mrkkr
Created January 30, 2018 10:34
Show Gist options
  • Save mrkkr/65c345daf237c20b05f98036f12905eb to your computer and use it in GitHub Desktop.
Save mrkkr/65c345daf237c20b05f98036f12905eb to your computer and use it in GitHub Desktop.
Placeholder styling CSS #css
::-webkit-input-placeholder { /* WebKit browsers */
color: #F4F4F4 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #F4F4F4 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #F4F4F4 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #F4F4F4 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment