Fix userlist search background/color in darker themes

This commit is contained in:
Jérémie Astori 2018-03-08 19:28:20 -05:00
parent 8d4475ff84
commit 7cad5063f2
No known key found for this signature in database
GPG Key ID: B9A4F245CD67BDE8
2 changed files with 4 additions and 4 deletions

View File

@ -37,11 +37,11 @@ body {
background: #333c4a; background: #333c4a;
} }
#chat .count { #chat .userlist .count {
background-color: #2e3642; background-color: #2e3642;
} }
#chat .search { #chat .userlist .search {
color: #ccc; color: #ccc;
padding: 15px 16px; padding: 15px 16px;
} }

View File

@ -63,11 +63,11 @@ body {
border-top: 1px solid #000; border-top: 1px solid #000;
} }
#chat .count { #chat .userlist .count {
background-color: #434443; background-color: #434443;
} }
#chat .search { #chat .userlist .search {
color: #88b090; color: #88b090;
padding: 15px 16px; padding: 15px 16px;
} }