Style Behavior Properties View CSS Style Tab

Use the Properties view CSS Style tab to define attributes that control the appearance of a given node in the web client.

Note:

If you define a CSS Class for a Style behavior, the CSS class must exist when deploying OSM. Otherwise, WebLogic Server throws an error and the default class is used.

Field Use

CSS Style Attribute

Enter a CSS style attribute to change the field value format of the data node associated with the style behavior. For example, to customize the color and background color of the field value, you might enter:

color:#EE7500;BACKGROUND-COLOR: #FFFFDD

CSS Class Name

Enter a CSS class name defined in a customPrint.css or customScreen.css file to change the field value format of the data node associated with the style behavior.

Label CSS Style Attribute

Enter a CSS style attribute to change the field label format of the data node associated with the style behavior. For example, to customize the color and background color of the field label, you might enter:

color:#EE7500;BACKGROUND-COLOR: #FFFFDD

Label CSS Class Name

Enter a CSS class name defined in a customPrint.css or customScreen.css file to change the field label format of the data node associated with the style behavior.