I have a page that's using jquery's autocomplete and for the life of me I can't remove/modify the styles applied to the dropdown.
I'm using jquery-ui CSS from the google CDN, so i'm trying to avoid saving it locally and modify it :)
Using CSS, I have tried overriding the UL (.ui-autocomplete), the LI's (.ui-menu-item) and the anchor tags in the LI's - I got a lot of it to work, but there seems to be padding added after my CSS and also, when I move my mouse off a list item onto the next item, for a split second, the previous item has the default jquery-ui background (the grey gradient that is used in headers, such as dialog titlebar).
Anyone have css handy to reset the autocomplete styles?
* UPDATE * Link to fiddle:
[http://jsfiddle.net/HccBe/][1]
If you hover over one of the items, it highlights in blue. Then move your mouse to the left of it, but still within the dropdown box and you'll notice the blue goes away, but jquery's gradient background sticks around.
['john', 'jack']into the autocomplete source. Isn't enought to test the result?