<button-style>
Example
xml
<button-style id="my-style">
<active />
<hovered />
<pressed />
<disabled />
</button-style>Attributes
| Attribute | Type | Required |
|---|---|---|
id | string | Yes |
background-color | string | No |
background-gradient | string | No |
text-color | string | No |
border-color | string | No |
border-width | float | No |
border-radius | float | No |
border-radius-top-left | float | No |
border-radius-top-right | float | No |
border-radius-bottom-right | float | No |
border-radius-bottom-left | float | No |
shadow-color | string | No |
shadow-offset-x | float | No |
shadow-offset-y | float | No |
shadow-blur-radius | float | No |
snap | boolean | No |
States
<active>
| Attribute | Type | Required |
|---|---|---|
background-color | string | No |
background-gradient | string | No |
text-color | string | No |
border-color | string | No |
border-width | float | No |
border-radius | float | No |
border-radius-top-left | float | No |
border-radius-top-right | float | No |
border-radius-bottom-right | float | No |
border-radius-bottom-left | float | No |
shadow-color | string | No |
shadow-offset-x | float | No |
shadow-offset-y | float | No |
shadow-blur-radius | float | No |
snap | boolean | No |
<hovered>
| Attribute | Type | Required |
|---|---|---|
background-color | string | No |
background-gradient | string | No |
text-color | string | No |
border-color | string | No |
border-width | float | No |
border-radius | float | No |
border-radius-top-left | float | No |
border-radius-top-right | float | No |
border-radius-bottom-right | float | No |
border-radius-bottom-left | float | No |
shadow-color | string | No |
shadow-offset-x | float | No |
shadow-offset-y | float | No |
shadow-blur-radius | float | No |
snap | boolean | No |
<pressed>
| Attribute | Type | Required |
|---|---|---|
background-color | string | No |
background-gradient | string | No |
text-color | string | No |
border-color | string | No |
border-width | float | No |
border-radius | float | No |
border-radius-top-left | float | No |
border-radius-top-right | float | No |
border-radius-bottom-right | float | No |
border-radius-bottom-left | float | No |
shadow-color | string | No |
shadow-offset-x | float | No |
shadow-offset-y | float | No |
shadow-blur-radius | float | No |
snap | boolean | No |
<disabled>
| Attribute | Type | Required |
|---|---|---|
background-color | string | No |
background-gradient | string | No |
text-color | string | No |
border-color | string | No |
border-width | float | No |
border-radius | float | No |
border-radius-top-left | float | No |
border-radius-top-right | float | No |
border-radius-bottom-right | float | No |
border-radius-bottom-left | float | No |
shadow-color | string | No |
shadow-offset-x | float | No |
shadow-offset-y | float | No |
shadow-blur-radius | float | No |
snap | boolean | No |