Skip to content

Commit 08e656b

Browse files
committed
wip: cancel button
1 parent 5525dc1 commit 08e656b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

public/css/icinga/login.less

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,15 @@
111111
}
112112

113113
&.btn-cancel {
114-
//.button(@body-bg-color, @gray, @black);
115-
.button(@body-bg-color, @icinga-secondary, @icinga-secondary);
114+
background: @gray;
115+
//background: transparent;
116+
//border: 2px solid @icinga-secondary;
117+
//color: @icinga-secondary;
118+
119+
&:hover {
120+
background-color: @icinga-secondary;
121+
color: white;
122+
}
116123
}
117124
}
118125

0 commit comments

Comments
 (0)