fixes #4265: restore chromium select fix

This commit is contained in:
Mark Otto 2012-08-13 23:03:35 -07:00
parent 97a23ef2e6
commit 4bf93a2d76
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ input[type="file"] {
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
border: 1px solid #bbb;
background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color
}
// Make multiple select elements height not fixed