mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
mostly docs updates, but also some bug fixes per github issues
This commit is contained in:
@@ -93,10 +93,14 @@ input[type=file] {
|
||||
line-height: @baseLineHeight * 1.5;
|
||||
}
|
||||
|
||||
// Chrome on Linux needs background color
|
||||
select {
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
// Make multiple select elements height not fixed
|
||||
select[multiple] {
|
||||
height: inherit;
|
||||
background-color: @white; // Fixes Chromium bug?
|
||||
}
|
||||
|
||||
// Remove shadow from image inputs
|
||||
|
Reference in New Issue
Block a user