1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #119 from anthonylavado/fix-toggle-track

Make the toggle track visible on all themes
This commit is contained in:
Vasily 2019-02-03 16:34:28 +03:00 committed by GitHub
commit 693848dcf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@
} }
.mdl-switch__track { .mdl-switch__track {
background: rgba(0,0,0, 0.2); background: rgba(128,128,128, 0.5);
height: 1em; height: 1em;
border-radius: 1em; border-radius: 1em;
cursor: pointer; cursor: pointer;