Added button to add song to other playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2019-01-19 13:08:59 +01:00
parent 6e4d5d0249
commit 5f3c7890a0
4 changed files with 15 additions and 3 deletions

View File

@@ -2564,12 +2564,12 @@ nav ul li:hover, nav ul li.active {
margin-left: 5px;
}
#playpause:hover, #volume-button:hover, #fullscreen:hover
#playpause:hover, #volume-button:hover, #fullscreen:hover, #addToOtherList
{
color:rgba(255,255,255,0.5);
}
#fullscreen
#fullscreen, #addToOtherList
{
float:right;
color:white;
@@ -2602,7 +2602,7 @@ nav ul li:hover, nav ul li.active {
margin-right: 5px;
}
#play, #pause, #volume-button, #fullscreen
#play, #pause, #volume-button, #fullscreen, #addToOtherList
{
font-size: 24px;
cursor:pointer;