mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: used var for consistency
This commit is contained in:
@@ -914,7 +914,7 @@ html {
|
||||
|
||||
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
backdrop-filter: var(--blurLarge);
|
||||
background-color: rgba(169, 169, 169, 0.3) !important;
|
||||
background-color: var(--osdSeekBarBufferedColorAlpha) !important;
|
||||
height: 0.35em;
|
||||
overflow: hidden;
|
||||
border-radius: var(--largeRadius);
|
||||
|
Reference in New Issue
Block a user