I am trying to give a tab the following effect when being selected:
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.