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

css.tool-button.css Maven / Gradle / Ivy

The newest version!
.tool-button {
    -fx-background-color: -fx-color;
    -fx-background-radius: 0;
    -fx-border-color: transparent;
    -fx-border-radius: 0;
    -fx-padding: 2px 5px 2px 5px;
    -fx-text-fill: -fx-dark-text-color;
}
.tool-button:hover {
    -fx-background-color: -fx-accent;
}
.tool-button:pressed {
    -fx-background-color: -fx-background;
}
.tool-button:selected {
    -fx-background-color: -fx-selection-bar-non-focused;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy