Skip to content

Instantly share code, notes, and snippets.

@stefanzweifel
Created April 24, 2014 09:37
Show Gist options
  • Save stefanzweifel/11248346 to your computer and use it in GitHub Desktop.
Save stefanzweifel/11248346 to your computer and use it in GitHub Desktop.
Fixes weird Firefox bug for select-inputs. Removes this XP-style arrow-button thing.
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