-
4 Feb 2013 3:18 AM #1
Unanswered: Styling Combobox
Unanswered: Styling Combobox
Hi,
I would like to style combo box as shown in the below figure :
Screen Shot 2013-02-04 at 1.12.38 PM.png
Please help as to how shall I proceed. Examples/Demos would be really helpful.Thanks,
Ronz
-
4 Feb 2013 7:40 AM #2Sencha - Community Support Team
- Join Date
- May 2012
- Location
- Istanbul
- Posts
- 1,331
- Vote Rating
- 76
- Answers
- 124
Hi Ronits
May be you can try by overriding by the followings classes for
I have created a demo for you .Please have a look.Code:.x-border-box .x-form-text { height: 22px; border-radius: 4px 0px 0px 4px; background: rgb(240,240,240); text-align: center; } .x-border-box .x-form-trigger { height: 22px; border-radius: 0px 4px 4px 0px; }
demo.pngsword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.
-
4 Feb 2013 8:04 PM #3
Hi,
Thanks. Almost what is required. However, instead of background:rgb(), would like to have image or some gradient, to make the look and feel more like it.
Thanks,
Ronz



Reply With Quote