QTfrontend/res/css/chat.css
changeset 15909 7409084d891f
parent 9865 415e6d04a1ac
--- a/QTfrontend/res/css/chat.css	Sun Oct 16 13:14:16 2022 +0300
+++ b/QTfrontend/res/css/chat.css	Sun Oct 16 20:15:57 2022 +0300
@@ -57,8 +57,12 @@
 /* various chat messages */
 .msg_UserChat { color:#ffcc00; } /* chat of people who aren't your friends */
 .msg_UserChat .nick { color:#ffec20; }
+.msg_UserDirectMsg { color:#ffcc00; } /* direct message from people who aren't your friends */
+.msg_UserDirectMsg .nick { color:#ffec20; }
 .msg_FriendChat { color: #b0ff08; }
 .msg_FriendChat .nick { color: #30ff30; }
+.msg_FriendDirectMsg { color:#ffcc00; }
+.msg_FriendDirectMsg .nick { color:#ffec20; }
 .msg_UserJoin { color: #c0c0c0; }
 .msg_UserJoin .nick { color: #d0d0d0; }
 .msg_UserLeave { color: #b8b8b8; }
@@ -91,6 +95,7 @@
 
 /* you can also set timestamp style for different msg types */
 .msg_FriendChat .timestamp { color: #ffffff; }
+.msg_FriendDirectMsg .timestamp { color: #ffffff; }
 
 /* messages that contain your nickname */
 .highlight {  }