From 3f84016b6f9136f8d877e15ace1b214ea67c75b2 Mon Sep 17 00:00:00 2001 From: Andreas Weninger Date: Tue, 15 May 2018 12:10:59 +0200 Subject: Status menu FXML & Controller --- src/main/resources/styles/main.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/main/resources/styles') diff --git a/src/main/resources/styles/main.css b/src/main/resources/styles/main.css index 61634b6..c021074 100644 --- a/src/main/resources/styles/main.css +++ b/src/main/resources/styles/main.css @@ -8,6 +8,12 @@ -fx-effect: dropshadow(gaussian, rgba(100,100,100,0.8), 5, 0, 0, 3); } +.border-sw { + -fx-background-color: white; + -fx-effect: dropshadow(gaussian, rgba(100,100,100,0.8), 5, 0, 0, 3); + -fx-border-color: black; +} + .text-big { -fx-font-size: 18px; } @@ -22,6 +28,10 @@ .button { -fx-background-radius: 0em; + -fx-border-color: black; +} + +.button-main { -fx-background-color: darkgreen; -fx-text-fill: white; -fx-font-weight: bold; @@ -31,6 +41,13 @@ -fx-background-color: #C5E0B4; } +.button-other-status { + -fx-background-color: #F8CBAD; +} +.button-free-status { + -fx-background-color: #C5E0B4; +} + .button-other-status { -fx-background-color: #F8CBAD; } -- cgit v1.2.3-70-g09d2