mirror of https://github.com/twbs/bootstrap.git
fixes #4265: restore chromium select fix
This commit is contained in:
parent
97a23ef2e6
commit
4bf93a2d76
|
@ -160,6 +160,7 @@ input[type="file"] {
|
||||||
select {
|
select {
|
||||||
width: 220px; // default input width + 10px of padding that doesn't get applied
|
width: 220px; // default input width + 10px of padding that doesn't get applied
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
|
background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make multiple select elements height not fixed
|
// Make multiple select elements height not fixed
|
||||||
|
|
Loading…
Reference in New Issue