EasyUI Forum
June 22, 2024, 03:25:00 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How can I set the combobox onselected background colour?  (Read 5176 times)
hahadelphi
Newbie
*
Posts: 8


View Profile
« 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?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!