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

13 lines
292 B
CSS

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