mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:17:58 +01:00
fix loggedout-dropdown button cursor
This commit is contained in:
parent
561361211f
commit
4d1855d548
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