mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
style chghost messages
chghost messages weren't styled properly, given that they are similar to a nick change, re-use the corresponding icon and style.
This commit is contained in:
parent
f97c4df2a2
commit
fc135023a4
1 changed files with 4 additions and 1 deletions
|
|
@ -321,6 +321,7 @@ p {
|
|||
#chat .msg[data-type="ctcp_request"] .from::before,
|
||||
#chat .msg[data-type="whois"] .from::before,
|
||||
#chat .msg[data-type="nick"] .from::before,
|
||||
#chat .msg[data-type="chghost"] .from::before,
|
||||
#chat .msg[data-type="action"] .from::before,
|
||||
#chat .msg[data-type="plugin"] .from::before,
|
||||
#chat .msg[data-type="raw"] .from::before,
|
||||
|
|
@ -488,7 +489,8 @@ p {
|
|||
color: #2ecc40;
|
||||
}
|
||||
|
||||
#chat .msg[data-type="nick"] .from::before {
|
||||
#chat .msg[data-type="nick"] .from::before,
|
||||
#chat .msg[data-type="chghost"] .from::before {
|
||||
content: "\f007"; /* http://fontawesome.io/icon/user/ */
|
||||
color: #2ecc40;
|
||||
}
|
||||
|
|
@ -1547,6 +1549,7 @@ textarea.input {
|
|||
#chat .msg[data-type="kick"] .content,
|
||||
#chat .msg[data-type="mode"] .content,
|
||||
#chat .msg[data-type="nick"] .content,
|
||||
#chat .msg[data-type="chghost"] .content,
|
||||
#chat .msg[data-type="part"] .content,
|
||||
#chat .msg[data-type="quit"] .content,
|
||||
#chat .msg[data-type="topic"] .content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue