Merged in feature/MAPG-56-change-disabled-buttons-cursor (pull request #30)
MAPG-56 change disabled button's cursor to 'not-allowed'
This commit is contained in:
commit
e836a6b2b9
@ -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