diff options
| author | Mark Otto <[email protected]> | 2011-10-04 01:15:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-04 01:15:31 -0700 |
| commit | 913338f930736a1b186178469c6eafb55c1dbea8 (patch) | |
| tree | d678481207eeb0719b1e54186568f91b422d64b6 /lib/forms.less | |
| parent | bdbc35206630645e6cc6655ec9e50aa70081a2fb (diff) | |
| download | bootstrap-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.less | 1 |
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; } |
