diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-16 14:51:31 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-21 16:10:15 +0200 |
commit | b01c84cc72fa21ba5c5e59ec65faa09c828139ba (patch) | |
tree | 7324a60ee88d38f0809def31f43fcd5bc20cf631 /src/main/resources/styles/main.css | |
parent | fa6ac1c592c22ac688123fabed062879881dc843 (diff) | |
download | sepm-groupproject-b01c84cc72fa21ba5c5e59ec65faa09c828139ba.tar.gz sepm-groupproject-b01c84cc72fa21ba5c5e59ec65faa09c828139ba.tar.xz sepm-groupproject-b01c84cc72fa21ba5c5e59ec65faa09c828139ba.zip |
[#25958] Apply code formatting. Context Menu Label now bold and black while highlighted. Annotate stuff.
Diffstat (limited to 'src/main/resources/styles/main.css')
-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 |