Navigation :
StyleCode Property: buttonBorder
Enabled only for “buttonAspect”: “custom”.
Specifies the border color of the button element.
“auto” becomes a darker tone of “buttonBackground”.
Examples
// Example: form
read form with
SKU: text
Maximum: number
{ buttonBorder: tomato }
show form "My Form" a1b1 with
SKU
Maximum
// Example: dashboard
@{ buttonBorder: tomato}
// Example: dashboard > runbanner
@{ buttonBorder: tomato}