From 8addc9b97e2defb28186097f6d7c04860f25f6e2 Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Thu, 24 Aug 2017 21:57:28 -0700 Subject: [PATCH] message view: Maintain stream color border on @-mention messages. Fixes #6241 --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 7e83af7e46..bfd618b030 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1018,7 +1018,7 @@ td.pointer { border-right: 1px solid hsl(0, 0%, 88%); } -.mention .messagebox-content { +.mention .messagebox { background-color: hsl(8, 94%, 94%); }