wip: cancel button

This commit is contained in:
Johannes Rauh 2026-04-30 09:02:06 +02:00
parent 5525dc11d0
commit 08e656baa4

View file

@ -111,8 +111,15 @@
}
&.btn-cancel {
//.button(@body-bg-color, @gray, @black);
.button(@body-bg-color, @icinga-secondary, @icinga-secondary);
background: @gray;
//background: transparent;
//border: 2px solid @icinga-secondary;
//color: @icinga-secondary;
&:hover {
background-color: @icinga-secondary;
color: white;
}
}
}