[+] Add dynamic coloring
This commit is contained in:
@@ -57,8 +57,19 @@
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
|
||||
border-radius: 5px;
|
||||
|
||||
.none
|
||||
{
|
||||
background: #eeeeee;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.unread
|
||||
{
|
||||
background: #ff6c00;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user