forked from rc/aircox
work on player
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user