Index: trunk/extensions/AbuseFilter/modules/ext.abuseFilter.css |
— | — | @@ -52,6 +52,7 @@ |
53 | 53 | .mw-abusefilter-examine-match, |
54 | 54 | .mw-abusefilter-syntaxresult-ok, |
55 | 55 | li.mw-abusefilter-changeslist-match { |
| 56 | + /* @embed */ |
56 | 57 | background-image: url(yes_check.png); |
57 | 58 | } |
58 | 59 | |
— | — | @@ -59,6 +60,7 @@ |
60 | 61 | .mw-abusefilter-examine-syntaxerror, |
61 | 62 | .mw-abusefilter-syntaxresult-error, |
62 | 63 | li.mw-abusefilter-changeslist-nomatch { |
| 64 | + /* @embed */ |
63 | 65 | background-image: url(red_x.png); |
64 | 66 | } |
65 | 67 | |