[+] Change color of unread text as well
This commit is contained in:
@@ -72,14 +72,20 @@
|
|||||||
color: white;
|
color: white;
|
||||||
box-shadow: 0 0 5px 0 #ff6123;
|
box-shadow: 0 0 5px 0 #ff6123;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unread-text
|
||||||
|
{
|
||||||
|
color: #ff6c00;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-updates.none
|
.course-updates.none
|
||||||
{
|
{
|
||||||
|
color: #999999;
|
||||||
|
|
||||||
.unread-number
|
.unread-number
|
||||||
{
|
{
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
color: #999999;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user