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

tornadofx.control.listmenu.css Maven / Gradle / Ivy

.list-menu {
    -fx-graphic-fixed-size: 2em;
}

.list-item {
    -fx-cursor: hand;
    -fx-padding: 0.5em 1em;
    -fx-background-color: -fx-shadow-highlight-color, -fx-outer-border, -fx-inner-border, -fx-body-color;
    -fx-background-insets: 0 0 -0.5 0, 0, 0.5, 1.5;
}

.list-item .label {
    -fx-text-fill: -fx-text-base-color;
}

.list-item:active {
    -fx-background-color: -fx-focus-color, -fx-inner-border, -fx-body-color, -fx-faint-focus-color, -fx-body-color;
    -fx-background-insets: -0.2, 1, 2, -1.4, 2.6;
}

.list-item:hover {
    -fx-color: -fx-hover-base;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy