From d7e882dbde14f259c401d5c374c6f664d1398930 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 27 Nov 2024 18:02:21 -0500 Subject: [PATCH] bunkerlike - fix form padding --- stylesheets/bunker_like.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 8ada0a55..a2b89b90 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -66,6 +66,13 @@ form table tr th { border: 1px solid #117743; border-radius: 2px; } + +input[type="text"], +input[type="password"], +select { + padding: 5px !important; +} + input[type="text"], input[type="password"], textarea, select { border: 1px double #07371F; border-radius: 2px;