Progress bars

This commit is contained in:
Casper Talvio
2021-07-12 15:28:34 +03:00
parent dd46ee8c5e
commit 1b6c5f2d4f
3 changed files with 19 additions and 0 deletions

12
bottombarprogress.css Normal file
View File

@@ -0,0 +1,12 @@
.itemProgressBar {
height: 5px;
background: rgba(0,0,0,.5);
}
.playbackProgress>div, .itemProgressBarForeground {
background-color: rgba(var(--accent), 0.75) !important;
}
.transcodingProgress>div {
background-color: rgba(var(--accent), 0.35) !important;
}