diff options
| author | Mark Otto <[email protected]> | 2011-10-04 01:15:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-04 01:15:31 -0700 |
| commit | 913338f930736a1b186178469c6eafb55c1dbea8 (patch) | |
| tree | d678481207eeb0719b1e54186568f91b422d64b6 /bootstrap.css | |
| parent | bdbc35206630645e6cc6655ec9e50aa70081a2fb (diff) | |
| download | bootstrap-913338f930736a1b186178469c6eafb55c1dbea8.tar.xz bootstrap-913338f930736a1b186178469c6eafb55c1dbea8.zip | |
fixing multi select on chromium ubuntu by setting background color explicitly
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 2b0e88c86..ab96f6c7c 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Tue Oct 4 00:48:20 PDT 2011 + * Date: Tue Oct 4 01:15:08 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -645,6 +645,7 @@ select, input[type=file] { } select[multiple] { + background-color: #ffffff; height: inherit; } textarea { |
