Page 1 of 1

List of visual CSS parameters in help

Posted: Thu Sep 24, 2020 2:56 pm
by saboteur
Hi,

It would be realy helpfull to have a complete list of what visual features can be controlled through CSS.

E.G to change the default font of a window use :

Code: Select all

! $(".spiderwindow").css("font-family", "Calibri");
! $(".spiderwindow").css("font-size", "12px");
I know there are commands such as setgadgetfont etc, but this gives much finer grain control of an applications/windows visual feel.

At the moment it's time consuming trial and error, changing one thing, running to see the efect (if any) and then trying again.

Maybe something added into the Help where web colours are.

Thanks