mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
setup.less: Make visible that the button is disabled
This commit is contained in:
parent
fbd4434b40
commit
62d7ca8e97
@ -147,6 +147,19 @@
|
|||||||
.button();
|
.button();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-button[disabled] {
|
||||||
|
background: none;
|
||||||
|
cursor: default;
|
||||||
|
color: @control-disabled-color;
|
||||||
|
border: 1px solid @control-disabled-color;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: @control-disabled-color;
|
||||||
|
background: none;
|
||||||
|
border: 1px solid @control-disabled-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
button.finish, a.button-like.login {
|
button.finish, a.button-like.login {
|
||||||
min-width: 25em;
|
min-width: 25em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user