StyleCode Property: buttonBackground

🚧 Work in progress — This documents the redesigned dashboard layout system, which is still under active development and subject to change. It is not compatible with the older v1 dashboard tile system.

buttonBackground

Enabled only for “buttonAspect”: “custom”.
Specifies the background color of the button element.

Applies to Type Default
dashboard
dashboard > runbanner
color #FFFFFF

Examples

// Example: dashboard
@{ buttonBackground: "red" }
show label "My Dashboard" { 1..2, 1..2 }

// Example: dashboard > runbanner
@{ buttonBackground: "red" }
show label "My Dashboard" { 1..2, 1..2 }

User Contributed Notes
0 notes + add a note