static: add shiny borders to bottom controls
This commit is contained in:
parent
5a8f3aee35
commit
4e5e53d257
|
@ -165,6 +165,7 @@ td.playing {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
border-bottom: 4px ridge #3a506b;
|
||||
}
|
||||
|
||||
#controls_bottom {
|
||||
|
@ -177,6 +178,7 @@ td.playing {
|
|||
background-color: #171812;;
|
||||
/* flex-grow: 1; */
|
||||
width: 20%; /* frickel? */
|
||||
border-right: 4px ridge #3a506b;
|
||||
}
|
||||
|
||||
#playlist_tracklist {
|
||||
|
|
Loading…
Reference in a new issue