aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 7c9cc7c62..dffdb37d4 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -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 {