From 76fdbac38b9868bc7ffcc1ab2d173f40cc25636e Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 13 Oct 2024 16:55:15 +0800 Subject: [PATCH] improve cursor hide --- www/css/beauty.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/css/beauty.css b/www/css/beauty.css index 9204b30..0bb6590 100644 --- a/www/css/beauty.css +++ b/www/css/beauty.css @@ -178,7 +178,8 @@ a:link{text-decoration:none} } .has-slideshow .fancybox__caption{display:none} /*hide cursor when slideshow is idle*/ -.has-slideshow.is-idle .fancybox__viewport{cursor:none} +.has-slideshow.is-idle .fancybox__viewport, +.has-slideshow.is-idle .fancybox__content{cursor:none} /* 主题切换 */