aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-04 01:15:31 -0700
committerMark Otto <[email protected]>2011-10-04 01:15:31 -0700
commit913338f930736a1b186178469c6eafb55c1dbea8 (patch)
treed678481207eeb0719b1e54186568f91b422d64b6 /lib/forms.less
parentbdbc35206630645e6cc6655ec9e50aa70081a2fb (diff)
downloadbootstrap-913338f930736a1b186178469c6eafb55c1dbea8.tar.xz
bootstrap-913338f930736a1b186178469c6eafb55c1dbea8.zip
fixing multi select on chromium ubuntu by setting background color explicitly
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index b657e53d6..4bdddc3a2 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -97,6 +97,7 @@ input[type=file] {
// Make multiple select elements height not fixed
select[multiple] {
+ background-color: @white; // Fixes Chromium bug?
height: inherit;
}