mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
14 lines
272 B
CSS
14 lines
272 B
CSS
.itemProgressBar {
|
|
height: 5px;
|
|
background: rgba(0,0,0,.5);
|
|
}
|
|
|
|
.playbackProgress>div, .itemProgressBarForeground {
|
|
background-color: rgba(var(--accent), 0.75) !important;
|
|
}
|
|
|
|
.transcodingProgress>div {
|
|
background-color: rgba(var(--accent), 0.35) !important;
|
|
}
|
|
|