mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix function-name-case (CSS)
This commit is contained in:
parent
2ac83a43d1
commit
c243d00add
@ -105,7 +105,7 @@
|
|||||||
background: #00a4dc;
|
background: #00a4dc;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border: none;
|
border: none;
|
||||||
transform: Scale(1.4, 1.4);
|
transform: scale(1.4, 1.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-slider::-ms-thumb {
|
.mdl-slider::-ms-thumb {
|
||||||
|
Loading…
Reference in New Issue
Block a user