mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
CSS: Set correct height for input[type=“datetime-local”]
This commit is contained in:
parent
11251481dc
commit
48dcb051d1
@ -228,7 +228,8 @@ form.icinga-form {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
form.icinga-form select:not([multiple]) {
|
form.icinga-form select:not([multiple]),
|
||||||
|
form.icinga-form input[type="datetime-local"] {
|
||||||
// Compensate inconsistent select height calculations
|
// Compensate inconsistent select height calculations
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
height: 2.25em;
|
height: 2.25em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user