add notification marker for new events

This commit is contained in:
Armin Schrenk
2025-03-12 09:38:56 +01:00
parent 48c2d49c86
commit fbab2df00f
4 changed files with 42 additions and 7 deletions
+7
View File
@@ -215,6 +215,13 @@
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_ARMED;
}
.update-indicator {
-fx-background-color: white, RED_5;
-fx-background-insets: 1px, 2px;
-fx-background-radius: 6px, 5px;
-fx-effect: dropshadow(three-pass-box, rgba(0, 0, 0, 0.8), 2, 0, 0, 0);
}
.event-window .button-bar {
-fx-min-height:42px;
-fx-max-height:42px;