Using node-red v0.15.2 I was using the following code in a ui template node to give me a border around widgets as per attached.
This has stopped working on my pi's that were upgraded to v0.16.2 , I kinda like the widget border so is it possible to recreate this perhaps by using the UI Control widget ?
If so an example would be appreciated
<style>
.nr-dashboard-theme-dark ui-card-panel {
background-color: #222;
outline: 1px solid #4F4F4F;
}
</style>