MAPG-56 change disabled button's cursor to 'not-allowed'
This commit is contained in:
parent
4a1bb0fef6
commit
fd3cd5e673
@ -43,7 +43,7 @@ button:enabled:hover, button:enabled:focus {
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
cursor: no-drop;
|
||||
cursor: not-allowed;
|
||||
color: #dddddd;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user