From a329db6231d39dd5aabab9a1ddad4298aae5a45b Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 04:01:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 6a7b5ac..ef028dd 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -106,7 +106,6 @@ input { padding: 14px 20px; margin: 8px 0; background-color: #fef6e4; - box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2); } input[type=text], select { @@ -114,6 +113,7 @@ input[type=text], select { display: inline-block; border: 1px solid #001858; box-sizing: border-box; + box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2); } input[type=password], select { @@ -121,6 +121,7 @@ input[type=password], select { display: inline-block; border: 1px solid #001858; box-sizing: border-box; + box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2); } input[type=submit] { @@ -320,6 +321,7 @@ div.form { } section { + margin: 16px; border-radius: 5px; border: 1px solid #001858; background-color: #f3d2c1;