From e51ef5c49dc3ddf3284d3d6e6be9ad2bcb0340a0 Mon Sep 17 00:00:00 2001 From: Marc Beyer Date: Mon, 15 Nov 2021 13:21:46 +0100 Subject: [PATCH] added css --- hellofx/app/build/resources/main/client/style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hellofx/app/build/resources/main/client/style.css diff --git a/hellofx/app/build/resources/main/client/style.css b/hellofx/app/build/resources/main/client/style.css new file mode 100644 index 0000000..96588a7 --- /dev/null +++ b/hellofx/app/build/resources/main/client/style.css @@ -0,0 +1,6 @@ + +.main-btn{ + -fx-background-color: #424242; + -fx-text-fill: white; + -fx-border-radius: 50em; +} \ No newline at end of file