From db16ec27536057adee2af49d2c2a53fd7a157f8d Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 21 Oct 2012 01:39:30 +0100 Subject: [PATCH] MDL-31934 theme_base: Adds 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 4a5151bffff..481df9b4207 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -994,3 +994,16 @@ sup {vertical-align: super;} -webkit-box-shadow: 0px 0px 10px 0px #CCCCCC; -moz-box-shadow: 0px 0px 10px 0px #CCCCCC; } + +/* 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; +}