Set cursor mode to pointer when hovering over buttons

This commit is contained in:
Tim Ktitarev 2020-03-22 15:18:14 +01:00
parent cbb34e28ce
commit c51bff34cb
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@
font-style: normal;
font-weight: normal;
font-size: 0.9em;
cursor: pointer;
}
button.alert {