From ccf84b11bc40ec363f5d4a62d2e80815c64c88e6 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 7 May 2009 05:40:22 +0000 Subject: [PATCH] "MDL-18971, fixed .unread class definition, merged from 1.9" --- theme/standard/styles_color.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 311683dee5..744e0ec6c9 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -969,21 +969,26 @@ table.message_search_results td { color:#555555; } -.forumthread .unread { - background: #FFD991; -} #mod-forum-discuss .forumpost { background: none; } -#mod-forum-discuss .forumpost.unread .content { - border-color: #FFD991; +/* for unread colum in mod/forum/view.php */ +#forumheaderlist .unread { + border-bottom: 1px solid #FFCB44; } -#mod-forum-discuss .forumthread .unread { +/* for mod/forum/discuss.php + * will highlight the table header + **/ +#mod-forum-discuss .unread { + background: #FFD991; } +/* for unread colum in mod/forum/index.php + **/ #mod-forum-index .unread { + background: #FFD991; } -- 2.39.5