Re: TitledPane background color

2015-01-02 Thread Moises Chicharro
titled-pane .content { -fx-background-color: green; } Cheers, Mo On 25 Dec 2014, at 23:13, Peter Penzov peter.pen...@gmail.com wrote: Hi All, I have a question how to change TitledPane background color. I tested this code: public class MainApp extends Application { @Override

TitledPane background color

2014-12-25 Thread Peter Penzov
Hi All, I have a question how to change TitledPane background color. I tested this code: public class MainApp extends Application { @Override public void start(Stage stage) throws Exception { TitledPane pane = new TitledPane(Title, null); pane.setStyle(-fx-focus-color