optionally enable seeking through os controls

This commit is contained in:
ed
2021-11-15 02:47:42 +01:00
parent cae436b566
commit 9629fcde68
3 changed files with 15 additions and 11 deletions

View File

@@ -876,13 +876,15 @@ html.light #tree.nowrap .ntree a+a:hover {
}
#thumbs,
#au_fullpre,
#au_os_seek,
#au_osd_cv,
#u2tdate {
opacity: .3;
}
#griden.on+#thumbs,
#au_preload.on+#au_fullpre,
#au_os_ctl.on+#au_osd_cv,
#au_os_ctl.on+#au_os_seek,
#au_os_ctl.on+#au_os_seek+#au_osd_cv,
#u2turbo.on+#u2tdate {
opacity: 1;
}