add cursor:pointer for button inputs

This commit is contained in:
2022-01-14 17:26:57 +06:00
parent 63aedc7bbe
commit c95cba3389
2 changed files with 5 additions and 1 deletions

View File

@ -722,3 +722,7 @@ aside {
.media > div {
width: 100%;
}
input[type="submit"] {
cursor: pointer;
}