]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Removed unused style.
authorScott González <scott.gonzalez@gmail.com>
Fri, 29 Jan 2010 01:55:52 +0000 (01:55 +0000)
committerScott González <scott.gonzalez@gmail.com>
Fri, 29 Jan 2010 01:55:52 +0000 (01:55 +0000)
themes/base/ui.autocomplete.css

index e9b5f87123fed7d8b9e4d583ab8e2e1e9080533b..f42a05a4c37f65c1c650432342deedb0e6d67c36 100644 (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 */