From 5abd2874510dea46526de840dce19a1f66c49c87 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 20 Apr 2015 16:29:18 -0400 Subject: [PATCH] remove strike-through as per https://github.com/gorhill/uBlock/issues/78#issuecomment-94503857 --- src/3p-filters.html | 2 +- src/css/3p-filters.css | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/3p-filters.html b/src/3p-filters.html index b5576013a..1adb658f8 100644 --- a/src/3p-filters.html +++ b/src/3p-filters.html @@ -44,7 +44,7 @@ : diff --git a/src/css/3p-filters.css b/src/css/3p-filters.css index c496b4654..66f93e2fc 100644 --- a/src/css/3p-filters.css +++ b/src/css/3p-filters.css @@ -116,9 +116,8 @@ span.status { padding: 1px 2px; } span.unsecure { - background-color: hsl(360, 100%, 85%); - border-color: hsl(360, 100%, 80%); - text-decoration: line-through; + background-color: hsl(0, 100%, 88%); + border-color: hsl(0, 100%, 83%); } span.purge { border-color: #ddd; @@ -130,8 +129,8 @@ span.purge:hover { } span.obsolete, span.new { - background-color: hsl(36, 100%, 75%); - border-color: hsl(36, 100%, 70%); + background-color: hsl(36, 100%, 80%); + border-color: hsl(36, 100%, 75%); } #externalListsDiv { margin: 2em auto 0 2em;