-
16 Nov 2012 9:34 PM #1
Unanswered: How to set Combo box list mouse over color
Unanswered: How to set Combo box list mouse over color
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
-
17 Nov 2012 5:58 AM #2Sencha - Community Support Team
- Join Date
- May 2012
- Location
- Istanbul
- Posts
- 1,331
- Vote Rating
- 77
- Answers
- 124
override the class .x-boundlist-item-over
override the class .x-boundlist-item-over
Hi
just try to override the css class .x-boundlist-item-over like
Code:.x-boundlist-item-over{ background:gray; }
sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.


Reply With Quote