Currently, for text, the only thing possible to change is color, but these are necessary as well:
- textFont
- textFontSize
- textBold
- textItalics
For things like buttons and user input elements something like this is needed:
- element.style.hover._______
- element.style.disabled.____
- element.style.focus._______
- element.style.error._______
I love that you guys finally added the ability to customize the styles of an element! But before I’m able to use it, the ability to change mostly ALL styles is needed.
Thanks!
Mitch Wagner