mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-31934 mod/forum: Added CSS fix to mod/forum/styles.css for unread forumposts also reversed a previous commit in theme/base/core.css.
This commit is contained in:
parent
e375511f2f
commit
d895d70f9e
2 changed files with 13 additions and 13 deletions
|
@ -91,3 +91,15 @@
|
|||
|
||||
/** Unknown Styles ??? */
|
||||
#email .unsubscribelink {margin-top:20px;}
|
||||
|
||||
/* 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;
|
||||
}
|
|
@ -1025,15 +1025,3 @@ 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…
Add table
Add a link
Reference in a new issue