Add cursor: none to player

This commit is contained in:
Omar Roth 2019-06-28 20:55:23 -05:00
parent 0d0d3edeae
commit a3cc3c57fd
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2

View file

@ -281,6 +281,10 @@ input[type="search"]::-webkit-search-cancel-button {
}
}
.vjs-user-inactive {
cursor: none;
}
.vjs-play-control,
.vjs-volume-panel,
.vjs-current-time,