There should not be this:
.button:cancel {
-fx-base: -fx-accent;
}
in caspian.css as it looks wrong when both the cancel and ok buttons are accent color (blue). The idea of the blue button to highlight the default button.
.button:cancel {
-fx-base: -fx-accent;
}
in caspian.css as it looks wrong when both the cancel and ok buttons are accent color (blue). The idea of the blue button to highlight the default button.