mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Autocomplete: Removed unused style.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user