How can i style the option list?

Hawkee  -  Dec 03, 2013

You'll have to use a different jQuery UI theme.

charakalmast  -  Dec 06, 2013

I tried a few different themes and found a good one, but i could not find what to manipulate in the css of the themes. I wanted to change the z-index of the option list, can you tell me what exactly i should change for that?

Hawkee  -  Dec 07, 2013

You probably want to inspect the element when it is open to find the class path. Then just add that to your custom CSS and adjust the z-index.

charakalmast  -  Dec 08, 2013

Hey. Thanks for the help. i got everything working fine now, but i have another question.
Is there a way i could change the color of the test that gets appended to the textarea?
The search also seems to be a bit slower than the ones i have used at other places. Any tips on how i can make it faster?

Hawkee  -  Dec 08, 2013

You'd have to adapt this to work for a contenteditable div to be able to change the colors. This would require some fairly complicated edits to the code. Are you using a server side search? The speed is dependent on your server. I like to use Sphinx for my server side searching as it's very fast.

charakalmast  -  Dec 09, 2013

thanks for all your help. will look into it.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.