diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp index bdc21627..6142d7da 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp @@ -891,14 +891,14 @@ - + " alt="Clear playlist" title="Clear playlist" style="cursor:pointer; height:18px"> | - + " alt="Shuffle" title="Shuffle" style="cursor:pointer; height:18px"> | @@ -906,7 +906,7 @@ - + " alt="Toggle repeat" title="Toggle repeat" style="cursor:pointer; height:18px"> | @@ -914,7 +914,7 @@ - + " alt="Undo" title="Undo" style="cursor:pointer; height:18px"> | @@ -922,7 +922,7 @@ - + " alt="Settings" title="Settings" style="cursor:pointer; height:18px"> | diff --git a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css index 1e8f5b79..5acea753 100644 --- a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css +++ b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css @@ -69,6 +69,11 @@ a.disabled, a.disabled span, span.disabled { color: #bbb; } +/* Player controls */ +a.player-control:hover { + text-decoration: none; +} + /* Color for warning messages. */ .warning { color: red;