From 3759ce5cc8c631bb1f4bc513e707e72b62e8e59f Mon Sep 17 00:00:00 2001 From: MR Date: Mon, 26 Aug 2019 18:26:11 +0100 Subject: [PATCH] Timeline break has white background --- Theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Theme.css b/Theme.css index b63cdc02..6c59a77c 100644 --- a/Theme.css +++ b/Theme.css @@ -7576,6 +7576,7 @@ div[style="background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,2 .bg-blue-2{ background: #3c444c !important; } -.projects-comment-form .comment-form-head .toolbar-commenting{ +.projects-comment-form .comment-form-head .toolbar-commenting, +.TimelineItem--break{ background: none !important; -} \ No newline at end of file +}