css: Style "button" buttons
This commit is contained in:
parent
9b86e79987
commit
d0105590c7
|
@ -319,6 +319,16 @@ form.icinga-form .form-controls {
|
||||||
.var(border-color, "gray");
|
.var(border-color, "gray");
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button[type="button"] {
|
||||||
|
.var(background-color, low-sat-blue);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
form.icinga-form {
|
||||||
|
button[type="button"] {
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
form.inline {
|
form.inline {
|
||||||
|
|
Loading…
Reference in New Issue