From 30ac2a506567243b1a49ccc7ccc33cac1653d0fa Mon Sep 17 00:00:00 2001 From: jcass Date: Thu, 5 May 2016 07:04:40 +0200 Subject: [PATCH 1/8] New icons for 'PLAY' and 'PLAY_ALL' action. --- README.rst | 2 ++ mopidy_musicbox_webclient/static/css/webclient.css | 9 +++++++-- mopidy_musicbox_webclient/static/index.html | 6 +++--- mopidy_musicbox_webclient/static/js/controls.js | 4 ++-- mopidy_musicbox_webclient/static/js/functionsvars.js | 2 +- mopidy_musicbox_webclient/static/mb.appcache | 2 +- tests/js/test_controls.js | 8 ++++---- 7 files changed, 20 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 3c074c7..1695a4c 100644 --- a/README.rst +++ b/README.rst @@ -87,6 +87,8 @@ v2.3.0 (UNRELEASED) (Addresses: `#184 `_). - Optimized rendering of large lists of tracks to make UI more responsive. - Added 'Folder' FontAwesome icon on the Browse pane for browsing the filesystem. +- New icons for 'PLAY' and 'PLAY_ALL' actions. In general, icons with an empty background will perform an action only + on the selected track, while icons with a filled background will apply the action to all tracks in the list. **Fixes** diff --git a/mopidy_musicbox_webclient/static/css/webclient.css b/mopidy_musicbox_webclient/static/css/webclient.css index 38637c1..d792822 100644 --- a/mopidy_musicbox_webclient/static/css/webclient.css +++ b/mopidy_musicbox_webclient/static/css/webclient.css @@ -300,6 +300,11 @@ line-height: 100%; } +.moreBtn i { + color: #ddd; + text-size: initial; +} + .backnav { background-color: #ccc !important; } @@ -395,11 +400,11 @@ } .ui-icon-playAll:after { - content: '\f050'; + content: '\f144'; } .ui-icon-play:after { - content: '\f04b'; + content: '\f01d'; } .ui-icon-playNext:after { diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index 8620f30..842ad8e 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -115,12 +115,12 @@