mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 14:46:34 +02:00
fixes #4265: restore chromium select fix
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user