SyntaxFix
Write A Post
Hire A Developer
Questions
The <select> element is generated by the application and styling is not part of the CSS/HTML spec.
<select>
You would have to fake it with your own DIV and overlay it on top of the existing one, or build your own control emulating the same functionality.