mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
8 lines
331 B
CSS
8 lines
331 B
CSS
/* Autocomplete
|
|
----------------------------------*/
|
|
.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 { width:1px; } /* without this, the menu expands to 100% in IE6 */
|