css: Style file inputs
This commit is contained in:
parent
e01ee2d21e
commit
9b86e79987
|
@ -159,6 +159,7 @@ form.icinga-form .control-group .toggle-switch ~ .control-info {
|
|||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="file"],
|
||||
textarea,
|
||||
select {
|
||||
.var(background-color, low-sat-blue);
|
||||
|
@ -172,6 +173,7 @@ form.icinga-form {
|
|||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="file"],
|
||||
textarea,
|
||||
select {
|
||||
flex: 1 1 auto;
|
||||
|
|
Loading…
Reference in New Issue