[SOLVED] Is it possible to change colors in cloud view?

mainly in the cloud view, the green\black squares that shows the vm status (on\off)
thank you

Hello @Liorme

Those colors can’t be changed.

ok, thank you

You could edit the CSS completely if you like but believe this would be overwritten in any updates , I did the CSS and completely changed a setup I did can remember the exact file locations .

If you don’t have any other web service running and no other CSS files on your server run

Find / -name “*css” -print

Then check the CSS it returns

Use inspect element in the browser to find the class and then edit as needed , probably backup before making changes mv x.css x.css.bk for example so you can revert easily