"MDL-18971, fixed .unread class definition, merged from 1.9"

This commit is contained in:
dongsheng
2009-05-07 05:40:22 +00:00
parent 0ae8f5fcb2
commit ccf84b11bc
+11 -6
View File
@@ -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;
}