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

View file

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