more html foo

This commit is contained in:
XenGi 2024-01-20 21:52:03 +01:00
parent 1c0fc195b0
commit 3bdf933493
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g
2 changed files with 32 additions and 18 deletions

View file

@ -300,6 +300,17 @@ table tr:hover td {
border-right: 4px ridge #3a506b;
}
#control-playlist-list {
font-size: 12pt;
width: 100%;
background-color: #28374a;
color: white;
border: 1px solid black;
border-right-color: #545454;
border-bottom-color: #545454;
scrollbar-color: #490b00 #09101d; /* only in firefox: https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color */
}
footer svg {
color: white;
width: 12pt;