diff --git a/README.rst b/README.rst index 6a983b1..2772a60 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,7 @@ v2.0.1 (UNRELEASED) - Increase volume slider handle by 30% to make it easier to grab on mobile devices - Add application cache manifest file for quicker loads and to allow client devices to detect when local caches should be invalidated. - Fix vertical alignment of playback control buttons in footer. +- Use standard Mopidy mixer methods to mute / un-mute playback. v2.0.0 (26-3-2015) ------------------ diff --git a/mopidy_musicbox_webclient/static/css/webclient.css b/mopidy_musicbox_webclient/static/css/webclient.css index 0a2297c..4fd23f5 100644 --- a/mopidy_musicbox_webclient/static/css/webclient.css +++ b/mopidy_musicbox_webclient/static/css/webclient.css @@ -174,6 +174,7 @@ * Volume Slider ***********************/ #mutebt { + color: white; float: left; margin-left: 8px; margin-top: 8px; @@ -551,7 +552,7 @@ a { max-height:90%; } .nowPlaying-artistInfo { - font-size: 12px; + font-size: 12px; } .nowPlaying-artistInfo h4{ margin: 0px; diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index b2e64ea..27d3000 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -117,7 +117,7 @@