fixing multi select on chromium ubuntu by setting background color explicitly

This commit is contained in:
Mark Otto
2011-10-04 01:16:07 -07:00
parent 088a9efa4c
commit d74dee5e0f
3 changed files with 4 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ input[type=file] {
// Make multiple select elements height not fixed
select[multiple] {
height: inherit;
background-color: @white; // Fixes Chromium bug of unreadable items
}
textarea {