Is there any way to remove this dither that appears when you click a select or button in firefox?
Possibly this is the outline
property of CSS.
You can disable it like this:
select { outline: none }
More information about this property: W3Schools outline Property .