mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 10:54:39 -05:00
fix loggedout-dropdown button cursor
This commit is contained in:
parent
48daee2581
commit
cc62e2deab
1 changed files with 4 additions and 0 deletions
|
@ -580,6 +580,10 @@ a.avatar {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label[for="loggedout-dropdown"] {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.new-button.engagement:hover {
|
.new-button.engagement:hover {
|
||||||
background-color: #0009;
|
background-color: #0009;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue