Browse Source

Merge pull request #3025

Action messages are now italicized.

Pro (1):
      style action messages centered and italicized
pull/3068/merge
Zetok Zalbavar 10 years ago
parent
commit
375c9657ce
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 1
      ui/chatArea/innerStyle.css

1
ui/chatArea/innerStyle.css

@ -10,6 +10,7 @@ p.msg { @@ -10,6 +10,7 @@ p.msg {
p.action {
color: #1818FF;
font: @big;
font-style: italic;
}
p.typing {

Loading…
Cancel
Save