css/module.less: allow form elements to grow

This commit is contained in:
Thomas Gelf 2015-08-02 13:28:19 +02:00
parent 7a5e3451a5
commit b2f10764c9
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ input, textarea {
padding-left: 0.5em;
}
input[type=text], textarea, select {
max-width: 36em;
min-width: 20em;
width: 63%;
}
select:hover, input:hover, textarea:hover, select:focus, input:focus, textarea:focus {
border: 1px solid #666;
}