mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
2b3a972ed5
- Fixed bug where an invalid port number would crash the program - Closed the stage before cleaning up resources. This speeds up closing the app. - Added error handling for when the client looses connection to the server. Tags: #story[1281]
4 lines
121 B
CSS
4 lines
121 B
CSS
/* a separate file to dynamically change snackbar's color */
|
|
.jfx-snackbar-toast {
|
|
-fx-text-fill: black !important;
|
|
} |