mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Easier theming and also apply theme to date picker (#1041)
* datepicker overlay backgrond * style vaadin more * cleanup diff * make styling easier * more vars * sidebar text * sidebar selected background backward compatible * indent commented theming var * fix sidebar text color incompatibility
This commit is contained in:
committed by
Paulus Schoutsen
parent
961f43e4a5
commit
f40d64d68c
@@ -32,7 +32,7 @@
|
||||
|
||||
/* Color the icon if unavailable */
|
||||
ha-state-icon[data-state=unavailable] {
|
||||
color: var(--disabled-text-color);
|
||||
color: var(--state-icon-unavailable);
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user