MAPG-56 change disabled button's cursor to 'not-allowed'

This commit is contained in:
Bence Pőcze 2020-05-22 23:29:04 +02:00
parent 4a1bb0fef6
commit fd3cd5e673

View File

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