mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
Wizard: Use a pointer as cursor for button-like anchors
This commit is contained in:
parent
aa88c3ba1b
commit
d27434fbb5
@ -143,6 +143,7 @@
|
|||||||
&:hover, &:focus, &:active {
|
&:hover, &:focus, &:active {
|
||||||
background-color: #666;
|
background-color: #666;
|
||||||
border-color: #666;
|
border-color: #666;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&[disabled="1"] {
|
&[disabled="1"] {
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user