12 lines
278 B
CSS
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);
|
|
}
|