mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
wip: cancel button
This commit is contained in:
parent
5525dc11d0
commit
08e656baa4
1 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue