[U] Update css implementation
This commit is contained in:
@@ -62,20 +62,26 @@
|
|||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.unread-number.none
|
.course-updates.unread
|
||||||
{
|
{
|
||||||
background: #eeeeee;
|
.unread-number
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.unread-number.unread
|
|
||||||
{
|
{
|
||||||
background: #ff6c00;
|
background: #ff6c00;
|
||||||
color: white;
|
color: white;
|
||||||
box-shadow: 0 0 5px 0 #ff6123;
|
box-shadow: 0 0 5px 0 #ff6123;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.course-updates.none
|
||||||
|
{
|
||||||
|
.unread-number
|
||||||
|
{
|
||||||
|
background: #eeeeee;
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-card__body
|
.el-card__body
|
||||||
|
|||||||
Reference in New Issue
Block a user