Files
Ultrachromic/overlayprogress.css

17 lines
355 B
CSS
Raw Permalink Normal View History

#itemDetailPage .itemProgressBar,
#indexPage .itemProgressBar {
2021-07-12 15:28:34 +03:00
height: 2000em;
background: #0000;
2021-07-12 16:11:31 +03:00
}
.innerCardFooter.fullInnerCardFooter.innerCardFooterClear {
background: rgba(0,0,0,0);
right: 0;
left: 0;
top: 0;
bottom: 0;
2021-07-20 02:04:12 +03:00
margin: 0;
}
.itemProgressBarForeground {
background-color: rgba(var(--accent), 0.35);
}