Merge pull request #47 from xPaw/actions
Fix some of the actions coloring
This commit is contained in:
commit
46c2eabac2
@ -774,13 +774,6 @@ button,
|
|||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .error,
|
|
||||||
#chat .error .from,
|
|
||||||
#chat .highlight,
|
|
||||||
#chat .highlight .from {
|
|
||||||
color: #f00;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chat.hide-join .join span,
|
#chat.hide-join .join span,
|
||||||
#chat.hide-mode .mode span,
|
#chat.hide-mode .mode span,
|
||||||
#chat.hide-motd .motd span,
|
#chat.hide-motd .motd span,
|
||||||
@ -796,6 +789,14 @@ button,
|
|||||||
color: #2ecc40;
|
color: #2ecc40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .join .text,
|
||||||
|
#chat .kick .text,
|
||||||
|
#chat .part .text,
|
||||||
|
#chat .quit .text,
|
||||||
|
#chat .nick .text {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .join .from:before {
|
#chat .join .from:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f090";
|
content: "\f090";
|
||||||
@ -835,6 +836,7 @@ button,
|
|||||||
color: #2ecc40;
|
color: #2ecc40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .action .from,
|
||||||
#chat .action .text,
|
#chat .action .text,
|
||||||
#chat .action .user {
|
#chat .action .user {
|
||||||
color: #f39c12;
|
color: #f39c12;
|
||||||
@ -843,7 +845,6 @@ button,
|
|||||||
#chat .action .from:before {
|
#chat .action .from:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f005";
|
content: "\f005";
|
||||||
color: #f39c12;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .notice .time,
|
#chat .notice .time,
|
||||||
@ -856,6 +857,14 @@ button,
|
|||||||
content: "Notice: ";
|
content: "Notice: ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .error,
|
||||||
|
#chat .error .from,
|
||||||
|
#chat .highlight .from,
|
||||||
|
#chat .highlight .text,
|
||||||
|
#chat .highlight .user {
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .toggle-button {
|
#chat .toggle-button {
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user