MDL-31934 theme_base: Fix to add highlight colour to unread forum posts.

This commit is contained in:
Mary Evans 2012-10-21 01:24:01 +01:00
parent 7e8ae12a7a
commit e375511f2f

View File

@ -1025,3 +1025,15 @@ html[dir=rtl] #page-header {float: right;}
html[dir=rtl] .formrow label.formlabel { float:right; }
html[dir=rtl] .configphp {direction:ltr;text-align:left;}
/* Forumpost unread
-------------------------*/
#page-mod-forum-view .unread,
.forumpost.unread .row.header,
.path-course-view .unread,
span.unread {
background-color: #FFD;
}
.forumpost.unread .row.header {
border-bottom: 1px solid #DDD;
}