From f03b24c1c454beb389b23eaf94505ca0a9b50fb4 Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Tue, 27 Jul 2010 22:20:22 +0000 Subject: [PATCH] Refs #288 git-svn-id: http://dev.piwik.org/svn/trunk@2732 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/CoreHome/templates/jquery.ui.autocomplete.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CoreHome/templates/jquery.ui.autocomplete.css b/plugins/CoreHome/templates/jquery.ui.autocomplete.css index 87a5f0eab0..5b70f0216f 100644 --- a/plugins/CoreHome/templates/jquery.ui.autocomplete.css +++ b/plugins/CoreHome/templates/jquery.ui.autocomplete.css @@ -1,7 +1,7 @@ /* Autocomplete ----------------------------------*/ .ui-autocomplete { position: absolute; cursor: default; } -.ui-autocomplete-loading { background: white url('images/loading-blue.gif') right center no-repeat; } +.ui-autocomplete-loading { background: white; } /* workarounds */ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ -- GitLab