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