It will be because you are using --rgb-indigo-color. This was added, then removed from HA. You could change it to rgba(var(--mush-rgb-indigo, 63, 81, 181), 0.2).
trying ti mimic the icon background Mushroom (Tile core) uses on a custom:button-card, I need some help please. Ive ran through the complete Mushroom repo but can not find the way this is done, transposable to button-card.
I do have the background color (or at least believe so)
top is button-card, bottom is Tile card with some mods to make it square.
Since Mushroom would be closest to what Core Tile does, I hope anyone of you here can help me with the background shape
Iāve posted also in button-card for this, so hope not to offend using this crosspostā¦
I can get a chip card animated for 1or more lights turned on and also a separate chip card badge with number of lights on but I cant seem to get the 2 working together for when 1 or more light is on for the group and badge indicates number of lights on ?
This is a bit of a random comment but still sticking with the mushroom cards topic.
I have recently completly rebuilt my lovelace dashboard for mobiles using the mushroom cards and tried like i have in outher areas to do it all using the GUI, though relaity is that a lot of YAML has been used to tweak the look and feel of the cards etc.
I am looking for a bit of inspiration, as i have been inspired a lot by reading through this thread, on anyone that has created a home cinema or theatre page that is in keeping with the mushrooms card theme. I have a projector, plex server, fire tv, xbox etc.
I have played about already but its a bit cluttered and doesnt really look like where it needs to be, reality is i need something that is functional yet looks impressive for when you want to show off lol
Is anyone happy to share the look of there theatre / home cinema cards out there so i can shamelessy copy the best bits ?
Thanks.
Your solution work. I had in my theme file this:
card-mod-more-info-yaml: |
ha-dialog {
--vertical-align-dialog: center !important;
}
I am not sure if that is correct. Strange behaviour. Do not work all the time.
I do not want edit all my cards to add this style code.
Is this code above correct?
I found something. After refresh this code in theme file doesnāt work. Popup is always on top, but then if I press card where I have your code and popup shows in the middle all popups starts showing in the middle. After refresh again all popups are on top until I press this card with your code. Any idea?