Frontend bugfix: hide color picker when light is off

This commit is contained in:
Paulus Schoutsen 2015-07-06 08:11:23 -07:00
parent 4d81953562
commit 820fd55249
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """ """ DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "cae518aa6f1112fca0e0b9cf3adfea62" VERSION = "b22e174ff27ead5c80f7d0efc055fbd9"

View File

@ -24206,7 +24206,7 @@ paper-ripple {
transition: max-height .5s ease-in; transition: max-height .5s ease-in;
} }
color-picker { ha-color-picker {
display: block; display: block;
width: 350px; width: 350px;
margin: 0 auto; margin: 0 auto;

View File

@ -13,7 +13,7 @@
transition: max-height .5s ease-in; transition: max-height .5s ease-in;
} }
color-picker { ha-color-picker {
display: block; display: block;
width: 350px; width: 350px;
margin: 0 auto; margin: 0 auto;