Hi All,
How to set the combo box list mouse over class for changing the list color on mouse over in Extjs 3.4,after giving the "overCls" it is effecting on the element not on the combo box list .
Thanks
Printable View
Hi All,
How to set the combo box list mouse over class for changing the list color on mouse over in Extjs 3.4,after giving the "overCls" it is effecting on the element not on the combo box list .
Thanks
Hi
just try to override the css class .x-boundlist-item-over like
Code:.x-boundlist-item-over{
background:gray;
}