fix playlist items not being draggable in firefox/edge

This commit is contained in:
Luke Pulverenti 2016-12-24 03:51:59 -05:00
parent b42047f5cb
commit b121da130b
5 changed files with 10 additions and 5 deletions

View file

@ -104,11 +104,14 @@
height: 1em !important;
font-size: 143%;
border-radius: 500px;
background-color: #52B54B;
padding: .5em;
color: #fff;
}
.listItemIcon:not(.listItemIcon-transparent) {
background-color: #52B54B;
}
.listItemProgressBar {
position: absolute;
bottom: 0;