Autocomplete: Removed unused style.

This commit is contained in:
Scott González 2010-01-29 01:55:52 +00:00
parent 217cdd1e44
commit b144b7644b

View File

@ -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 */