I would like to know if there is anything equivalent to: -webkit-appearance: none; for firefox?
-webkit-appearance: none;
What I want to achive?
Try this.. It works
select{ -moz-appearance: none; text-overflow: ''; text-indent: 0.1px; }
Tested on Windows 8, Ubuntu and Mac, latest versions of Firefox.
Live example: http://jsfiddle.net/gaurangkathiriya/z3JTh/