diff options
| -rw-r--r-- | less/print.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/print.less b/less/print.less index 6362129e5..07277a3ca 100644 --- a/less/print.less +++ b/less/print.less @@ -69,7 +69,7 @@ // Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245 // Once fixed, we can just straight up remove this. select { - background: white !important; + background: #fff !important; } // Bootstrap components |
