From: Mark Otto Date: Tue, 14 Aug 2012 06:03:35 +0000 (-0700) Subject: fixes #4265: restore chromium select fix X-Git-Tag: v2.1.0~2^2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bf93a2d76ddec19e22be771ef1832ef563c91a5;p=thirdparty%2Fbootstrap.git fixes #4265: restore chromium select fix --- diff --git a/less/forms.less b/less/forms.less index 8dfef255a7..0b3f10cb06 100644 --- a/less/forms.less +++ b/less/forms.less @@ -160,6 +160,7 @@ input[type="file"] { select { width: 220px; // default input width + 10px of padding that doesn't get applied border: 1px solid #bbb; + background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color } // Make multiple select elements height not fixed