jfxtras.labs.internal.scene.control.BreadcrumbBar.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfxtras-labs Show documentation
Show all versions of jfxtras-labs Show documentation
Experimental components for JavaFX 2
.breadcrumbbar {
-fx-skin: "jfxtras.labs.internal.scene.control.skin.BreadcrumbBarSkin";
}
.breadcrumbbar-ui {
-fx-background-color: linear-gradient(white 0%, gray 100%);
-fx-spacing: 0;
}
.breadcrumbbar-home-icon {
-fx-background-image: url("home.png");
}