summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-23 13:29:52 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-23 13:44:58 +0100
commit820b39c7d3bab59d62761042af116b623bd885dc (patch)
tree839ed8a56e13c695a1e479db642660f484b13e90 /vnc.html
parentbd2d3a58b0b79fe149564faf8e3a28c7c3f9e0cc (diff)
downloadnovnc-820b39c7d3bab59d62761042af116b623bd885dc.tar.gz
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 05baf14256a4640e15cda63cc2ac576f44482775.
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/vnc.html b/vnc.html
index 592d2f8..f420c0a 100644
--- a/vnc.html
+++ b/vnc.html
@@ -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>