Skip to content

Commit

Permalink
MDL-31934 theme_base: Adds highlight color to unread forum posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Evans committed Oct 21, 2012
1 parent 9819795 commit db16ec2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions theme/base/style/core.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -994,3 +994,16 @@ sup {vertical-align: super;}
-webkit-box-shadow: 0px 0px 10px 0px #CCCCCC; -webkit-box-shadow: 0px 0px 10px 0px #CCCCCC;
-moz-box-shadow: 0px 0px 10px 0px #CCCCCC; -moz-box-shadow: 0px 0px 10px 0px #CCCCCC;
} }

/* 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;
}

0 comments on commit db16ec2

Please sign in to comment.