From c4ee2df1539982bd11496f65cacf3d673a572f09 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:38:03 -0600 Subject: [PATCH] -- --- static/style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/static/style.css b/static/style.css index 3fca455..640af68 100644 --- a/static/style.css +++ b/static/style.css @@ -30,6 +30,31 @@ } +input[type=text], select { + width: 100%; + padding: 12px 20px; + margin: 8px 0; + display: inline-block; + border: 1px solid #ccc; + border-radius: 4px; + box-sizing: border-box; +} + +input[type=submit] { + width: 100%; + background-color: #4CAF50; + color: white; + padding: 14px 20px; + margin: 8px 0; + border: none; + border-radius: 4px; + cursor: pointer; +} + +input[type=submit]:hover { + background-color: #45a049; +} + #thread { margin: 2em 0em 2em 0.5em; padding: 0.5em 0em 0.5em 0.5em; -- 2.39.5