You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When the row/card is locked, the whole row/card has a specified background-color:
Describe the solution you'd like
A clear and concise description of what you want to happen.
The background may be set as a CSS style to the div#overlay element:
background: rgba(66, 66, 66, 0.1);
The color must be specified by an option:
background_locked: rgba(...) or not specified (default)
Also, a special CSS variable may be defined to set the background color for cards in HA.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
ildar170975
changed the title
If locked - set a specified background color to the row/card
[FR] If locked - set a specified background color to the row/card [may be acieved by card-mod]
Jul 10, 2023
ildar170975
changed the title
[FR] If locked - set a specified background color to the row/card [may be acieved by card-mod]
[FR] If locked - set a specified background color to the row/card [may be achieved by card-mod]
Jul 10, 2023
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When the row/card is locked, the whole row/card has a specified background-color:

Describe the solution you'd like
A clear and concise description of what you want to happen.
The background may be set as a CSS style to the
div#overlay
element:The color must be specified by an option:
background_locked: rgba(...) or not specified (default)
Also, a special CSS variable may be defined to set the background color for cards in HA.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: