diff --git a/auto-cream-api.iml b/auto-cream-api.iml index e634122..f1fda61 100644 --- a/auto-cream-api.iml +++ b/auto-cream-api.iml @@ -16,6 +16,7 @@ + diff --git a/src/main/resources/mainWindow.fxml b/src/main/resources/mainWindow.fxml index a0d4fdc..60e7f8f 100644 --- a/src/main/resources/mainWindow.fxml +++ b/src/main/resources/mainWindow.fxml @@ -30,81 +30,86 @@ --> - +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - +
- - +
\ No newline at end of file diff --git a/src/main/resources/stylesheet.css b/src/main/resources/stylesheet.css index c84e7e4..5c463fd 100644 --- a/src/main/resources/stylesheet.css +++ b/src/main/resources/stylesheet.css @@ -16,3 +16,8 @@ JFXButton { -fx-background-color: #ddd; } + +#state_label { + -fx-background-color: #ddd; + -fx-border-color: #aaa; +} \ No newline at end of file