Files
Ultrachromic/bottombarprogress.css
2021-08-17 00:24:30 +03:00

12 lines
278 B
CSS

#itemDetailPage .itemProgressBar,
#indexPage .itemProgressBar{
height: 5px;
background: rgba(0, 0, 0, 0.45);
}
.itemProgressBarForeground {
background-color: rgba(var(--accent),0.75);
}
.transcodingProgress > div {
background-color: rgba(var(--accent), 0.35);
}