mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
1042817e4e
- load a separate css file to change the color - if the assignment failed, the snackbar prompt will be red, otherwise theme color #story[1278]
4 lines
119 B
CSS
4 lines
119 B
CSS
/* a separate file to dynamically change snackbar's color */
|
|
.jfx-snackbar-toast {
|
|
-fx-text-fill: red !important;
|
|
} |