since I updated to dashboard v 2.11.0 the override of the widget background color does not work anymore.
Thats my ui_template node:
[{"id":"bfd31932.c5d6d8","type":"ui_template","z":"d633b953.e21588","group":"fe7490ad.88b7a","name":"Tür offen","order":0,"width":0,"height":0,"format":"<div design=\"row\" style=\"background-color: yellow;\">\n <p><b><font size=\"7\" color=\"red\"><marquee scrollamount=\"15\" scrolldelay=\"10\" direction=\"left\">Tür offen</marquee></font></b></p></p>\n</div>\n\n\n<style>\n #Ausgänge_Laufschrift,\n #Ausgänge_Laufschrift md-card {\n background : rgba(205,205,205,0);\n color: rgba(205,205,205,0);\n border: rgba(205,205,205,0);\n }\n</style>\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":580,"y":120,"wires":[[]]},{"id":"fe7490ad.88b7a","type":"ui_group","z":"","name":"Laufschrift","tab":"ddc3c08a.7faa7","order":10,"disp":false,"width":"29","collapse":false},{"id":"ddc3c08a.7faa7","type":"ui_tab","z":"","name":"Ausgänge","icon":"<i class=\"fa fa-lightbulb-o\" aria-hidden=\"true\"></i>","order":1}]
and thats the result:
before the update the complete background was yellow
how can you correct that again?