Frontend: color switch icons yellow if on

This commit is contained in:
Paulus Schoutsen 2014-12-16 22:04:01 -08:00
parent 970014588a
commit 47adae7917
3 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "1b079af6522e827e395c4fbf0282222f"
VERSION = "0492fc0ecdb4c78626038490eb76b3e1"

File diff suppressed because one or more lines are too long

View File

@ -31,6 +31,7 @@
/* Color the icon if light or sun is on */
domain-icon[data-domain=light][data-state=on],
domain-icon[data-domain=switch][data-state=on],
domain-icon[data-domain=sun][data-state=above_horizon] {
color: #fff176;
}