From 0a994d7153bbc8819baf8127a72c49b11de1b443 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Jul 2020 15:16:43 +0200 Subject: [PATCH] fix #3774 @0.25 --- style/fluidbook.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index d0da99fe..47213f16 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -126,6 +126,11 @@ body.loading * { cursor: progress !important; } +body.loading #splash a { + cursor: pointer !important; +} + + html.screenshot #main { visibility: visible !important; display: block !important; -- 2.39.5