Snackbar's color can be changed according to the message type

- load a separate css file to change the color
- if the assignment failed, the snackbar prompt will be red, otherwise theme color

#story[1278]
This commit is contained in:
Haoming Yin
2017-09-23 20:59:29 +12:00
parent 066557584f
commit 1042817e4e
5 changed files with 34 additions and 15 deletions
@@ -29,4 +29,16 @@ JFXToggleButton {
#resetBtn:hover {
-fx-font-size: 20;
}
.jfx-snackbar-content {
-fx-background-color: #323232;
}
.jfx-snackbar-toast {
-fx-text-fill: WHITE;
}
.jfx-snackbar-action {
-fx-text-fill: #ff4081;
}