StyleCode Property: buttonBorder

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
form
color, auto auto

Examples

// Example: dashboard
@{ buttonBorder: "#FF6347" }

// Example: dashboard > runbanner
@{ buttonBorder: "#FF6347" }

// Example: form
read form with
  SKU: text
  Maximum: number

show form "My Form" a1b1 { buttonBorder: "#FF6347" } with
  SKU
  Maximum          

User Contributed Notes
0 notes + add a note