From 5a4a1e70e8604348e2ff258d2246e0277bbcc15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20K=C3=BChn?= Date: Fri, 26 Nov 2021 13:30:51 +0100 Subject: [PATCH] merged 0300 and 0120 --- .../app/build/resources/main/client/style.css | 18 ------------------ .../src/main/resources/client/create-event.css | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete 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 deleted file mode 100644 index 8c5bd55..0000000 --- a/hellofx/app/build/resources/main/client/style.css +++ /dev/null @@ -1,18 +0,0 @@ -GridPane{ - -fx-background-color: #282C34; - -fx-margin: 10px; -} - -Label{ - -fx-text-fill: white; -} - -.main-btn{ - -fx-background-color: #ffffff; - -fx-text-fill: white; - -fx-background-radius: 5em; - -fx-min-width: 40px; - -fx-min-height: 40px; - -fx-max-width: 40px; - -fx-max-height: 40px; -} \ No newline at end of file diff --git a/hellofx/app/src/main/resources/client/create-event.css b/hellofx/app/src/main/resources/client/create-event.css index 8fbf3f8..59602e9 100644 --- a/hellofx/app/src/main/resources/client/create-event.css +++ b/hellofx/app/src/main/resources/client/create-event.css @@ -5,7 +5,7 @@ GridPane{ -fx-font-family: Segoe UI; -fx-border-insets: 1; - -fx-border-color: white; + -fx-border-color: #B0B0B0; -fx-border-style: solid; -fx-border-width: 2; -fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);