Mute join/kick/part/quit/nick actions in color

This commit is contained in:
Pavel Djundik 2016-02-15 11:32:57 +02:00
parent 5a108dab2d
commit e33e6ca93e

View file

@ -774,13 +774,6 @@ button,
color: #999;
}
#chat .error,
#chat .error .from,
#chat .highlight,
#chat .highlight .from {
color: #f00;
}
#chat.hide-join .join span,
#chat.hide-mode .mode span,
#chat.hide-motd .motd span,
@ -796,6 +789,14 @@ button,
color: #2ecc40;
}
#chat .join .text,
#chat .kick .text,
#chat .part .text,
#chat .quit .text,
#chat .nick .text {
color: #999;
}
#chat .join .from:before {
font-family: FontAwesome;
content: "\f090";
@ -835,6 +836,7 @@ button,
color: #2ecc40;
}
#chat .action .from,
#chat .action .text,
#chat .action .user {
color: #f39c12;
@ -843,7 +845,6 @@ button,
#chat .action .from:before {
font-family: FontAwesome;
content: "\f005";
color: #f39c12;
}
#chat .notice .time,
@ -856,6 +857,14 @@ button,
content: "Notice: ";
}
#chat .error,
#chat .error .from,
#chat .highlight .from,
#chat .highlight .text,
#chat .highlight .user {
color: #f00;
}
#chat .toggle-button {
background: #f5f5f5;
border-radius: 2px;