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; }