jquery-ui/themes/base/jquery.ui.autocomplete.css

8 lines
331 B
CSS
Raw Normal View History

2010-01-14 17:23:11 +00:00
/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
2010-01-14 17:23:11 +00:00
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */