aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-04 01:16:07 -0700
committerMark Otto <[email protected]>2011-10-04 01:16:07 -0700
commitd74dee5e0f74a09d850696b78840debf8334dcc2 (patch)
tree3842228f07912a99893730d587ab5c83abf87190 /lib
parent088a9efa4c8cc2a352c786c7db4bf7f13a700f86 (diff)
downloadbootstrap-d74dee5e0f74a09d850696b78840debf8334dcc2.tar.xz
bootstrap-d74dee5e0f74a09d850696b78840debf8334dcc2.zip
fixing multi select on chromium ubuntu by setting background color explicitly
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 {