Files
Ultrachromic/bottombarprogress.css
Casper Talvio 1b6c5f2d4f Progress bars
2021-07-12 15:28:34 +03:00

12 lines
270 B
CSS

.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;
}