Changed generated control buttons to text.

Fixed some JSDoc.
This commit is contained in:
2022-04-19 16:31:16 -05:00
parent fe78e7c646
commit 622a85828c
8 changed files with 54 additions and 45 deletions

View File

View File

@@ -1,34 +0,0 @@
.player.play-btn {
box-sizing: border-box;
height: 48px;
width: 48;
transition: 80ms all ease;
will-change: border-width;
cursor: pointer;
border-color: transparent transparent transparent black;
border-style: solid;
border-width: 24px 0px 24px 48px;
}
.player.play-btn.pause {
border-style: double;
border-width: 0px 0px 0px 60px;
}
.player.next {
border-style: none;
width: 48px;
height: 48px;
}
.player.previous {
border-style: none;
width: 48px;
height: 48px;
}
table.player {
border-collapse: collapse;
}