Files
Jellyfin-themes/inst01/overlayprogress.css
2025-07-22 10:02:56 +02:00

16 lines
354 B
CSS

#itemDetailPage .itemProgressBar,
#indexPage .itemProgressBar {
height: 2000em;
background: #0000;
}
.innerCardFooter.fullInnerCardFooter.innerCardFooterClear {
background: rgba(0,0,0,0);
right: 0;
left: 0;
top: 0;
bottom: 0;
margin: 0;
}
.itemProgressBarForeground {
background-color: rgba(var(--accent), 0.35);
}