mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 02:47:38 +02:00
forms.less: Undo changed button styles
This commit is contained in:
parent
c635102d4e
commit
f7f93ca25e
@ -304,6 +304,10 @@ form.icinga-form .form-controls {
|
||||
.btn-primary {
|
||||
order: 99;
|
||||
}
|
||||
|
||||
.btn-remove {
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Button styles
|
||||
@ -318,13 +322,12 @@ form.icinga-form .form-controls {
|
||||
|
||||
input[type="submit"].btn-remove,
|
||||
button[type="submit"].btn-remove {
|
||||
margin-right: auto;
|
||||
.cancel-button();
|
||||
.button(@body-bg-color, @color-critical, @color-critical-accentuated);
|
||||
}
|
||||
|
||||
input[type="submit"].btn-cancel,
|
||||
button[type="button"].btn-cancel {
|
||||
.button(@body-bg-color, @icinga-blue, @icinga-blue);
|
||||
.button(@body-bg-color, @gray, @black);
|
||||
}
|
||||
|
||||
button.noscript-apply {
|
||||
@ -343,16 +346,6 @@ form.icinga-form {
|
||||
button[type="button"] {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
// Button elements of type button inside a form controls
|
||||
.form-controls button[type="button"] {
|
||||
.button();
|
||||
}
|
||||
|
||||
.control-group button[type="button"]:hover {
|
||||
color: @text-color-on-icinga-blue;
|
||||
background-color: @icinga-blue;
|
||||
}
|
||||
}
|
||||
|
||||
form.inline {
|
||||
|
Loading…
x
Reference in New Issue
Block a user