From 9be03c79b0105772f46a661a28225b0100f1af54 Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Mon, 12 Oct 2020 17:05:57 +0200 Subject: [PATCH] Win10: Use dark gray instead of black for selected toggle button Issue-Ref: 4061 Issue-Url: https://af3-developer.fortiss.org/issues/4061 Signed-off-by: Simon Barner <barner@fortiss.org> --- org.fortiss.tooling.common.ui/res/jfxtras/JMetroLightTheme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.fortiss.tooling.common.ui/res/jfxtras/JMetroLightTheme.css b/org.fortiss.tooling.common.ui/res/jfxtras/JMetroLightTheme.css index 430a4aea3..f7ea6bf9d 100644 --- a/org.fortiss.tooling.common.ui/res/jfxtras/JMetroLightTheme.css +++ b/org.fortiss.tooling.common.ui/res/jfxtras/JMetroLightTheme.css @@ -115,7 +115,7 @@ } .toggle-button:selected { - -fx-background-color: black; + -fx-background-color: #7c7c7c; -fx-text-fill: white; } -- GitLab