When you set any properties on elements via the properties pane then your CSS stylesheet for those properties will be overruled by those settings. So if you want to use a stylesheet you should not touch those properties in the properties pane but control it all by CSS.
When you set any properties on elements via the properties pane then your CSS stylesheet for those properties will be overruled by those settings. So if you want to use a stylesheet you should not touch those properties in the properties pane but control it all by CSS.
Thanks Robert,
I’m aware of that and I doublechecked if the elements have default properties, they do.
Lets first start with what doesn’t work. Do none of the CSS properties get applied? In neither the Smart or Web Client?
Are you sure that the right stylesheet is applied to the form, the correct styleclass to the label and that in the stylesheet the declaration “label.classname” is not redefined later on in the stylesheet?
Are you actually using the name “classname” or is that just a dummy value for the example here?