From 2d4a18591aff89c0fc67506b52217174396e327b Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 13 Oct 2024 16:52:51 +0800 Subject: [PATCH] auto hide cursor when slideshow is idle --- www/css/beauty.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/css/beauty.css b/www/css/beauty.css index 332a7e0..9204b30 100644 --- a/www/css/beauty.css +++ b/www/css/beauty.css @@ -177,6 +177,8 @@ a:link{text-decoration:none} --fancybox-opacity:1; } .has-slideshow .fancybox__caption{display:none} +/*hide cursor when slideshow is idle*/ +.has-slideshow.is-idle .fancybox__viewport{cursor:none} /* 主题切换 */