hide cursor when no controller

This commit is contained in:
DIYgod 2017-09-02 14:39:17 +08:00
parent 9b2ddc20ac
commit a3883ec046
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
4 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -88,6 +88,8 @@
}
&.dplayer-hide-controller {
cursor: none;
.dplayer-controller-mask {
opacity: 0;
transform: translateY(100%);