diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-01-29 01:55:52 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-01-29 01:55:52 +0000 |
commit | b144b7644bc5796199930c8a4300dee57ee3566c (patch) | |
tree | fa88bb06dc5b4e2900fa3e037da4c7e7e663c83e /themes/base | |
parent | 217cdd1e44afd01c7573d0c06fdc28495abfd5a9 (diff) | |
download | jquery-ui-b144b7644bc5796199930c8a4300dee57ee3566c.tar.gz jquery-ui-b144b7644bc5796199930c8a4300dee57ee3566c.zip |
Autocomplete: Removed unused style.
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/ui.autocomplete.css | 2 |
1 files changed, 0 insertions, 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 */ |