static: add playback arrow to position row

This commit is contained in:
coon 2023-11-29 23:02:58 +01:00
parent 35512fc088
commit 41ff1e3592
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -24,6 +24,9 @@ table {
border-spacing: 0pt; 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, /* 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 background color for selected track is overwritten this way. Therefore the old