-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
fx2.1
I want to style the title of the TitledPane(without affecting the contents of the pane)
The following style used to work in the earlt builds of JavaFX 2.1:
.titled-pane:expanded > .title {
-fx-text-fill: white;
}
Is there an alternative or it's a bug?
The following style used to work in the earlt builds of JavaFX 2.1:
.titled-pane:expanded > .title {
-fx-text-fill: white;
}
Is there an alternative or it's a bug?