We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd4434 commit 62d7ca8Copy full SHA for 62d7ca8
public/css/icinga/setup.less
@@ -147,6 +147,19 @@
147
.button();
148
}
149
150
+ .control-button[disabled] {
151
+ background: none;
152
+ cursor: default;
153
+ color: @control-disabled-color;
154
+ border: 1px solid @control-disabled-color;
155
+
156
+ &:hover {
157
158
159
160
+ }
161
162
163
button.finish, a.button-like.login {
164
min-width: 25em;
165
0 commit comments