From 6d65b0bbd7924d065aeade3f993c80abc1376ace Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 10 Apr 2016 15:18:44 -0700 Subject: [PATCH] Update frontend --- homeassistant/components/frontend/version.py | 2 +- .../frontend/www_static/frontend.html | 21 ++++++++++++------- .../www_static/home-assistant-polymer | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 1d137f6f83a..f923e425cbe 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 = "50a185fc83edd53abb848ba9e6f8931e" +VERSION = "7baf9a2bf8d94448eeaa6a1ceaf8464e" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index bef20c0fcac..c2837769665 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -3759,13 +3759,18 @@ e.bindAnimationForKeyframeEffect(this)),(this.effect instanceof window.SequenceE text-align: center; } - .primary { - width: 60px; - height: 60px; + .controls paper-icon-button { + width: 44px; + height: 44px; + } + + paper-icon-button.primary { + width: 56px !important; + height: 56px !important; background-color: var(--primary-color); color: white; border-radius: 50%; - padding: 5px; + padding: 8px; } [invisible] { @@ -3810,7 +3815,7 @@ e.bindAnimationForKeyframeEffect(this)),(this.effect instanceof window.SequenceE .column { max-width: 600px; } - }