forked from root/threadr.lostcave.ddnss.de
„threadr/style.css“ ändern
parent
c0f267ba87
commit
a329db6231
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue