When styling a form element in Bootstrap 3, it renders an ugly button on the in Firefox on OS X:
I found two potential ways of solving this specific problem:
Use Chosen
Target mozilla browsers using @-moz-document url-prefix() like so:
@-moz-document url-prefix()
@-moz-document url-prefix() { select { padding: 5px; } }