From: Geremia Taglialatela Date: Sat, 26 Oct 2013 19:32:29 +0000 (+0200) Subject: Fixes #11245 X-Git-Tag: v3.0.1~14^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09417fd75b068f0eee37bef089f0d08d8ba9b58;p=thirdparty%2Fbootstrap.git Fixes #11245 --- diff --git a/less/print.less b/less/print.less index 2a5b154fe0..6362129e59 100644 --- a/less/print.less +++ b/less/print.less @@ -66,6 +66,12 @@ page-break-after: avoid; } + // Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245 + // Once fixed, we can just straight up remove this. + select { + background: white !important; + } + // Bootstrap components .navbar { display: none;