From eada9edfc4edd6fd5a3d5d2c01e802d8cbb17958 Mon Sep 17 00:00:00 2001 From: shy Date: Wed, 13 Dec 2023 18:09:27 +0800 Subject: [PATCH] add some --- index.css | 4 ++-- plugin/local/code/vimer.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index a8452adf..97d35f21 100644 --- a/index.css +++ b/index.css @@ -194,8 +194,8 @@ body>div.input td:hover span.icon { visibility:visible; } 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:not(.vimer) input[type=text] { width:var(--river-width) !important; } +body>div.input input[type=text] { width:var(--river-width) !important; } +body>div.input input:not([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=submit] { border:var(--notice-bg-color) solid 1px; } diff --git a/plugin/local/code/vimer.css b/plugin/local/code/vimer.css index 3bbe7486..ccbea0d3 100644 --- a/plugin/local/code/vimer.css +++ b/plugin/local/code/vimer.css @@ -15,3 +15,4 @@ fieldset.vimer>div.output.normal>div.layout>div.tabs>div.tabs>div.tabs.select { fieldset.vimer>div.output.insert>div.layout>div.tabs>div.tabs>div.tabs.select { border-bottom:var(--danger-bg-color) solid 2px; } fieldset.vimer>div.output.normal>div.layout>div.path span.mode.normal { color:var(--notice-bg-color); } fieldset.vimer>div.output.insert>div.layout>div.path span.mode.insert { color:var(--danger-bg-color); } +div.input.vimer.open.float input[type=text] { width:100% !important; }