mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Progress bars
This commit is contained in:
12
bottombarprogress.css
Normal file
12
bottombarprogress.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user