diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/styles/main.css | 21 |
1 files changed, 19 insertions, 2 deletions
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 |