PennController for IBEX › Forums › Support › Editing red "recording…" message › Reply To: Editing red "recording…" message
November 30, 2020 at 12:51 pm
#6409
Jeremy
Keymaster
Hi,
Just change the color CSS attribute as well:
newFunction(()=>$("div:contains(Recording...)").css({'color': 'black', 'background-color': 'lightblue'})).call()
Jeremy