make it look a little nicer

This commit is contained in:
Manuel Friedli 2015-03-26 18:20:16 +01:00
parent ee9391eab6
commit d848d7590a
1 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,16 @@ textarea.input {
width: -moz-available;
}
textarea.input.error {
background-color: #f88;
border-color: #f00;
}
textarea.input.error:focus, textarea.input.error:hover {
background-color: #faa;
border-color: #f00;
}
select.conversion {
border-radius: 0.2em;
border-style: solid;