Skip to content

Instantly share code, notes, and snippets.

@megub
Last active August 29, 2015 14:21
Show Gist options
  • Save megub/e7031008dacaef318acb to your computer and use it in GitHub Desktop.
Save megub/e7031008dacaef318acb to your computer and use it in GitHub Desktop.
Change background of all form fields including drop downs
<style>
select{
background-color: #9c9b9b;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment