Merge branch 'feature/redesign-mainwindow' into feature/notificationbar

This commit is contained in:
mindmonk
2024-10-02 11:05:39 +02:00
committed by GitHub
12 changed files with 47 additions and 22 deletions
+2 -2
View File
@@ -177,8 +177,8 @@
/* windows needs an explicit border: */
.main-window.os-windows {
-fx-border-color: TITLE_BG;
-fx-border-width: 1px;
-fx-border-color: CONTROL_BORDER_NORMAL;
-fx-border-width: 1px 0 0 0;
}
.main-window .button-bar {