T363: Fix tracks being unplayable when cover art is unavailable.

This commit is contained in:
Peter Deltchev 2015-09-07 08:22:19 -07:00
parent 91611faead
commit 6911b3e560

View file

@ -310,6 +310,7 @@ html .single-player .play-button {
text-decoration: none;
background: rgba(0, 0, 0, .4);
display: none;
pointer-events: all;
&:hover {
background: rgba(0, 0, 0, .8);
@ -319,6 +320,7 @@ html .single-player .play-button {
img {
display: block;
width: 100%;
pointer-events: none;
}
}
@ -455,4 +457,4 @@ html {
}
}
}
}
}