From 7b73ca9e789ad687e59725a3cc0495ae33e3758f Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Thu, 2 Nov 2017 14:01:25 -0600 Subject: [PATCH] Remove unread label border after reading --- slack/orien.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slack/orien.css b/slack/orien.css index 16e16c5..57909cb 100644 --- a/slack/orien.css +++ b/slack/orien.css @@ -509,13 +509,15 @@ ts-message a.timestamp{ padding: 4px 4px; border-radius: 0px; border: 1px solid var(--attention); - margin: 0px 11px -13px 0px; + margin: -1px 11px -13px 0px; } #msgs_div .unread_divider.no_unreads .divider_label { background: var(--background-elevated); color: #aaa !important; + border: none; + margin-top: 0px; } #msgs_div .unread_divider.no_unreads hr{