Change the border or color of the autocomplete available selections?

QuestionsChange the border or color of the autocomplete available selections?
Tim Moore asked 5 years ago

Change the autocomplete selection area? It looks fine when there are a lot of choices to choose from, but when there are only one or two selections it blends in with the grid. Can this be changed using CSS?

Thanks in advance.

-Tim

1 Answers
Abu Ghufran Staff answered 5 years ago

You can set any background color using following css:

<style>
ul.ui-autocomplete {
background: #efefef;
}
</style>

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

6 + 2 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?