I want to style JavaFX TabPane dropdown menu. The menu, which appears when there is too much tabs to fit to screen. I have found this substructure in java documentation.
- tab-header-area — StackPane
- headers-region — StackPane
- tab-header-background — StackPane
- control-buttons-tab — StackPane
- tab-down-button — Pane
- arrow — StackPane
- tab — Tab
- tab-label — Label
- tab-close-button — StackPane
- tab-content-area — StackPane
But there is nothing about the dropdown menu. So is there any way to style this with css?