mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix the value to be grey
Accidentally pushed up a commit that had it at white. This is now the correct middle grey.
This commit is contained in:
parent
f0b8a44bcf
commit
04bf6a3305
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-switch__track {
|
.mdl-switch__track {
|
||||||
background: rgba(255,255,255, 0.2);
|
background: rgba(128,128,128, 0.5);
|
||||||
height: 1em;
|
height: 1em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue