mirror of
https://github.com/moodle/moodle.git
synced 2025-03-07 01:10:02 +01:00
MDL-31934 theme_base: Fix to add highlight colour to unread forum posts.
This commit is contained in:
parent
7e8ae12a7a
commit
e375511f2f
@ -1025,3 +1025,15 @@ html[dir=rtl] #page-header {float: right;}
|
||||
html[dir=rtl] .formrow label.formlabel { float:right; }
|
||||
|
||||
html[dir=rtl] .configphp {direction:ltr;text-align:left;}
|
||||
|
||||
/* 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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user