1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 00:38:05 +08:00
This commit is contained in:
root 2025-02-04 11:59:32 +08:00
parent 1aa5603a82
commit 808124b782
2 changed files with 2 additions and 1 deletions

View File

@ -524,6 +524,7 @@ var icon = {
host: "bi bi-pc-display",
port: "bi bi-hash",
arch: "bi bi-cpu", os: "bi bi-ubuntu",
cpu: "bi bi-cpu",
role: "bi bi-person-square",
title: "bi bi-textarea-t",
type: "bi bi-card-list",

View File

@ -772,7 +772,7 @@ body:not(.width2):not(.mobile) fieldset.plugin.feel>form.option>div.item.text.fi
body:not(.width2) fieldset>div.action>div.item.text.filter>input { width:var(--input-width); height:30px; transition:all 1.2s; }
body:not(.width2) fieldset>div.action>div.item.text.filter>input:focus { width:var(--project-width); transition:all 0.5s; }
div.item.text.will>input { border:var(--box-notice); }
div.item.text>i:first-child { color:var(--disable-fg-color); position:absolute; left:0; padding:var(--input-padding); }
div.item.text>i:first-child { color:var(--disable-fg-color); position:absolute; left:0; top:3px; padding:var(--input-padding); }
body:mobile(.mobile) div.item.text:hover>i:first-child { color:unset; }
div.item.text>span.icon { font-size:var(--icon-font-size); padding:var(--input-padding); position:absolute; right:0; visibility:hidden; }
body:not(.mobile) div.item.text:hover>span.icon { visibility:visible; }