Skip to content

Instantly share code, notes, and snippets.

@galengidman
Created March 18, 2014 16:11
Show Gist options
  • Save galengidman/9623297 to your computer and use it in GitHub Desktop.
Save galengidman/9623297 to your computer and use it in GitHub Desktop.
Elements to target to style text inputs.
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
/* styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment