FINALLY FIXED THE UNREAD CHAT MESSAGES!

This commit is contained in:
Lars van Hijfte
2017-01-24 14:26:15 +01:00
parent c4e4508b53
commit a88483ae47
12 changed files with 167 additions and 39 deletions

View File

@@ -34,16 +34,6 @@
cursor: pointer;
}
.friend-item, .group-item {
cursor: pointer;
transition-duration: 250ms;
}
.friend-item:hover, .group-item:hover {
background: #FBC02D;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu button {
background: none;
color: inherit;