Is there a way to eliminate the dropdown arrow that FireFox usually displays? I have included an image below showing what I am referring to:
This is the CSS code I'm using:
@-moz-document url-prefix(){
.class select { width: 110%; }
}
.class > select {
-moz-appearance: none !important;
text-indent: 0.01px !important;
text-overflow: "" !important;
}
I would greatly appreciate any assistance with resolving this problem.