Page 1 of 1

TIWCGJQComboBoxEx - selected item font

PostPosted: 03 Nov 2014 19:07
by ScottWGast
Hello again!

Is the font that displays the selected item in the ComboBoxEx (not the drop down list) set where Bold = true?

I looked in the DOM explorer at the
<span class="ui-selectmenu-status">Alabama</span>

and it shows
font-weight: bold;


Thanks,
Scott

Re: TIWCGJQComboBoxEx - selected item font

PostPosted: 04 Nov 2014 10:53
by Alexander Bulei
Moved to proper section.

Re: TIWCGJQComboBoxEx - selected item font

PostPosted: 04 Nov 2014 11:33
by Alexander Bulei
Hi ScottWGast,

You can always inspect the element in developer tools (e.g: firebug) and check from which css class it come.

In this case, the "bold" come from jquery ui theme classes (like: ui-state-default)

Best Regards.