mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-29 10:24:24 +00:00
b81f6393aa
Removing arbitrary close confirmation color treatment with green. We don't feature such treatment anywhere else, nor are we planning to do. Let's remove it. Bug: T50067 Change-Id: Ia597a51cd9c5ca057720c720b1e3
5 lines
232 B
XML
5 lines
232 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<polygon fill="#fff" points="96,14 82,0 48,34 14,0 0,14 34,48 0,82 14,96 48,62 82,96 96,82 62,48 "/>
|
|
</svg>
|