Explicitly set roster items bg to white

This commit is contained in:
JC Brand 2016-05-19 13:35:39 +00:00
parent 29262cdbe2
commit aeabc2c0d4
2 changed files with 2 additions and 0 deletions

View File

@ -1889,6 +1889,7 @@
border: none;
clear: both;
color: #818479;
background-color: #FCFDFD;
display: block;
height: 24px;
overflow-y: hidden;

View File

@ -92,6 +92,7 @@
border: none;
clear: both;
color: $text-color;
background-color: $light-background-color;
display: block;
height: 24px;
overflow-y: hidden;