]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-18971, fixed .unread class definition, merged from 1.9"
authordongsheng <dongsheng>
Thu, 7 May 2009 05:40:22 +0000 (05:40 +0000)
committerdongsheng <dongsheng>
Thu, 7 May 2009 05:40:22 +0000 (05:40 +0000)
theme/standard/styles_color.css

index 311683dee515f399d4a36d11250ffaf402c71f7d..744e0ec6c9d1c9a49ae7744a29faba320c5c19bf 100644 (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;
 }