Index: branches/REL1_18/extensions/AbuseFilter/abusefilter.css |
— | — | @@ -65,8 +65,10 @@ |
66 | 66 | #mw-abusefilter-syntaxresult, |
67 | 67 | li.mw-abusefilter-changeslist-nomatch, |
68 | 68 | li.mw-abusefilter-changeslist-match { |
69 | | - background: no-repeat left center; |
| 69 | + /* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */ |
| 70 | + background-repeat: no-repeat; |
70 | 71 | padding-left: 25px; |
| 72 | + background-position: left center; |
71 | 73 | } |
72 | 74 | |
73 | 75 | table.mw-abusefilter-diff { |
— | — | @@ -120,4 +122,4 @@ |
121 | 123 | } |
122 | 124 | /* @noflip */.sitedir-rtl .TablePager_col_af_public_comments { |
123 | 125 | direction: rtl; |
124 | | -} |
\ No newline at end of file |
| 126 | +} |