From 55101fe7c8f1d640f1369eafef8d31770424c8a7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 27 Jan 2015 18:39:53 +0000 Subject: [PATCH] dwb: include !important --- dwb/userstyles/wikipedia.org.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwb/userstyles/wikipedia.org.css b/dwb/userstyles/wikipedia.org.css index f50c494..249c9fc 100644 --- a/dwb/userstyles/wikipedia.org.css +++ b/dwb/userstyles/wikipedia.org.css @@ -70,7 +70,7 @@ } table.wikitable > tr > th, table.wikitable > * > tr > th { - background-color: #333; /* don't include !important flag */ + background-color: #333 !important; /* don't include !important flag */ } td[style*="background: #ececec;"], th[style*="background:#eee"], th[style*="background-color: #eee"], -- 2.48.1