From f0974f5c0c76a62ea53e2ba1802b1cae3a7ad967 Mon Sep 17 00:00:00 2001 From: Geertjan Wielenga Date: Tue, 18 Jun 2019 19:00:52 +0200 Subject: [PATCH] Correcting reference in css to 'label' instead of 'button', which was wrong --- .../Gradle/hellofx/src/main/resources/org/openjfx/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/NetBeans/Modular/Gradle/hellofx/src/main/resources/org/openjfx/styles.css b/IDE/NetBeans/Modular/Gradle/hellofx/src/main/resources/org/openjfx/styles.css index 65f6003..2e32f40 100644 --- a/IDE/NetBeans/Modular/Gradle/hellofx/src/main/resources/org/openjfx/styles.css +++ b/IDE/NetBeans/Modular/Gradle/hellofx/src/main/resources/org/openjfx/styles.css @@ -1,3 +1,3 @@ -.button { +.label { -fx-text-fill: blue; }