css: Style "button" buttons

This commit is contained in:
Johannes Meyer 2021-12-10 13:30:17 +01:00
parent 9b86e79987
commit d0105590c7
1 changed files with 10 additions and 0 deletions

View File

@ -319,6 +319,16 @@ form.icinga-form .form-controls {
.var(border-color, "gray");
border-width: 1px;
}
button[type="button"] {
.var(background-color, low-sat-blue);
}
}
form.icinga-form {
button[type="button"] {
line-height: normal;
}
}
form.inline {