From b144b7644bc5796199930c8a4300dee57ee3566c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 29 Jan 2010 01:55:52 +0000 Subject: [PATCH] Autocomplete: Removed unused style. --- themes/base/ui.autocomplete.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/base/ui.autocomplete.css b/themes/base/ui.autocomplete.css index e9b5f8712..f42a05a4c 100644 --- a/themes/base/ui.autocomplete.css +++ b/themes/base/ui.autocomplete.css @@ -1,9 +1,7 @@ /* Autocomplete ----------------------------------*/ .ui-autocomplete-menu { position: absolute; cursor: default; } - .ui-autocomplete-loading { background: white url('images/ui-anim.basic.16x16.gif') right center no-repeat; } -.ui-autocomplete-over { background-color: #0A246A; color: white; } /* workarounds */ * html .ui-autocomplete-menu { width:1px; } /* without this, the menu expands to 100% in IE6 */ -- 2.39.5