Support nick highlights in messages
This commit is contained in:
parent
0c45ba35bd
commit
973061f4fd
|
@ -277,7 +277,7 @@ body {
|
|||
#chat .channel .highlight,
|
||||
#chat .channel .highlight .time,
|
||||
#chat .channel .highlight .from,
|
||||
#chat .channel .highlight .user,
|
||||
#chat .channel .highlight .from .user,
|
||||
#chat .channel .highlight .text {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -288,6 +288,10 @@ body {
|
|||
border-color: #ad1457;
|
||||
}
|
||||
|
||||
#chat .msg .text .user {
|
||||
border-bottom: 1px dotted #555;
|
||||
}
|
||||
|
||||
#windows .header .topic,
|
||||
#chat table.channel-list td {
|
||||
color: #999;
|
||||
|
|
Loading…
Reference in New Issue