update styles again

master
Tait Hoyem 3 years ago
parent dc9b4327af
commit 09c4e0186e

@ -63,7 +63,7 @@ input[type=submit] {
padding: 8px;
}
input[type=submit]:hover {
background-color: #61F900;
opacity: 0.5;
background-color: orange;
/*background-color: #61F900;*/
}

@ -38,6 +38,7 @@ resp = JSON.parse(event.target.response);
if (resp.status === 'OK') {
STATUS_BOX.innerText = '';
SUBMIT_BUTTON.value = 'Success!';
SUBMIT_BUTTON.style.backgroundColor = '#61F900';
} else {
STATUS_BOX.innerText = 'Error: ' + resp.message;
STATUS_BOX.style.color = 'red';

Loading…
Cancel
Save