소스 검색

Explicitly set roster items bg to white

JC Brand 9 년 전
부모
커밋
aeabc2c0d4
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      css/converse.css
  2. 1 0
      sass/_roster.scss

+ 1 - 0
css/converse.css

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

+ 1 - 0
sass/_roster.scss

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