mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Merge branch 'chghost'
This commit is contained in:
commit
857a2bbd6a
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