ComboBox and CustomRenderer with CSS

Hi there,

So I’m creating an application based off of the Vaadin Business app ( relevant to this conversation because thats where some of the Components are coming from ). I have a ComboBox that I am using with a ComponentRenderer. I am adding a ListItem component ( from the Business App framework ), that contains a Badge ( also from the Business App framework ).

Everything is working, except the ComboBox is not applying any of the styles from the above components. If i manually add styles ( getStyle().set(“blah”,"blah) ), then I can get the styles that I want. But anything that comes through via CSS is not applied.

CSS is like black magic for me, I really have no idea what is going on with it. Is there something I’m missing or can ComboBox items just not make use of CSS that isn’t in-lined?

Thanks.