Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions assets/stylesheets/unread_issues.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ tr.unread td.subject a
{
background-image: url(../images/circle_green.png);
background-repeat: no-repeat;
padding: 0px 0px 0px 17px;
padding: 0px 0px 2px 17px;
background-position-y: 0px
}

tr.updated td.subject a
{
background-image: url(../images/circle_blue.png);
background-repeat: no-repeat;
padding: 0px 0px 0px 17px;
padding: 0px 0px 2px 17px;
background-position-y: 0px
}
#top-menu a span.count.unread
Expand All @@ -37,4 +37,4 @@ font-size: 7.5pt;
font-weight: bold;
margin-right: 5px;
color: #FFF;
}
}