allow gradient on app-header-background-color in themes #11081
Unanswered
Mariusthvdb
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
we can set a gradient Lovelace background in our themes with:
and we can set a gradient to a card-background, with:
we can set a gradient to the app-header-background-color using card-mod-theme:
however, we can not set a gradient in a theme directly. Where:
works fine, the gradient:
doesnt.
It would be really nice to be able to set a gradient in the themes directly because:
-a this wouldn't need a custom solution
-b it would make it very easy to do so differently for different themes.
Long story short:
Please enable/allow gradients on the
app-header-background-color
variableEdit: and please also on the
sidebar-background-color
andsidebar-menu-button-background-color
frontend/src/resources/styles.ts
Line 64 in d392695
Beta Was this translation helpful? Give feedback.
All reactions