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:
Bence Pőcze 2020-05-22 21:32:56 +00:00
commit e836a6b2b9

View File

@ -43,7 +43,7 @@ button:enabled:hover, button:enabled:focus {
}
button:disabled {
cursor: no-drop;
cursor: not-allowed;
color: #dddddd;
opacity: 0.7;
}