changed userlist items style

This commit is contained in:
Torsten Schulz
2024-01-26 17:58:37 +01:00
parent 5e95f66400
commit e810a25f97
2 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ html, body {
}
.userlist-item {
cursor: pointer;
display: block;
width: 100%;
}
.userlist-gender-M {
background-color: #5078CD;