I tried this:
CSSUtils.SetStyleProperty(pnlScoreboard, "fx-background-image", "")
but it glitches out sometimes, and you get this error:
WARNING: CSS Error parsing '*{-fx-border-color:#000000;
-fx-border-width:0.00;-fx-background-image:;-fx-background-size:stretch;-fx-background-color:rgba(0,255,78,1.00);-fx-background-image:;fx-background-image:;-fx-background-image:;-fx-background-image:;-fx-background-image:;-fx-background-image:;-fx-background-image:url(jar:file:/C:/B4J/tempjars/AsyncInput2!/Files/background.png);}: Unexpected token ';' at [2,221]
so it keeps adding to it, but not really clearing it out.