dadi
1
I’m trying to change font size for one of comboxob, in I used:
.jqx-dropdownlist-content { font-size : 11px;}
.jqx-listitem-state-selected { font-size : 11px; }
.jqx-listitem-state-normal {font-size : 11px; }
that works fine but affects every combobox in application
how to set font size for one combobox ?
ghenne
2
Where are you putting this code?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
ghenne
4
extraheaders is for additional files your app may need.
If you want to change the CSS for your project, you can use Project CSS in the Project menu.
George Henne
NS BASIC Corporation
http://www.nsbasic.com
system
Closed
5
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.