Files
Ultrachromic/bottombarprogress.css

12 lines
278 B
CSS
Raw Normal View History

#itemDetailPage .itemProgressBar,
#indexPage .itemProgressBar{
height: 5px;
background: rgba(0, 0, 0, 0.45);
2021-07-12 15:28:34 +03:00
}
.itemProgressBarForeground {
background-color: rgba(var(--accent),0.75);
2021-07-12 15:28:34 +03:00
}
.transcodingProgress > div {
background-color: rgba(var(--accent), 0.35);
2021-08-01 20:43:07 +03:00
}