static: add playback arrow image + red highlight background color

This commit is contained in:
coon 2023-11-29 23:53:51 +01:00
parent a74c849d79
commit 1d77c7b10b
2 changed files with 11 additions and 1 deletions

View file

@ -32,7 +32,7 @@ td {
}
#queue-table tr td:first-of-type {
padding-left: 20px;
padding-left: 16px;
}
/* This is probably a better way to generate alternate coloring on tables. However,
@ -56,6 +56,16 @@ table tr.even {
background-color: #171812;
}
#queue-table tr.playing {
background-color: #490b00;
}
td.playing {
background-image: url(../img/playback.png);
background-repeat: no-repeat;
background-position: left center;
}
#flexbox-container {
display: flex;
flex-direction: column;

BIN
static/img/playback.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B