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

This commit is contained in:
Mary Evans
2012-10-21 01:57:02 +01:00
parent 67ba0081ba
commit 17a826bf54
+13
View File
@@ -893,3 +893,16 @@ sup {vertical-align: super;}
#page-admin-setting-enrolsettingsflatfile.dir-rtl .informationbox {direction: ltr;text-align: left;}
#page-admin-grade-edit-scale-edit.dir-rtl .error input#id_name {margin-right: 170px;}
/* 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;
}