Add cursor: none to player

This commit is contained in:
Omar Roth
2019-06-28 20:55:23 -05:00
parent 0d0d3edeae
commit a3cc3c57fd

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,