Commit e11d0d43 authored by AUTOMATIC's avatar AUTOMATIC

change color of the valid prompt to black - back to how it was

parent bab91b12
...@@ -88,7 +88,7 @@ function checkBrackets(evt) { ...@@ -88,7 +88,7 @@ function checkBrackets(evt) {
if(counterElt.title != '') { if(counterElt.title != '') {
counterElt.style = 'color: #FF5555;'; counterElt.style = 'color: #FF5555;';
} else { } else {
counterElt.style = 'color: #55FF55;'; counterElt.style = 'color: #000;';
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment