From 0d53253f7bedf65e207a6813a592178fbca1cd2c Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Wed, 31 Jul 2013 19:18:32 -0400 Subject: [PATCH] Darken the left border on blockquotes This is a compromise between the old color when selected and when not selected. It makes the border a little easier to see while still being subtle. (imported from commit 7177d8f688af3de15f3e309d6a9c7c248acb1db4) --- static/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index bc738387d3..c502455ded 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -924,6 +924,7 @@ blockquote p { .messagebox blockquote { padding-left: 5px; margin-left: 10px; + border-left-color: #ddd; } #send_message_form {