From 01b614e608fc3d2b447a1f23a964bdeddc79fa2a Mon Sep 17 00:00:00 2001 From: shy Date: Tue, 9 Apr 2024 13:19:04 +0800 Subject: [PATCH] add some --- const.js | 1 + index.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/const.js b/const.js index 19b1b6dc..4fb9d679 100644 --- a/const.js +++ b/const.js @@ -440,6 +440,7 @@ var icon = { reboot: "bi bi-bootstrap-reboot", restart: "bi bi-bootstrap-reboot", binary: "bi bi-disc", + images: "bi bi-disc", qrcode: "bi bi-qr-code", main: "bi bi-house-door", top: "bi bi-globe", configs: "bi bi-gear", config: "bi bi-gear", conf: "bi bi-gear", logs: "bi bi-calendar4-week", tag: "bi bi-tags", diff --git a/index.css b/index.css index 37919b6b..13e56030 100644 --- a/index.css +++ b/index.css @@ -434,7 +434,7 @@ div.item.button.notice input:hover[type=button] { background-color:var(--notice- div.item.button.danger input { border:var(--box-danger); } div.item.button.notice input { border:var(--box-notice); } div.action div.tabs:hover { background-color:var(--hover-bg-color); } -div.action div.tabs.select { background-color:var(--hover-bg-color); border-bottom:var(--box-notice3); } +div.action div.tabs.select { background-color:var(--output-bg-color); border-top:var(--box-notice3); } div.zone>div.item { background-color:var(--th-bg-color); } div.zone>div.list>div.zone>div.item { background-color:var(--th-bg-color); } div.tabs div { background-color:var(--plugin-bg-color); }