add hover cursor change

This commit is contained in:
Arthur Lu 2023-01-11 01:24:28 -08:00
parent 619003616a
commit a221643ce4
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,10 @@ form img {
width: 16px;
}
form img:hover {
cursor: pointer;
}
form > * {
margin-top: 10px;
}

View File

@ -34,4 +34,8 @@ hr {
.btn-group img {
height: 16px;
}
.btn-group img:hover {
cursor: pointer;
}