diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-16 14:14:26 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-21 16:39:02 +0200 |
commit | cdf57c4aadaca14e75782cb42b6458fdae6d9a19 (patch) | |
tree | 30d8a5c6ec99bbf91a5e0a201f95824bc7e6d6ce /src/main/resources/styles | |
parent | 3f84016b6f9136f8d877e15ace1b214ea67c75b2 (diff) | |
download | sepm-groupproject-cdf57c4aadaca14e75782cb42b6458fdae6d9a19.tar.gz sepm-groupproject-cdf57c4aadaca14e75782cb42b6458fdae6d9a19.tar.xz sepm-groupproject-cdf57c4aadaca14e75782cb42b6458fdae6d9a19.zip |
[#25958] Implementing Context Menu as JavaFX Context Menu.
Diffstat (limited to 'src/main/resources/styles')
-rw-r--r-- | src/main/resources/styles/main.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/resources/styles/main.css b/src/main/resources/styles/main.css index c021074..fbacc41 100644 --- a/src/main/resources/styles/main.css +++ b/src/main/resources/styles/main.css @@ -44,13 +44,6 @@ .button-other-status { -fx-background-color: #F8CBAD; } -.button-free-status { - -fx-background-color: #C5E0B4; -} - -.button-other-status { - -fx-background-color: #F8CBAD; -} .mi-free { -fx-background-color: #C5E0B4; |