From a605edece341fdb1dfb314db7d9cb73a53080c68 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 26 Jun 2015 12:24:21 -0400 Subject: [PATCH] fix project --- dashboard-ui/css/nowplaying.css | 4 ++-- dashboard-ui/nowplaying.html | 2 +- dashboard-ui/thirdparty/paper-button-style.css | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/css/nowplaying.css b/dashboard-ui/css/nowplaying.css index 2a1bc07ffa..cb2f0f77da 100644 --- a/dashboard-ui/css/nowplaying.css +++ b/dashboard-ui/css/nowplaying.css @@ -6,10 +6,10 @@ text-align: center; font-size: 24px; padding: 14px 0; - margin: 3px 1px; + margin: 2px 1px; width: 70px; background: #383838; - border-radius: 5px; + border-radius: 2px; } .nowPlayingPageImage img { diff --git a/dashboard-ui/nowplaying.html b/dashboard-ui/nowplaying.html index 531ccd6eca..e939a9ddc3 100644 --- a/dashboard-ui/nowplaying.html +++ b/dashboard-ui/nowplaying.html @@ -8,7 +8,7 @@
- +
diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index 1bf6331c1d..9fe086b686 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -289,6 +289,16 @@ paper-fab.subdued { background: #222; } +paper-fab.white { + background: #fff; + color: #000; +} + + paper-fab.white paper-material.keyboard-focus { + background: #01579b !important; + color: #fff; + } + paper-fab.blue { background: #03a9f4; }