changed some coloring
This commit is contained in:
parent
f1c37fa6de
commit
781383098b
@ -3226,7 +3226,7 @@ function displaySavePrompt2() {
|
|||||||
// Store the original color
|
// Store the original color
|
||||||
var originalColor2 = savePrompt2.style.color;
|
var originalColor2 = savePrompt2.style.color;
|
||||||
// Set the new color for the transition effect
|
// Set the new color for the transition effect
|
||||||
savePrompt2.style.color = "lightgreen";
|
savePrompt2.style.color = "yellow";
|
||||||
// Clear any existing timeout
|
// Clear any existing timeout
|
||||||
clearTimeout(savePromptTimeout2);
|
clearTimeout(savePromptTimeout2);
|
||||||
// Add a delay before reverting back to the original color
|
// Add a delay before reverting back to the original color
|
||||||
|
Loading…
Reference in New Issue
Block a user