Skip to content

Instantly share code, notes, and snippets.

@kopepasah
Created December 14, 2012 17:47
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 kopepasah/4287257 to your computer and use it in GitHub Desktop.
Save kopepasah/4287257 to your computer and use it in GitHub Desktop.
HTML5 input elements that need to be styled just like the text type input.
input[type="color"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment