mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Add cursor: none to player
This commit is contained in:
parent
0d0d3edeae
commit
a3cc3c57fd
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vjs-user-inactive {
|
||||||
|
cursor: none;
|
||||||
|
}
|
||||||
|
|
||||||
.vjs-play-control,
|
.vjs-play-control,
|
||||||
.vjs-volume-panel,
|
.vjs-volume-panel,
|
||||||
.vjs-current-time,
|
.vjs-current-time,
|
||||||
|
|
Loading…
Reference in a new issue