StyleCode Property: buttonBorder

🚧 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.

buttonBorder

Enabled only for “buttonAspect”: “custom”.
Specifies the border color of the button element.
“auto” becomes a darker tone of “buttonBackground”.

Applies to Type Default
dashboard
dashboard > runbanner
color, auto auto

Examples

// Example: dashboard
@{ buttonBorder: "#FF6347" }
show label "My Dashboard" { 1..2, 1..2 }

// Example: dashboard > runbanner
@{ buttonBorder: "#FF6347" }
show label "My Dashboard" { 1..2, 1..2 }

User Contributed Notes
0 notes + add a note