client/themes: fix background color when hovering users in the user list
This commit is contained in:
parent
b8531e6070
commit
8d4475ff84
@ -59,6 +59,10 @@ body {
|
||||
color: #fefefe;
|
||||
}
|
||||
|
||||
#chat .userlist .user.active {
|
||||
background-color: #242a33;
|
||||
}
|
||||
|
||||
/* Nicknames */
|
||||
#chat .user {
|
||||
color: #b0bacf;
|
||||
|
@ -85,6 +85,10 @@ body {
|
||||
color: #dcdccc;
|
||||
}
|
||||
|
||||
#chat .userlist .user.active {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
/* Nicknames */
|
||||
#chat .user {
|
||||
color: #bc8cbc;
|
||||
|
Loading…
Reference in New Issue
Block a user