2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fixing multi select on chromium ubuntu by setting background color explicitly

This commit is contained in:
Mark Otto
2011-10-04 01:15:31 -07:00
parent bdbc352066
commit 913338f930
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -97,6 +97,7 @@ input[type=file] {
// Make multiple select elements height not fixed
select[multiple] {
background-color: @white; // Fixes Chromium bug?
height: inherit;
}