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) {
|
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||||
backdrop-filter: var(--blurLarge);
|
backdrop-filter: var(--blurLarge);
|
||||||
background-color: rgba(169, 169, 169, 0.3) !important;
|
background-color: var(--osdSeekBarBufferedColorAlpha) !important;
|
||||||
height: 0.35em;
|
height: 0.35em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: var(--largeRadius);
|
border-radius: var(--largeRadius);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue