diff options
| author | Mark Otto <[email protected]> | 2011-10-04 01:16:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-04 01:16:07 -0700 |
| commit | d74dee5e0f74a09d850696b78840debf8334dcc2 (patch) | |
| tree | 3842228f07912a99893730d587ab5c83abf87190 /bootstrap.css | |
| parent | 088a9efa4c8cc2a352c786c7db4bf7f13a700f86 (diff) | |
| download | bootstrap-d74dee5e0f74a09d850696b78840debf8334dcc2.tar.xz bootstrap-d74dee5e0f74a09d850696b78840debf8334dcc2.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 22139c29c..96c15f5c0 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:58:05 PDT 2011 + * Date: Tue Oct 4 01:16:04 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). @@ -677,6 +677,7 @@ select, input[type=file] { } select[multiple] { height: inherit; + background-color: #ffffff; } textarea { height: auto; |
