Community
Participate
Working Groups
- font property for Combo-Field expected: specifying font property for Combo or Combo-Field in Combo.default.css changes the font actual: font property for Combo and Combo-Field in Combo.default.css has no effect - font property for List widget expected: specifying font property in List.default.css also affects the drop down list of the Combo Widget actual: The font property has no effect on Combo-List. Though changes of the font property in List.default.css are applied to List widgets, they are not applied to drop down lists of Combo widgets
For some reason the font for Combo/CCombo list and text field was taken from "*" selector in the AppearancesBase.js. Fixed in CVS HEAD. Now: Combo { font: ... } should change the list and text field font.