Explicitly set roster items bg to white
This commit is contained in:
parent
29262cdbe2
commit
aeabc2c0d4
@ -1889,6 +1889,7 @@
|
||||
border: none;
|
||||
clear: both;
|
||||
color: #818479;
|
||||
background-color: #FCFDFD;
|
||||
display: block;
|
||||
height: 24px;
|
||||
overflow-y: hidden;
|
||||
|
@ -92,6 +92,7 @@
|
||||
border: none;
|
||||
clear: both;
|
||||
color: $text-color;
|
||||
background-color: $light-background-color;
|
||||
display: block;
|
||||
height: 24px;
|
||||
overflow-y: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user