removed green border and fixed margin for windows

This commit is contained in:
Jan-Peter Klein
2024-09-16 14:48:06 +02:00
parent 6ff640648f
commit 84e3cf0762
3 changed files with 7 additions and 11 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 {