Browse Source

auto hide cursor when slideshow is idle

master
filesite 1 month ago
parent
commit
2d4a18591a
  1. 2
      www/css/beauty.css

2
www/css/beauty.css

@ -177,6 +177,8 @@ a:link{text-decoration:none} @@ -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}
/* 主题切换 */

Loading…
Cancel
Save