From 20ef4cfbcde8b64c4d8f7a6c51ec9be914772cef Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 7 Dec 2023 11:16:02 +0800 Subject: [PATCH] opt some --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index d3b8f626..a656d4fd 100644 --- a/index.css +++ b/index.css @@ -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 select { 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[name=cancel] { border:var(--danger-bg-color) solid 1px; } body>div.input input[name=submit] { border:var(--notice-bg-color) solid 1px; }