diff --git a/assets/UI/Main.css b/assets/UI/Main.css index e483f2e7..00bdef2a 100644 --- a/assets/UI/Main.css +++ b/assets/UI/Main.css @@ -523,6 +523,15 @@ ProgressBar:indeterminate>.bar { -fx-background-color: #305890; } +#Title-minimize-btn-mac, +#Title-close-btn-mac { + -fx-fill: inherit; +} + +#Title-close-btn-mac { + -fx-background-radius: 8px 0 0 0; +} + #Title-close-btn:hover, #Title-close-btn:focused { -fx-background-color: #CC2211; diff --git a/assets/UI/RootModule.fxml b/assets/UI/RootModule.fxml index e9746a79..7615c11b 100644 --- a/assets/UI/RootModule.fxml +++ b/assets/UI/RootModule.fxml @@ -140,41 +140,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/assets/UI/SettingsModule.fxml b/assets/UI/SettingsModule.fxml index 17cd05dc..70f6ebd7 100644 --- a/assets/UI/SettingsModule.fxml +++ b/assets/UI/SettingsModule.fxml @@ -157,6 +157,9 @@