Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Created October 6, 2015 11:32
Show Gist options
  • Save dhunmoon/9d8e55becb560a3e0100 to your computer and use it in GitHub Desktop.
Save dhunmoon/9d8e55becb560a3e0100 to your computer and use it in GitHub Desktop.
CSS:Placeholder
SELECTOR::-webkit-input-placeholder {
color: white;
}
SELECTOR:-moz-placeholder { /* Firefox 18- */
color: white;
}
SELECTOR::-moz-placeholder { /* Firefox 19+ */
color: white;
}
SELECTOR:-ms-input-placeholder {
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment