summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-06-28 20:55:23 -0500
committerOmar Roth <omarroth@protonmail.com>2019-06-28 20:55:23 -0500
commita3cc3c57fda98616a972fcb2722b8a43d6114ce8 (patch)
treee29158952faf4daf5a5fb1d2a862a011205e21fa /assets
parent0d0d3edeae1e632afc302e240b5ef7481c21b4b0 (diff)
downloadinvidious-a3cc3c57fda98616a972fcb2722b8a43d6114ce8.tar.gz
invidious-a3cc3c57fda98616a972fcb2722b8a43d6114ce8.tar.bz2
invidious-a3cc3c57fda98616a972fcb2722b8a43d6114ce8.zip
Add cursor: none to player
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index bbeaf076..4820878f 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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,