From 4bf93a2d76ddec19e22be771ef1832ef563c91a5 Mon Sep 17 00:00:00 2001
From: Mark Otto <markotto@twitter.com>
Date: Mon, 13 Aug 2012 23:03:35 -0700
Subject: [PATCH] fixes #4265: restore chromium select fix

---
 less/forms.less | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab