Madelena / Metrology-for-Hass

🎨 Give your Home Assistant a modern and clean facelift. 🟥🟧🟩🟦🟪 24 Variations with 2 Styles + 6 Colors (Magenta Red / Orange / Green / Blue / Purple) + 🌞 Light and 🌚 Dark modes included. Based on Metro and Fluent UI Design Systems from Microsoft Windows.
https://community.home-assistant.io/t/metrology-metro-fluent-windows-themes-for-home-assistant/
564 stars 30 forks source link

Intense transparency on detail view in Chrome #80

Open rubin110 opened 5 months ago

rubin110 commented 5 months ago

The transparency with detail views is pretty high. I think this started in the last month and I ended up switching to another theme as I didn't have time to address it. I'm back to it now. I did see a few other bugs related to this but they're old and closed so I figured I should just open a new one.

Running version 1.9.1 with Chrome 125.0.6422.77.

image
AlexJGood commented 5 months ago

I also have the same issue on Edge and Brave. Something with the blurred background is missing. Not sure if it's the theme or an update that breaks this. I do really like the blurred background

Plop commented 4 months ago

I have the same issue on Firefox 126.0.1, using Metrology 1.9.1.

I also have the issue on the HomeAssistant client version 2024.6.1 on Android 13

MathisP75 commented 3 months ago

Same issue here, makes it unusable.

Nicks57 commented 3 months ago

Hi, I have the same problem and found a way to solve it: Edit metro.yaml under themes|metro, and modify line 509 "background-color: rgba(var(--rgb-mdc-theme-surface), .5) !important;" to "background-color: rgba(var(--rgb-mdc-theme-surface), 1) !important;"

image

Reload HA YAML configuration via Development Tools.

Hope this will help!