I'm using some <select row="3" multiple="multiple"> elements on a page.
I've been trying to style them so that the text inside matches the rest of the page.
I started with changing the font (select {font-family: 'foo';}). But, I need an increased font-size and line-height for the new font. And it isn't letting me change that. I've tried using inline styles, styling the select, and styling the options.
How can I change properties like font-size and line-height inside a <select> box?