static: add playback arrow to position row

This commit is contained in:
coon 2023-11-29 23:02:58 +01:00
parent 88179a5f8b
commit 4d10f41ffe
2 changed files with 5 additions and 2 deletions

View file

@ -96,8 +96,8 @@
<td>undefined</td>
<td>9:29</td>
</tr>
<tr class="odd">
<td>3</td>
<tr class="odd playing">
<td class="playing">3</td>
<td>Chakra</td>
<td>Love Shines Through (Martin Roth's in Electro Love Remix)</td>
<td>undefined</td>

View file

@ -24,6 +24,9 @@ table {
border-spacing: 0pt;
}
#queue-table tr td:first-of-type {
padding-left: 20px;
}
/* This is probably a better way to generate alternate coloring on tables. However,
background color for selected track is overwritten this way. Therefore the "old