FIX: make pm notification badge green on mobile

This commit is contained in:
Neil Lalonde 2014-06-23 10:51:04 -04:00
parent 6aa44fd412
commit 9e4fb383f0
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
padding-top: 60px;
}
.unread-private-messages {
background-color: $success;
}
// Dropdowns
// --------------------------------------------------