mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Updated progress bars in Continue Watching section on the home screen
They were too faded and transluscent in my original design
This commit is contained in:
@@ -387,15 +387,17 @@ html {
|
||||
}
|
||||
|
||||
.itemProgressBar {
|
||||
backdrop-filter: blur(.1em);
|
||||
background-color: rgb(123 123 123 / 30%) !important;
|
||||
height: .2em;
|
||||
height: .3em;
|
||||
box-shadow: 0px 0px 0.01em .01em black;
|
||||
overflow: hidden;
|
||||
border-radius: var(--largeRadius);
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
border-radius: var(--largeRadius);
|
||||
background-color: var(--activeColor);
|
||||
background-color: var(--dimTextColor);
|
||||
}
|
||||
|
||||
.selectLabel {
|
||||
|
Reference in New Issue
Block a user