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;