mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: make pm notification badge green on mobile
This commit is contained in:
parent
6aa44fd412
commit
9e4fb383f0
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.unread-private-messages {
|
||||
background-color: $success;
|
||||
}
|
||||
|
||||
|
||||
// Dropdowns
|
||||
// --------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue