From 9e5fa48f39cafdbcc26cc67ea2ad08f0c4968336 Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:50:14 +0100 Subject: [PATCH] fixing loading bug --- site_storage/loading_template.html | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/site_storage/loading_template.html b/site_storage/loading_template.html index 068e912..27b5aec 100644 --- a/site_storage/loading_template.html +++ b/site_storage/loading_template.html @@ -67,24 +67,15 @@ margin: 20px auto; } #goButton { - display: block; + display: none; margin-top: 20px; padding: 10px 20px; font-size: 16px; - background-color: #268ee9; - border:none; + background-color: #4caf50; color: white; + border: none; cursor: pointer; } - #goButton:hover { - background-color: #087be0; - border:none; - - } - #goButton:active { - background-color: #42a7ff; - border:none; - } #goButton:disabled { background-color: gray; cursor: not-allowed;