From 23e8582bfdf99bbfdc7054a58daf94de9a49814a Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Wed, 6 Sep 2017 10:12:13 -0700 Subject: [PATCH] message view: Change PM flag to match PM compose flag. Fixes #6413 --- static/styles/zulip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index ad8f05140f..e3f48bcbbc 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1647,8 +1647,8 @@ blockquote p { border-top-color: hsla(0, 0%, 0%, 0.0); border-right-color: hsla(0, 0%, 0%, 0.0); border-bottom-color: hsla(0, 0%, 0%, 0.0); - background-color: hsl(0, 0%, 7%); - border-left-color: hsl(0, 0%, 7%); + background-color: hsl(0, 0%, 27%); + border-left-color: hsl(0, 0%, 27%); color: #ffffff; border-width: 0px; }