From eb35c1048cb44dfc730e233565366bac9234ace3 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sat, 23 Jun 2012 16:03:32 -0400 Subject: Issue #1553464 by droplet: Fixed Can't select autocomplete items in IE7. --- modules/system/system.base.css | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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 { -- cgit v1.2.3