From 6b0fc20430cf603319de3fd8d8b6c52308605f95 Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 16 Feb 2025 08:27:28 +0800 Subject: [PATCH] add some --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 963c0817..3c9eb305 100644 --- a/index.css +++ b/index.css @@ -928,7 +928,7 @@ body.print fieldset.draw div.output { background-color:lightgray; } body.print fieldset.draw div.output div.content svg { background-color:lightgray; } /* misc */ fieldset.iframe>form.option>div.item.hash input { width:var(--form-width); } -fieldset.iframe.float>form.option>div.item:not(.delete):not(.refresh) { display:none; } +fieldset.iframe.float>form.option>div.item:not(.delete):not(.refresh):not(.back) { display:none; } fieldset.iframe.float>form.option>div.item.hash input { width:var(--form-width); } fieldset.iframe>div.status { display:none; } fieldset.iframe.float { border:0; }