Skip to content

Instantly share code, notes, and snippets.

@leonkorteweg
Last active August 29, 2015 14:21
Show Gist options
  • Save leonkorteweg/3c32ab2dd6e433e304ad to your computer and use it in GitHub Desktop.
Save leonkorteweg/3c32ab2dd6e433e304ad to your computer and use it in GitHub Desktop.
Style texty inputs only (IE9 and up)
/*
*
* Got this from https://css-tricks.com/styling-texty-inputs-only/
*/
input:not([type=submit]):not([type=file]) {
/* omg so much cleaner */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment