I would like to know if there is anything equivalent to: -webkit-appearance: none; for firefox?
-webkit-appearance: none;
What I want to achive?
If you want a select looking like a button in FF why not
select { -moz-appearance: button; }
Like here: http://jsfiddle.net/SsTHA/