Hi,
I would like my picture entity card to have no background and border.
This can be done with the card-mod integration, but the problem is that the background and border get rendered by the theme before the custom card CSS takes effect. This way the background and border flash briefly everytime the dashboard gets loaded.
I’m trying to change this with a custom theme instead, but I can’t seem to find how to theme individual cards. Currently I have ha-card in my custom theme file, but not sure if its possible to do this for individual cards.
For example this works:
ha-card-background: "#282828"
ha-card-border-color: "#282828"
But this doesn’t:
ha-card.type-picture-background: "#FFFFFF00"
ha-card.type-picture-border-color: "#FFFFFF00"
ha-card-type-picture-background: "#FFFFFF00"
ha-card-type-picture-border-color: "#FFFFFF00"
I tried many other variations aswell but none seem to work, it keeps showing the ha-card background color and border.