Skip to content

Instantly share code, notes, and snippets.

@jpcontrerasv
Created March 20, 2017 15:50
Show Gist options
  • Save jpcontrerasv/2f0a349c971ae9a816a3ea0c521fd6c2 to your computer and use it in GitHub Desktop.
Save jpcontrerasv/2f0a349c971ae9a816a3ea0c521fd6c2 to your computer and use it in GitHub Desktop.
Placeholder
::-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