mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
css/module.less: allow form elements to grow
This commit is contained in:
parent
7a5e3451a5
commit
b2f10764c9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user