I have a widget controller with 5 widgets in it. I would like to add a border and a box shadow to individual widget buttons within the widget controller but as far as I can see it is only possible to add a border and box shadow around the entire widget controller, is that the case?
Is the only alternate to split the widgets into 5 widget controllers and add a box shadow around each one? I would prefer to keep them in a single widget controller so to maintain spacing between widgets on different screen sizes.
Thanks,
Dee