Jump to content

[SOLVED] jQuery Autocomplete CSS


Guest

Recommended Posts

Hey everyone,

 

Looking to edit the jQuery Autocomplete CSS file without modifying core files.

 

The file is /js/jquery/autocomplete/jquery.autocomplete.css

 

I tried making this path with that file in my themes js folder with no success.

 

Any ideas?

 

Thanks in advance,

 

roflmyeggo

Edited by Guest (see edit history)
Link to comment
Share on other sites

you can create styles for autocomplete in your global.css file,

 

just after each param:value use !important

 

for example:

 

.ac_results li {
margin: 0px!important;
padding: 2px 5px!important;
cursor: default!important;
display: block!important;
font: menu!important;
font-size: 12px!important;
line-height: 16px!important;
overflow: hidden!important;
}

 

will work as you expect :)

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...