Forum Discussion
Wojtek
09-09-2022Cloud Apps
Try this dashboard script
dashboard.on('widgetready',function(d) {
$('.dashboard-layout-column').css('background-color', '#000000');
$('.dashboard-layout').css('background-color', '#000000');
});
Wojtek
Try this dashboard script
dashboard.on('widgetready',function(d) {
$('.dashboard-layout-column').css('background-color', '#000000');
$('.dashboard-layout').css('background-color', '#000000');
});
Wojtek