add cursor:pointer for button inputs
This commit is contained in:
parent
63aedc7bbe
commit
c95cba3389
2
.todo
2
.todo
@ -6,6 +6,6 @@ Tasks:
|
|||||||
☐ Style login page
|
☐ Style login page
|
||||||
☐ Make site open to home timeline by default
|
☐ Make site open to home timeline by default
|
||||||
☐ Show login prompt when not logged in instead of showing federated timeline
|
☐ 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
|
☐ Replace loading animation
|
||||||
☐ Implement content warnings properly
|
☐ Implement content warnings properly
|
@ -722,3 +722,7 @@ aside {
|
|||||||
.media > div {
|
.media > div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="submit"] {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user