Skip to content

Instantly share code, notes, and snippets.

@saramarie
Created October 3, 2013 18:57
Show Gist options
  • Select an option

  • Save saramarie/6815105 to your computer and use it in GitHub Desktop.

Select an option

Save saramarie/6815105 to your computer and use it in GitHub Desktop.
Way to remove down arrows completely from Firefox (and other browsers)...
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
text-indent: 1px;
text-overflow: '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment