From 76db768b76f0c8f8b286cedfc89eec6551f318d2 Mon Sep 17 00:00:00 2001 From: David Wu Date: Thu, 28 Sep 2017 13:20:25 +1300 Subject: [PATCH] Fix join button disappearing. #story[1301] --- racevisionGame/src/main/resources/css/dayMode.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/racevisionGame/src/main/resources/css/dayMode.css b/racevisionGame/src/main/resources/css/dayMode.css index c7159caf..52de10f6 100644 --- a/racevisionGame/src/main/resources/css/dayMode.css +++ b/racevisionGame/src/main/resources/css/dayMode.css @@ -123,7 +123,7 @@ } #btnJoin { - -fx-background-image: url("/visualiser/images/joinAGameBtn.png"); + -fx-background-image: url("/visualiser/images/JoinAGameBtn.png"); -fx-background-size: 150px; -fx-background-repeat: no-repeat; -fx-background-position: center center; @@ -132,7 +132,7 @@ } #btnJoin:pressed { - -fx-background-image: url("/visualiser/images/joinAGameBtnPressed.png"); + -fx-background-image: url("/visualiser/images/JoinAGameBtnPressed.png"); -fx-background-size: 150px; -fx-background-repeat: no-repeat; -fx-background-position: center center;