work on player

This commit is contained in:
bkfox
2016-12-09 19:38:27 +01:00
parent a7197cc4f7
commit 7752e37b74
6 changed files with 49 additions and 16 deletions

View File

@ -323,6 +323,14 @@ ul.list {
display: inline;
}
.player .playlist .duration {
text-align: right;
}
.player .playlist progress {
width: 100%;
}
.player .item[selected] {
border-left: 1px #007EDF solid;
@ -345,7 +353,6 @@ ul.list {
max-height: 2.0em;
}
.player:not([state]) .item[selected] .button > img:not(.play),
.player[state="paused"] .item[selected] .button > img:not(.play),
.player[state="playing"] .item[selected] .button > img:not(.pause),