Bug 955505 - Mobile icon missing on items of new conversation tab, r=Mic

This commit is contained in:
Nihanth Subramanya 2013-07-31 02:56:53 +05:30
Родитель 09235794a0
Коммит bdad96eca3
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,10 @@
list-style-image: url('chrome://chat/skin/idle-16.png');
}
.statusTypeIcon[status="mobile"] {
list-style-image: url('chrome://chat/skin/mobile-16.png');
}
.protoIcon[status="offline"],
.protoIcon[status="unknown"] {
opacity: 0.3;