From 994afcf03b75ce8c79b1f6244ae5f6bf2354bd4a Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 4 May 2024 00:31:39 +0800 Subject: [PATCH] add some --- index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.css b/index.css index 74709037..c4e6ed88 100644 --- a/index.css +++ b/index.css @@ -795,6 +795,9 @@ body.print div.float { background-color:snow; } body.print fieldset.draw div.output { background-color:lightgray; } body.print fieldset.draw div.output div.content svg { background-color:lightgray; } /* misc */ +body.mobile fieldset.float form.option div.item.text { + display:none; +} fieldset.Action>div.output>fieldset.ssh.cloud.profile { box-shadow:none; background-color:transparent; } fieldset.Action>div.output>fieldset.ssh.cloud.profile:hover { box-shadow:none; } fieldset.Action>div.output>fieldset.ssh.cloud.profile>div.output { background-color:transparent; }