replace play button with an svg

This commit is contained in:
Jakob Ketterl 2021-05-05 19:27:03 +02:00
parent 55254b1c44
commit 1b4b87b14e
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1 @@
<svg width="700" height="700" xmlns="http://www.w3.org/2000/svg"><g class="layer"><circle cx="350" cy="350" r="332" stroke="#fff" stroke-width="36" fill="none"/><path d="M195 211v278l366-139-366-139z" fill="#fff"/></g></svg>

After

Width:  |  Height:  |  Size: 224 B

View File

@ -159,7 +159,7 @@
</div> </div>
<div id="openwebrx-autoplay-overlay" class="openwebrx-overlay" style="display:none;"> <div id="openwebrx-autoplay-overlay" class="openwebrx-overlay" style="display:none;">
<div class="overlay-content"> <div class="overlay-content">
<img id="openwebrx-play-button" src="static/gfx/openwebrx-play-button.png" /> <img id="openwebrx-play-button" src="static/gfx/openwebrx-play-button.svg" />
<div>Start OpenWebRX</div> <div>Start OpenWebRX</div>
</div> </div>
</div> </div>