[F] Fix css syntax: Stacked class vs stacked element

This commit is contained in:
Hykilpikonna
2019-10-05 13:16:31 -04:00
parent 02ca6b8d47
commit c5ef8a297b
@@ -58,20 +58,19 @@
width: 20px;
text-align: center;
border-radius: 5px;
.none
{
background: #eeeeee;
color: #999999;
}
.unread
{
background: #ff6c00;
color: white;
}
}
.unread-number.none
{
background: #eeeeee;
color: #999999;
}
.unread-number.unread
{
background: #ff6c00;
color: white;
}
}
}