Marthee commited on
Commit
e628dc2
·
verified ·
1 Parent(s): 2ad6743

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -1
templates/proposed-GUI.html CHANGED
@@ -2838,7 +2838,7 @@ function refreshAPIbuutton(dataa){
2838
  PopupElement.textContent='Console is up to date!';
2839
  ShowPopUp();
2840
  document.getElementById("refreshAPIbutton").style.cursor='pointer';
2841
- document.getElementById("refreshAPIbutton").style.backgroundColor = "#1680c7";
2842
  document.getElementById("refreshAPIbutton").disabled = false;
2843
  document.getElementById('all').style.display='none';
2844
  })
 
2838
  PopupElement.textContent='Console is up to date!';
2839
  ShowPopUp();
2840
  document.getElementById("refreshAPIbutton").style.cursor='pointer';
2841
+ document.getElementById("refreshAPIbutton").style.backgroundColor = "#003CFF";
2842
  document.getElementById("refreshAPIbutton").disabled = false;
2843
  document.getElementById('all').style.display='none';
2844
  })