MDL-31934 theme_base: Fix to add highlight color to unread forum posts.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user