addded debug, update and support notification bar

This commit is contained in:
Jan-Peter Klein
2024-06-26 15:13:28 +02:00
parent 92fad41b96
commit d379ada100
5 changed files with 130 additions and 5 deletions
+29
View File
@@ -362,6 +362,35 @@
-fx-border-width: 1px 0 0 0;
}
/*******************************************************************************
* *
* NotificationBar *
* *
******************************************************************************/
.notification-label {
-fx-text-fill: white;
-fx-font-weight: bold;
}
.notification-debug {
-fx-min-height:24px;
-fx-max-height:24px;
-fx-background-color: RED_5;
}
.notification-update {
-fx-min-height:24px;
-fx-max-height:24px;
-fx-background-color: YELLOW_5;
}
.notification-support {
-fx-min-height:24px;
-fx-max-height:24px;
-fx-background-color: PRIMARY;
}
/*******************************************************************************
* *
* ScrollBar *