add cursor:pointer for button inputs

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

2
.todo
View File

@ -6,6 +6,6 @@ Tasks:
☐ Style login page
☐ Make site open to home timeline by default
☐ Show login prompt when not logged in instead of showing federated timeline
☐ Add cursor:pointer for all buttons
✔ Add cursor:pointer for all buttons @done(22-01-14 17:26)
☐ Replace loading animation
☐ Implement content warnings properly

View File

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