From c5815a8d783c9c1ec11747624fe046f71231fd80 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 22 Mar 2015 16:16:52 -0400 Subject: [PATCH] fixed missing css style --- src/css/3p-filters.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/3p-filters.css b/src/css/3p-filters.css index b0ed04ba6..efa373002 100644 --- a/src/css/3p-filters.css +++ b/src/css/3p-filters.css @@ -121,7 +121,8 @@ span.purge { span.purge:hover { opacity: 1; } -span.obsolete { +span.obsolete, +span.new { border-color: hsl(36, 100%, 73%); color: #222; background-color: hsl(36, 100%, 75%);