protected java.lang.String getCss(Component c)Returns styles to be applied to given component. Override this method to inject custom style rules to components.
Note that styles are injected over previous styles before actual child rendering. Previous styles are not cleared, but overridden.
Note that one most often achieves better code style, by separating styling to theme (with custom theme and AbstractComponent.addStyleName(String). With own custom styles it is also very easy to break browser compatibility.
Parameters:
c - the component
Returns:
css rules to be applied to component
see vaadin api. it was overridden by stylename which you add or vaadin internal.