Support nick highlights in messages

This commit is contained in:
Pavel Djundik 2017-11-27 19:50:01 +02:00 committed by GitHub
parent 0c45ba35bd
commit 973061f4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -277,7 +277,7 @@ body {
#chat .channel .highlight, #chat .channel .highlight,
#chat .channel .highlight .time, #chat .channel .highlight .time,
#chat .channel .highlight .from, #chat .channel .highlight .from,
#chat .channel .highlight .user, #chat .channel .highlight .from .user,
#chat .channel .highlight .text { #chat .channel .highlight .text {
color: #fff; color: #fff;
} }
@ -288,6 +288,10 @@ body {
border-color: #ad1457; border-color: #ad1457;
} }
#chat .msg .text .user {
border-bottom: 1px dotted #555;
}
#windows .header .topic, #windows .header .topic,
#chat table.channel-list td { #chat table.channel-list td {
color: #999; color: #999;