From 3bfba9c573c68fa7491f949ce97d42b12598ca50 Mon Sep 17 00:00:00 2001 From: shy Date: Tue, 27 Feb 2024 13:43:59 +0800 Subject: [PATCH] add some --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index f24d0d2c..808719d4 100644 --- a/index.css +++ b/index.css @@ -710,6 +710,7 @@ body.print fieldset.draw div.output div.content svg { background-color:lightgray /* misc */ fieldset.xterm.float>form.option>div.item.hash input { width:var(--form-width); } fieldset.iframe.float>form.option>div.item.hash input { width:var(--form-width); } +fieldset.iframe>form.option>div.item.hash input { width:var(--form-width); } fieldset.Action:not(.horizon):not(.grid)>fieldset.plugin>form.option>div.item.text.path>input { width:var(--project-width); } fieldset.inner.float>div.status { display:none; } fieldset.inner>div.output>div.project div.item.modify { background-color:#00800036; }