Hide cursor after 2s in fullscreen

This commit is contained in:
DC
2016-03-05 16:59:47 -08:00
parent a38b27876b
commit d1b61bdc07
3 changed files with 29 additions and 5 deletions

View File

@@ -285,7 +285,15 @@ body.drag::before {
}
.player:hover .player-controls {
opacity: 1;
opacity: 1;
}
.player.hide:hover .player-controls {
opacity: 0;
}
.player.hide {
cursor: none;
}
/* invisible click target for scrubbing */