EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: hahadelphi on July 16, 2014, 07:19:51 PM



Title: How can I set the combobox onselected background colour?
Post by: hahadelphi on July 16, 2014, 07:19:51 PM
from the document, the background is yellow as below

but my project is lightgrey. How can i set the option to change it?


Title: Re: How can I set the combobox onselected background colour?
Post by: stworthy on July 17, 2014, 03:55:09 PM
Please try to override the '.combobox-item-selected' style.
Code:
<style>
  .combobox-item-selected{
    background-color: #ccc;
  }
</style>