Development tools : XUI editor : Editing an XUI page : Editing the properties of the XUI widgets : CSS support
  
CSS support
There are multiple styles for XUI widgets. Some of them are controlled by CSS files. This section describes how to set CSS style for them.
Priority for styles
There are multiple styles affecting XUI tooling and runtime (except Default CSS support for XUI editor), and the priority from low to high is:
Widget default height and width settings in widget definition
CSS support for XUI Editor (only for tooling): Option 1
Widget style specified in Properties > Style: Option 2
Widget height and width settings in Properties > Appearance
Option 1 and Option 2 are supported CSS files. The following sections describe how to define and use them.
See
CSS support for XUI Editor
Setting CSS style to widgets
Go up to
Editing the properties of the XUI widgets