diff options
| author | Mark Otto <[email protected]> | 2011-12-19 22:58:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-19 22:58:56 -0800 |
| commit | 72a536393c2f2aba4f855384e94c4ce09bc2e39c (patch) | |
| tree | 94e4505ce831c891408d19e82f3f56511c9556de /lib/forms.less | |
| parent | aa69286c306ab4d0e5fe748953cded81f8260cc1 (diff) | |
| download | bootstrap-72a536393c2f2aba4f855384e94c4ce09bc2e39c.tar.xz bootstrap-72a536393c2f2aba4f855384e94c4ce09bc2e39c.zip | |
mostly docs updates, but also some bug fixes per github issues
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 8d4369b18..a73e6f545 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -93,10 +93,14 @@ input[type=file] { line-height: @baseLineHeight * 1.5; } +// Chrome on Linux needs background color +select { + background-color: @white; +} + // Make multiple select elements height not fixed select[multiple] { height: inherit; - background-color: @white; // Fixes Chromium bug? } // Remove shadow from image inputs |
