Hi @Lanthade
You're looking for ogscript.setStyle('ID_OF_BUTTON', 'UPDATED STYLE INFORMATION');
In your case, it would be:
ogscript.setStyle('ID_OF_BUTTON', 'bg#00FF00');
Which would set the background colour of the button to bright green (hex color code 00FF00)
#DashBoard