From 7ed4d29450cc4a6e2a29ddbd4145900c70c65551 Mon Sep 17 00:00:00 2001 From: FlamedDogo99 <96555444+FlamedDogo99@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:19:20 -0600 Subject: [PATCH] Hiding cursor --- eaglermobile.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eaglermobile.user.js b/eaglermobile.user.js index 27a8883..aa4a918 100644 --- a/eaglermobile.user.js +++ b/eaglermobile.user.js @@ -361,7 +361,7 @@ function insertCanvasElements() { let hiddenInput = document.createElement('input', true); hiddenInput.id = "hiddenInput" hiddenInput.classList.add("inMenu") - hiddenInput.style.cssText = "position:absolute;top: 0vh; margin: auto; left: 8vh; right:0vh; width: 8vh; height: 8vh;font-size:20px;z-index:-10"; + hiddenInput.style.cssText = "position:absolute;top: 0vh; margin: auto; left: 8vh; right:0vh; width: 8vh; height: 8vh;font-size:20px;z-index:-10;color: transparent;text-shadow: 0 0 0 black"; hiddenInput.value = " " //Allows delete to be detected before input is changed hiddenInput.addEventListener("input", function(e) { hiddenInput.value = " "; // We need a character to detect deleting