All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.controlsfx.control.masterdetailpane.css Maven / Gradle / Ivy

Go to download

High quality UI controls and other tools to complement the core JavaFX distribution

There is a newer version: 11.2.1
Show newest version
.tab-pane > * > .master-detail-pane > .split-pane,
.split-pane > * > .master-detail-pane > .split-pane {
    -fx-background-insets: 0, 0;
    -fx-padding: 0;
 }
.tab-pane.floating > * > .master-detail-pane > .split-pane {
    -fx-background-insets: 0, 0;
    -fx-padding: -1;
}
.titled-pane > * > * > .master-detail-pane > .split-pane {
    -fx-background-color: null;
    -fx-background-insets: 0, 0;
    -fx-padding: 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy