Hello!
I have TabPane with one tab and GridPane as its content..
I want my TabPane to have 0.3 transparent background so that the content underneath is visible.
What should I override for this?
Also I want to remove that rectangle on which Tabs are placed I want it to be completely transparent.
But tabs themselves should not be transparent.
So how to make 0.3 opaque the content of tab (for now it is white) and make 0.0 opaque the dark-yellow rectangle on which Tabs are placed?
Thank you!