Change combobox font size

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 ?

Where are you putting this code?

George Henne
NS BASIC Corporation
http://www.nsbasic.com

in extraheaders ,

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

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.