diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index b69400142e0..e1d489125a3 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """ DO NOT MODIFY. Auto-generated by build_frontend script """ -VERSION = "6fb0e76d325bb7472fa25355e60539cd" +VERSION = "3c6a5149feced6c49cb97b76fdf14fee" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index 1a23b706988..c8837e05d6a 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -25617,11 +25617,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN transition: max-height .5s ease-in; } - .brightness paper-slider::shadow #sliderKnobInner, - .brightness paper-slider::shadow #sliderBar::shadow #activeProgress { - background-color: #039be5; - } - color-picker { display: block; width: 350px; @@ -25633,7 +25628,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN } .has-brightness .brightness { - max-height: 500px; + max-height: 40px; } .has-xy_color color-picker { @@ -25722,21 +25717,40 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN text-transform: capitalize; } - paper-button, paper-icon-button { + paper-icon-button { color: var(--accent-color); } + + .volume { + margin-bottom: 8px; + + max-height: 0px; + overflow: hidden; + transition: max-height .5s ease-in; + } + + .has-media_volume .volume { + max-height: 40px; + } @@ -25745,6 +25759,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN