Skip to content

Commit

Permalink
Add css style to differentiate read from unread notifications (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awa Desmoline authored and brent-hoover committed Jun 16, 2017
1 parent 352c98d commit 43e0a60
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ small.dropmenu-item-content {
text-decoration: none;
}
.unread {
background-color:#f9f9f9 !important;
background-color: #F4F4FF !important;
}
.read {
background-color: #ffffff !important;
}
.notification:last-child {
border-bottom: 0;
Expand Down

0 comments on commit 43e0a60

Please sign in to comment.