transparent background on tab header
CelerJan 1 2012 — edited Jan 25 2012All does the css support transparent headers on tabs? When I implement the following the background is still white.
.tab-header-background {
-fx-background-color: transparent;
}