remove select -- option tag drop down icon button background color in firefox.
Here is HTML Code
<select>
<option>test</option>
<option>test</option>
<option>test</option>
<option>test</option>
</select>
Here is CSS Code
select {
-moz-appearance : none;
text-indent:0.01px;
text-overflow:'';
}