Priority
|
Styling Method
|
Description
|
---|---|---|
Highest
|
Style Property
|
Styles that are applied to a container using the Style Properties panel. You can use style properties to override the default styles that are applied from the style theme.
|
Mashup custom CSS
|
CSS rules that are applied on the Custom CSS tab of a mashup entity. A mashup CSS rule override style theme CSS rule when both rules have the same specificity.
|
|
Style Theme custom CSS
|
CSS rules that are applied on the Custom CSS tab of a style theme entity.
|
|
Lowest
|
Style Theme
|
Styles that are inherited from the style theme that is applied to the mashup. You can use themes to apply consistent default styles to all containers in a mashup.
|
|
We strongly recommend that you use styles themes and style properties instead of writing custom CSS rules.
|
Property
|
Description
|
---|---|
background
|
The background color of the container.
|
border-color
|
The color of the border lines.
|
border-radius
|
The radius of border corners. The property applies to all four corners of the container.
|
border-style
|
The style of border lines. You can set it to Dotted, Dashed, Solid, Double, Groove, Ridge, Inset, Outset, Inherit, or None.
|
border-width
|
The width of the border lines.
|
Style/Property
|
Default
|
Styled
|
---|---|---|
Properties
|
• background—#ffffff
• border-color—inherit
• border-radius—None
• border-style—None
• border-width—None
|
• background—#cccccc
• border-color—#AAE09F
• border-radius—4px
• border-style—Solid
• border-width—4px
|
Preview
|
|
The default style property values are derived from the mashup style theme.
|