forked from rc/aircox
work on player, fix seek issue + show cover in the button
This commit is contained in:
@ -364,10 +364,23 @@ ul.list {
|
||||
.player .item:not([selected]) .button > img.play {
|
||||
display: block;
|
||||
}
|
||||
.player .item:not([selected]) .button > img:not(.play) {
|
||||
|
||||
.player .item:not([selected]) .button > img:not(.play):not(.cover) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.player .item .button > img.cover {
|
||||
display: block;
|
||||
position: absolute;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.player .item:hover .button > img.cover {
|
||||
/* display: none; */
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
main .player .actions .action:not(.add),
|
||||
.section_player .actions .action.add,
|
||||
|
Reference in New Issue
Block a user