dev: used var for consistency
This commit is contained in:
parent
0437d11de2
commit
fd86c8be0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue