Fixed chat
It now has a userID again, displays which user you are chatting withhover over user changes different background
This commit is contained in:
@@ -30,9 +30,14 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.friend-item:hover {
|
||||
background: #845663;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.menu button {
|
||||
background: none;
|
||||
color: #333;
|
||||
color: inherit;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user