JavaFX CSS - How to curve a border radius outwards?

61 Views Asked by At

I am trying to give a tab the following effect when being selected:

Example image

You can see the selected export tab's bottom right corner curving over on top of the other tab.

How could this be implemented using CSS or code?

I have tried utilising the :before and :after pseudo classes, but those are not valid in JavaFX.

0

There are 0 best solutions below