„threadr/style.css“ ändern

master
Jakob 2020-03-08 04:01:18 +01:00
parent c0f267ba87
commit a329db6231
1 changed files with 3 additions and 1 deletions

View File

@ -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;