From 29f73c92714b1ede2c8ee2c03d70eea4b978accd Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 23 May 2026 12:30:33 +0200 Subject: [PATCH] hide mouse cursor in fullscreen after 5 seconds aswell --- public/s/css/v0ck.css | 6 ++++++ 1 file changed, 6 insertions(+) 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