static: add gradient background for top controls
This commit is contained in:
parent
45bbacc57d
commit
4c5fe66f4e
|
@ -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 {
|
||||||
|
|
BIN
static/img/top-controls-bg.png
Normal file
BIN
static/img/top-controls-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in a new issue