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:
NovapaX
2018-04-14 03:32:20 +02:00
committed by Paulus Schoutsen
parent 961f43e4a5
commit f40d64d68c
4 changed files with 93 additions and 44 deletions

View File

@@ -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>