From 9fe1cf871350cb858ed182cfa4450ec2c5f0aea6 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 27 Nov 2024 18:55:25 -0500 Subject: [PATCH] bunker-like: form tweaks --- stylesheets/bunker_like.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index af5112eb..d2909201 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -90,16 +90,24 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { input[type="submit"] { border: 3px double #07371F; border-radius: 2px; - background: #16171A; + background-color: #16171A; color: #ACACAC; font-family: Courier, monospace; font-weight: bold; + padding: 3px; } + +input[type="submit"]:hover { + border-color: #117743; + background-color: #117743; +} + .dropzone { background: #16171A; - border: 1px double #07371F; + border: 1px solid #07371F; color: #ACACAC; border-radius: 2px; + margin: 0 2px; } .dropzone .file-hint { color: #ACACAC;