We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5525dc1 commit 08e656bCopy full SHA for 08e656b
1 file changed
public/css/icinga/login.less
@@ -111,8 +111,15 @@
111
}
112
113
&.btn-cancel {
114
- //.button(@body-bg-color, @gray, @black);
115
- .button(@body-bg-color, @icinga-secondary, @icinga-secondary);
+ background: @gray;
+ //background: transparent;
116
+ //border: 2px solid @icinga-secondary;
117
+ //color: @icinga-secondary;
118
+
119
+ &:hover {
120
+ background-color: @icinga-secondary;
121
+ color: white;
122
+ }
123
124
125
0 commit comments