Improve the look of the buttons which replace the autosubmit

refs #3629
This commit is contained in:
Jennifer Mourek 2019-05-22 15:56:01 +02:00 committed by Johannes Meyer
parent 0e080b8f21
commit c3aaede10a
1 changed files with 9 additions and 0 deletions

View File

@ -286,6 +286,15 @@ form.icinga-form .form-controls {
input[type="submit"].btn-cancel {
.button(@body-bg-color, @gray, @black);
}
button.noscript-apply {
.rounded-corners();
.button(@gray-lightest, @gray);
border-width: 1px;
display: inline-block;
padding: .1em .25em;
margin: 0 .5em;
}
}
// Toggle styles