MDL-85311 mod_forum: Fix broken unread posts styles

This commit is contained in:
Rajneel Totaram
2025-05-01 13:03:01 +12:00
parent 4d4369e073
commit 01be8b6b84
+2 -2
View File
@@ -243,13 +243,13 @@
/* Forumpost unread
-------------------------*/
.forumpost.unread .row.header,
.forumpost.unread .header,
.path-course-view .unread,
span.unread {
background-color: #ffd;
}
.forumpost.unread .row.header {
.forumpost.unread .header {
border-bottom: 1px solid #ddd;
}