diff --git a/public/s/css/v0ck.css b/public/s/css/v0ck.css index baecbd3..fa34399 100644 --- a/public/s/css/v0ck.css +++ b/public/s/css/v0ck.css @@ -538,4 +538,10 @@ .v0ck_speed_indicator:not(.v0ck_hidden) { opacity: 1; transform: translate(-50%, 0); +} + +/* Hide mouse cursor on inactivity in fullscreen */ +.v0ck.v0ck_fullscreen:not(.v0ck_hover), +.v0ck.v0ck_fullscreen:not(.v0ck_hover) * { + cursor: none !important; } \ No newline at end of file