static: add gradient background for top controls

This commit is contained in:
coon 2023-11-30 22:33:01 +01:00
parent 45bbacc57d
commit 4c5fe66f4e
2 changed files with 8 additions and 0 deletions

View file

@ -92,6 +92,14 @@ td.playing {
#controls-top { #controls-top {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding: 5px;
background-repeat: repeat-x;
background-image: url(../img/top-controls-bg.png);
}
#controls-top div {
border-right: 1px solid black;
} }
#top-left-controls { #top-left-controls {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB