Skip to content

Commit 62d7ca8

Browse files
sukhwinder33445nilmerg
authored andcommitted
setup.less: Make visible that the button is disabled
1 parent fbd4434 commit 62d7ca8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

public/css/icinga/setup.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,19 @@
147147
.button();
148148
}
149149

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+
color: @control-disabled-color;
158+
background: none;
159+
border: 1px solid @control-disabled-color;
160+
}
161+
}
162+
150163
button.finish, a.button-like.login {
151164
min-width: 25em;
152165
}

0 commit comments

Comments
 (0)