diff options
| author | Geremia Taglialatela <[email protected]> | 2013-10-26 21:32:29 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2013-10-26 21:32:29 +0200 |
| commit | b09417fd75b068f0eee37bef089f0d08d8ba9b58 (patch) | |
| tree | 0440569f129d839fb26acf877d88796f47d3d026 | |
| parent | 0365796375157d3072298cde4be8b95eb61e5f86 (diff) | |
| download | bootstrap-b09417fd75b068f0eee37bef089f0d08d8ba9b58.tar.xz bootstrap-b09417fd75b068f0eee37bef089f0d08d8ba9b58.zip | |
Fixes #11245
| -rw-r--r-- | less/print.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/print.less b/less/print.less index 2a5b154fe..6362129e5 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; |
