So lets say I want the bg color of main_middle_panel to be yellow, main_middle_panel has some switch and light widgets defined in it, some labels, etc. I don’t want this bg color to do anything to those switch and light and label widgets, I want the bg color behind all of those widgets together to be yellow.
I’ve tried widget_style on main_middle_panel but it’s not working, all of those widgets show up in my dashboard, but there’s no yellow behind all of them. (the switch, light, and label bg colors should stay gray as they are)