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