]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4265: restore chromium select fix
authorMark Otto <markotto@twitter.com>
Tue, 14 Aug 2012 06:03:35 +0000 (23:03 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 14 Aug 2012 06:03:35 +0000 (23:03 -0700)
less/forms.less

index 8dfef255a77684cad7eccf70eb3e8b7262a93f49..0b3f10cb062a5c68aae7861584b2df8ec80de82e 100644 (file)
@@ -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