Replace the info shadow pngs with svg versions and make them themable

This commit is contained in:
luisangelsm
2026-02-27 15:18:51 +01:00
parent 392e4a0643
commit 084146995b
16 changed files with 87 additions and 34 deletions

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1 5">
<defs>
<style>
.cls-1 {
fill: #f0f;
filter: url(#drop-shadow-3);
}
</style>
<filter id="drop-shadow-3" x="-15" y="-19" width="31" height="28" filterUnits="userSpaceOnUse">
<feOffset dx="0" dy="0"/>
<feGaussianBlur result="blur" stdDeviation="3"/>
<feFlood flood-color="#ff0" flood-opacity=".75"/>
<feComposite in2="blur" operator="in"/>
<feComposite in="SourceGraphic"/>
</filter>
</defs>
<rect class="cls-1" x="-6" y="-10" width="13" height="10"/>
</svg>

After

Width:  |  Height:  |  Size: 709 B