Fix join button disappearing. #story[1301]

main
David Wu 8 years ago
parent 7e1f6284cc
commit 76db768b76

@ -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;

Loading…
Cancel
Save