restriction-card
restriction-card copied to clipboard
If locked - set a specified background color to the row/card
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.