diff options
Diffstat (limited to 'themes/base/ui.autocomplete.css')
-rw-r--r-- | themes/base/ui.autocomplete.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base/ui.autocomplete.css b/themes/base/ui.autocomplete.css index f42a05a4c..03ad7d007 100644 --- a/themes/base/ui.autocomplete.css +++ b/themes/base/ui.autocomplete.css @@ -1,10 +1,10 @@ /* Autocomplete ----------------------------------*/ -.ui-autocomplete-menu { position: absolute; cursor: default; } +.ui-autocomplete { position: absolute; cursor: default; } .ui-autocomplete-loading { background: white url('images/ui-anim.basic.16x16.gif') right center no-repeat; } /* workarounds */ -* html .ui-autocomplete-menu { width:1px; } /* without this, the menu expands to 100% in IE6 */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ /* Menu ----------------------------------*/ |