From 377db10f1331e90cc67c575ad0a63ea2c4e8bfe2 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Wed, 10 Apr 2019 12:24:11 +0200 Subject: [PATCH] EDIT::changed color of register window button --- .../src/main/resources/stylesheets/registerWindowStyle.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Client/src/main/resources/stylesheets/registerWindowStyle.css b/src/Client/src/main/resources/stylesheets/registerWindowStyle.css index 5d1052d..cb71c8f 100644 --- a/src/Client/src/main/resources/stylesheets/registerWindowStyle.css +++ b/src/Client/src/main/resources/stylesheets/registerWindowStyle.css @@ -1,6 +1,5 @@ #signUpButton { - /*-fx-background-color: #005e07;*/ - -fx-background-color: red; + -fx-background-color: #005e07; -fx-text-fill: #c4eec9; }