From d57b26649766ccde51936846263a73b1b0665858 Mon Sep 17 00:00:00 2001 From: Daimona Eaytoy Date: Tue, 27 Mar 2018 20:14:08 +0200 Subject: [PATCH] Reinforce CSS selectors to avoid overriding by MonoBook Tiny change to avoid problems with MonoBook skin. Bug: T78304 Change-Id: I611a84b2763fca9aa821b5ce15e216bde5d05617 --- modules/ext.abuseFilter.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ext.abuseFilter.css b/modules/ext.abuseFilter.css index 8e6b52244..be4bcd3da 100644 --- a/modules/ext.abuseFilter.css +++ b/modules/ext.abuseFilter.css @@ -68,8 +68,8 @@ li.mw-abusefilter-changeslist-nomatch { } #mw-abusefilter-syntaxresult, -li.mw-abusefilter-changeslist-nomatch, -li.mw-abusefilter-changeslist-match { +ul li.mw-abusefilter-changeslist-nomatch, +ul li.mw-abusefilter-changeslist-match { /* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */ background-repeat: no-repeat; padding-left: 25px;