Improve the look of the buttons which replace the autosubmit
refs #3629
This commit is contained in:
parent
0e080b8f21
commit
c3aaede10a
|
@ -286,6 +286,15 @@ form.icinga-form .form-controls {
|
||||||
input[type="submit"].btn-cancel {
|
input[type="submit"].btn-cancel {
|
||||||
.button(@body-bg-color, @gray, @black);
|
.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
|
// Toggle styles
|
||||||
|
|
Loading…
Reference in New Issue