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;
}
#chat .count {
#chat .userlist .count {
background-color: #2e3642;
}
#chat .search {
#chat .userlist .search {
color: #ccc;
padding: 15px 16px;
}

View file

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