client/themes: fix background color when hovering users in the user list

This commit is contained in:
William Boman 2018-03-08 20:22:09 +01:00 committed by Jérémie Astori
parent b8531e6070
commit 8d4475ff84
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8
2 changed files with 8 additions and 0 deletions

View file

@ -59,6 +59,10 @@ body {
color: #fefefe;
}
#chat .userlist .user.active {
background-color: #242a33;
}
/* Nicknames */
#chat .user {
color: #b0bacf;

View file

@ -85,6 +85,10 @@ body {
color: #dcdccc;
}
#chat .userlist .user.active {
background-color: #333;
}
/* Nicknames */
#chat .user {
color: #bc8cbc;