1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00

opt border

This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-04-18 22:15:34 +08:00
parent 035e55e86a
commit 51e11b27a8
3 changed files with 10 additions and 1 deletions

View File

@ -77,6 +77,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
"commitTime", "发布时间", "compileTime", "编译时间", "bootTime", "启动时间",
"commit", "提交", "message", "信息",
"subject", "主题", "content", "内容",
"hostport", "主机",
"keyword", "关键字",
"title", "标题",
"dev", "主机",

View File

@ -1,3 +1,8 @@
body.dark {
--plugin-bg-color:#0d1117; --plugin-fg-color:silver; --output-bg-color:#171a22;
--plugin-bg-color:#171a22; --plugin-fg-color:silver; --output-bg-color:#0d1117;
--disable-fg-color:#30363d;
--plugin-box-shadow:none; --legend-box-shadow:none; --input-box-shadow:none;
--th-box-shadow:none; --keyword-box-shadow:none;
}

View File

@ -1,10 +1,13 @@
body.light {
--plugin-bg-color:ghostwhite; --plugin-fg-color:black; --output-bg-color:white;
--box-shadow:gray 2px 2px 8px; --box-border:lightgray solid 1px;
--box-shadow:gray 2px 2px 8px;
--box-border:lightgray solid 1px;
--hover-bg-color:#5066b91c; --hover-fg-color:unset;
--panel-bg-color:black; --panel-fg-color:silver; --action-output-bg-color:ghostwhite;
--panel-input-bg-color:transparent; --panel-input-fg-color:white;
--panel-hover-bg-color:royalblue; --panel-hover-fg-color:white;
--input-box-shadow:none;
}
body.light fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }