From 17a826bf54e79478630a7c2d8df7fbecf6faecfc Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 21 Oct 2012 01:57:02 +0100 Subject: [PATCH] MDL-31934 theme_base: Fix to add highlight color to unread forum posts. --- theme/base/style/core.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 207e8e891a4..03c401fda60 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -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; +} \ No newline at end of file