Fix userlist search background/color in darker themes
This commit is contained in:
parent
8d4475ff84
commit
7cad5063f2
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user