Since select
fields are displayed differently in different browsers and especially on operating systems, you cannot guarantee consistency.
For example, the minimum amount of formatting I can do on mac is as follows:
select { height:40px; background:transparent; }
And it looks like this:
source share