fix minor inconsitencies

This commit is contained in:
Armin Schrenk
2025-03-04 12:34:45 +01:00
parent 7e66a61294
commit bda38096e1
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -224,8 +224,8 @@
}
.event-window .button-bar .button-right {
-fx-border-color: CONTROL_BORDER_NORMAL;
-fx-border-width: 0 0 1px 1px;
-fx-border-color: transparent transparent transparent CONTROL_BORDER_NORMAL;
-fx-border-width: 0 0 0 1px;
-fx-background-color: MAIN_BG;
-fx-background-radius: 0px;
-fx-min-height: 42px;