static: add playback arrow image + red highlight background color
This commit is contained in:
parent
a74c849d79
commit
1d77c7b10b
|
@ -32,7 +32,7 @@ td {
|
||||||
}
|
}
|
||||||
|
|
||||||
#queue-table tr td:first-of-type {
|
#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,
|
/* This is probably a better way to generate alternate coloring on tables. However,
|
||||||
|
@ -56,6 +56,16 @@ table tr.even {
|
||||||
background-color: #171812;
|
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 {
|
#flexbox-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
BIN
static/img/playback.png
Normal file
BIN
static/img/playback.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 503 B |
Loading…
Reference in a new issue