Reinstate outer div of noVNC_connect_button

There were two issues with removing the outer div of the connect button.

Firstly, rounded outlines don't work in WebKit browsers like Safari or
Epiphany (https://bugs.webkit.org/show_bug.cgi?id=20807) and this makes
the outline look completely square.

Secondly the code became too complex.

This reverts most of commit 05baf14256.
This commit is contained in:
Samuel Mannehed
2022-12-23 13:29:52 +01:00
parent bd2d3a58b0
commit 820b39c7d3
2 changed files with 14 additions and 11 deletions

View File

@@ -264,9 +264,11 @@
<div class="noVNC_center">
<div id="noVNC_connect_dlg">
<p class="noVNC_logo" translate="no"><span>no</span>VNC</p>
<button id="noVNC_connect_button">
<img alt="" src="app/images/connect.svg"> Connect
</button>
<div>
<button id="noVNC_connect_button">
<img alt="" src="app/images/connect.svg"> Connect
</button>
</div>
</div>
</div>