Skip to content

Instantly share code, notes, and snippets.

@robertmagnusson
Created March 12, 2014 07:48
Show Gist options
  • Save robertmagnusson/9502558 to your computer and use it in GitHub Desktop.
Save robertmagnusson/9502558 to your computer and use it in GitHub Desktop.
Hide select arrow in Firefox on custom designed select list.
select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment