fixing loading bug

This commit is contained in:
TheErrorExe 2025-02-05 14:50:14 +01:00 committed by GitHub
parent f93fe5b2ae
commit 9e5fa48f39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,24 +67,15 @@
margin: 20px auto; margin: 20px auto;
} }
#goButton { #goButton {
display: block; display: none;
margin-top: 20px; margin-top: 20px;
padding: 10px 20px; padding: 10px 20px;
font-size: 16px; font-size: 16px;
background-color: #268ee9; background-color: #4caf50;
border:none;
color: white; color: white;
border: none;
cursor: pointer; cursor: pointer;
} }
#goButton:hover {
background-color: #087be0;
border:none;
}
#goButton:active {
background-color: #42a7ff;
border:none;
}
#goButton:disabled { #goButton:disabled {
background-color: gray; background-color: gray;
cursor: not-allowed; cursor: not-allowed;