parent
ed39690071
commit
50a88eb83c
|
@ -104,7 +104,7 @@ QtObject {
|
||||||
function getReplyMessageStyle(msg, isCurrentUser) {
|
function getReplyMessageStyle(msg, isCurrentUser) {
|
||||||
return `<style type="text/css">`+
|
return `<style type="text/css">`+
|
||||||
`a {`+
|
`a {`+
|
||||||
`color: ${isCurrentUser? Style.current.white : Style.current.textColor};`+
|
`color: ${Style.current.textColor};`+
|
||||||
`}`+
|
`}`+
|
||||||
`a.mention {`+
|
`a.mention {`+
|
||||||
`color: ${isCurrentUser ? Style.current.mentionColor : Style.current.turquoise};`+
|
`color: ${isCurrentUser ? Style.current.mentionColor : Style.current.turquoise};`+
|
||||||
|
|
Loading…
Reference in New Issue