From d74dee5e0f74a09d850696b78840debf8334dcc2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Oct 2011 01:16:07 -0700 Subject: fixing multi select on chromium ubuntu by setting background color explicitly --- lib/forms.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/forms.less') 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 { -- cgit v1.2.3