1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-12-07 11:16:02 +08:00
parent 4712feea55
commit 20ef4cfbcd

View File

@ -165,6 +165,7 @@ body>div.input td:hover span.icons { visibility:visible; }
body>div.input textarea { height:var(--textarea-height); width:var(--river-width) !important; } body>div.input textarea { height:var(--textarea-height); width:var(--river-width) !important; }
body>div.input select { width:var(--river-width) !important; } body>div.input select { width:var(--river-width) !important; }
body>div.input:not(.vimer) input:not([type=button]) { width:var(--river-width) !important; } body>div.input:not(.vimer) input:not([type=button]) { width:var(--river-width) !important; }
body>div.input input[type=text] { width:var(--river-width) !important; }
body>div.input input.select[type=button] { width:var(--river-width) !important; } body>div.input input.select[type=button] { width:var(--river-width) !important; }
body>div.input input[name=cancel] { border:var(--danger-bg-color) solid 1px; } body>div.input input[name=cancel] { border:var(--danger-bg-color) solid 1px; }
body>div.input input[name=submit] { border:var(--notice-bg-color) solid 1px; } body>div.input input[name=submit] { border:var(--notice-bg-color) solid 1px; }