diff options
| author | Mark Otto <[email protected]> | 2012-08-13 23:03:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-13 23:03:35 -0700 |
| commit | 4bf93a2d76ddec19e22be771ef1832ef563c91a5 (patch) | |
| tree | 62f3f6680ec7baa599e3efa5aad45e385c6ba992 | |
| parent | 97a23ef2e66919094ecfc517d9b5b9278a64441d (diff) | |
| download | bootstrap-4bf93a2d76ddec19e22be771ef1832ef563c91a5.tar.xz bootstrap-4bf93a2d76ddec19e22be771ef1832ef563c91a5.zip | |
fixes #4265: restore chromium select fix
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 8dfef255a..0b3f10cb0 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 |
