<text-editor-style>
Example
xml
<text-editor-style id="my-style">
<active />
<hovered />
<disabled />
</text-editor-style>Attributes
| Attribute | Type | Required |
|---|---|---|
id | string | Yes |
background-color | string | No |
background-gradient | 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 |
placeholder | string | No |
value | string | No |
selection | string | No |
States
<active>
| Attribute | Type | Required |
|---|---|---|
background-color | string | No |
background-gradient | 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 |
placeholder | string | No |
value | string | No |
selection | string | No |
<hovered>
| Attribute | Type | Required |
|---|---|---|
background-color | string | No |
background-gradient | 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 |
placeholder | string | No |
value | string | No |
selection | string | No |
<disabled>
| Attribute | Type | Required |
|---|---|---|
background-color | string | No |
background-gradient | 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 |
placeholder | string | No |
value | string | No |
selection | string | No |