From c9341352f1d161e1015e7a22ed436c7ed20a9bb7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 5 Oct 2023 21:05:06 +0200 Subject: Style tweaks. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.js b/play.js index 41b8c95..a666257 100644 --- a/play.js +++ b/play.js @@ -270,7 +270,7 @@ var focused_piece = -1 function on_focus_piece(evt) { let p = evt.target.my_id - evt.target.style.zIndex = 300 + evt.target.style.zIndex = 200 document.getElementById("status").textContent = evt.target.my_name if (data.pieces[p].type === "hq") { focused_piece = p -- cgit v1.2.3