Nihvel / your_name

Home Assistant theme - A dark, electric blue theme that reminds the movie Your Name.
47 stars 12 forks source link

Transparent div #13

Closed biofects closed 10 months ago

biofects commented 10 months ago

Im going to see if I can use the card-mod in your theme to not have popup transparent. I found this article that might be able to help https://community.home-assistant.io/t/change-transparency-of-popups/226207

biofects commented 10 months ago

Ok so now the cards in Lovelace are not transparent, just the configuration cards this might work 👍

biofects commented 10 months ago

OK, I have found the fix!! Add the following to top of the theme.

dialog-backdrop-filter: blur(20px) 
iron-overlay-backdrop-opacity: 1
iron-overlay-backdrop-background-color: rgba(0, 0, 0, 0.32))

I created a pull a merge request and submit if you would like.

Nihvel commented 10 months ago

Merged in https://github.com/Nihvel/your_name/pull/14 - Thanks a lot for your work!

Nihvel commented 10 months ago

closing