Report Bugs Here

Moderator: Mmiscool

User avatar
By Mmiscool
#52448 Looks like it is in there. See the cssid command. It allows for setting of css atributes of eliment by id.

CSSID:
The cssid command will apply css to the desired item by id. This should be executed immediately after creating a gui object.
Example:
cssid htmlid(), "background-color: yellow;"



CSSCLASS:
The cssclass command will apply css to the desired class of gui objects.
Example: Will set all buttons to color yellow.
cssclass "button", "background-color: yellow;"