Skip to content

Commit

Permalink
[#538] Add border color around Context Menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcoding7 authored and prmr committed Jul 2, 2024
1 parent 5e42d58 commit 4963145
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/org/jetuml/gui/DarkMode.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
-fx-text-fill: lightgray;
}

.context-menu {
-fx-border-color: derive(-fx-base, 60%);
}

.separator .line
{
-fx-background-color: #3C3C3C;
Expand All @@ -21,7 +25,7 @@

.scroll-bar
{
-fx-background-color: derive(-fx-base, 45%)
-fx-background-color: derive(-fx-base, 45%);
}

.button:default
Expand Down

0 comments on commit 4963145

Please sign in to comment.