Can't target text on a control through css by using "<control id> Text":
<control id> Text
{
}
However doing:
"<control id> .text
{
}" works.
According to Jasper, this is a bug as discussed on the openjfx mailing list. Also it worked on 2.0.
<control id> Text
{
}
However doing:
"<control id> .text
{
}" works.
According to Jasper, this is a bug as discussed on the openjfx mailing list. Also it worked on 2.0.