From b01c84cc72fa21ba5c5e59ec65faa09c828139ba Mon Sep 17 00:00:00 2001 From: Andreas Weninger Date: Wed, 16 May 2018 14:51:31 +0200 Subject: [#25958] Apply code formatting. Context Menu Label now bold and black while highlighted. Annotate stuff. --- src/main/resources/styles/main.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/styles/main.css b/src/main/resources/styles/main.css index c4af039..61634b6 100644 --- a/src/main/resources/styles/main.css +++ b/src/main/resources/styles/main.css @@ -27,6 +27,23 @@ -fx-font-weight: bold; } -.scroll-pane { - -fx-background-color:transparent; +.button-free-status { + -fx-background-color: #C5E0B4; +} + +.button-other-status { + -fx-background-color: #F8CBAD; +} + +.mi-free { + -fx-background-color: #C5E0B4; +} + +.mi-other { + -fx-background-color: #F8CBAD; +} + +.menu-item:focused .label { + -fx-text-fill: black; + -fx-font-weight: bold; } \ No newline at end of file -- cgit v1.2.3-70-g09d2