diff options
author | David Rothstein <drothstein@gmail.com> | 2012-06-23 16:03:32 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-06-23 16:03:32 -0400 |
commit | eb35c1048cb44dfc730e233565366bac9234ace3 (patch) | |
tree | 6e882d51a3db7a599a61e54dff5e7d75eaa27a8c /modules | |
parent | 74de0926df8dd0ab13475ddae0862ac7e6bd0149 (diff) | |
download | brdo-eb35c1048cb44dfc730e233565366bac9234ace3.tar.gz brdo-eb35c1048cb44dfc730e233565366bac9234ace3.tar.bz2 |
Issue #1553464 by droplet: Fixed Can't select autocomplete items in IE7.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.base.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.base.css b/modules/system/system.base.css index bf6dd9f71..65383dd34 100644 --- a/modules/system/system.base.css +++ b/modules/system/system.base.css @@ -27,6 +27,7 @@ color: #000; cursor: default; white-space: pre; + zoom: 1; /* IE7 */ } /* Animated throbber */ html.js input.form-autocomplete { |