minimal form style adjustments

This commit is contained in:
Benedikt Rötsch
2017-10-04 17:19:23 +02:00
committed by Benedikt Rötsch
parent 6430a2c849
commit 5e72fd9c6f
3 changed files with 10 additions and 6 deletions

View File

@@ -546,7 +546,7 @@ fieldset,
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: rgb(40, 40, 40);
color: #536171;
vertical-align: top;
display: block;
@@ -600,7 +600,7 @@ textarea {
border-radius: 5px;
border-width: 1px;
border-style: solid;
border-color: rgb(200, 200, 200);
border-color: #d3dce0;
}
/* Fields with standard height */
@@ -722,7 +722,7 @@ textarea:focus,
select:focus,
option:focus {
border-color: #5c9fef;
color: rgb(40, 40, 40);
color: #536171;
}
button:focus,