Skip to content

Commit

Permalink
Inline Comments: Add background color to toggled inline comment.
Browse files Browse the repository at this point in the history
See #1.
  • Loading branch information
r-a-y committed Sep 15, 2015
1 parent 2fd3a25 commit bad6382
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/single.css
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,10 @@ a.comment-edit-link {
margin-right: 25px;
}

.incom-active {
background: #ff9;
}

.incom-ref {
font-size: 80%;
color: #2980b9;
Expand Down

0 comments on commit bad6382

Please sign in to comment.