change color of the valid prompt to black - back to how it was
This commit is contained in:
parent
bab91b1279
commit
e11d0d43b1
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ function checkBrackets(evt) {
|
|||
if(counterElt.title != '') {
|
||||
counterElt.style = 'color: #FF5555;';
|
||||
} else {
|
||||
counterElt.style = 'color: #55FF55;';
|
||||
counterElt.style = 'color: #000;';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue