Skip to content

Instantly share code, notes, and snippets.

@mufaddalmw
Created July 27, 2013 04:54
Show Gist options
  • Save mufaddalmw/6093762 to your computer and use it in GitHub Desktop.
Save mufaddalmw/6093762 to your computer and use it in GitHub Desktop.
Change onfocus placeholder text color by CSS
input:focus::-webkit-input-placeholder { opacity: .5; }
input:focus::-moz-input-placeholder { opacity: .5; }
input:focus::-ms-input-placeholder { opacity: .5; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment