From fdd9810c94b0d432fc14577fd85cd4c35889164d Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Wed, 6 Feb 2019 15:53:54 +0100 Subject: [PATCH] Fixed combobox style --- PlayWall/src/main/resources/style/components/combobox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayWall/src/main/resources/style/components/combobox.css b/PlayWall/src/main/resources/style/components/combobox.css index 63ed3808..ed4954e6 100644 --- a/PlayWall/src/main/resources/style/components/combobox.css +++ b/PlayWall/src/main/resources/style/components/combobox.css @@ -9,7 +9,7 @@ .combo-box .list-cell { -fx-background-color: #333333; - -fx-text-fill: efefef; + -fx-text-fill: #efefef; -fx-pref-height: 30px; } -- GitLab