This commit is contained in:
2026-02-24 18:16:55 +01:00
parent 75ed3365af
commit 8fb7cca9c2
7 changed files with 406 additions and 72 deletions

View File

@@ -55,13 +55,15 @@ input.h-slider {
display: flex;
justify-content: center;
align-items: center;
width: 4em;
/*width: 4em;*/
border-left: 1px solid black;
}
.buttons span.time {
.buttons span.time, .buttons span.totaltime {
font-weight: bold;
text-align: center;
padding-left: 0.5em;
padding-right: 0.5em;
}
.hpane {
@@ -153,4 +155,21 @@ table.music-library tr:hover td {
text-wrap: nowrap;
}
table.tracks {
width: 94%;
margin-left: 3%;
margin-right: 3%;
margin-top: 5px;
margin-bottom: 5px;
}
table.tracks td.number {
text-align: right;
}
table.tracks tr.current {
font-weight: bold;
color: blue;
}