Skip to content

Instantly share code, notes, and snippets.

@frebro
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frebro/0a5568ce80e48a90b488 to your computer and use it in GitHub Desktop.
Save frebro/0a5568ce80e48a90b488 to your computer and use it in GitHub Desktop.
Different colors for input text and cursor on WebKit
@media screen and (-webkit-min-device-pixel-ratio: 0)
input[type='text'] {
color: salmon;
text-shadow: 0 0 0 teal;
-webkit-text-fill-color: transparent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment