Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active January 23, 2019 09:56
Show Gist options
  • Save ScarletPonytail/ea48797d4a3469db8d466b0e09ab5fe7 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/ea48797d4a3469db8d466b0e09ab5fe7 to your computer and use it in GitHub Desktop.
input[type=text],
input[type=text]:focus,
input[type=password],
select,
input[type=submit],
input[type=reset],
input[type=radio],
input[type=checkbox],
input[type=button],
input[type=color],
input[type=date],
input[type=email],
input[type=file],
input[type=month],
input[type=number] {
background-color: #fff;
}
/* Ref: https://www.w3schools.com/html/html_form_input_types.asp */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment