Action Buttons css style in JavaFX ControlFX dialog
问题 I've been using ControlsFX dialogs to show information, but the style of my application is not blue, and does not match dialog style (color, borders) is there a way to change the button color or styles? 回答1: Note In a more recent question, this time regarding the new Dialog API bundled with JDK8u40 early releases, I came with a less hacky and more clean solution, using stylesheets instead of inline styles and lookups. So I'm updating this question, as openjfx-dialogs is still the way to have