Skip to content

Commit

Permalink
SAK-31711 Improve forums MarkasReadIcon (sakaiproject#3252)
Browse files Browse the repository at this point in the history
Increased the specificity of the markAsReadIcon so that the image
is displayed.
  • Loading branch information
master-bob authored and ottenhoff committed Aug 24, 2016
1 parent 5812f71 commit 416cedb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions msgcntr/messageforums-app/src/webapp/css/msgcntr.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
padding: 1px 2px;
margin-right: 5px;
}
.markAsReadIcon{
a.markAsReadIcon{
cursor: pointer;
margin-left:.5em;
background: #fff url(../images/silk/email.png) center left no-repeat;
background: #fff url(../images/silk/email.png) 5px 5px no-repeat;
padding-bottom: 2px;
padding-top: 2px;
}
.markAsReadIcon:hover{
background: #fff url(../images/silk/email_open.png) center left no-repeat
a.markAsReadIcon:hover{
background: #fff url(../images/silk/email_open.png) 5px 3px no-repeat
}
.messagesFlat,.messagesThreaded{
width: 98% !important;
Expand Down

0 comments on commit 416cedb

Please sign in to comment.