Skip to content

Instantly share code, notes, and snippets.

@quagliato
Created October 31, 2013 12:11
Show Gist options
  • Select an option

  • Save quagliato/7248652 to your computer and use it in GitHub Desktop.

Select an option

Save quagliato/7248652 to your computer and use it in GitHub Desktop.
Declaring every single type of input
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=text],
input[type=url],
input[type=week],
textarea{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment