hide mouse cursor in fullscreen after 5 seconds aswell
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user