I've not seen the disappearing arrow (I'm not on Windows), but I agree that
selects are way too fat! To deal with that I just made an extra class to
have selects that match the size of the button-mini class:
select.select-mini {
font-size: 11px;
height: 20px;
line-height: 20px;
padding: 2px;
}
and I just apply that wherever I want a small select.
Marcus
On Thursday, April 19, 2012 3:53:39 PM UTC+2, xwisdom wrote:
>
> Hello,
>
> When viewing the <select> from control in Safari (any version) on
> windows with Classic Theme the drop down arrow disappears.
>
> The height of the <select> box is much greater than the textbox form
> control.
>
> Anyone know of a fix for this issue?
>
> Here are a few links to websites where the issue was reported:
>
> http://www.codingforums.com/showthread.php?t=179464
>
>
> http://blueprintcss.lighthouseapp.com/projects/15318/tickets/124-safari-bug-causes-select-down-arrow-to-disappear-requires-blueprint-workaround
>
>
> I've logged the issue on Git Hub:
> https://github.com/twitter/bootstrap/issues/3147
>
>