From 82b234b002f0d567944b6ff5da0ba4e125261441 Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 27 Feb 2025 16:27:44 +0800 Subject: [PATCH] add some --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index fc123b5b..7918da02 100644 --- a/index.css +++ b/index.css @@ -941,6 +941,7 @@ fieldset.iframe.float>legend { background-color:var(--panel-bg-color); color:var fieldset.iframe.float.portal { background-color:var(--notice-bg-color); color:var(--notice-fg-color); } fieldset.iframe.float.portal>legend { background-color:var(--notice-bg-color); color:var(--notice-fg-color); margin-right:10px; } fieldset.iframe.float.portal>div.action>div.item.full { display:none; } +fieldset.iframe.float.portal>form.option>div.item.icon.goback { display:none; } fieldset.desktop { border:0; } fieldset.desktop>legend:not(:hover) { background-color:transparent; color:white; } fieldset.desktop>form.option>div.item:not(.delete) { display:none; }