As the above picture indicates, the selected text can be manipulated vertically using padding (in this example I use padding-top: 5px;
but my client rejects the top select due to the whitespace gap between the select button (if you look above the button on example 1, you can see the space)
The client wants it to be vertically aligned, in a similar design to example two (which ditches the horrid space), I've looked far and wide but no such css property exists except for doing what is demonstrated in example 1 and that is obviously not "acceptable".
Does such a property exist? Is it cross browser compatible?