static: add playback arrow to position row
This commit is contained in:
parent
88179a5f8b
commit
4d10f41ffe
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue